/* CSS Document */

html,body {
	height: 100%;
}
#container {
position: relative;
min-height: 100%;
height:auto !important; 
height:100%;
overflow:auto; 
}
body,td,th {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 11px;
	color: #999999;
}
a {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #999999;
}
.titel { font: verdana; font-weight: bold; font-size: 11px; color: #660066; }
.uitleg { font: verdana; font-size: 10px; color: #999999; }