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


body {
	background: #f7c080 url(../images/body_kachel.png) repeat-x center 0px;
}

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


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

div#wrapper {
	width:860px;
	margin:0 auto;
	position:relative;
	z-index:1 !important;
}


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

#blume {	
	position:absolute !important;
	top:0;
	right:-41px;
	background:url(../images/blumen.jpg) 0 0 no-repeat !important;
	widht:389px;
	height:127px;
	z-index:10 !important;
}

#head01 {
	width:860px;
	height:180px;
 	background: url(../images/head01.gif) no-repeat 0 0px;
}

#head02 {
	width:860px;
	height:260px;
	background: url(../images/head02.jpg) no-repeat 0 0px;
}



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

#main_umg {
		background: url(../images/wrapper_kachel.png) repeat-y 0 0;
		 width:860px;
}

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


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

#content { 
	width:527px;
	min-height:350px;
	padding:15px 0 5px 315px;
	position:relative;
}

*html #content { 
	height:350px;
}

#adresse_links {
	margin:40px 0 0 0;
	width:180px;

}

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

div#footer {
	background:#f7c080 url(../images/footer.jpg) no-repeat  0 0;
	height:76px;
	width:860px;
}


