@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);

body, html {
	width:100%;
	height:101%;
	margin:0;
	padding:0;
	font-family:'PT Sans', Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-weight:400;
}

body {
	background-attachment: fixed;
	background-image: url(images/Hintergrund.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	height:101%!important;
}

* {
	margin:0;
	padding:0;
}

#header {
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	height: 180px;
	width: 100%;
	/*background-attachment: fixed;*/
	background-image: url(images/Header_180.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 40px;
}



#leer {
	width:100%;
	height:180px;
}

#content {
	z-index: 8;
	display: table-row;
	background-image: url(images/content_higru.png);
	background-repeat: repeat;
	height:400px;
}

div.navi {
	padding:0 20px 20px 40px;
	display:table-cell;
	max-width:240px;
	min-width:140px;
	position:fixed;
	top:200px;
}

.navi ul {
}

.navi ul li {
	list-style:none;
	margin-left:20px;
	font-size:0.95em;
	}
	


h1.bereich {
	margin-bottom:0.25em;
	font-weight:bold;
	text-transform:uppercase;
	font-size:1em;
	color:#80197f;/*lila*/
}

.navi a {
	color:#80197f;/*lila*/
	font-weight:normal;
	text-decoration:none;

}

.navi a:hover {
	color:#96bd0d;/*gruen*/
}


div.inhalt,
div.ueberuns {
	display:table-cell;
	width:540px;
	padding:20px 20px 200px 280px;
}

.aktiv,
h1.bereich.aktiv {
	color:#96bd0d;/*gruen*/
	font-weight:bold!important;
}

.aktiv:after {
	content:" »";
	color:#80197f;/*lila*/
}

.inhalt p {
	margin-bottom:0.5em;
}

.inhalt h1,
.ueberuns h1 {
	color: #80197f;/*LILA*/
	margin:0;
	padding:0;
	text-transform:uppercase;
	padding-bottom:1em;
}

h1.upper {
	text-transform:none!important;
}

ul.fragen {
	color:#80197f;/*lila*/
	font-weight:bold;
	padding-bottom:0.5em;
}

.inhalt li {
	margin-left: 20px;
	list-style-position: outside;
	list-style-image: url(images/haken.png);
	padding-bottom:0.5em;
}
li.fragen {
	margin-left: 20px;
	list-style-type: disc!important;
}



#footer {
	position: fixed;
	z-index: 9;
	left: 0;
	bottom: 0;
	min-height: 80px;
	width: 100%;
	background-image: url(images/footer_higru.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #80197f;/*LILA*/
}

.lila {
	color:#80197f;/*lila*/
}

@media screen and (max-height:500px) and (orientation:landscape){
	div.navi {
		position:static;
		display:block;
		width:100%;
	}
	
	
	div.navi li a {
		flaot:left;
		margin-right:2em;
	}
	
	div.inhalt {
		margin:0;
		padding:0;
	}
	
	#footer {
		position:static;
	}
}

#footer a,
#footer a:hover,
#footer a:visited {
	text-decoration:none;
	color:#fff;
}

div.fuss {
	max-width:600px;
	padding:20px 0 10px 40px;
	color:#fff;
	font-size:0.75em;
}

.gruen {
	color:#96bd0d;/*gruen*/
}



.impressum h2 { /*Impressum*/
	font-size:1.0em;
	font-weight:bold;
	text-transform:uppercase;
	color:#96bd0d;/*gruen*/
	margin-top:1em;
}

.impressum strong {
	color:#96bd0d;/*gruen*/
}

.inhalt a {
	color:#80197f;/*LILA*/
	font-weight:bold;
	text-decoration:none;
}

.inhalt a:hover  {
	color:#96bd0d;/*gruen*/
}

.inhalt a:after {
	content:" »";
}

.inhalt .ueberuns a:after {
	content:""!important;
}

.ueberuns img {
	width:auto;
	height:120px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}