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


body {
	background: #ffffff;
}

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


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

div#wrapper {
	width:960px;
	margin:0 auto;
	z-index:1;
	position:relative;
	background: url(../images/wrapper_kachel.gif) repeat-y center 0px;
}


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

#head01 {
	width:960px;
	height:110px;
	background: #ffffff url(../images/head01.png) no-repeat 0px 12px;
}

#head02 {
	width:960px;
	height:394px;
	background: url(../images/head02.jpg) no-repeat 0px 0px;
	position:relative;
}


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

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


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

#content { 
	width:900px;
	min-height:230px;
	padding:30px 0 0px 40px;
}

* html #content  {
	height:200px;
}

#spalte01 { float:left; width:285px; padding-right:50px;}
#spalte02 { float:left; width:285px; padding-right:50px; padding-top:36px;}
#spalte03 { float:left; width:205px;}


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

div#footer {
	margin:0 auto;
	position:relative;
	z-index:20;
	width:960px;
	height:115px;
	background:#ffffff url(../images/footer.png) 0px 0px no-repeat;
}

div#footer p {
	position:relative;
	float:right;
	padding:65px 44px 0 0;
	color:#a8926d;
}

