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


body {
	background: #f4f5f5 url(../images/body_kachel.jpg) repeat-x center 0;

}

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


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

div#wrapper {
	width:980px;
	margin:0 auto;
	background: url(../images/wrapper_kachel.gif) repeat-y center 0px;
}




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

#head {
	width:980px;
	height:309px;
	background: url(../images/head.jpg) no-repeat 0px 0px;
	position:relative;
}

#logo {
	width:235px;
	height:105px;
	position:absolute;
	top:32px;
	left:49px;
}

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

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


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

#content { 
	width:900px;
	min-height:350px;
	padding:10px 0 20px 50px;
	position:relative;
	z-index:1;
}

* html #content  {
	height:350px;
}

#ueberschrift01 { float:left; height:80px; width:243px; padding-right:50px;}
#ueberschrift02 { float:left; height:80px; width:600px;}

#spalte01 { float:left; width:243px; padding-right:50px;}
#spalte02 { float:left; width:270px; text-align:justify;}
#spalte03 { float:left; width:270px; text-align:justify; background-color:#f1f1f1; margin-left:30px; padding:0 6px 6px 6px;}
#steuernews { float:left; width:540px;}

#spalte04 { float:left; width:400px; text-align:justify;}

#spalte02_team { float:left; width:150px; text-align:justify; padding-top:7px;}
#spalte03_team { float:left; width:336px; background-color:#f1f1f1; margin-left:30px; padding:0 30px 6px 30px;}

#spalte02_galerie { float:left; width:400px; text-align:center; background-color:#f1f1f1; padding:10px 0 10px 170px;}

#spalte02_galerie img { 	background: #ffffff url(../images/kasten01.jpg) repeat-x 0 bottom;
	padding:4px;
	border:1px dotted #bbbbbb;}


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

div#footer {
	margin:0 auto;
	width:100%;
	height:200px;
	margin-top:-100px;
	position:relative;
	background:url(../images/footer_kachel.jpg) 0px 0px repeat-x;
}
div#footer_innen {
	margin:0 auto;
	width:980px;
	height:200px;
	position:relative;
	background:url(../images/footer.jpg) 0px 0px no-repeat;
}

#footer-link {
	padding-top:108px;
	margin-left:55px;
}

#footer-link a {	
	color:white;
	font-size:10px;
}
