
/* ---------------------------------------------------- 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:960px;
	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 ----------------------------------------------------- */

#collage {
	width:410px;
	height:261px;
	top:136px;
	left:475px;
	position:absolute!important;
	z-index:30!important;
}

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

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

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

#pflanze {
	width:213px;
	height:38px;
	top:0;
	right:7px;
	position:absolute;
	background:url(../images/blatt.jpg) 0 0 no-repeat;
	z-index:15;
}

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

#content { 
	width:800px;
	min-height:250px;
	padding:60px 0 102px 94px;
}

* html #content  {
	height:250px;
}

#spalte01 {
	width:265px;
	float:left;
	margin-right:55px;
	padding:13px 0 0 0;
	background:url(../images/trennstrich.gif) repeat-x 0 0;
}

#spalte02 {
	width:460px;
	float:left;
	padding:13px 0 0 0;
	background:url(../images/trennstrich.gif) repeat-x 0 0;
}

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

div#footer {
	margin:0 auto;
	height:66px;	 
	width:960px;
	margin-top:-122px;
	z-index:30;
	position:relative;
	padding-top:56px;
	background:url(../images/bluete.jpg) no-repeat  710px 0;
}

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

