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


body {
	background: #e0f0b3 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;
	background: url(../images/wrapper_kachel.jpg) repeat-y center 0px;
	min-height:100%;
}

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

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


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

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


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

#content { 
	width:930px;
	min-height:310px;
	padding:0px 0 120px 0px;
	z-index:5 !important;
	position:relative;
}

* html #content  {
	height:310px;
}

#spalte01 { float:left; width:275px; padding:65px 0 0 61px;}
#spalte02 { float:left; width:427px; padding:20px 0 0 0;}


#adresse_links {
	background:url(../images/adresse_bg.jpg) 0 0 no-repeat;
	width:287px;
	height:150px;
	margin:-13px 0 0 0;
}

#adresse_links p {
	text-align:right;
	padding:15px 64px 0 0;
}

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

div#footer {
	margin:0 auto;
	z-index:3;
	width:100%;
	height:140px;
	margin-top:-140px;
	position:relative;
	background:#c8a680 url(../images/footer_kachel.gif) 0px 0px repeat-x;
}

div#footer_innen {
	margin:0 auto;
	z-index:4;
	width:930px;
	height:140px;
	position:relative;
	background:#c8a680 url(../images/footer.jpg) 0px 0px repeat-x;
}

#booking { width:120px; padding-left:100px;}


