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


body {
	background: #e7ddd0 url(../images/body_kachel.jpg) repeat-x center 0px;

}

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


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

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


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

#head {
	width:780px;
	height:38px;
	background: url(../images/head.gif) no-repeat 0 0px;
}


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

#main {
	background: url(../images/main.jpg) no-repeat 0 0;
	position:relative;
}

#main2 {
	background: url(../images/main2.jpg) no-repeat 0 0;
	position:relative;
}

#main3 {
	background: url(../images/main3.jpg) no-repeat 0 0;
	position:relative;
}


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

#content { 
	min-height:360px;
	padding:0px 0 8px 0;
	left:53px;
	width:700px;
	position:relative;
}

* html #content  {
	height:360px;
}


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

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

