/*
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
© Alle rechten voorbehouden - Arne De Muyter - http://www.phpscripting.be
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
*/

body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
form {
	margin: 0px;
}
A:link { 
	color: #333333; 
	text-decoration : none; 
}
A:visited {
	color : #000000; 
	text-decoration : none; 
} 
A:hover {
	color : #363636; 
	text-decoration : underline; 
} 
A:active {
	color : #000000; 
	text-decoration : none; 
} 
.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	background-color: #F1F1F1;
	padding: 4px;
	border-top: solid 1px #E5E5E5;
	border-left: solid 1px #E5E5E5;
	border-right: solid 1px #E5E5E5;
}
.bericht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	padding: 4px;
	margin-bottom: 5px;
	border-bottom: solid 1px #E5E5E5;
	border-left: solid 1px #E5E5E5;
	border-right: solid 1px #E5E5E5;
}
.rand {
	border: solid 1px #E5E5E5;
}
.achtergrond {
	background-color: #E5E5E5;
}