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


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

}

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


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

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




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

#head {
	width:944px;
	height:338px;
	background: url(../images/head.jpg) no-repeat 0px 0px;
	position:relative;
	z-index:50 !important;
}

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

#main {
 	width:944px;
	background: url(../images/main.jpg) no-repeat 0 bottom;
	z-index:10!important;
}


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

#content { 
	width:868px;
	min-height:250px;
	padding:5px 0 25px 50px;
}

* html #content  {
	height:250px;
}

#spalte01 { float:left; width:280px; padding:250px 70px 20px 0;}
#spalte02 { float:left; width:468px; padding:0 12px 6px 12px;}


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

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

#footer_adresse02 {
	float:left;
	width:535px;
	color:#FFFFFF;
	font-weight: bold;
	margin:33px 0 0 0;
	padding-left:401px;
	height:60px;
	font-size:0.95em;
}

#footer_navi {
	width:473px;
	float:right;
	padding:0px 61px 0 0;
}

#footer_navi a {
	padding:0 3px 0 3px;
}


#footer .strich {
	padding:0 11px 0 11px;
	background:url(../images/trennstrich2.gif) right 0 no-repeat;
}

#footer .strich_ohne {
	padding:0 15px 0 15px;
}

.float_right {
	float:right;
}

.float_left {
	float:left;
}