* {
	margin:0;
	padding:0;
}
html {
	height:101%;
}
body {
	background-color:#999;
}
/*================= bgstretcher ===========================================*/

.bgstretcher {
	background: #fff;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	z-index: -1000;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*================= head =======================================*/

#wrapper {
	width:1060px;
	margin:25px auto 0 auto;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#head {
	height:240px;
	background-image:url(img/wrapper_oben_logo.png);
}
	#name {
		float:right;
		margin-top:85px;
		margin-right:70px;
	}
		#zotos {
			color:#534741;
			font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
			letter-spacing: 10px;
			font-weight:normal;
			font-size:20px;
		}
		#uberschrift {
			font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-size:20px;
			text-align:right;
			color:#808080;
			margin-right: 12px;
			letter-spacing: 0.6px;
			font-weight: 500;
		}
	#navi {
		float:left;
		margin-top:77px;
		margin-left:67px;
	}
/*====================== text =====================================*/

#text {
	min-height:460px;
	height:auto !important;  /* für moderne Browser */
	height:460px;  			 /* für den IE */
	background-image:url(img/wrapper_mitte.png);
	padding: 0 60px;
}
/*================= über mich ====================================*/

#boxleft {
	width:63%;
	float:left;
}
	.infotext {	
		font-size:15px;
		line-height:1.5;
		margin-bottom: 1em;
		margin-left:10px;
	}
#boxright {
	float:right;
	width:32%;
}
	#linie {
		float:left;
	}
	#pass, #pdaten{
		margin-left:60px;
	}
	#pdaten {
		color:#808080;
		font-weight:bold;
		line-height: 1.2em;
		margin-top:40px;
		text-align:left;
	}
/*================== referenzen =======================================*/

#referenzen a img {
	border: none;
}
#erster {
	margin-top:0;
	padding-top:0;
}
.ref {
	margin: 23px 0 0 10px;
	padding: 0px 0 23px 0px;
	height:250px;
	clear:both;
	background: url(img/trennlinieHorizontal.jpg) no-repeat bottom center;
}
#letzter {
	background: none;
}
.sitebild {
	float:right;
	padding-right:20px;
	padding-left:20px;
	margin-top:5px;
}
.beschreibung {
	font-size:15px;
	line-height:1.5;
	padding-right:10px;
	padding-left:10px;
}
.webref {
	margin: 0 0 0 400px;
	position:relative;
	top:245px;
	color:#808080;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
#toplink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration: none;
	color: #fff;
	position: relative;
	top:130px;
}
/*=================Kontaktformular==========================================*/

form {
	width: 50%;
	height: 340px;
    margin: 0 auto;
	padding: 30px 0 0 0;
} 

input, label, textarea {
   display: inline-block;
   float: right;
   height: 20px ;
   width: 58%;  
   margin-bottom: 10px;
   margin-right: 40px;
}                             

textarea {
	height: 100px;
}
 
label {
	width: 95px;
    cursor: pointer;
    float: left;
	margin-left: 30px;
    margin-bottom: 14px;
	margin-right: 0;
}
#selector {
	width:100%;
	margin-bottom:10px;
	height:20px;
}
#anrede {
	width: 59%; 
	height: 22px;
	display: inline-block;
	float: right;
	margin-right: 40px;
}
#p_anrede {
	display:inline-block;
	width: 100px;
	margin-left: 30px;
	float:left;
}
label:hover {
    color: #625955;
}

#button {
	clear:both;
    margin-bottom: 20px; 
    height: 30px;
    width: 59%;
}
#info {
	margin: 0 62px 14px 0;
	text-align:right;
}
#ok {
	margin:0 0 14px 151px;
	font-weight: bold;
	color:green;
}
#fehlermeldung {
	color:red;
	margin:0 0 14px 151px;
}
/*===========================================================================*/
#food {
	height:160px;
	background-image:url(img/wrapper_unten.png);
	padding: 0 80px;
	/*text-align:center;*/
}
/* Link scroller */
#top-link  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	display:none;
	position:fixed;
	right:5px; 
	bottom:5px; 
	color:#555; 
	font-weight:normal;
	text-decoration:none;
	border:1px solid #555;
	background-color:#eee;
	padding: 3px 10px;
	}