/* algemeen */
body {
	margin: 0px;
	background: url(../images/achtergrond.jpg) #F6EEE8 repeat-x;
}
#container {
	width: 985px;
	margin: 0px auto 0px auto;

}

/* header */
#header {
	height: 157px;
	width: 985px;
	background: url(../images/header.jpg) repeat-x;
	margin-bottom: 2px;
	float: left;
}
#logo {
	height: 84px;
	width: 285px;
	float: left;
	margin-left: 25px;
	margin-top: 28px;
}
#zoeken {
	height: 78px;
	width: 415px;
	float: right;
}
#header_reacties {
	margin-top: 130px;
	margin-right: 10px;
	margin-left: 475px;
	font-weight: bold;
}
#content_container {
	width: 985px;
	float: left;
}
#links {
	width: 216px;
	margin-left: 2px;
	float: left;
}
#hoofdmenu {
	width: 216px;
	margin-bottom: 3px;
	float: left;
}
#hoofdmenu_header {
	background: url(../images/hoofdmenu_header.png) repeat-x;
	height: 24px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
#hoofdmenu_midden {
	background: url(../images/hoofdmenu_midden.jpg) repeat-y;
	height: 200px;
}
/* nav */
#nav {
	min-height: 25px;
	list-style:none;
	padding: 0;
	margin: 0;
	float: left;
}
#nav a {
	display: block;
	text-align: left;
}
#nav li {
	color: #FFFFFF;
	width: 210px;
	background: url(../images/hoofdmenu_achtergrond.jpg) repeat-x;
	margin-left: 3px;
}
#nav li a {
	height: 23px;
	width: 185px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 25px;
	padding-top: 2px;
}
#nav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/hoofdmenu_achtergrond_over.jpg) no-repeat left;
}
#nav li a.active {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/hoofdmenu_achtergrond_over.jpg) no-repeat left;
}
#hoofdmenu_footer {
	background: url(../images/hoofdmenu_footer.png) repeat-x;
	height: 13px;
}

/* content */
#content {
	min-height: 925px;
	width: 537px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}
#content_achtergrond {
	background: url(../images/content_achtergrond.jpg) #FFFFFF repeat-x top;
	min-height: 925px;
	width: 537px;
	float: left;
}
#con_footer {
	background: url(../images/con_footer.jpg) #FFFFFF repeat-x bottom;
	height: 100px;
	width: 512px;
	padding-top: 50px;
	padding-left: 25px;
	float: left;
}
#footer {
	height: 28px;
	width: 746px;
	background: url(../images/footer.jpg) repeat-x top;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 20px;
	float: left;
}

#rechts {
	width: 216px;
	float: left;
}
