@charset "UTF-8";
/**
 * Cascading Style Sheets
 * www.dr-heinkele.de
 */
 
/******************************************************************************************************************* 
 * ALLGEMEINE FORMATIERUNG 
 ******************************************************************************************************************/
html{
	height: 100%;
}

body{
	height: 100%;
}
body {
	color:#fff;
	text-align:center;
	background: url(../images/bg_body.gif) repeat-x top left;
}
body, h1, h2, h3, h4, p, span, input, select, option, a, textarea, ul {
	font-family: "Helvetica", Arial, sans-serif;
	font-weight:normal;
}
h1 			{ font-size:10px; color:#9e9e9e; text-transform:uppercase; }
h2 			{ font-size:20px; color:#474747; }
h3 			{ font-size:12px; color:#666; }
h4 			{ font-size:18px; color:#fff; }
ul 			{ font-size:12px; color:#474747; }
p 			{ font-size:12px; color:#474747; }
a 			{ text-decoration:none; color:#474747; }
a:hover		{ color:#999; }
.clearer	{ clear:both; }
a img, img 	{ border: none; overflow:hidden; display:block; }

/******************************************************************************************************************* 
 * STRUKTUR & AUSRICHTUNG
 ******************************************************************************************************************/
#Wrapper {
	position:relative;
	text-align:left;
	margin:0 auto;
	width: 988px;
	bottom:-1px;
	height: 100%;
}
	#nonfooter {
		float:left;
	}

		#Header {
			width:100%;
		}
		#Header img {
			float:left;
		}
		
		#floater {
			float:right;
			width:835px;  /* Needed for Safari */
		}
		
			#Mainnav {
				float:left;
				width:834px;
				border-left:1px solid #c6c6c6;
				padding-bottom:65px;
			}
			
			#Subnav {
				float:left;
				width:219px;
				min-height:100px;
			}
			
			#Content {
				float:left;
				width:594px;
				padding-right:20px;
				padding-top:5px;
			}
		
	#Footer {
		float:left;
		width:100%;
		height:30px;
		text-align:right;
		border-right:1px solid #c6c6c6;
		position: relative;  /* Needed for Safari */
		background:#fff;
	}
		
/******************************************************************************************************************* 
 * Mainnav
 ******************************************************************************************************************/
#Mainnav ul {
	list-style-type:none;
	float:right;
}
#Mainnav ul li {
	float:left;
	border-right:1px solid #c6c6c6;
}
#Mainnav ul li a {
	display:block;
	line-height:35px;
	font-size:15px;
	color:#9e9e9e;
	padding:0 12px;
}
#Mainnav ul li a:hover {
	color:#474747;
}
#Mainnav ul li.selected a {
	color:#474747;
	background: url(../images/gruen_bg_mainnav.jpg) repeat-x top left;
}

/******************************************************************************************************************* 
 * Subnav
 ******************************************************************************************************************/
#Subnav ul {
	list-style-type:none;
}
#Subnav ul li {
	width:100%;
	float:left;
}
#Subnav ul li a {
	display:block;
	line-height:24px;
	font-size:12px;
	color:#9e9e9e;
	padding-left:30px;
	border-left:1px solid #c6c6c6;
}
#Subnav ul li.selected a {
	color:#6bab00;
	border-left:1px solid #6bab00;
}
#Subnav span {
	display:block;
	font-size:12px;
	color:#9e9e9e;
	font-weight:bold;
	border-left:1px solid #c6c6c6;
	padding-left:30px;
	height:25px;
	line-height:25px;
}

/******************************************************************************************************************* 
 * Content
 ******************************************************************************************************************/
#Content h1 {
	padding-bottom:2px;
}
#Content h2 {
	padding-bottom:17px;
}
#Content p {
	padding-bottom:10px;
	line-height:22px;
}
#Content ul{
	padding-left:13px;
	line-height:20px;
}
#Teamlayer {
	width:370px;
	float:right;
	margin-bottom:25px;
}

/******************************************************************************************************************* 
 * Footer
 ******************************************************************************************************************/
#Footer p {
	padding-right:10px;
}

/******************************************************************************************************************* 
 * Galerie
 ******************************************************************************************************************/
.galerieinfo {
	float:left;
	width:195px;
	height:220px;
	padding:160px 10px 0px 10px;
	background: url(../images/galerieinfo_bg.jpg) no-repeat top left;
	text-align:left;
}
.galerieinfo h4 {
	padding-bottom:20px;
}
.galeriebild {
	float:left;
	width:620px;
}
.picturecontainer {
float:left;
}

/******************************************************************************************************************* 
 * Sonstiges
 ******************************************************************************************************************/
a.mehrinfo {
	font-size:12px;
	font-weight:bold;
	color:#d5b805;
}
a.mehrinfo:hover {
	color:#666;
}