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


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

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


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

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

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

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

#logo{
	width:246px;
	height:112px;
	top:100px;
	left:127px;
	position:absolute;
	z-index:20;
	background:url(../images/logo.png) 0 0 no-repeat;
}

#head {
	width:940px;
	height:395px;
	background: url(../images/head.jpg) no-repeat 0px 0px;
}

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

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

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

#content { 
	width:447px;
	min-height:440px;
	padding:44px 0 110px 362px;
}

* html #content  {
	height:440px;
}



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

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

div#footer_innen {
	margin:0 auto;
	height:62px;	
	padding-top:17px; 
	width:940px;
	z-index:30;
	position:relative;
	background:url(../images/footer.jpg) no-repeat  0px 0;
}

div#footer a {
	float:right;
	right:130px;
	position:relative;
}

#blume {
	background:url(../images/blume.jpg) 0 0 no-repeat;
	width:103px;
	height:67px;
	position:absolute;
	top:-67px;
	left:239px;
	z-index:25px;
}