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


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

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


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

div#wrapper {
	width:984px;
	margin:0 auto;
	z-index:1;
	position:relative;
	background: url(../images/wrapper_kachel.jpg) repeat-y center 0px;
}


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

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

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



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

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


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

#content { 
	width:800px;
	min-height:160px;
	padding:30px 0 0px 169px;
}

* html #content  {
	height:160px;
}

#spalte01 { float:left; width:320px; padding-right:61px;}
#spalte02 { float:left; width:320px;}


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

div#footer {
	margin:0 auto;
	position:relative;
	z-index:20;
	width:815px;
	padding:85px 0 0 169px;
	height:58px;
	background: url(../images/footer.jpg) 0px 0px no-repeat;
	font-size:0.9em;
}

div#footer a { color:#b3df89;}

div#footer a:hover { color:#ffffff;}

.strich {
	color:#8ca871;
}


