HTML, body {
/*height: 100%;*/
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
padding: 15px;
}
body {
margin:auto;
background-color:#FFFFFF;
}
h1{
font-family:Geneva, Helvetica, sans-serif;
	font-size: 30px;
	color: #999898;
		text-transform: uppercase;

}

hr {
 border: 1px solid #FFFFFF;
 width: 300px;
}

#mitte {
position: absolute;
left: 50%;
/*top: 50%;*/
width: 955px; /* Breite des Elements */
/*height: 829px;*/ /* Höhe des Elements */
overflow: hidden;
margin-left: -477px; /* Breite des Elements geteilt durch zwei! */
/*margin-top: -414px;*/ /* Höhe des Elements geteilt durch zwei! */
background-color:#FFFFFF;
}

#content {
	background-color: #FFFFFF;
	border: 1px solid #666;
	width: 518px;
	height: 577px;
	z-index: 20;
	position:relative;
	top: 50px;
	left: 356px;
	overflow-y:auto;
	padding:30px;
	color: #999999;
	}

#top {
	background-color: #242424;
	width: 955px;
	height:41px;
	z-index: 1;
	position:relative;
	top: -654px;
	}
#logo {
	background-color: #fce7ca;
	width: 955px;
	height:124px;
	z-index: 2;
	position:relative;
	top: -654px;
	background-image:url(../images/logo_unfassbar.jpg);
	background-repeat:no-repeat;
	}
#menu {
	background-color: #FFFFFF;
	width: 940px;
	height:30px;
	padding-left: 5px;
	padding-top: 5px;
	z-index: 3;
	position:relative;
	top: -654px;
	}
#left {
	background-color: #860018;
	width: 940px;
	height:528px;
	z-index: 4;
	position:relative;
	top: -654px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 15px;
	}
#left a:link, #left a:hover, #left a:visited, #left a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fae9cf;
	text-decoration: underline;
	}
#left_content {
	width: 300px;
	height: 100%;
}
#bottom_address {
	background-color: #FFFFFF;
	width: 940px;
	height:25px;
	padding-left: 15px;
	padding-top: 10px;
	z-index: 5;
	position:relative;
	top: -654px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #686866;
	}
#bottom_address a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #686866;
	text-decoration:underline;
}
#bottom_beige {
	background-color: #fce7ca;
	width: 955px;
	height:39px;
	z-index: 6;
	position:relative;
	top: -654px;
	}
#bottom_black {
	background-color: #242424;
	width: 955px;
	height:14px;
	z-index: 7;
	position:relative;
	top: -654px;
	}
.menu_div a{
	float:left;
	padding-top: 5px;
	padding-left: -5px;
	width:70px;
	text-align: center;	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	text-decoration:none;
}
.menu_div_act a{
	float:left;
	padding-top: 5px;
	padding-left: -5px;
	width:70px;
	text-align: center;	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #860018;
	text-decoration:underline;
	
}
#content a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #860018;
	text-decoration:underline;
}
