@CHARSET "UTF-8";

html{
	background: url("../images/html.jpg") top left repeat-x rgb(235,235,235); /* gray */
	margin: 0; padding: 0; width: 100%; height: 100%;
}
#wrap1{
	width: 810px; margin: 0 auto;
}

#header{
	width: 780px; height: 289px; padding: 0 15px; margin: 0;
	background: url("../images/header.jpg") top left no-repeat #FFF;
	overflow: hidden;
}

#photo{
	width: 195px; height: 222px;
	float: left; position: relative; top: 66px; left: -30px;
	background: url("../images/Ute-Schallbroch-Geraedts.png") top left no-repeat transparent;
}
* html #photo{ /* IE FIX */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://kunden.promoteit.de/schallbroch/template/images/Ute-Schallbroch-Geraedts.png')
}
#logo{
	display: block;
	position: absolute; top: 85px; left: 50%; margin-left: -300px;
}
#description{
	position: absolute; top: 80px; left: 50%; margin-left: -250px;
}
#description h1{
	padding-top: 0; color: rgb(80,80,80); font-size: 20px;
}
#nav_main{
	position: absolute; top: 161px; left: 50%; margin-left: -220px; 
	padding: 0;
}
#nav_main a{
	color: #FFF; line-height: 38px;
	font-weight: bold; padding-right: 1.4em;
}
#nav_main a:hover{
	text-decoration: underline;
}

#wrap2{
	width: 780px; padding: 0 15px; margin: 0;
	background: url("../images/wrap2.gif") top left repeat-y #FFF;
}
#content{
	float: right; width: 480px; padding: 0px 60px 15px 0;
	min-height: 400px;
}
#content_left{
	float: left; width: 232px;
}
#content_right{
	float: right; width: 232px;
}
#content_main2{
	clear: both;
}
#left{
	float: left; width: 200px; padding: 15px 0 15px 15px;
}
form.contactform div.optional{
	display: none;
}

#footer{
  clear: both; height: 13px;
  background: url("../images/bottom.gif") top left no-repeat;
}

#left label{
	width: 30%; padding: 0; margin: 0;
}
#left input.text, select{
	width: 65% !important;
}
#left .error{
	margin-left: 0;
}
#left div.select, #left div.name{
	display: none;
}
#left form{
	margin-top: 0;
}
