body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-color: #000;
	padding: 0px;
	border: 1px #FFFFFF solid;
}

a, a:active, a:visited {
	color: #000000;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
}

.verplicht {
	color: red;
	background-color: #CEFFCE;
}

.vrij {
	color: black;
	background-color: #FFF;
}

#wrapper {
	width: 1090px !important;
	height: 960px;
	margin: 0px auto; /* CENTREREN */
	background-image:url(../img/bg_main.jpg);
	background-repeat:no-repeat;
	padding: 0px;
	border: 0px;
	overflow: hidden;
}

#spacer {
	width: 1090px;
	height: 410px;
	position:relative;
	float:left;
}

#leftnav {
	position:relative;
	width: 220px;
	height: 505px; 
	margin: 0px;
	margin-bottom: 200px;
	float: left;
	color: #fff;
	padding: 0px;
	border: 0px;
	}

#page {
	position:relative;
	width: 580px;
	height: 505px;
	float: left;
	margin: 0px;
	padding: 0px 10px;
	border: 0px;
	}

#pagetitle {
	width: 570px;
	height: auto;
	margin: 0px;
	color: #fff;
	font-size:18px;
	padding: 0px;
	padding-top: 30px;
	border: 0px;
	}

#content {
	width: 560px;
	height: 390px;
	overflow: auto;
	margin: 0px;
	color: #e3ca3a;
	padding: 0px 10px;
	border: 0px;
	}

#rightnav {
	position:relative;
	width: 245px;
	height: 468px; 
	margin: 0px;
	float: right;
	color: #fff;
	padding: 0px;
	padding-top: 43px;
	border: 0px;
	text-align:right;
	}

#footer {
	width: 1090px;
	height: auto;
	margin: 0px;
	float: none;
	color: #fff;
	text-align:center;
	padding: 0px;
	border: 0px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover {
	color:#fff;
}

