@charset "iso-8859-1";
/* CSS Document */

body {
	background-color: #698dc7;
	background-image: url(../images/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin:0; padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	z-index:0;
}

/* Farben fuer Links */
a:link		{ text-decoration: none; color: #05519c; }
a:visited	{ text-decoration: none; }
a:active	{ text-decoration: none; }
a:hover		{ text-decoration: none; }


h1 { font-size:16px; line-height:normal; padding:0; margin:0; }
h2 { font-size:14px; line-height:normal }
h3 { font-size:12px; line-height:normal }
h4 { font-size:11px; line-height:normal; padding:0; margin:0; }
h5 { font-size:10px; line-height:normal }


#main {
	position: relative;
	width: 1012px;
	margin-left: auto;
	margin-right: auto;
}
#mainSchatten {
	background-image: url(../images/bg-middle-schatten.png);
	background-repeat: repeat-y;
	background-position: top;
	margin:0; padding: 0 6px 0 6px;
}
/****************************************** TOP */
#naviTop1 {
	position:relative;
	height: 20px;
	margin: 0 6px 0 6px;
	padding: 5px 0 0 0;
	text-align:right;
	color:#000000;
	line-height:normal;
}
#naviTop1 A {
	color: #000000;
}
#naviTop1 A:hover {
	text-decoration: underline;
	color: #000000;
}
#naviTop2 {
	position:absolute;
	z-index:4;
	margin: 0 6px 0 6px;
	width: 1000px;
	top: 150px;
	height:30px;
	background-color: #af7815;
	box-shadow: 0px 0px 2px #000000;
	-moz-box-shadow: 0px 0px 2px #000000;
	-webkit-box-shadow: 0px 0px 2px #000000;
	opacity: 0.7; -ms-filter: "alpha(opacity=70)"; /* IE 8 */ filter:alpha(opacity=70); /* IE4-7 */
}
#naviTop2Inhalt {
	position:absolute;
	z-index:255;
	margin: 0 36px 0 36px;
	width: 940px;
	top: 150px;
	height:30px;
}
#naviTop2Inhalt ul {
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#naviTop2Inhalt ul li {
	position: relative;
	display: inline;
	float: left;
}
#naviTop2Inhalt ul li a{
	display: block;
	background: #af7815; /*background of menu items (default state)*/
	color: white;
	padding: 8px 10px;
	border-right: 1px solid #778;
	color: #2d2b2b;
	text-decoration: none;
	font-weight:bold;
	font-size: 11px;
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#edba47,endColorStr=#e4a203);
  	background: -moz-linear-gradient(top, #edba47, #e4a203);
  	background: -webkit-gradient(linear, left top, left bottom, from(#edba47), to(#e4a203));
}

* html #naviTop2Inhalt ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
#naviTop2Inhalt ul li a:link, #naviTop2Inhalt ul li a:visited{
	color: white;
}
#naviTop2Inhalt ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #edba47; 
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#e4a203,endColorStr=#edba47);
  	background: -moz-linear-gradient(top, #e4a203, #edba47);
  	background: -webkit-gradient(linear, left top, left bottom, from(#e4a203), to(#edba47));
	color: white;
}
#naviTop2Inhalt ul li a:hover{
	background: #edba47; 
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#e4a203,endColorStr=#edba47);
  	background: -moz-linear-gradient(top, #e4a203, #edba47);
  	background: -webkit-gradient(linear, left top, left bottom, from(#e4a203), to(#edba47));
	color: white;
}
#topInfoContainer {
	position:absolute;
	z-index:1;
	background-color:#FFF;
	opacity: 0.7; -ms-filter: "alpha(opacity=60)"; /* IE 8 */ filter:alpha(opacity=50); /* IE4-7 */
	top:0; left:36px;
	width:220px; height:425px;
}
#topInfoContainerLogo {
	position:absolute;
	z-index:1;
	top:0; left:36px;
	width:220px; height:130px;
	background-color:#FFF;
	text-align:center;
	box-shadow: 0px 0px 4px #575757;
	-moz-box-shadow: 0px 0px 4px #575757;
	-webkit-box-shadow: 0px 0px 4px #575757;

}
#topInfoContainerLogo img {
	margin: 25px 0 0 0;
}
#topInfoContainerKarte {
	position:absolute;
	z-index:1;
	top:200px; left:36px;
	width:220px; height:200px;
	background-color:#FFF;
	text-align:center;
	box-shadow: 0px 0px 4px #575757;
	-moz-box-shadow: 0px 0px 4px #575757;
	-webkit-box-shadow: 0px 0px 4px #575757;

}
#topInfoContainerKarte p {
	margin:0 10px 0 10px; padding:0;
	text-align:left;
	height:40px;
	overflow:hidden;
}
#topInfoContainerKarte img {
	margin: 10px 0 10px 0;
}
#topInfoContainerKarte A {
	position:absolute;
	right: 10px; bottom: 10px;
}
#topInfoFensterBG {
	position: absolute;
	z-index:100;
	top: 280px;
	right: 36px;
	width: 570px;
	height:120px;
	background-color:#FFF;
	opacity: 0.9; -ms-filter: "alpha(opacity=90)";  /*IE 8*/  filter:alpha(opacity=90);  /*IE4-7*/ 
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius: 3px;
	box-shadow: 2px 2px 2px #999;
	-moz-box-shadow: 2px 2px 2px #575757;
	-webkit-box-shadow: 2px 2px 2px #575757;
}
#topInfoFenster {
	position: absolute;
	z-index:110;
	top: 280px;
	right: 36px;
	width: 570px;
	height:120px;
}
#topInfoFenster h3 {
	margin: 10px 0 0 10px; padding:0;
}
#topInfoFenster p {
	margin:0; padding:10px;
	line-height: 150%;
}
#topInfoFenster A {
	position: absolute;
	right: 10px; bottom: 10px;
}
.bildwechsel {
	width: 1000px;
	height: 400px;
	background-image:url(../images/top-bild.jpg);
	background-repeat:no-repeat;
}
.bildwechsel_1 {
	width: 1000px;
	height: 400px;
	border: 0;
}
/****************************************** ende TOP */
#Wegweiser {
	position: relative;
	width:700px;
	margin:0;
	padding: 10px 0 10px 240px;
	color: #6C6C6C;
	font-size: 10px;
}
#Wegweiser span {
	margin:0;
}
#Wegweiser A {
	color: #6C6C6C;
}
#Wegweiser A:hover {
	text-decoration:underline;
}
#ContentStart {
	position: relative;
	width: 940px;
	margin: 0;
	padding: 10px 0 10px 0;
}
#ContentStart H1 {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#ContentStartLeft {
	float:left;
	position: relative;
	width: 700px;
	margin:0; padding:0;
	background-color:#FFF;
}
#ContentStartRight {
	float:right;
	position: relative;
	width: 220px;
	margin:0; padding:0;
	background-color:#FFF;
}
#ContentStartUebersicht {
	position: relative;
	width: 710px;
	padding: 10px 0 0 0;
}
#ContentStartUebersicht ul {
	margin:0; padding:0;
	list-style:none;
}
#ContentStartUebersicht ul li {
	position:relative;
	float:left;
	margin: 0 10px 10px 0;
	padding:0;
	width: 343px;
	border: 1px solid #b97815;
}
#ContentStartUebersicht span {
	float:left;
	width:130px;
	height:90px;
	overflow:hidden;
	margin: 5px 0 0 5px;
	padding:0;
}
#ContentStartUebersicht img {
	width:120px;
	height:auto;
}
#ContentStartUebersicht H3 {
	display:block;
	color: #af7815;
	margin: 5px 5px 5px 0; padding:0;
	max-height: 30px;
	min-height: 30px;
	overflow:hidden;
	border-bottom: 1px solid #af7815;
}
#ContentStartUebersicht p {
	/*display:block;*/
	margin: 0 5px 20px 5px;
	padding:0;
	max-height: 119px;
	min-height: 119px;
	overflow: hidden;
}
#ContentStartUebersicht A {
	position:absolute;
	right: 10px;
	bottom: 10px;
}
/******************************************ContentÜbersicht*/
#ContentUebersicht {
	position: relative;
	width: 940px;
	margin: 0;
	padding: 10px 0 0 0;
}
#ContentUebersicht H1 {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 240px;
}
#ContentUebersichtLeft {
	position:relative;
	float:left;
	width: 220px;
	padding-top: 10px;
	z-index:10;
}
#ContentUebersichtRight {
	position:relative;
	float:right;
	width: 180px;
	padding-top: 10px;
}
#ContentUebersichtRight ul {
	margin: 0;
	padding: 0;
	width: 100%; /* Main Menu Item widths */
	list-style-type:none;
}
#ContentUebersichtRight ul li {
	list-style:none;
	position: relative;
	display: block;
	background-color: #f3ebda;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ac7c06;
	height: auto;
}
#ContentUebersichtRight ul li h4 {
	margin:0; padding:5px;
}
#ContentUebersichtRight ul li img {
	width: 100%;
	height: auto;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#ContentUebersichtRight ul li p {
	margin: 5px;
	padding: 0 0 0 0;
}
#ContentUebersichtRight ul li a {
	padding: 0;
	margin: 5px;
}
#ContentUebersichtMiddle {
	position: relative;
	width: 500px;
	margin: 0 200px 0 240px;
	padding-top: 10px;
}
#ContentUebersichtMiddle2 {
	position: relative;
	width: 700px;
	margin: 0 0 0 240px;
	padding-top: 10px;
}
#ContentUebersichtMiddleUberschrift {
	margin: 0 0 10px 0; padding: 0 0 10px 0;
	background-color: #f3ebda;
	border-bottom: 1px solid #f3ebda;
}
#ContentUebersichtMiddleUberschrift img {
	width: 100%;
	height: 180px;
	border-bottom: 1px solid #FFF;
}
#ContentUebersichtMiddleUberschrift p {
	margin: 10px 10px 0 10px; padding:0;
}
#ContentUebersichtMiddleListe ul {
	margin: 0;
	padding: 0;
	width: 100%; /* Main Menu Item widths */
	list-style-type:none;
} 
#ContentUebersichtMiddleListe ul li {
	list-style:none;
	position: relative;
	display: block;
	background-color: #f3ebda;
	padding: 8px 5px 8px 5px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ac7c06;
	height: 100px;
}
#ContentUebersichtMiddleListe ul li span {
	float:left;
	margin: 0 15px 0 0;
	width:120px;
	height:90px;
	overflow:hidden;
}
#ContentUebersichtMiddleListe ul li img {
	/*float:left;*/
	/*margin: 0 15px 0 0;*/
	width:120px;
	height: auto;
}
#ContentUebersichtMiddleListe ul li h3 {
	margin: 0 0 8px 0;
	padding:0;
}
#ContentUebersichtMiddleListe ul li p {
	margin:0;
	padding:0;
	max-height:40px;
	overflow:hidden;
}
#ContentUebersichtMiddleListe ul li a {
	position:absolute;
	right: 10px;
	bottom: 10px;
}
#ContentUebersichtInhalt {
	/*background-color: #f3ebda;*/
	/*border-bottom: 1px solid #ac7c06;*/
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 150%;
}
#ContentUebersichtInhalt H3 {
	margin: 0 0 10px 0;
	padding:0;
}
#ContentUebersichtInhalt p {
	margin-bottom: 15px;
	padding:0;
}
#ContentUebersichtInhalt table {
	margin-bottom: 15px;
	padding: 0px;
	width:100%;
	font-size:11px;
}
#ContentUebersichtInhalt table td {
	margin: 0px;
	padding: 5px;
}
#ContentUebersichtInhalt A {
	color: #ff6633;
}
#ContentUebersichtInhalt A:hover {
	background-color:#D5D5D5;
	/*color: #FFF;*/
}
.table_Ueberschrift {
	background-color:#FFF;
}
.table_Trenner {
	background-color: #F0F0F0;
}
.ContentBilderLeft {
	float:left;
	width:250px;
	height:auto;
	margin: 0 15px 0 0;
	padding:0;
}
.ContentBilderRight {
	float:right;
	width:250px;
	height:auto;
	margin: 0 0 0 15px;
	padding:0;
}
.ContentBilderLeft img, .ContentBilderRight img {
	width:250px;
	height:auto;
	margin: 0;
	border: 0 solid #FFF;
}
.ContentBilderLeft p, .ContentBilderRight p {
	font-size: 10px;
	margin: 5px 0 15px 0;
}
/******************************************ende ContentÜbersicht*/

/******************************************InfoHeader*/
#InfoHeader {
	position: relative;
	margin: 0;
	padding: 0 0 0 10px;
	background-color: #79b61d;
	height: 178px;
}
#InfoHeaderBox {
	position: relative;
	float:left;
	width: 220px; height: 148px;
	background-color:#FFF;
	margin: 15px 0 15px 20px;
	box-shadow: 2px 2px 2px #575757;
	-moz-box-shadow: 2px 2px 2px #575757;
	-webkit-box-shadow: 2px 2px 2px #575757;
}
#InfoHeader p {
	margin: 5px 0 0 5px;
	width:130px;
	background-color: #FFF;
	padding: 0 0 5px 12px;
}
#InfoHeader img {
	margin: 5px 0 0 5px;
	width: 210;
	height: 138;
}
#InfoHeader A {
	position:absolute;
	right: 10px; bottom: 10px;
}
/******************************************endeInfoHeader*/
#footShadow {
	width: 1012px;
	margin-left:auto;
	margin-right:auto;
	height:12px;
	background-image:url(../images/bg-foot-schatten.png);
	background-repeat:no-repeat;
}
#linkListe {
	padding: 10px 0 10px 0;
	border-top: 1px solid #ac7c06;
	border-bottom: 1px solid #ac7c06;
}
#footNavi {
	padding: 20px 0 10px 0;
	text-align:right;
}
#footNavi span {
	padding: 0 20px 0 0;
}
#footNavi A {
	color: #000000;
}
#footNavi A:hover {
	color: #af7815;
	text-decoration:underline;
}
#footCloude {
	color:#af7815;
	margin:0; padding: 10px 0 10px 0;
}
#footCloude p {
	margin:0; padding:0;
	text-align:justify;
}
#footAktuelles, #footAngebote {
	position: relative;
	width:980px;
	height: auto;
	padding: 0 0 5px 0;
	color: #af7815;
}
#footAktuelles ul {
	margin: 0;
	padding: 0;
	width: 100%; /* Main Menu Item widths */
	list-style-type:none;
}
#footAktuelles ul li {
	float:left;
	width:460px;
	list-style:none;
	position: relative;
	display: block;
	/*background-color: #f3ebda;*/
	padding: 0 0 40px 0;
	margin: 0 20px 15px 0;
	/*border-bottom: 1px solid #ac7c06;*/
	height: auto;
	border-bottom: 1px dotted #af7815;
}
#footAktuelles ul li h3 {
	margin: 0 0 10px 0;
}
#footAktuelles p {
	display:block;
	margin: 0;
	padding:0;
	max-height: 80px;
	min-height: 80px;
	overflow:hidden;
}
#footAktuelles ul li a {
	position: absolute;
	right:10px;
	bottom: 10px;
}
#footAngebote ul {
	margin: 0;
	padding: 0;
	width: 100%; /* Main Menu Item widths */
	list-style-type:none;
}
#footAngebote ul li {
	float:left;
	width: 460px;
	list-style:none;
	position: relative;
	display: block;
	background-color: #f2f8f4;
	padding: 0px;
	margin: 0 20px 10px 0;
	/*border-bottom: 1px solid #ac7c06;*/
	min-height: 130px;
}
#footAngebote ul li span {
	float:left;
	width: 120px;
	max-height: 90px;
	min-height: 90px;
	margin: 10px;
	overflow:hidden;
}
#footAngebote ul li img {
	width: 120px;
	height: auto;
}
#footAngebote ul li h3 {
	margin: 10px 10px 10px 0;
}
#footAngebote ul li p {
	margin: 0 10px 10px 0;
	padding:0;
	overflow:hidden;
	max-height: 54px;
}
#footAngebote ul li a {
	position:absolute;
	bottom: 10px;
	right:10px;
}
#contentBottom {
	text-align: right;
	margin-right: 200px;
	color: #969696;
}
#contentBottom span {
	margin: 0 10px 0 10px;
}
#contentBottom A {
	color: #969696;
}
.ContentBackground {
	position: relative;
	background-color: #FFF;
	margin:0;
	padding: 0 30px 0 30px;
	height:auto;
	overflow: visible;
	visibility: visible;
}
.ContentSchattenGreen {
	background-image:url(../images/schatten-green.png);
	background-repeat:repeat-x;
	background-position:top;
}
.border-top {
	border-top: 1px solid #008000;
}
.border-bottom {
	border-bottom: 1px solid #008000;
}
.link A, #left_kalender A, #veranstaltungsvorschau A {
	color:#FFF;
	background-color: #edba47;
	padding: 2px 5px 2px 5px;
	text-decoration:none;
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#edba47,endColorStr=#e4a203);
  	background: -moz-linear-gradient(top, #edba47, #e4a203);
  	background: -webkit-gradient(linear, left top, left bottom, from(#edba47), to(#e4a203));
	box-shadow: 1px 1px 2px #999;
	-moz-box-shadow: 1px 1px 2px #575757;
	-webkit-box-shadow: 1px 1px 2px #575757;
}
.link A:hover, #left_kalender A:hover, #veranstaltungsvorschau A:hover {
	color:#FFF;
	background-color: #e4a203;
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#e4a203,endColorStr=#edba47);
  	background: -moz-linear-gradient(top, #e4a203, #edba47);
  	background: -webkit-gradient(linear, left top, left bottom, from(#e4a203), to(#edba47));
	box-shadow: 0px 0px 0px #999;
	-moz-box-shadow: 0px 0px 0px #575757;
	-webkit-box-shadow: 0px 0px 0px #575757;
}
/******************************************Informationsmaterial*/
/*.InformationsmaterialListe {
	width: 740px;
}*/
.InformationsmaterialListe ul {
	margin: 0;
	padding: 0;
	width: 100%; /* Main Menu Item widths */
	list-style-type:none;
} 
.InformationsmaterialListe ul li {
	list-style:none;
	position: relative;
	display: block;
	background-color: #f3ebda;
	/*padding: 8px 5px 8px 5px;*/
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ac7c06;
	height: 68px;
}
.InformationsmaterialListe ul li img {
	/*float:left;
	margin: 0 15px 0 0;*/
	position:absolute;
	top: 8px;
	left: 5px;
	width: 80px;
	height: auto;
}
.InformationsmaterialListe ul li h3 {
	position:absolute;
	top: 8px;
	left: 105px;
	margin: 0 0 0 0;
	padding:0;
	font-size: 11px;
}
.InformationsmaterialListe ul li p {
	position:absolute;
	top: 28px;
	left: 105px;
	margin:0;
	padding:0;
	width: 500px;
}
.InformationsmaterialListe ul li a {
	position:absolute;
	right: 10px;
	bottom: 10px;
	color: #FFF;
}
/******************************************endeInformationsmaterial*/
.flaemingkarte {
	position:relative;
	padding: 10px 0 15px 0;
	font-size:11px;
	margin:0;
}
.flaemingkarte table {
	margin:0;
	padding:0;
}
.flaemingkarte A {
	font-size: 11px;
	color: #fb8a06;
}
.flaemingkarte A:hover {
	text-decoration:underline;
}
.flaemingkarte ul {
	margin: 15px 0 0 0;
	padding: 0 0 0 15px;
}
.flaemingkarte ul li {
	margin: 0;
	padding: 0 0 3px 0;
}
.flaemingkarte_top {
	width:932px;
	border-bottom: 1px solid #818181;
	margin-bottom:10px;
	background-color:#EAEAEA;
}
.flaemingkarte_top_navi {
	width:198px;
	/*height:23px;*/
	padding: 3px 0 5px 0;
	background-image:url(../Karte/images/top-navi-bg.png);
	font-weight:bold;
	color:#fb8a05;
	cursor:pointer;
}
.flaemingkarte_top_navi:hover {
	color:#000000;
}
#hovertext {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	background-color: #FFFFFF;
	border: 1px solid #7e7c3a;
	-moz-opacity: 1.00;
	filter:Alpha(opacity=100, finishopacity=0, style=0);
	color: #000000;
	padding: 5px;
	z-Index: 355;
	font-weight: bold;
	margin:0;
}
#hovertextshadow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	background-color: #FF0000;
	A-moz-opacity: 0.95;
	Afilter:Alpha(opacity=66, finishopacity=0, style=0);
	color: #000000;
	padding: 5px;
	z-Index: 354;
	display:none;
	margin:0;
} 
/******************************************Bildergalerie*/
.bildergalerie_navi {
	position:relative;
	margin: 5px 0 0 0;
	padding: 15px 0 10px 0;
	text-align:center;
	border-top: 1px dotted #ac7c07;
}
.bildergalerie_navi A {
	border: 1px solid #ac7c07;
	margin: 0 5px 0 0; padding: 3px 5px 3px 5px;
}
.bildergalerie {
	position:relative;
}
.bildergalerie select, .bilderserie select {
	margin: 0 0 15px 0; padding:0;
	border: 1px solid #ac7c07;
	/*background-color: #f3ebda;*/
	width: 400px;
}
.bildergalerie ul {
	margin: 15px 0 0 0; padding:0;
	list-style:none;
}
.bildergalerie ul li {
	position:relative;
	margin: 0 10px 20px 0; padding:0;
	height: 225px;
	float:left;
	text-align:center;
	border: 1px solid #ac7c07;
	background-color: #f3ebda;
}
.bildergalerie ul li img {
	margin:0; padding:0;
}
.bildergalerie ul li span {
	display:block;
	margin: 5px; padding: 0 0 5px 0;
	width:152px;
	height: 80px;
	border-bottom: 1px solid #ac7c07;
}
.bildergalerie ul li strong {
	margin: 0 5px 5px 5px; padding:0;
	display:block;
	font-size:11px;
	width:152px;
	height: 15px;
	overflow:hidden;
	text-align:left;
}
.bildergalerie ul li p {
	margin: 0 5px 0 5px; padding:0;
	width: 152px;
	height: 80px;
	overflow:hidden;
	text-align:left;
}
.bildergalerie ul li A {
	position:absolute;
	right: 5px;
	bottom: 5px;
}
.bilderserie {
}
.bilderserie ul {
	margin:0; padding:0;
	list-style:none;
}
.bilderserie ul li {
	position:relative;
	margin: 0 10px 20px 0; padding:0;
	float:left;
	text-align:center;
	border: 1px solid #ac7c07;
	background-color: #f3ebda;
}
.bilderserie ul li span {
	display:block;
	margin: 5px; padding:0;
	width: 152px;
	height: 80px;
}
.bilderserie ul li img {
	margin: 0; padding:0;
}

/******************************************ende Bildergalerie*/

/******************************************Veranstaltungskalender*/
#left_kalender {
	margin: 20px 0 25px 0;
	padding:0;
	text-align:right;
	background-color:#f2f8f4;
}
#left_kalender h2 {
	margin: 0 0 15px 0; padding: 5px 0 5px 5px;
	border-top: 1px solid #c8e1a2;
	border-bottom: 1px solid #c8e1a2;
	text-align:left;
}
#left_kalender h4 {
	margin:0; padding: 0 0 5px 0;
	text-align:left;
}
#left_kalender ul {
	margin:0;
	padding:0;
	list-style:none;
}
#left_kalender li {
	margin:0 0 10px 0;
	padding:0 10px 10px 10px;
	border-bottom: 1px solid #c8e1a2;
}
#left_kalender span {
	float: left;
	width: 80px;
	margin-bottom: 10px;
	text-align:left;
}
#left_kalender p {
	text-align: left;
	max-height: 80px;
	overflow:hidden;
}
#left_kalender img {
	max-width:70px;
	max-height:70px;
	text-align:left;
}
#calender {
	position: absolute;
	top:0;
	right: 0;
	width: 180px;
}
#calender table {
	width: 180px;
	margin:0; padding:0;
	font-size:10px;
}
#kalender {
	position:relative;
	width: 500px;
	height: auto;
	margin:0 20px 0 0; padding:0;
	border:0;
}
#kalender h1 {
	margin: 0 0 8px 0;
	padding:0;
	min-width: 70px;
}
#kalender p {
	margin: 0 0 8px 0;
	padding:0;
}
#kalender img {
	margin: 0;
	padding:0;
	max-height:70px;
	max-width:70px;
}
#kalender table {
	margin:0; padding:0;
	border:0;
}
#kalender table tr:hover {
	background-color:#f3ebda;
}
#kalender table tr td {
	padding-bottom: 10px;
}
#kalender_trenner {
	border-top: 1px solid #ac7c08;
	background-color: #FFF;
	height: 20px;
}
#kalender_premium {
	background-color:#fff6bf;
}
#kalender_premium img, #kalender_detail img {
	max-width:150px;
}


/******************************************ende Veranstaltungskalender*/

#kontaktformular {
}
#kontaktformular table {
	width:600px;
	color:#000;
}
#kontaktformular_input_1 {
	width: 100%;
	/*height: 24px;*/
	padding: 5px;
	color:#000080;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#000080;
	border: 1px solid #008000;
}
#kontaktformular TEXTAREA {
	width: 100%;
	font-size: 14px;
	color:#000080;
	border: 1px solid #008000;
	padding:5px;
	font-family:Verdana, Geneva, sans-serif;
}

#veranstaltungsvorschau {
	width: 220px;
	line-height: 150%;
	color: #018001;
	text-align:right;
}
#veranstaltungsvorschau H3 {
	margin: 0 0 0 0;
	padding: 16px 0 5px 0;
	border-bottom: 1px solid #018001;
	color: #018001;
	text-align:left;
}
#veranstaltungsvorschau ul {
	list-style:none;
	margin: 15px 0 0 0;
	padding:0;
}
#veranstaltungsvorschau ul li{
	list-style:none;
	margin: 0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom: 1px dotted #ACACAC;
	text-align:left;
}
#veranstaltungsvorschau img {
	display:block;
	margin:0;
	padding:0;
	width: 100%;
	height:auto;
	border: 0;
}
#veranstaltungsvorschau A {
	margin-top: 5px;
}

