/******************************
* kleuren
******************************/
/* groen		#99CC00 (menu)
/* blauw 	#003366 (tekst)
/* donkergroen	#026430 (body)
/******************************
* print elementen
******************************/
#content {
	margin:10px 0px 10px 0px;
	width:600px;
	border:0px solid #000;
	font:12px arial, sans-serif;
	line-height:150%;
	color:#003366;
}
h1{
	border: 0px solid #000000;
	font-family: arial, sans-serif;
	font-size: 15px;
	color:#003366;
	height:15px;
	max-height:10px;
	margin:0px 0px 0px 0px;
	padding:6px 0px 5px 0px;
	text-align:left;
}
table {
	border: solid 0px #000000;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:150%;
}
td {
	border:0px solid #000;
}
tr {
	border:0px solid #000;
}
/******************************
* verborgen elementen
******************************/
#top,
#menu,
#balk,
.button {
	display:none;
}
