body {
	background-color: #000000;
	background-image: url(images/achtergrond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	margin: 0px;
}

body,td,th,input,textarea,select,option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td.zijkant {
	background-image: url(images/transparant.png);
	width: 20px;
}

td.footer {
	padding: 2px;
	padding-right: 8px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 9px;
}
td.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	vertical-align: bottom;
}

a:link,a:visited,a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.menu:link,a.menu:visited,a.menu:active {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	color: #669900;
	text-decoration: none;
}
a.menu:hover {
	color: #FFFFFF;
	text-decoration: none;
}