body {
	font-family: serif;
	font-size: 12px;
	color: #333333;
	background-color: #cccccc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
span#container{
	position: absolute;
	width: 780px;
	left: 50%;
	margin-left: -390px;
}

/* Struktur */
div#oben{
	width: 780px;
	height: 250px;
	background-color: #cccccc;
	background-image: url(bilder/oben.jpg);
	margin: 0px 0px 0px 0px;
}
div#menue{
	width: 780px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	background-color: #c92715;
	border-top: 1px solid #000000;
}
div#rahmen{
	overflow: hidden;
	background-color: #c92715;
	background-image: url(bilder/hintergrund.gif);
	margin: 20px 0px 0px 0px;
}
div#links{
	width: 150px;
	float: left;
	margin: 0px 0px 0px 0px;
}
div#rechts{
	width: 110px;
	float: right;
	margin: 0px 0px 0px 0px;
}
div#inhalt{
	overflow: hidden;
	width: 510px;
	margin: 0px 0px 0px 0px;
}
div#ende{
	width: 780px;
	margin: 15px 0px 10px 0px;
	padding: 3px 0px 3px 0px;
	font-family: sans-serif;
	font-size: 9px;
	text-align: center;
	border-top: 1px solid #ffffff;
	color: #c92715;
}

table {
	color: #666666;
}
td {
	border-bottom: 1px solid #666666;
	padding: 1px 1px 1px 1px;
}
tr#tr1{
	background-color: #c92715;
	color: #ffffff;
	vertical-align: top;
}


/* Schriften */
#menuelink{
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 5px 0px 5px;
}
a#menuelink:link, a#menuelink:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
a#menuelink:hover, a#menuelink:active {
	text-decoration: none;
	color: #000000;
	}
	
a#hell:link, a#hell:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}
a#hell:hover, a#hell:active {
	text-decoration: none;
	color: #000000;
	}

a:link, a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
a:hover, a:active {
	text-decoration: none;
	color: #c92715;
	}
		
h1{
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 10px 5px 10px;
	text-align: right;
}
h2{
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px 0px 10px;
	text-align: left;
}
h3{
	font-family: sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	text-align: left;
}
h4{
	font-family: sans-serif;
	font-size: 9px;
	font-weight: normal;
	padding: 5px 10px 0px 10px;
	text-align: left;
}
p{
	margin-top: 8px;
}
.float{
	float: left;
	padding: 0px 10px 0px 0px;
}
.hell{
	color: #ffffff;
}	