
/* ---------------------------------------------------- body / html ----------------------------------------------------- */
* {
	border:0;
	margin:0;
	padding:0;
	
}


body {
	background: #ead2b1 url(../images/hintergrund.jpg) center 0 repeat-x;
	height:100%;
}

html {
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
	height:100%;
}

/* ----------------------------------------------------- wrapper ----------------------------------------------------- */

div#wrapper {
	width:986px;
	margin:0 auto;
	z-index:1;
	min-height:100%;
	position:relative;
}


* html div#wrapper {
	height:100%;
}


/* ----------------------------------------------------- head ----------------------------------------------------- */

#head {
	width:986px;
	height:355px;
	background: url(../images/head.jpg) no-repeat 0 0px;
	position:relative;
	z-index:5;
}

#bild01 {
	position:absolute;
	height:258px;
	width:382px;
	background:url(../images/bild01.jpg) 0 0 no-repeat;
	z-index:10;
	top:0px;
	left:526px;
}

#bild02 {
	position:absolute;
	height:258px;
	width:382px;
	z-index:10;
	top:0px;
	left:526px;
}


/* ----------------------------------------------------- main----------------------------------------------------- */

#main {
 	width:986px;
	background: url(../images/main.jpg) no-repeat 0 0;
}

/* ----------------------------------------------------- content ----------------------------------------------------- */

#content { 
	min-height:390px;
	padding:7px 0 95px 0;
}

* html #content  {
	height:390px;
}

#spalte01 { float:left; width:166px; margin:27px 40px 0 0px; background: url(../images/h2.jpg) no-repeat 0 174px; padding:0 0 0 50px;}

#spalte01_b { float:left; width:166px; margin:27px 40px 0 0px; padding:0 0 0 50px;}

#spalte02 { float:left; width:470px; margin:15px 0 0 0; } 

#spalte03 { float:left; width:200px; margin:80px 0 0 0; padding:0 0 0 40px;} 


/* ----------------------------------------------------- footer ----------------------------------------------------- */

div#footer {
	margin:0 auto;
	width:100%;
	height:110px;
	margin-top:-110px;
	z-index:15;
}


div#footer_innen {
	z-index:20;
	margin:0 auto;
	width:986px;
	height:110px;
	background:url(../images/footer.jpg) 0px 0px no-repeat;
	position:relative;
}
