@charset "utf-8";
/* CSS Document */

#Seite {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	display: block;
	min-width: 540px;
}
.Kopf {
	height: auto;
	width: 100%;
	border: 0px;
	margin: 0px;
}
.BildNavigation {
	height: 95px;
	width: 100%;
	z-index: 1;
	padding-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	overflow: auto;
	padding-bottom: 0px;
	margin: 0px;
}
.Schaltergruppe {
	float: left;
	/*overflow: auto;*/
	height: 72px;
	margin: 0;
	padding: 0;
	border: 0px;
}
.Inhalt {
	width: 100%;
	height: auto;
	border-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
}
.Inhalt_text {
	width: 30%;
	z-index: 1;
	/*-moz-column-count:    1;
	-webkit-column-count: 1;
	column-count:         1;
	column-width: 100%;*/		
	text-align: left;
	position: relative;
	vertical-align: top;
	float: left;
	overflow: auto;
	display: block;
	padding-left: 2%;
	padding-top: 1%;
	border: 0;
	height: auto;
}
.Inhalt_text_Headline {
	font-size: 13px;
	font-weight: bold;
}
.Betonung {
	font-weight: bold;
}
.Inhalt_Bilder {
	float: left;	
	padding: 5px;
	line-height: 16px;
	text-align: left;
	width: 30%;	
}
.WechselInhalt {
	height: auto;
	width: 100%;
	z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	top: 0px;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
}
.WechselInhalt_text {
	width: 30%;
	z-index: 1;
	/*-moz-column-count:    1;
	-webkit-column-count: 1;
	column-count:         1;
	column-width: 100%;*/
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	clear: left;
	position: absolute;
	vertical-align: top;
	float: left;
	overflow: auto;
	display: block;
	padding-left: 1%;
	padding-top: 1%;
	border: 0;
	height: auto;
}
.WechselInhalt_text2 {
	font-size: 14px;
	font-weight: bold;
	color: rgb(58, 58, 58);
}
.WechselInhalt_Bilder {
	width: 65%;
	float: right;
	display: block;
	border: 0;
	margin-top: 1%;
	}
.gallery {
	padding: 0;
	margin: 0 0 0 0;
	list-style-type: none;
	position: relative;
	width: 60%;
	float: right;
	z-index: 2;
	height: auto;
	margin-top: 1%;
} 