/* CSS Document */
html, body {
	width: 100%;
	height: 100%;	
}


body {
	background-color: #ffffff;
	font-family: Helvetica, sans-serif;
	font-size: 1,5em;
	color: #FF7F50;
	text-align: left;
	font-weight: bold;
   	
}
	
a:link {
	color: #FF7F50;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF7F50;
}
a:hover {
	text-decoration: none;
	color: #FFFE01;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}




/*ID#umfliessen { 
	width:1px;
	height:50%;
	margin-bottom: -310px;
	float:left;
}*/




#zentrieren {
	width: 93%;
	text-align:center;
	margin: auto;
	height:auto;
}



#inhalt {
	float: left;
	height: auto;
	width: 88%;
	text-decoration: none;

}
	
#oben {
	padding-top: 30px;
	width: 100%;
	text-decoration: none;
	float: left;
}



/* hauptmenue */

#hauptmenue {
	float: left;
	margin-left: 0px;
	padding-top: 0px;
	height: auto;
	text-align: left;
	text-decoration: none;
	width: 100%;
}



#hauptmenue ul {
float:left;
 display:block;
	list-style-type: none;
   width: 100%;


}

	
#hauptmenue ul li a {
	float:left;
    display:block;
	list-style-type: none;
    font-size: 1em;
    font-weight: bold;
    background: transparent;
    text-decoration: none;
    margin: 0;
    padding: 0.0em 0.0em 0.0em 0.0em;
	border-left: 0px #fff solid;
    border-right: 0px #aaa solid;
	
}
	

#mitte {
	text-align:left;
	padding-top:0px;
	padding-bottom:17px;
	width: 100%;
	float:left;
	clear: both;
}



#unten {
	padding-top:0px;
	padding-left: 0px;
	padding-bottom:0px;
	top:0px;
	float: left;
	width: 100%;	
	text-align: justify;
}



