@charset "utf-8";

body {
background-color:#900000;
margin: 0; 
padding: 0;
}



#komplett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:850px;
	height:600px;
	background-color:#fff5c5;
	
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:800px;
	height:207px;
	
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:188px;
	height:auto;
	float:left;
}

#inhalt {
	overflow:auto;
	width:450px;
	height:260px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	z-index:10;
}

#right_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:50px;
	height:300px;
	float:right;
	clear: right;
}
#content {
	margin: 10px;
	float: left;
	width: 590px;
	height: 310px;
	overflow:auto;
	background-color:#fff5c5;
}
.ueberschrift{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
.normaltext{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
a:link {
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000;
}
a:visited {
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000;
}

a:hover {
text-decoration:underline;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000;}

a:focus {
text-decoration:underline;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000;
}
.td1 {
background-color:#400000;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
}
.td2 {
background-color:#800000;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
}