/** Opmaak standaard elementen die gelden voor de gehele website */

body {
	padding:0px;
	margin:0em;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:1em;
    background:#FFFFFF;
}

#ankerBoven { height:0px;}

.main {
	background: #ffffff; 
	width: 100%; 
	position: absolute; 
	top: 100px; 
	left: 0em;
	padding: 0em;
	margin: 0em;
}