body {
	scrollbar-3dlight-color : White;
	scrollbar-arrow-color : White;
	scrollbar-base-color : White;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : White;
	scrollbar-highlight-color : White;
	scrollbar-shadow-color : White;
	scrollbar-track-color : White;
	}

a:link {
	text-decoration : none;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : Blue;
}
a:visited {
	text-decoration : none;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : Blue;
}
a:active {
	text-decoration : none;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : Blue;
}
a:hover {
	text-decoration : none;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color :#ffffff;
	background-color:Navy;
}
a.topnavlink:link {
	text-decoration : none;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : black;
}
a.topnavlink:visited {
	text-decoration : none;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : blue;
}
a.topnavlink:active {
	text-decoration : none;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : black;
}
a.topnavlink:hover {
	text-decoration : none;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : White;
	background-color:Navy;
	
}
.hauptnav {
position: absolute;
top: 180px;
left: 15px;
}
.homenav {
position: absolute;
top: 130px;
left: 250px;
}
.maintable {
position: absolute;
top: 200px;
left: 170px;
width: 800px;
}