
/* ---------------------------------------------------- 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:812px;
	margin:0 auto;
	min-height:100%;
	z-index:1;
	background: url(../images/wrapper_kachel.gif) repeat-y 0px 0px;
	position:relative;
}

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


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

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

#flashcontent {
	left:370px;
	top:57px;
	position:absolute;

}

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

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


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


#content { 
	width:410px;
	height:auto;
	margin:0px 0px 0 325px;
	padding-top:20px;
	padding-bottom:110px;
}

* html #content  {
	height:400px;
}



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

div#footer {
	margin:0 auto;
	height:124px;
	width:812px;
	margin-top:-124px;
	z-index:20 !important;
	background: url(../images/footer.gif) 321px 0 no-repeat;
	position:relative;
}

#footer_adress {
	padding:63px 0 0 325px;
	line-height:1.9em;
}

#footer_anker {
	position:absolute;
	top:49px;
	right:38px;
}

#footer_anker a {
	background:url(../images/pfeil01.gif) 0 0 no-repeat;
	height:22px;
	width:22px;
	position:relative;
	display:block;
}

#footer_anker a:hover {
	background:url(../images/pfeil02.gif) 0 0 no-repeat;
	position:relative;
	display:block;
}



