body {
	background-image: url('');
	padding: 0;
	margin: 0;
}

.pfeil {
	width: 41px;
	height: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(/home/images_allgemein/pfeil_blau.png);
	background-repeat: no-repeat;
	background-color: transparent;
	z-index: 10000;
	z-index: 2000;
	display: inline;
}


.bild {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 717px;
	height: 300px;
	z-index: 1000;
	cursor: pointer;
}

#decker {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 717px;
	height: 300px;
	z-index: 3000;
	cursor: pointer;
}

.slideshow { height: 287px; width: 685px; margin: 0px; }

a:link, a:visited, a:hover {
     text-decoration: none;
}

.slide { margin: 0; padding: 0 }

#button {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 509px;
	top: 181px;
}


#textbereich {
	width: 612px;
	position: absolute;
	left: 57px;
	top: 0px;
	z-index: 1100;
}


.headline {
	font-family: OpenSansSemibold;
	color: #11539F;
	font-size: 35px;
	line-height: 35px;
	font-style: normal;
}

.subheadline {
	font-family: OpenSansSemibold;
	color: #FFFFFF;
	font-size: 25px;
	line-height: 25px;
	font-style: normal;
}

.text {
	font-family: OpenSansSemibold;
	color: #FFFFFF;
	font-size: 150px;
	line-height: 15px;
	font-style: normal;
}

#navigation_kreis_0 {
	left: 8px;
	top: 10px;
	position: absolute;
}

#navigation_kreis_1 {
	left: 47px; /* + 39 */
	top: 10px;
	position: absolute;
}

#navigation_kreis_2 {
	left: 86px; /* + 39 */
	top: 10px;
	position: absolute;
}

#navigation_kreis_3 {
	left: 125px; /* + 39 */
	top: 10px;
	position: absolute;
}

#navigation_kreis_4 {
	left: 164px; /* + 39 */
	top: 10px;
	position: absolute;
}

#navigation_kreis_5 {
	left: 203px; /* + 39 */
	top: 10px;
	position: absolute;
}

.navigation_kreis_weiss_on {
	width: 18px;
	height: 18px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: transparent;
	border: 6px solid #FFFFFF;
	cursor: pointer;
}

.navigation_kreis_orange_on {
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0px;
	top: 0px;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px; 
	-webkit-border-radius: 9px;
	border-radius: 9px;
	text-align: center;
	background-color: #F59C00;
}

.navigation_kreis_weiss_off {
	width: 18px;
	height: 18px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px; 
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: transparent;
	border: 6px solid #FFFFFF;
	filter:alpha(opacity=55);
	-moz-opacity:.55;
	opacity:.55;
	cursor: pointer;
}

.navigation_kreis_orange_off {
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px; 
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: transparent;
}

.navigation_schrift {
	font-family: 'Share', cursive;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	margin-left: 1px;
	margin-top: 1px;
	color: #FFFFFF;
}

