
body {
	background-image: url(./../system/background.jpg);
	background-color: #330000;
	color: #000000;	
	font-size:18px;
	font-family:verdana;
}

a:link		{ color: black }
a:visited	{ color: black }
a:active	{ color: black }
a:hover		{ color: #ffffff; text-decoration:none; font-weight:bold; background-color:#990000 }


div.nav {
	position:absolute; 
	top:320px; 
	left:0px; 
	width:171px; 
	height:500px; 
	overflow:hidden; 
	padding:0px; 
	float:left;
	font-size:14px;
}

div.rahmen {
	position:absolute; 
	top:160px; 
	left:311px; 
	width:480px; 
	height:650px; 
	overflow:auto; 
	padding:7px; 
	float:left;
	font-size:12px;
}

div.textfenster {
	position:absolute; 
	top:150px; 
	left:300px; 
	width:250px; 
	height:450px; 
	overflow:hidden; 
	padding:7px; 
	float:left;
	font-size:14px;
}

img.senkrecht {
	position:absolute; 
	top:250px; 
	left:240px;
}