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


body {
	background:#f9d196 url(../images/body_kachel.gif) repeat-x center 0;
	height:100%;
}

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


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

div#wrapper {
	width:980px;
	margin:0 auto;
	z-index:1;
	position:relative;

	min-height:100%;
}

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


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

#head {
	width:980px;
	height:239px;
	background:url(../images/head.jpg) 0 0px no-repeat;
}

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

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

#slideshow {
	margin:12px 0 20px 55px;
}


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

#content { 
	width:880px;
	min-height:230px;
	padding:0px 0 180px 86px;
	margin:0;
}

* html #content  {
	height:230px;
}

#spalte01 { float:left; width:234px;}
#spalte02 { float:left; width:367px; padding-top:163px; padding-right:46px;}
#spalte03 { float:left; width:200px; padding-top:123px;}
#spalte03 p { color:#a57977; font-size:0.9em; font-weight:bold;}
	


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

div#footer {
	margin:0 auto;
	position:relative;
	z-index:20;
	width:100%;
	height:180px;
	margin-top:-180px;
	background: url(../images/footer_kachel.gif) 0 128px repeat-x;
}

div#footer_innen {
	margin:0 auto;
	width:662px;
	height:180px;
	padding:0 0 0 318px;
	background: url(../images/footer.jpg) 0px 0px no-repeat;
	font-size:0.9em;
	color:#FFFFFF;
}

div#footer_innen table {
	font-family:Georgia, "Times New Roman", Times, serif;
}


