#center {
	width: 1024px;
	/*height: 600px;
	margin: 0px auto;*/
}

#leftcontainer {
	float: left;
	width: 730px;
	min-height: 700px;
	/*padding-left: 50px;*/
	background-image: url("../images/main.gif");
	background-position: left top;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
* html #leftcontainer { height: expression(this.scrollHeight < 951 ? "950px": "100%" ); }

#head_logo {
	float: left;
	width: 228px;
	height: 171px;
	padding: 39px 0px 0px 72px;
}

#head_middle {
	float: left;
	width: 430px;
	height: 220px;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/maedchen.jpg");
}

#maincontainer {
	float: left;
	width: 730px;
	margin: 0px;
	padding: 0px;
}

#leftsite {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px;
}

#navigation {
	float: left;
	padding: 29px 0 170px 50px;
	width: 250px;
	background-image: url("../images/navi_oben.gif");
	background-repeat: no-repeat;
	background-position: 50px top;
}

#contentcontainer {
	float: left;
	width: 410px;
	background-image: url("../images/content.jpg");
	background-repeat: no-repeat;
	/*background-color: #ffffff;*/
	padding: 15px 0px 0px 20px;
	margin: 0px;
	position: relative;
	z-index: 30;
}

#contentcontainer P, #contentcontainer H1, #contentcontainer H2, #contentcontainer H3 {
	max-width: 390px;
}
* html #contentcontainer P, * html #contentcontainer H1, * html #contentcontainer H2, * html #contentcontainer H3 {
	width: expression(this.scrollWidth > 389 ? "390px": "auto");
}

#contentcontainer UL { max-width: 375px; }
* html #contentcontainer UL { width: expression(this.scrollWidth > 374 ? "375px": "auto"); }

#contentcontainer OL { max-width: 370px; }
* html #contentcontainer OL { width: expression(this.scrollWidth > 369 ? "370px": "auto"); }

.trennlinie {
	float: left;
	width: 390px;
	height: 1px;
	border-top: 1px dotted #afe40a;
	margin-top: 30px;
	margin-bottom: 20px;
}

#rightcontainer {
	float: left;	
	width: 294px;
	/*height: 768px;*/
	background-image: url("../images/right.jpg");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.teaser1, .teaser2 {
	float: left;
	width: 200px;
	min-height: 60px;
	background-image: url("../images/teaser_oben.gif");
	background-repeat: no-repeat;
	background-color: #9dcd09;
	color: #ffffff;
	font-size: 12px;
	padding: 9px 0px 0px 20px;
	font-family: Tahoma, sans-serif;
	position: relative;
	z-index: 10;
}
* html .teaser1, * html .teaser2 { height: expression(this.scrollHeight < 61 ? "60px": "100%" ); }
.teaser1 { margin: 280px 0px 0px 0px; }
.teaser2 { margin: 30px 0px 0px 0px; }

.teaser1_u, .teaser2_u {
	float: left;
	width: 220px;
	height: 31px;
	background-image: url("../images/teaser_unten.gif");
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}

.teaser_headline {
	float: left;
	width: 140px;
	height: 55px;
	background-image: url("../images/teaser_headline_2.gif");
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 5px;
	font-family: Tahoma, sans-serif;
}

.teaser_content {
	clear: left;
	float: left;
	width: 180px;
}

#footcontainer {
	float: left;
	width: 1024px;
	height: 370px;
	background-image: url("../images/footer.jpg");
	background-repeat: no-repeat;
	
	/*position: relative;
	top: -160px;
	margin: 0px;*/
	padding: 0px;
	margin: -160px 0 0 0;
}

/* Google Map */
.tx-lumogooglemaps-pi1 div#copyright span {
	white-space: normal !important;
}
.gmnoprint IMG {
	position: relative;
	bottom: 30px;
}
.gmapDirButton {
	background-color:#8DB808;
	color:#FFFFFF;
}