body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}
hr {
	color: #800000;
	background-color: #800000;
	height: 1px;
}
a:link, a:visited {
	color : #800000; 
	text-decoration : underline; 
} 
a:hover, a:active {
	color : #800000; 
	text-decoration : none; 
} 
.stats {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
	background-image: url(../images/header-top.gif);
	background-color: #808080;
}
.menukop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	background-color: #800000;
}
.menuitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #800000;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.klok {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 40pt;
	color: #999999;
	width: 250px;
	position: static;
	left: 887px;
	top: 11px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-align: right;
}
label.formulier {
	float: left;
	width: 140px;
	text-align: left;
	cursor: pointer;

}
label.align_text {
	float: left;
	width: 100px;
	text-align: right;
}

.hidden {
	DISPLAY: none
}
.shown {
	DISPLAY: block
}