/* CSS Document */
* {
 	margin: 0;
	padding: 0;
}

html,body {
	margin: 0px;
	padding: 0px;
	background: #101011;
	text-align: center;
}

#main {
	width: 1000px;
	margin:0 auto;
	text-align: center;
	background:#000000;
	height: auto;
	min-height: 100%;
	background-image:url(../images/bg_site.jpg);
	background-repeat:repeat-y;
}


#header {
	position: relative;
	background: #000000;
	z-index:1;
}

#logo {
	position: relative;
	margin-top: 10px;
	text-align: left;
}

#middle-content {
	float: left;
	width: 1000px;
	background: #000000;
	height:auto !important; /*Browser Hack*/
	height: 100%; /* IE Hack*/
	min-height:100%;
	z-index: auto;
}

#middle-content-vertrauen {
	float: left;
	width: 1000px;
	vertical-align:middle;
	background:#000000;
	background-image: url(../hintergrund/vertrauen2_gross.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#middle-content-natuerlich {
	float: left;
	width: 1000px;
	vertical-align:middle;
	background:#000000;
	background-image: url(../hintergrund/natuerlichkeit_gross.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#middle-content-sicherheit {
	float: left;
	width: 1000px;
	vertical-align:middle;
	background:#000000;
	background-image: url(../hintergrund/sicherheit_gross.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#middle-content-schoenheit {
	float: left;
	width: 1000px;
	vertical-align:middle;
	background:#000000;
	background-image: url(../hintergrund/schoenheit_gross.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#middle-content-impressum {
	float: left;
	width: 1000px;
	height: 1000px;
	vertical-align:middle;
	background:#000000;
	background-image: url(../hintergrund/impressum_gross.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#middle-content-kontakt {
	float: left;
	width: 1000px;
	vertical-align:middle;
	background:#000000;
	background-image: url(../hintergrund/kontakt_gross.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#middle-content-labor {
	float: left;
	width: 1000px;
	vertical-align:middle;
	background:#000000;
	background-image: url(../hintergrund/labor.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}

#middle-content-aktuelles {
	float: left;
	width: 1000px;
	vertical-align:middle;
	background:#000000;
	background-image: url(../hintergrund/aktuelles.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#middle-content-harmonie {
	float: left;
	width: 1000px;
	vertical-align:middle;
	background:#000000;
	background-image: url(../hintergrund/harmonie_gross.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#left-content-schoenheit {
	float: left;
	width: 500px;
	height: 446px;
	vertical-align:middle;
	background:#000000;
	background-image: url(../hintergrund/schoenheit2_klein.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#left-content-vertrauen {
	float: left;
	width: 500px;
	height: 446px;
	vertical-align:middle;
	background:#000000;
	background-image: url(../hintergrund/vertrauen_klein.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#left-content-harmonie {
	float: left;
	width: 500px;
	height: 446px;
	vertical-align:middle;
	background:#000000;
	background-image: url(../hintergrund/harmonie2_klein.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#left-content-natuerlich {
	float: left;
	width: 500px;
	height: 446px;
	vertical-align:middle;
	background:#000000;
	background-image: url(../hintergrund/natuerlichkeit_klein.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#left-content-sicherheit {
	float: left;
	width: 500px;
	height: 446px;
	vertical-align:middle;
	background:#000000;
	background-image: url(../hintergrund/sicherheit_klein.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#left-content-suche {
	float: left;

	width: 600px;
	vertical-align:middle;
	padding-left:33px;
	padding-top: 25px;
	
}

#left-content-labor {
	float: left;
	height: 446px;
	width: 400px;
	vertical-align:middle;
	padding-left: 155px;
	padding-top: 25px;
}

#left-content-aktuelles{
	float: left;
	height: 446px;
	width: 400px;
	vertical-align:middle;
	padding-top: -20px;
}

#left-content-plz3 {
	float: left;
	height: 1200px;
	width: 400px;
	vertical-align:middle;
	padding-left: 200px;
	padding-top: 25px;
}

#left-content {
	float: left;
	height: 446px;
	vertical-align:middle;
}

#right-content {
	float: right;
	width: 500px;
	background: #000000;
}	

#right-content-klein{
	float:right;
	text-align:center;
	width: 300px;
}	

#right-content-labor{
	float:left;
	text-align:left;
	width: 300px;
}	


#footer {
	width: 1000px;
	text-align: left;	
}

.next-grafik{
	height: 50px;
	width: 450px;
	background-image: url(../linie_kaesten.jpg);
	background-repeat: no-repeat;	
	background-position: right;
}

.linie {
	border-bottom: solid 1px #FFFFFF;
	}