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


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

}

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


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

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

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

div#wrapper2 {
	width:930px;
	margin:0 auto;
	z-index:1;
	min-height:100%;
	background: url(../images/wrapper_kachel2.gif) repeat-y center 0px;
}

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



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

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

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

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

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


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

#content { 
	width:900px;
	min-height:350px;
	padding:0px 0 70px 0px;
	z-index:60 !important;
}

* html #content  {
	height:350px;
}

#spalte01 { float:left; width:433px; padding:70px 90px 0 111px;}
/*#spalte02 { float:left; width:200px; padding:85px 0 0 0px;}*/




#spalte02 { position:absolute; width:200px; top:450px; right:90px;}

#spalte01_marken { float:left; width:337px; padding:85px 50px 0 111px;}
#spalte02_marken { float:left; width:337px; padding:85px 0 0 0px;}

#spalte03_marken { float:left; width:720px; padding:85px 90px 0 111px;}

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

div#footer {
	margin:0 auto;
	z-index:10;
	width:930px;
	height:60px;
	margin-top:-60px;
	background:url(../images/footer.jpg) 0px 0 no-repeat;
}

div#footer2 {
	margin:0 auto;
	z-index:10;
	width:930px;
	height:60px;
	margin-top:-60px;
	background:url(../images/footer2.jpg) 0px 0 no-repeat;
}


