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


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

}

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


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

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

	background: url(../images/wrapper_kachel.jpg) repeat-y 327px 0px;
}




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

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


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

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


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

#content { 
	width:487px;
	min-height:380px;
	padding:20px 0 100px 362px;
	z-index:40;
}

* html #content { height:380px;}


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

div#footer {
	margin:0 auto;
	z-index:60;
	width:1000px;
	height:48px;
	margin-top:-90px;
	position:relative;
	padding:42px 0 0 0;
	background:url(../images/footer.jpg) 327px 0px no-repeat;
}

