/* CSS Document */


img {
	border: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	
}

body, textarea, input, p,  td , pre{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}


h1 	{
	font-size:28px;
	text-decoration: underline;
	
}
div#main {
	width: 758px;
	margin: 12px auto 10px auto;
	background-image:url(../img/hg_22.jpg);
	background-repeat: repeat;
	padding-left:21px;
	padding-right:21px;

	

	
}

div#head {
	height: 36px;
	width: 758px;
	padding-top: 111px;
	border-bottom: 1px solid black;
	background-image:url(../img/Banner.jpg);
	background-repeat: no-repeat; 
	
}
p#update {
	padding: 2px;
	color:#FFFFFF;
	font-size:14px;
}
p#update a img{
	margin-right: 4px;
	margin-bottom: -4px;
}
ul#navi {
	width: 160px;
	float: left;
	margin: 10px;
	margin-left: 0px;
	padding: 0px;
	
	list-style: none;
	border-right: 1px solid black;
}
ul#navi li {
	padding-left: 10px;
	padding-top: 8px;
	height: 20px;
	color: #666666;
	text-decoration: none;
}
.navi:link, .navi:visited, .navi:active{
	color: #666666;
	text-decoration:none;
}
.navi:hover {
	color:#000000;
}
ul#navi li:hover {
	background-image:url(../img/link2.gif);
	background-repeat: repeat-x;
	text-decoration:none;
}
ul#navi li.subnavi{
	margin-left: 10px;
	margin-top: -4px;
}
ul#navi li.aktiv {
	background-image:url(../img/linkaktiv.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	font-style: italic;
	color: black;
}
ul#navi li.subaktiv {
	background-image:url(../img/linkaktiv.gif);
	background-repeat: repeat-x;
	margin-left: 10px;
	font-weight: bold;
	font-style: italic;
	color: black;
	margin-top: -4px;
}
div#content {
	margin-left: 160px;
	width: 557px;
	padding: 20px;
	border-left: 1px solid black;
	
}
div#bottom {
	clear: both;
	height: 1px;
	background-color: black;
	font-size:0px;
}
.bild {
	border: 1px solid #000000;
	background-color:#FFFFFF;
}
.bild_rechts {
	background-image:url(../img/bild_rechts.jpg);
	width: 5px;
	font-size: 4px;
}
.bild_unten {
	background-image:url(../img/bild_unten.jpg);
	height: 5px;
	font-size: 4px;
}
.bild_unten_rechts {
	background-image:url(../img/bild_unten_rechts.jpg);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	font-size: 4px;
}
a:link, a:active, a:visited {
	text-decoration: underline;
	color:#000000;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
p.titel{
	font-size: 22px;
	font-weight: bold;
	text-decoration: underline;
	padding: 10px;
	float: left;
	margin: 0px;
}
p.auswahl {
	padding: 6px;
	width: auto;
	margin: 0px;
}
.daten {
	line-height:35px;
}


