body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#banner{
	width:875px;
	height:139px;
	background:url(img/header.jpg) top center no-repeat;
}

#navigatie{
	width:875px;
	height:25px;
	vertical-align:middle;
	padding-left:50px;
	padding-right:50px;
	color:#333366;
	font-weight:bold;
	font-size:14px;
}

#navigatie a{
	color:#333366;
	text-decoration:none;
}

#navigatie a:hover{
	text-decoration:underline;
}

#inhoud{
	width:875px;
	background-image:url(img/achtergrond_vulling.jpg);
}

#inhoud2{
	width:875px;
	height:368px;
	background:url(img/achtergrond.jpg) bottom center no-repeat;
	padding:25px;
	text-align:justify;
	vertical-align:top;
}

#inhoud2 h1{
	color:#003399;
	font-size:18px;
}

#inhoud2 h2{
	color:#003399;
	font-size:14px;
	border-bottom:#003399 2px solid;
}

#inhoud2 a{
	color:#000000;
}

#inhoud2 a:hover{
	text-decoration:none;
}

#footer{
	text-align:center;
	font-size:10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
}

#footer a{
	color:#000000;
	text-decoration:none;
}

#footer a:hover{
	color:#FF0000;
}