/* _screen.css */

body{
	background-color: #0000CC;
	scrollbar-face-color: #0000CC;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #0000CC;
}

#logo{
	position: absolute;
	top: 10px;
	left: 10px;
}

#menue{
	position: absolute;
	top: 120px;
	left: 10px;
	width: 150px;
}

#inhalt{
	position: absolute;
	top: 120px;
	left: 170px;
	width: 640px;
	border: solid 1px #FFFFFF;
}

#fuss{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top: dashed 1px #FFFFFF;
}

A.menulink {
	display: block;
	width: 145px;
	text-align: center;
	text-decoration: none;
	font-family: Verdana;
	font-size: 13px;
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
}

A.menulink:hover{
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
	background-color: #990033;
}


body,td{
	font-family: Verdana, Arial;
	font-size: 14px;
	text-align: justify
}