/* Resets all paddings and margins ************************************/
* {
	margin: 0px;
	padding: 0px;
}
/* Container divs **************************************************/
html, body {
	background-color: #2a3836;		
}
#header {
	margin: 25px auto 15px auto;
	width: 699px;
	height: 91px;
	background: #2a3836 url(images/header.gif) no-repeat;
	border: 1px solid #a4c4dd;
}
#content_container {
	margin: 25px auto 15px auto;
	width: 699px;
	height: auto;
}
#content {
	margin: 15px auto 15px auto;
	width: 699px;
	height: auto;
	overflow: hidden;
	border: 1px solid #a4c4dd;
	background-color: #1a2822;
}
#navbar {
	margin: 15px auto 15px auto;
	width: 699px;
	height: 23px;
	overflow: hidden;
	border: 1px solid #a4c4dd;
	text-align:center;
	color: #a4e33d;
	background-color: #1a2822;
}
#leftbar {
	float: left;
	margin: 0px 15px 15px 0px;
	width: 150px;
	height: auto;
	overflow: hidden;
}
#rightbar {
	float: left;
	margin-bottom: 15px;
	width: 150px;
	height: auto;
	overflow: hidden;
	background-color:#1a2822;
}
#fotovdweek {
	padding: 1px 13px 1px 0px;
	width: 134px;
	height: auto;
	overflow: hidden;
	border: 1px solid #a4c4dd;
	background: #1a2822 url(images/kopje_fotovdweek.gif) no-repeat;
	position:absolute;
	left: 836px;
	top: 191px;
}
#gebeurtenis {
	margin-top: 15px;
	padding: 27px 7px 7px 7px;
	width: 134px;
	height: auto;
	overflow: hidden;
	border: 1px solid #a4c4dd;
	background: #1a2822 url(images/kopje_gebeurtenis.gif) no-repeat;
	position:absolute;
	left: 836px;
	top: 400px;
}
#zijkant {
	position: absolute;
	float:right;
	left: 1062px;
	width: 211px;
	top: 2px;
	height: 613px;
	overflow: hidden;
	border: 1px solid #a4c4dd;
	background: #1a2822 url(images/zijkant.gif) no-repeat;
}
#footer {
	clear: both;
	margin: 0px auto 25px auto;
	padding-top: 7px;
	width: 699px;
	height: 34px;
	overflow: hidden;
	border: 1px solid #a4c4dd;
	background: #1a2822;
	color: e5e5e5;
	text-align: center;
	font-size: 12px;
}
/* Block tags ******************************************************/
h1 {
	text-indent: -99999px;
}
p {
	margin-bottom: 1em;
	text-align: justify;
	text-indent: 2em;
	font: 12px "arial", sans-serif;
	color: #e5e5e5;
}
#footer p {
	margin: 0px;
	text-align: center;
	text-indent: 0px;
	font: bold 12px "arial", sans-serif;
	color: #e5e5e5;
}
#fotovdweek p, #gebeurtenis p, {
	text-align: left;
	text-indent: 0px;
	font: 11px "arial", sans-serif;
	color: #e5e5e5;
}
/* Inline tags *****************************************************/
strong {
	font-weight: bold;
}
a {
	text-decoration: underline;
	color: #a4e33e;
}
a:hover {
	text-decoration: none;
	color: #a4c4dd;
}
