body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	background-color: #000000;
} 
H1 {
	font-size: 20px;
	color:#800000;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
.normal{ font-size: 12px; }
a, a:link, a:active, a:visited { 
	color: #999999; 
	font-weight: normal; 
	text-decoration: underline; 
}
a:hover   {	
	color:#999999; 
	font-weight: normal; 
	text-decoration: underline; 
}
.link, a.link:link, a.link:active, a.link:visited { color: #800000; font-weight: bold; text-decoration: none; }
a.link:hover   {	color:#CC0000; font-weight: bold; text-decoration: underline; }
.fett-k, a.fett-k:link, a.fett-k:visited, a.fett-k:active { color:#800000; font-weight: bold; } 
a.fett-k:hover   { color:#999999; font-weight: bold; }
.menue, a.menue:link, a.menue:visited, a.menue:active { color:#999999; text-decoration: none; }
a.menue:hover   { color:#CC0000; text-decoration: none; }
.menue-titel { font-size: 16px; color: #800000; font-weight: normal; }
a.menue-titel:link, a.menue-titel:visited, a.menue-titel:active, a.menue-titel:hover { color:#800000; font-weight: normal; text-decoration: none; }
.titel, a.titel:link, a.titel:visited, a.titel:active {
	font-size: 14px;
	color:#800000;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px 0px 20px 0px;
}
a.titel:hover {
	color:#CC0000;
}
.navi, a.navi:link, a.navi:visited, a.navi:active { color:#999999; text-decoration: none; }
a.navi:hover { color:#CC0000; text-decoration: none; }
.fett { font-weight: bold; }
.klein { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #999999; }
.tiefer { position: relative; bottom: -3px; }
.frame { border: 1px solid #800000; }
#head {
	position: relative;
	width: 700px;
	height: 100px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
}
#content {
	position: relative;
	width: 700px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 20px 0;
}
#info {
	position: relative;
	width: 700px;
	height: 100%;
	border: 1px solid #800000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	clear:both;
}
#infoTxt {
	margin: 10px;
	width: 460px;
	float: left;
}
#info td { 
	padding-bottom: 10px;
	padding-left: 5px;
}
#infoPic {
	width: 190px;
	margin: 10px;
	float: left;
}
#infoTxtvoll {
	margin: 10px;
	width: 675px;
	float: left;
}
TABLE {
	border-collapse:collapse;
}

#footer {
	position: relative;
	width: 700px;
	margin: auto;
	padding-top: 40px;
}
.clear{ clear:both; }
.subtitel {	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

/* Navigation */ 
#nav { margin: 0; padding: 0; font-size: 16px; color:#999999; }
#nav li.on ul, #nav li.off ul { margin: 0; padding: 0; }
#nav a { text-decoration: none; }
#nav li { /*float the main list items*/ 
	margin: 0; float: left; display: block; margin-right: 15px; }
#nav li ul { display: none; z-index:100; }
#nav li.off ul, #nav li.on ul { /*put the subnav below*/ 
	position: absolute; top: 120px; *top: 144px; left: 0px; padding-top: 10px; background:#000; height: 28px; width: 640px; font-size: 0.9em;}
#nav li a { color:#999999; display: block; height: 15px; }
#nav li.on a,#nav li ul li.on a { color: #800000; }
#nav li.on ul a, #nav li.off ul a { float: left; /*ie doesn't inherit the float*/ 
	border: 0; color:#999999; width: auto; }
#nav li.on ul { display: block; }
#nav li.off:hover ul { display: block; z-index: 6000; }
#nav li.off a:hover, #nav li.on a:hover, #nav li:hover a { background:#000; color:#CC0000; }