@charset "UTF-8";
/* CSS Document */

body {
background-color: #110000;
font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #999999;}
a:link {color: #555555;}
a:visited {color: #555555;}
a:hover {text-decoration: none; color: #999999;}
a:active {color: #999999;text-decoration: none}

.header {
	position: absolute;
	margin: 100px;
	width: 1000px;
	height: 100px;
	top: -80px;
	left: 2px;
	color:#999999
}

.links {
	position: absolute;
	margin: 100px;
	left: 2px;
	top: 24px;
	width: 300px;
	height: 504px;
}

.midden {
	position: absolute;
	left: 402px;
	width: 600px;
	top: 160px;
	height: 468px;
}

.rechts {
	position: absolute;
	width: 109px;
	left: 978px;
	top: 573px;
	height: 58px;
	bottom: inherit;
	color: #999999;
}
