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


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

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


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

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

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

#head01 {
	width:951px;
	height:159px;
	background:url(../images/head01.png) 0 0px no-repeat;
}

#head02 {
	width:951px;
	height:255px;
	background:url(../images/head02.jpg) 0 0px no-repeat;
}

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

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

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

#content { 
	width:880px;
	min-height:170px;
	padding:20px 0 20px 89px;
	margin:0;
}

* html #content  {
	height:170px;
}

#spalte01 { float:left; width:327px; margin-right:49px; background:url(../images/trennstrich.gif) 0 0 repeat-x; padding-top:15px;}
#spalte02 { float:left; width:399px; background:url(../images/trennstrich.gif) 0 0 repeat-x; padding-top:15px;}


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

div#footer {
	margin:0 auto;
	position:relative;
	z-index:20;
	width:100%;
	height:95px;
	width:860px;
	padding:18px 0 0 89px;
	background: url(../images/footer_innen.jpg) 0px 0px no-repeat;
}

div#footer p {
	float:left;
	color:#FFFFFF;
	padding:0 32px 0 0;
	font-size:0.9em;
}

