@charset "UTF-8";
/* CSS Document */
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	font: 11px/18px Verdana, sans-serif;
	background-color:#CCCCCC;
	color:#333333;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFF33;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.tekst {
	color: #333333;
}
a.tekst:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.tekst:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.tekst:hover {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
a.tekst:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top:20px;
	color: #FF3300;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top:0px;
	color: #FFFFFF;
}
sup {
	font-size: 8px;
	color: #FF0000;
}
.ster {
	color: #FF0000
}
.formulier {
	background-color: #CCCCCC;
}
.overzicht {
	border-right: 1px dotted #333333;
}
#container { 
	background-color: #FFFFFF;
	position: absolute;
	width: 1000px;
	left:50%;
	top: 0px;
	margin-left: -500px;
}
#boven {
	background-image: url(../img/boven.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 1000px;
	height: 250px;
	float: left;
}
#menu {
	position: relative;
	width: 750px;
	height: 20px;
	top: 193px;
	left: 125px;
	float: left;
	text-align: right;
	line-height: 14px;
	color: #FFFFFF;
}

#midden { 
	background-image: url(../img/midden.jpg);
	background-repeat: repeat-y;
	position: relative;
	width: 1000px;
	float:	left;
}
#links { 
	position: relative;
	width: 320px;
	top: 10px;
	left: 0px;
	float: left;
	text-align: right;
	margin-right: 20px;
}
#banner1 { 
	position: relative;
	width: 300px;
	top: 0px;
	left: 0px;
	float: left;
	text-align: right;
	margin-right: 20px;
}
#inhoud { 
	position: relative;
	width: 475px;
	left: 0px;
	float: left;
}
#onder { 
	background-image: url(../img/onder.jpg);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	position: relative;
	width: 1000px;
	height: 75px;
	float: left;
}
#footer {
	position: relative;
	width: 700px;
	left: 150px;
	float:	left;
	text-align: center;
	font-size: 9px;
	line-height: 13px;
}
