@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}
body{
	background-image:url(../images/bg.jpg);
	width:100%;
	font-family:verdana, Geneva, sans-serif;
	font-size:0.875em;
	
}
#wrapper{
	margin:25px auto;
	width: 1000px;
}
#header{
	height:200px;
}
h1{
	background-image:url(../images/logo.jpg);
	text-indent:-9999px;
	background-repeat:no-repeat;
	height:183px;
	width:345px;
	display:inline-block;
	float:left;
}
h2{
	padding:20px 25px 7px 100px;
	font-size:1em;
}
h3{
	font-size:0.7em;
	display:inline;
}
#menu{
	float:left;
	width:603px;
	
}
ul li{
	list-style:none;
}
ul li a{
	background-repeat:no-repeat;
	text-indent:-9999px;
	
}
.home{
	background-image:url(../images/home.png);
	height:147px;
	width:147px;
	margin:0 0 0 20px;
	display:block;
	float:left;
}
/*a.home:link{
	background-position:0 0;
}
a.home:hover{
	background-position:0 -76px;
}*/
.angebot{
	margin: 0 0 0 250px;
	background-image:url(../images/angebot.png);
	height:118px;
	width:119px;
	display:block;
	border:0;
	
}
/*a.angebot:link{
	background-position:0 0;
}
a.angebot:hover{
	background-position:0 -214px;
}*/
.referenz{
	background-image:url(../images/referenz.png);
	height:118px;
	width:119px;
	display:block;
	float:left;
}
/*a.referenz:link{
	background-position:0 -154px;
	
}
a.referenz:visited{
	background-position:0 -154px;
}
a.referenz:hover{
	background-position:0 0;
}*/
.kontakt{
	margin: 0 0 0 400px;
	background-image:url(../images/kontakt.png);
	height:118px;
	width:119px;
	display:block;
}
/*a.kontakt:link{
	background-position:0 0;
	
}
a.kontakt:hover{
	background-position:0 -106px;
	
}*/
#content{
	margin:25px 0 0 0;
	
}
#content_left{
	width:409px;
	float:left;
}
#bild_links{
	width:409px;
	
}
#li_unten{
	background-image:url(../images/postit.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 190px;
}
#postit{
	margin: 0px 80px 0 100px;
	padding:30px 0 0 0;
}
.text_klein{
	font-family:verdana, Geneva, sans-serif;
	font-size:0.8em;
}
#content_right{
	width:608px;
	background-image:url(../images/zeile.jpg);
	background-repeat: repeat-y;
	margin-left:409px;
}
#teaser{
	padding:24px 25px 0 100px;
	font-weight:bold;
	color:#333;
	line-height:1.35em;
}
.text{
	padding:5px 25px 5px 100px;
	line-height: 1.4em;
	color:#666;
}
form{
	width:400px;
	padding:20px 25px 5px 100px;
	line-height: 1.4em;
	color:#666;
}
fieldset{
	border:0;
}
label{
	display:block;
	float:left;
	width: 125px;
}
input{
	margin: 5px 0 5px 0;
	background-color:#f1ece6;
	border:1px solid #666;
}
textarea{
	background-color:#f1ece6;
	border:1px solid #666;
}
.btn{
	margin-left:250px;
}
.fehler{
	color:#C00;
}
.fs1{
	padding-left:0px;
	width:265px;
	text-align:right;
	border:0;
	
}
.fs2{
	margin-top:20px;
	padding-left:0px;
	width:250px;
	border:0;
}
#footer{
	background-image:url(../images/footer.jpg);
	height:121px;
}
/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}


