html, body {height: 100%; margin: 0; padding: 0;}

.table {margin: 0; padding: 0;}
.tabelrand {
	border-collapse: collapse; border:1px solid #F7F7D6;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#990000;
	font-weight: normal;
	color:#F7F7D6;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	color:#F7F7D6;
}
#container{
	width: 610px;
	height: 100%;
	margin:  0 auto;
	padding: 0;
	position: relative;
	background-color:#990000;
	text-align: center;
}
a {  
	text-decoration: underline;
	font-weight: bold;
	color: #F7F7D6;
}



#topmenu
{
	width: 397px;
	position: absolute;
	left: 353px;
	top: 50px;
	}

#topmenuContent  a {
		text-decoration: none;
		display: block;
		width: 130px;
		height: 15px;
		color: #F7F7D6;
		background-color: #880000;
		padding: 3px 3px 3px 3px;
		border: 1px solid #F7F7D6;
	}
#topmenuContent  a:hover{
		text-decoration: none;
		display: block;
		width: 130px;
		height: 15px;
		background-color: #F7F7D6;
		border: 1px solid #990000;
		padding: 3px 3px 3px 3px;
		
		color:#880000;
	}

.kleurrand {
	border-collapse: collapse;
	border:1px solid #999999;
}
.geel_18 {
	font-size: 18px;
	font-weight: bold;
	color: #F7F7D6;
}
.geel_16 {
	font-size: 16px;
	font-weight: bold;
	color: #F7F7D6;
}
.klein_12 {
	font-size: 12px;
	font-weight: normal;
	color: #F7F7D6;
}