/* algemeen */
body, html {
	margin: 0px;
	background-color: #ffd7f7;
	background-image: url(../images/body_achtergrond.jpg);
	background-repeat: repeat-x;
	height: 100%;
	background-position: top;
}
#achtergrond {
	height: 200px;
}

#container {
	width: 960px;
	height: 100%;
	margin: 0px auto 0px auto;
}
#header {
	height: 109px;
}
#logo {
	height: 75px;
	position: absolute;
	margin-top: 1px;
}
#header_footer {
	width: 960px;
	height: 25px;
	float: left;
}
#zoeken {
	width: 255px;
	height: 25px;
	margin-top: 82px;
	padding-left: 10px;
	float: left;
}
#headermenu {
	width: 695px;
	height: 40px;
	margin-top: 49px;
	float: left;
}
/* headermenu nav */
ul#headermenu_nav {
	list-style-position: outside;
	list-style-type: none;
	display: inline;
	padding: 5px;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#headermenu_nav a {
	display: block;
	text-align: left;
}
/*  uit gezet
ul#headermenu_nav li {
	float: left;
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 20px;
}
*/
#headermenu_nav li a {
	margin-top: 5px; /* erbij gezet */
	display: inline;
	color: #430030;
	font-weight: bold;
	float: left;
	text-transform: uppercase;
}
#content {
	width: 960px;
	float: left;
	background-image: url(../images/content_header_achtergrond.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#content_links {
	float: left;
	width: 186px;
	padding-left: 3px;
}

/* nav */
#nav {
	min-height: 25px;
	list-style:none;
	margin: 0;
	float: left;
	padding: 0;
}
#nav a {
	display: block;
	text-align: left;
	
}
#nav li {
	color: #000000;
	width: 184px;
	background-image: url(../images/icons/geel_ster.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#nav li a {
	height: 15px;
	text-decoration: none;
	display: block;
	width: 159px;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#nav li a:hover {
	text-decoration: none;
	background-color: #FCFFAB;
	background-image: url(../images/icons/geel_ster.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#nav li a.active {
	text-decoration: none;
	font-weight: bold;
	background-color: #fcffab;
	background-image: url(../images/icons/geel_ster.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#content_midden {
	float: left;
	width: 567px;
	padding-right: 8px;
	padding-left: 7px;
	padding-top: 10px;
}
#content_midden_randje {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F2F2F2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F2F2F2;
	width: 565px;
}

#content_rechts {
	width: 185px;
	padding-right: 3px;
	float: left;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 50px;
	width: 960px;
	background-repeat: repeat-x;
	float: left;
	background-position: bottom;
	background-color: #FFFFFF;
	padding-top: 5px;
}
#footer_links {
	float: left;
	width: 470px;
	padding-left: 10px;
	padding-top: 15px;
}
#footer_rechts {
	width: 470px;
	padding-top: 25px;
	float: left;
	text-align: right;
	padding-right: 10px;
}
