html, body {
	margin: 0;
	padding: 0;
	background-color: #B6B7B7;
	text-align:center;
}



#container {
	margin:0px auto;
	padding: 0px;
	height: 1150px;
	width: 950px; 
	background-color: #D4D7D7;
	text-align:left;
	}
		
	
#header
{
	height: 231px;
	width: 100%;
	background-image: url(../_media/logo.png);
	background-repeat: no-repeat;
	background-position: 100px 0;
	position: relative;
}



 #blaettern {
	position: absolute;
	left: 100px;
	top: 185px;
	font-family: "Open sans", "Helvetica Neue", "HelveticaNeue", Tahoma, Helvetica, Arial, sans-serif;
	font-weight: 400; /* normal */
	font-size: 96%;
	color: #999999;
	letter-spacing: 1px;
}


#blaettern li {
  display: inline;            /* Listenelemente nebeneinander */
  list-style-type: none;      /* Aufzählungszeichen entfernen */
}


#blaettern a {
	display: inline;
	height: 20px;
	color: #666666;
	text-decoration: none;
}

#blaettern a:visited {
	display: inline;
	height: 20px;
	color: #666666;
	text-decoration: none;
}


 #blaettern a:hover, a:active {
	color: #999999;
	text-decoration: none;
}

  
#navi {
	float:right;
	position: relative;
	right: 100px;
	top: 120px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
  float: left;
}

a.bilder, a.bilder:visited {
	text-decoration: none;
	width: 77px;
	display: block;
	height: 20px;
	background-image: url(../_media/bilder_l.png);
}
a.bilder:hover, a.bilder:active {
	background-image: url(../_media/bilder_a.png);
	text-decoration: none;
}


a.kontakt, a.kontakt:visited {
	width: 95px;
	display: block;
	height: 20px;
	background-image:url(../_media/kontakt_l.png);
}
a.kontakt:hover, a.kontakt:active {
	background-image:url(../_media/kontakt_a.png);
}


#wrapper {
	width: 750px;
	position: relative;
	margin-left: 100px;	
	}

#wrapper_andere_hoehe {
	width: 750px;
	position: relative;
	margin-left: 100px;
	height:auto !important; /* normale Browser */
	height:100%; /* IE6: setzt dies wie min-height um*/
	min-height:100%; /* normale Browser */
	
	}



#links {
	float:left;
	width: 324px;
}

#rechts {
	float:right;
	width: 324px;
}


.zoomimage-container {position: relative;}
.zoomimage-std {}
.zoomimage-zoom {visibility: hidden; position: absolute; z-index: 1; top: 0px; left: 0px;}



#footer {
	float:left;
	position: absolute;
	width: 100%;
	line-height: 1.6em;
	top:850px;
    } 



#spalten {
	float:left;
	position: relative;
	left: 100px;
	top: 170px;
	width: 520px;
}

#erste {
float: left;
width: 20%;
}

#zweite {
float: right;
width: 80%;
}
p {
	font-family: "Open sans", "Helvetica Neue", "HelveticaNeue", Tahoma, Helvetica, Arial, sans-serif;
	font-weight: 400; /* normal */
	font-size: 76%;
	line-height: 1.4em;
	color: #585A5A;
	letter-spacing: 0.04em;
	}

.headline {
	font-family: Tahoma, Arial, Trebuchet, Verdana, Helvetica, Sans-Serif;
	font-size: 85%;
	letter-spacing: 0.06em;
}

.kontakt {
	line-height: 1.6em;
	
}

.impressum {
	font-family: Tahoma, Arial, Trebuchet, Verdana, Helvetica, Sans-Serif;
	font-size: 75%;
	letter-spacing: 0.06em;
	color: #999999;
}	

a[href^="mailto"] { 
	text-decoration: none;
	color: #999999;
	}


.caption {margin-top: 8px !important;}

/* Vertical distances: */
.xnear    {margin-top:  0px !important;}
.near     {margin-top:  5px !important;}
.std      {margin-top: 10px !important;}
.lineDist {margin-top: 15px !important;}
.far      {margin-top: 30px !important;}
.xfar     {margin-top: 30px !important;}
.xxfar    {margin-top: 45px !important;}



