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


body {
	background: #ffffff;
	background: url(../images/body_kachel.jpg) repeat center 0px fixed;
}

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


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

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


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

html>body #head {
	width:835px;
	height:429px;
	background:url(../images/head.png) 0 0px no-repeat;
}

#slideshow {
	position:absolute;
	top:145px;
	left:33px;
}

#bild {
	position:absolute;
	top:145px;
	right:34px;
	background:url(../images/bild01_2.jpg) 0 0 no-repeat;
	width:269px;
	height:256px;
}

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

html>body #main {
	width:835px;
	background: url(../images/main_kachel.png) repeat-y 0 0;
}


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

#content { 
	width:800px;
	min-height:200px;
	padding:30px 0 50px 33px;
	margin:0;
}

* html #content  {
	height:200px;
}

#spalte01 { float:left; width:436px; padding-right:63px;}
#spalte02 { float:left; width:268px;}


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

div#footer {
	margin:0 auto;
	position:relative;
	z-index:20;
	width:802px;
	height:90px;
/*	background: url(../images/footer.png) 0px 0px no-repeat;*/
	padding:40px 0 0 33px;
}


html>body div#footer {
	background: url(../images/footer.png) 0px 0px no-repeat;
}

div#footer span { font-size:0.9em;}




