/* algemeen */
body, html {
	margin: 0px;
	background-color: #ede8d3;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
}

#header {
	float: left;
	width: 900px;
	height: 202px;
}
#header_foto {
	height: 202px;
	width: 900px;
	float: left;
}
#header_titel {
	margin-top: -40px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
}
#logo {
	margin-top: -190px;
	margin-left: 1px;
}
#content {
	background-image: url(../img/content_achtergrond.jpg);
	background-repeat: repeat-y;
	padding-right: 3px;
	padding-left: 3px;
	float: left;
	width: 894px;
}
#menu_links {
	float: left;
	width: 227px;
	background-color: #003262;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 35px;
	color: #264f76;
}
/* header nav */
ul#headermenu_nav {
	list-style-position: outside;
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}
ul#headermenu_nav li {
	padding-right: 5px;
	float: left;
	padding-left: 5px;
	height: 25px;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #004E98;
}
#headermenu_nav li a {
	color: #FFCC00;
	text-decoration: none;
	padding: 0px;
	float: left;
	font-size: 11px;
	font-weight: bold;
}
#headermenu_nav li a:hover {
	text-decoration: underline;
}
#headermenu_nav li a.headermenu_active {
	text-decoration: underline;
	font-weight: bold;
}
#menu_rechts {
	float: left;
	width: 666px;
	background-color: #004e98;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 35px;
}
#content_midden {
	float: left;
	width: 894px;
}
#content_links {
	float: left;
	width: 227px;
	color: #666666;
	padding-top: 5px;
	font-size: 11px;
}
.content_links_kolom {
	float: left;
	width: 200px;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 6px;
	padding-left: 6px;
}

#content_rechts {
	float: left;
	width: 622px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	min-height: 500px;
	
}
#content_print {
	float: left;
	width: 657px;
	text-align: right;
	font-size: 11px;
	color: #616161;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}


#footer {
	background-image: url(../img/footer_achtergrond.jpg);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6c3b8;
	padding: 3px;
	float: left;
	width: 894px;
}
#footermenu {
	background-color: #003262;
	padding: 5px;
	margin: 0px;
	color: #FFFFFF;
	height: 15px;
}
#footermenu_links {
	float: left;
	width: 600px;
}
#footermenu_rechts {
	float: left;
	width: 284px;
	text-align: right;
}
