body{
	font:11px/120% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color:#000000;
}
img{
	border:none;
}
img.titel{
	float:left;
	margin-right:10px;
}
h2{
	font-size:14px;
	font-variant:bold;
	border-bottom:1px solid #000000;
}
hr{
	border:1px #000000 solid;
}
a:link{
	text-decoration:none;
	color:#990000;
}
a:visited {
	text-decoration:none;
	color:#990000;
}
a:hover {
	text-decoration:underline;
	color:#990000;
}
a.nav:link{
	text-decoration:none;
	color:#000000;
}
a.nav:visited {
	text-decoration:none;
	color:#000000;
}
a.nav:hover {
	text-decoration:none;
	color:#990000;
}
input, select, textarea{
	font:11px/140% Verdana, Arial, Helvetica, sans-serif;
}
.container{
	width:800px;
	margin:0px auto;
}
.banner{
	width:800px;
	height:120px;
	margin-bottom:5px;
}
.content{
	width:790px;
	padding:5px;
	margin-bottom:5px;
	background-color:#999999;
}
.header{
	width:778px;
	height:30px;
	padding:5px;
	margin-bottom:5px;
	font-size:9px;
	text-align:right;
}
.navi{
	width:166px;
	border-right:1px solid #666666;
	padding:2px;
}
.inhalt{
	width:620px;
	padding-left:5px;
	padding-right:5px;
}
.footer{
	width:800px;
	background-color:#000000;
	color:#CCCCCC;
}
.tdhead{
	font-weight:bold;
}