@charset "utf-8";

.hoofdtabel {
	height: 100%;
	width: 996px;
	border: none;
}
.header {
	background-image:url(img/top.png);
	background-repeat: no-repeat;
}
.menu {
	height: 136px;
	width: 799px;
	border: none;
}
#kolom_midden {
	margin : 0 70px;
	margin-top: 10px;
	text-align : justify;
}
.content {
	background-image: url(img/onder.png);
	background-repeat: repeat;
	height: 662px;
	vertical-align: top;
}
.footer {
	text-align: center;
	font-size: x-small;
	background-image: url(img/nogmeeronder.png);
	background-repeat: no-repeat;
}
a:link {
	color: #D2D2D2;
	text-decoration: underline;
}
a:visited {
	color: #D2D2D2;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
body {
	background-image: url(img/backtile.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: scroll;
}
body,td,th {
	color: #D2D2D2;
}
.menu a {
	color: #D2D2D2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.menu a:hover {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.tablehead {
	color: #FF0000;
}