body {
	background-color:#ede7dd;
	text-align:center;
	margin:0px auto;
	width: 980px;
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	background-image: url(../images/bg.gif);
	background-position: center;
	background-repeat: repeat;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#mainbg{
	top: 0px;
	width: 960px;
	height: 100%;
	z-index: 0;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(../images/mainbg.gif);
}

#navigation{
	top: 0px;
	height: 200px;
	width: 960px;
	z-index: 1;
	background-image: url(../images/bg-hauptnavi.png);
	background-repeat: repeat;
}
#hinweis{
	top: 0px;
	width: 280px;
	height: 400px;
	z-index: 2;
	float:left;
	background-image: url(../images/img-oeffnungszeiten.png);
	background-repeat: no-repeat;
}
#header{
	height: 370px;
	width: 670px;
	float:right;
	z-index: 3;
	padding: 30px 0px 0px 10px;
}
#teaserbox1 {
	width:300px;
	float:left;
	text-align: left;
	padding: 20px 0px 20px 50px;
	z-index: 4;
}
#teaserbox2 {
	width:290px;
	float:left;
	text-align: center;
	padding: 20px 0px 20px 0px;	
	z-index: 5;
}
#teaserbox3 {
	width:300px;
	float:right;
	text-align: right;
	padding: 20px 20px 20px 0px;
	z-index: 6;
}
#zweispaltencontent1 {
	width:460px;
	float:left;
	text-align: left;
	padding: 20px 20px 20px 60px;
	z-index: 6;
}
#zweispaltencontent2 {
	width:340px;
	float:right;
	text-align: left;
	padding: 20px 40px 20px 0px;
	z-index: 6;
}
#footer {
	width:960px;
	height:80px;
	padding: 30px 0px 20px 0px;
	background-image:url(../images/bg-footer.jpg);
	float:left;
	z-index: 7;
}
#wetter {
	width:960px;
	height:100px;
	padding: 10px 100px 10px 100px;
	float:left;
	z-index: 8;
	background-image: url(../images/bg-wetter.png);
	background-repeat: no-repeat;	
}
/************** .text styles *****************/

a.hauptnavi {
	font-family: Tahoma;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	word-spacing: 100px;
}
a.content:link {
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;	
}
.footer {
	font-family: Tahoma;
	font-size: 13px;
	color: #CFBF9E;
	text-align: center;	
}
a.footer {
	font-family: Tahoma;
	font-size: 13px;
	color: #CFBF9E;
	text-align: center;
}
