* {
	margin:0;
	padding:0;
}

/* ---------------------------------------------------- body / html ----------------------------------------------------- */
body, html {
	height:100%; /*hierdurch richtet sich der footer vertical am Browserfenster aus*/
	border: 0px;
	margin:0;
	padding:0;
	background:#fff url(../images/bg.gif) top repeat-x;
}
html {
	overflow-x:hidden;
	overflow-y:auto;
}

/* ----------------------------------------------------- wrapper ----------------------------------------------------- */
div#wrapper {
	min-height:100%;  /*hierdurch richtet sich der footer vertical am Browserfenster aus*/  /*hierduch richtet sich der footer horizontal am wrapper aus*/
	width: 980px;
	margin:0 auto; /*hierdurch richtet sich der wrapper horizontal in der mitte des Browserfensters aus*/
	z-index:1;
	background:url(../images/bg_wrapper.gif) center repeat-y;
}

* html #wrapper {
	height:100%;
}

div#main {
  /*hierdurch richtet sich der footer vertical am Browserfenster aus*/
	position: relative;  /*hierduch richtet sich der footer horizontal am wrapper aus*/
	width: 916px;
	margin:0 auto;
	}
	
/* ----------------------------------------------------- head ----------------------------------------------------- */
#head {
	width:916px;
	margin:0 auto;
	height:101px;
	position:relative;
}
#navi_1 {
	width:556px;
	padding-left:41px;
	padding-top:15px;
	margin:0 auto;
	height:86px;
	background:#333366 url(../images/navi_1.gif) no-repeat;
	float:left;
}

/* ----------------------------------------------------- middle ----------------------------------------------------- */
#middle {
	width:916px;
	margin:0 auto;
	height:218px;
	background:url(../images/middle.gif) no-repeat 0 0;
	position:relative;
}
#slide {
	width:556px;
	margin:0 auto;
	height:218px;
	padding:0 0 0 41px;
	float:left;
	background:url(../images/slide.jpg) 0 0 no-repeat;
}
#navi_2 {
	width:319px;
	margin:0 auto;
	height:55px;
	padding-top:163px;
	float:left;
}

/* ----------------------------------------------------- main - inhalt ----------------------------------------------------- */
#right {
	position:absolute;
	left: 597px;  /*hat das erste div im main eine feste höhe, muss dieses floaten*/
	width:319px;
	height:auto;
	min-height:167px;
	z-index:50;
	background:url(../images/right.gif) 0 0 no-repeat;
}
*html #right {
	height:167px;
}
#tage {
	width:155px;
	padding-left:40px;
	padding-top:58px;
	height:auto;
	float:left;
}
#zeiten {
	width:98px;
	padding-top:58px;
	height:auto;
	float:left;
}
#sonstiges {
	left: 597px;  /*hat das erste div im main eine feste höhe, muss dieses floaten*/
	width:279px;
	padding-left:40px;
	height:auto;
	float:none;
	clear:both;
	background:url(../images/sonstiges.gif) no-repeat 0 44px;
}
	
#content { /*ein div  welches sich ausdehnt darf nicht floaten (Mozilla) */
	padding: 0 28px 0 63px;
	margin: 0 0 0 0;  /*padding-bottom ist nötig um den footer nach unten zu positionieren */
	width: 506px;
	z-index:20;
	background:url(../images/content.jpg) no-repeat 0 0;
}

#contentcms { /*ein div  welches sich ausdehnt darf nicht floaten (Mozilla) */
	padding: 0 28px 0 63px;
	margin: 0 0 0 32px;;  /*padding-bottom ist nötig um den footer nach unten zu positionieren */
	width: 526px;
	min-height:550px;
	height:auto !important;
	z-index:20;
	background:url(../images/content.jpg) no-repeat 0 0;
}

#ue {
	height:55px;
	width:497px;
}
#inhalt {
	padding:0;
}	
#aktuelles {
	width:133px;
	height:auto;
	min-height:700px;
	background:url(../images/aktuelles.gif) 0 0 repeat-y;
	float:right;
	padding-left:25px;
}
*html #aktuelles {
	height:700px;
}
	#aktuelles * {
		font-size:11px;
	}
	#aktuelles a:link, #aktuelles a:visited {
		color:#e42523;
		font-size:11px;
		text-decoration:none;
	}
	#aktuelles a:hover, #aktuelles a:active {
		color:#4a77b3;
	}
#aktuelles_bot {
	width:158px;
	height:auto;
	background:url(../images/aktuelles.gif) 0 0 repeat-y;
	float:right;
	margin-left:-25px;
	margin-top:15px;
}
#bottom {
	width:497px;
	height:78px;
	position:relative;
}

/* ----------------------------------------------------- footer ----------------------------------------------------- */
div#footer {
	width:100%;
	height:78px;
	margin:0 auto;
	background:url(../images/bottom.gif) top center;
	margin-top:-78px;  /*  Wert muss negativer von height sein  */
	z-index:10;
}
#footer02 {
	margin:0 auto;
	height:78px;
	width:916px;
	background:url(../images/bottom2.gif) 0 0 no-repeat;
	z-index:30;
	position:relative;
}
#anschrift {
	width:181px;
	height:197px;
	padding-top:50px;
	padding-left:138px;
	position:absolute;
	top:-247px;
	left:534px;
	background:url(../images/anschrift.jpg) 0 0 no-repeat;
	z-index:40;
}
#suma {
	display:none;
}

