@charset "utf-8";
/* CSS Document */

a {
	font-family:Arial, Verdana, Helvetica;
}

a:link {
	color:#000066;
	text-decoration: none;
}

a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color:#000033;
	text-decoration: underline;
}
a:active {
	color:#000066;
	text-decoration: none;
}

@charset "utf-8";
/* CSS Document */
body {
position: relative;
margin: auto;
height: auto;
text-align: left;
font-family: Arial, serif;
color: black;
width: 800px;
border-right: 0px solid black;
}
#kop
{
position: relative;
margin: auto;
width: 800px;
height: auto;
text-align: left;
}
#navigatie {
	width: 800px;
	height: 1em;
	margin: 0 auto;
	padding-top: 0px;
	font-family: Arial, serif;
	color: black;
	background-repeat: no-repeat;
}
#inhoud {
	width: 800px;
	height: auto;
	padding-top: 250px;
	margin: 0 auto;
	text-align: left;
	font-family: Arial;
	color: #000000;
}
#footer {
	width: 800px;
	height: auto;
	margin: auto;
	text-align: left;
	font-family: Arial;
	color: #000000;
	background-color: #ffffff;
	padding-bottom: 0em;
}
