/* CSS Document */
/*
------------------------------------
	Webdesign by:
	
	Oké Webdesign
	www.oke-webdesign.nl
	Zeijen, The Netherlands
------------------------------------
*/

body {
	padding: 0;
	margin: 0;
		
	background: url(../Images/Layout/Blokjes.png) repeat-x;
	
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#f00;	
	font-weight: normal;
	
	text-align: center;
}


p {
	color: #000;
	margin-top: 0px;
}


a:link {
	color: #000;
	text-decoration:none;
}

a:visited {
	color: #000;
	text-decoration:none;
}

a:active {
	color: #000;
	text-decoration:none;
}

a:hover {
	color: #f00;
	text-decoration:none;
}

.nedstatbasic {
	margin-top: -11px;
	text-align: right;
}