body{
	background-color:#530219;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img{
	border:0px;
}

h3{
	font-size:1.0em;
	margin:10px 0px 7px 0px;
}



#topp{
	position: absolute;
	left:50%;
	top:20px;
	width:750px;
	margin-left:-375px;
}
#topp_logo{
	width:732px;
	height:100px;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;	
	background-color: #430002;
	background-image: url(schriftzug.gif);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	border-top: 4px solid #ab0e13;
	border-right: 4px solid #ab0e13;
	border-left: 4px solid #ab0e13;
}

.topp_line{
	height:5px;
	width:100%;
}

#menue{
	height:334px;
	width:750px;
	padding-left:0px;
	margin:0px;
	overflow:hidden;
}

#menue table{
	border-collapse: collapse;
}
#menue table td{
	vertical-align: top;
	padding:0px;
}

#menue table td ul{
	margin:15px 0 0 0px;
	padding-left:5px;
}
#menue table td ul li{
	list-style-type: none;
}

a, a:link,#menue table td ul li a, #menue table td ul li a:link{
	color: #fafb00;
	text-decoration: none;
	line-height: 1.5em;
}
a:hover, #menue table td ul li a:hover{
text-decoration: underline;
}
#menue_td_links{
	border-left:4px solid #ab0e13;
	border-top:4px solid #ab0e13;
	border-bottom:4px solid #ab0e13;
}

#menue_td_rechts{
	border:4px solid #ab0e13;
	color: #fff;
	background-image: url(bg_uhr.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-position: 105px 240px;
	line-height: 1.5em;
}
#menue_td_rechts h3{
	font-size:1.0em;
	margin:5px 0px 2px 0px;
}

div #menue table tbody tr #menue_td_rechts{
	padding:5px;
}

#menue_td_links, #menue_td_rechts{
	width:146px;
	background-color: #430002;
}
#menue_td_mitte{
	border: 4px solid #ab0e13;
	width:440px;
	padding:0px;
	margin:0px;
	overflow: hidden;
}
#content{
	background-image: url(bg_content.gif);
	background-position: 0px 2px;
	height:100%;
	min-height:270px;
	border: 4px solid #ab0e13;
	padding:10px;
	color: #fff;
}

#content h1{
	font-size:18px;
	background-color: #66090c;
	padding:5px;
	margin:0px;
}



#footer{
	font-size:10px;
	color:#fff;
	width:100%;
	text-align: center;
}

hr{
	background-image: url(farbe_linie.gif);
	height:1px;
	width:100%;
	border:0px;
	background-color: #66090c;
	color: #66090c;
}

.linie{
	background-color: #66090c;
}
#cont_img{
	float:right;
	margin-top:10px;
	margin-left:10px;
}
.clearfix:after{
 content: ".";
 clear: both;
 display:block;
 height:0;
 visibility: hidden;
}


