
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Siehe http://webstandard.kulando.de/post/2005/12/08/schriftgrosen_in_em_pixel_prozent_oder_punkten */
	font-size: 110.01%;
	font-weight: normal;
	background-color: #404040;
	margin-top: 0px;
	margin-left: 0px;
}
#ausrichtung #bild {
	margin: 0px;
	padding: 0px;
	/*height: 361px; */
	
}
/* 
Container ********************************************************
*/
/* legt Gesamtbreite fest und erlaubt Zentrierung */
#ausrichtung {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CED6EF;
	overflow: visible;
	font-size: 0.55em;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display:block;
}
#text {
	display: none;
}
/* Obere Navigation = Hauptnavigation im Container hn1 */
#hn1 {
	float: left;
	height: 17px;
	width: 830px;
	padding-left: 168px;
	position: relative;
	top: -469px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#hn1 ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#hn1 ul li {
	float: left;
	width: 100px;
	margin-right: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #CED6EF;
}
#hn1 li#hn1a {
	background-color: #629E86;
}
#hn1 li#hn1b {
	background-color: #BB2B43;
}
#hn1 li#hn1c {
	background-color: #5070AC;
}
#hn1 li#hn1d {
	background-color: #ADA79E;
}
#hn1 li#hn1e {
	background-color: #F4A04C;
}
#hn1 li a {
	display: block;
	background-color:inherit;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	height: 15px;
	padding-top: 2px;
	font-weight: bold;
}
#hn1 li a:hover {
	color: #000000;
}
#hn1 .current {
}

