body{
	background-color: #E5E5E5;
	color: #000000;
	font-family :  verdana;
	font-size: 10pt;
	height: 100%;
	margin: 0px;
	
}
a:link, a:visited, a:hover{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:hover{

	color: #000000;
}

#header{
	position: absolute;
	top: 0 ;
	left: 0 ;
	width: 500px;
	height: 90px;
}

#inhoud{
	
	position: absolute;
	left: 0;
	top: 90px;
	width: 500px;
	z-index: 1;
	height: 425px;

}

table{
	font-family:verdana, arial;
	font-size:8pt;
	color: #000;
	padding: 0;
}

th{

	background-color: #FAB82C;

}

pre{
	font-family : tahoma, verdana, arial, helvetia , times new roman;
	font-size: 11px;

}

#achtergrond{

	position: absolute;
	background: url(media/pics/achtergrondNIEUW.jpg);
	left: 0;
	top: 90px;
	width: 500px;
	overflow: auto;
	z-index: 0;
	height: 300px;

}

.border{

	border-left: solid #330000 2px;
	border-right: solid #330000 2px;
	border-bottom: solid #330000 2px;
	
}

