@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	
	
}

body  {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;	
    }

    .thrColFixHdr #container {
	width: 950px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    } 
   .thrColFixHdr #header {
	padding-top: 10px;
	padding-right: 7px;
	background-color: #FFFFFF;
	height: 63px;
    } 
#topnavi {
	height: 200px;
	width: 950px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../bilder/head09.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}	
body#index #topnavi {
	height: 200px;
	width: 950px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(/bilder/head12.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#topnavi_acon{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	float: right;
	width: 173px;
	margin-top: 80px;
	margin-right: 15px;
	line-height: 15px;
	height: 68px;
	overflow: auto;
	padding-right: 8px;
	}
	
.topnavi_acon_link {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
	line-height: 12px;
}
.topnavi_acon_link a:hover{
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	text-decoration: underline;
	line-height: 12px;
}

#wrapper {
	width: 750px;
}
#wrapperin_links {
	float: left;
	background-image: url(../bilder/hintergrund/hintergrund_wrapper.jpg);
	background-repeat: no-repeat;
	padding-right: 40px;
	height: 250px;
	width: 300px;
	padding-top: 25px;
	padding-left: 30px;
	padding-bottom: 14px;
}
#wrapperin_rechts {
	float: right;
	height: 250px;
	width: 285px;
	background-image: url(../bilder/hintergrund/hintergrund_wrapper.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 35px;
	
}
#wrapper_bestellformular {
	padding-top: 5px;
}



    .thrColFixHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
	display: none;
    }
    .thrColFixHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 150px;
	padding-bottom: 15px;
	padding-top: 12px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
    }
    .thrColFixHdr #sidebar2 {
	width: 140px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 25px;
	float: right;
	color: #666;
	background-image: url(../bilder/hintergrund/vorlage_loginschloss.jpg);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	height: 105px;
	border: 1px none #666;
    }
	
	#sidebar2nav {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 150px;
	padding-bottom: 15px;
	padding-top: 12px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
    }
    .thrColFixHdr #mainContent {
	margin-top: 16px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 150px;
	font-size: 12px;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
    } 

.spielstaetteninfo {
	font-size: 0.8em;
	color: #666;
	line-height: 21px;
	text-align: left;
}
.link_ohne,
.link_ohne a, 
.link_ohne a img {
	color: #685036;
	text-decoration: none;
	line-height: 21px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	list-style-type: none;
}
.link_ohne_r,
.link_ohne_r a, 
.link_ohne_r a img {
	color: #685036;
	text-decoration: none;
	line-height: 21px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	text-align: right;
	margin-right: 12px;
	cursor: pointer;
}
/*Dies ist der Style für den Text in die divcontainer in der sidebar*/
.textsidebar {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	line-height: 15px;
	padding-left: 18px;
	padding-bottom: 8px;
}

/*>>>>>  Diese Styles bilden die DIV-Container für die Abobox (Abonummer/Abotitel/Abopreis) <<<<<<<<<*/
														
#abowrapper {
	width: 740px;
	border: 1px solid #685036;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	-moz-border-radius:10px;
	-khtml-border-radius:30px;
}
#abogesamt {
	background-image: none;
}


#boxabotitelnr {
	float: left;
	width: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 15px;
	border-right-width: 0.5px;
	border-right-style: none;
	border-right-color: #666;
	font-weight: bold;
	height: 70px;
	padding-top: 20px;
	background-image: url(../bilder/hintergrund/hintergrund_abonr.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#boxabotitel {
	padding-right: 100px;
	padding-left: 100px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #685036;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px none #685036;
}
#abotitelpreis {
	background-color: #FFF;
	float: right;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #685036;
	font-style: normal;
	line-height: 12px;
	border-right-width: 1px;
	border-right-style: none;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #685036;
	padding-left: 5px;
	height: 70px;
	padding-right: 5px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-top-style: none;
	border-bottom-style: none;
}
/*--------------------------------------------------------------*/

/*>>>>>	Dies ist der Style für die ToolBox bzw. das div der Werkbeschreibung.
		Die Angaben für das Javascript lauten: <a href="javascript:void(0)" 
		class="werktitel" onClick="return false;" onMouseOver="TagToTip('divID', 
		COPYCONTENT, false, BORDERWIDTH, 0, PADDING, 0, OFFSETX, 130, 
		OFFSETY, -100, STICKY, true, TITLE, 'Werkbeschreibung', 
		TITLEFONTSIZE, '10px', TITLEBGCOLOR, '#666', CLOSEBTN, true, 
		CLOSEBTNCOLORS, ['#fff', '#666', 'white', '#BF9500'], FADEIN, 100, 
		FADEOUT, 100)" onMouseOut="UnTip()">DER LINK</a>
		<<<<<*/
		
		
.werkinfobox {
	display: none;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	background:#FFF;
}

	
/*--------------------------------------------------------------*/


/*>>>>>Hier folgen die Stile für die einzelnen Werke<<<<<*/

.werktitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	/*color:#4E1E1E;*/
	color: #685036;
	line-height: 14px;
	padding-right: 5px;
	text-decoration: none;
	font-weight: bold;
}
.werktitelgold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#685036;
	line-height: 14px;
	padding-right: 5px;
	text-decoration: none;
	font-weight: bold;
}
.werkname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 20px;
	font-weight: bold;
}
.werkdatum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	line-height: 13px;
	font-weight: normal;
}
.werkspielstaette {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	line-height: 15px;
	font-weight: normal;
}
.werkautor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	line-height: 14px;
	font-style: italic;
	font-weight: bold;
}

.werkinhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
}
.bildunterschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 21px;
	color: #999;
}

.werkuntertitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	line-height: 14px;
	font-weight: bold;
}


/*--------------------------------------------------------------*/



   .thrColFixHdr #footer_top {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	height: 20px;
	width: 950px;
    } 
   .thrColFixHdr #footer {
	height: 120px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 950px;
    } 
#head2 {
	background-image: url(../bilder/Unbenannt-1.png);
	background-repeat: no-repeat;
	background-position: 20px bottom;
	height: 25px;
	margin-top: -25px;
	padding-left: 37px;
	font-size: 0.7em;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 25px;

}
#sidebar12 {
	width: 150px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	
}
#sidebar12 p {
}

    .thrColFixHdr #footer p {
	font-size: 0.7em;
	color: #666;
	padding-bottom: 10px;
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	margin-right: 10px;
    }
.Aktualisierungsdatum {
	font-size: 11px;
	text-align: right;
	margin-right: 10px;
	padding-left: 20px;
	line-height: 25px;
	color: #666;
}

    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	background-color: #FFF;
    }
#sidebar13 {
	width: 150px;
	background-color: #FFFFFF;
	
	padding-top: 10px;
	padding-bottom: 10px;
}
#sidebar21 {
	width: 150px;
	background-color: #FFFFFF;
	background-image: url(../bilder/sidebar12.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
	
}


/* >>>>>Die einzelnen Überschritencontainer in der sidebar1<<<<<*/

#break {
	padding-right: 10px;
	padding-left: 15px;
	background-repeat: no-repeat;
	height: 20px;
	clear:both;
	color: #333;
	width: 125px;
	font-weight: bold;
	line-height: 21px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-bottom-style: solid;
}

#break02 {
	padding-right: 10px;
	padding-left: 15px;
	background-repeat: no-repeat;
	height: 20px;
	clear:both;
	color: #333;
	width: 125px;
	font-weight: bold;
	line-height: 21px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-bottom-style: solid;
}

#break03 {
	padding-right: 10px;
	padding-left: 15px;
	background-repeat: no-repeat;
	height: 40px;
	clear:both;
	color: #333;
	width: 125px;
	font-weight: bold;
	line-height: 19px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-bottom-style: solid;
}

#break04 {
		padding-right: 10px;
	padding-left: 15px;
	background-repeat: no-repeat;
	height: 20px;
	clear:both;
	color: #333;
	width: 125px;
	font-weight: bold;
	line-height: 21px;
	background-color:#BF9500;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-bottom-style: solid;
}

#break04 {
		padding-right: 10px;
	padding-left: 15px;
	background-repeat: no-repeat;
	height: 20px;
	clear:both;
	color: #333;
	width: 125px;
	font-weight: bold;
	line-height: 21px;
	background-color:#BF9500;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-bottom-style: solid;
}

/*-------------------------------------------------------------*/

#log {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 120px;
}

#log ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#log li {
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	font-size: 0.8em;
}
#log a {
	color: #333;
	padding: 0 20px;
	text-decoration: none;
	line-height: 21px;
	font-size: 1.1em;
}
#log a:hover {
	text-decoration: underline;
}

ul#navi_right {
	float: right;
	line-height: 25px;
	}
#topnavi02 {
	height: 28px;
	width: 950px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-bottom: 10px;
}
#topnavi03 {
	height: 15px;
	width: 927px;
	padding-top: 0px;
	padding-left: 23px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #FFF;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
#sidebar14 {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	width: 130px;
	
	padding-bottom: 10px;
	color: #333333;
}

#topnavi02 ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#topnavi02 li {
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	font-size: 0.8em;
}
#topnavi02 a {
	color: #333;
	padding: 0 18px;
	text-decoration: none;
	float: left;
	line-height: 25px;
	font-size: 1.1em;
}
#topnavi02 a:hover {
	text-decoration: underline;
}

#sidebar12 ul {
	line-height: 18px;
	list-style-type: none;
	height: 1%;
}

	


#sidenavl01 a {
	background-image: none;
	text-decoration: none;
	color: #333333;
	background-color: #D1D1D1;
	display: block;
	padding-left: 12px;
}

#sidenavl01 a:hover {
	background-color: #808040;	
}
#sidenavl02 a {
	background-image: none;
	text-decoration: none;
	color: #333333;
	background-color: #D1D1D1;
	display: block;
	padding-left: 12px;
	}
	
#sidenavl02 a:hover {
	background-color: #808040;	
}

#sidenavl03 a {
	background-image: none;
	text-decoration: none;
	color: #333333;
	background-color: #D1D1D1;
	display: block;
	padding-left: 12px;
	}
#sidenavl03 a:hover {
	background-color: #808040;	
}
	
#sidenavl04 a {
		background-image: none;
	text-decoration: none;
	color: #333333;
	background-color: #D1D1D1;
	display: block;
	padding-left: 12px;
	}

#sidenavl04 a:hover {
	background-color: #808040;	
}

	
#sidebar12 ul {
	line-height: 18px;
	list-style-type: none;
}
li#sidenavlkultur  {
	display: inline;
	line-height: 23px;

	}
#sidenavlkultur a {
	background-image: none;
	text-decoration: none;
	color: #333333;
	display: block;
	padding-left: 20px;
	font-size: 11px;
	}
	
#sidenavlkultur a:hover {
	background-color: #808000;
	}

.link_werk_tabelle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.exit_werk_tabelle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

#Abotitel {
	color: #F90;
	background-color: #CCC;
	padding-left: 10px;
	height: 50px;
	border: 1px solid #F90;
	font-size: 1.2em;
	margin-bottom: 20px;
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#abowerke {
	padding-left: 10px;
	margin-bottom: 20px;
	color: #999;
	background-color: #FFF;
	text-align: left;
}
ul #footernav a{
	font-size: 11px;
	color: #333;
	text-decoration: none;
	text-align: center;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#footernav {
	list-style-type: none;
	display: inline;
	text-align: center;
}
.werkspielstaettea {
	font-size: 12px;
	color: #333;
	text-decoration: none;
	line-height: 15px;
	font-weight: normal;
}
body#angebot li#topnavl02 a,
body#wir li#topnavl01 a, 
body#vorteile li#topnavl03 a,
body#aktuell li#topnavl04 a,
body#jtg li#topnavl05 a,
body#home li#topnavr01 a,
body#kontakt li#topnavr02 a,
body#bestellung li#topnavr01 a,
body#theaterfuehrer li#topnavl02 a,
body#reisen li#topnavl02 a,
body#wahlabo li#topnavl02 a,
body#mitglied li#topnavol01 a,
body#login li#topnavr04 a{
	text-decoration: underline;
	color: #000;
}



.seitenueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 35px;
}
#sidebar_12_theaterfuehrer {
	width: 150px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	display: block;
	padding-bottom: 2px;
	padding-top: 2px;
}
#google_a {
	width: 310px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	float: right;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #FFF;
	background-image: url(../bilder/hintergrund/hintergrundgoogle.jpg);
	background-repeat: no-repeat;
}
#google_in {
	background-image: none;
	padding-left: 7px;
	padding-top: 5px;
}

.Spielstaette_Ueberschrift {
	font-size: 24px;
	color: #685036;
	text-decoration:none;
}

.Spielstaette_Ueberschrift a:hover {
	color: #685036;
	text-decoration:underline;
}
.link_rot, link_rot a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#4E1E1E;
	line-height: 16px;
	padding-right: 5px;
	text-decoration: none;
	list-style-type: none;
}
.link_rot a:hover { 
	color: #808000;
	}
	
#wrapperin_rechts_termine {
	
	background-image: none;
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 30px;
	padding-right: 40px;
	padding-right: 40px;
	-moz-border-radius:10px;
	-khtml-border-radius:30px;
	border: 1px solid #999;
	margin-bottom: 20px;

}
#bild_unterschrift_r {
	float: right;
	margin-left: 50px;
	margin-bottom: 50px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 5px;
	color: #999;
	text-align: right;
	
	
	
	
}
#theaterfuehrer_wrapper {
	margin-right: 27px;
	width: 630px;
}
#abowrapper_bestellung {
	width: 600px;
	border: 1px solid #685036;
	-moz-border-radius:10px;
	-khtml-border-radius:30px;
	padding: 20px;
	margin-left: 20px;
}

#wrapper_linker_abstand {
	width: 540px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
/* >>>>>Formulareigenschaften<<<<<*/

input, select { /* Alle Labels UND Formularelemente auswählen */
	float: left;
	width: 120px; /* Breite.*/
	display: block;
	
}
input#textfield {
	font-family:Arial;
	color:#000000;
	font-size:12px;
	background-color:#FFF;
	padding-left: 3px;
	height:18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #685036;
	border-right-color: #685036;
	border-bottom-color: #685036;
	border-left-color: #685036;

}
#form {
	width: 600px;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
	line-height: 21px;
	
}

input#submit { /* den Submit-Button */
  float: none;
  width: auto;
}

label {
	text-align: right;
	padding-right: 1em;
	font-size: 12px;
	color: #333;
	line-height: 15px;
	float: left;
	width: 120px; /* Breite.*/
	display: block;

}
.grau_12px {
	font-size: 12px;
	color: #333;
}

label#label_l {
	text-align: left;
	padding-right: 10px;
	font-size: 12px;
	color: #333;
	line-height: 15px;
	float: left;
	width: 80px; /* Breite.*/
	display: block;
	padding-left: 15px;
	font-weight: normal;

}

label#label_r {
	text-align: left;
	padding-right: 10px;
	font-size: 12px;
	color: #333;
	line-height: 15px;
	float: left;
	width: 90px; /* Breite.*/
	display: block;
	padding-left: 25px;

}
label#wochentag {
	text-align: right;
	padding-right: 3px;
	font-size: 12px;
	color: #333;
	line-height: 15px;
	float: left;
	width: 20px; /* Breite.*/
	display: block;

}
label#abonr {
	text-align: left;
	padding-right: 20px;
	font-size: 12px;
	color: #333;
	line-height: 15px;
	float: left;
	width: 170px; /* Breite.*/
	display: block;
	padding-left: 15px;
	font-weight: bold;
}
input#wochentag {
	text-align: left;
	padding-right: 1em;
	font-size: 12px;
	color: #333;
	line-height: 15px;
	float: left;
	width: 20px; /* Breite.*/
	display: block;
	vertical-align: top;

}


form {
	margin:0;
	padding:0.5em;
	
	border: 1px none #685036;
}


#formular {
	
}
#abowrapper_formular {
	width: 600px;
	-moz-border-radius:10px;
	-khtml-border-radius:30px;
	margin-left: 20px;
	border: 1px none #685036;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
label#label_blank {
	text-align: left;
	font-size: 12px;
	color: #333;
	line-height: 15px;
	float: left;
	width: 15px; /* Breite.*/
	display: block;
	margin: 0px;
	padding: 0px;
}
.grau_11px {
	font-size: 11px;
	color: #333;
}
input#abbuchung {
	text-align: left;
	padding-right: 1em;
	font-size: 12px;
	color: #333;
	line-height: 15px;
	float: left;
	width: 20px; /* Breite.*/
	display: block;
	vertical-align: top;
}
label#label_lang {
	text-align: left;
	padding-right: 3px;
	font-size: 12px;
	color: #333;
	line-height: 15px;
	float: left; /* Breite.*/
	display: block;
	width: 500px;
	padding-left: 10px;
}
input#abonr {
	text-align: left;
	font-size: 20px;
	color: #333;
	line-height: 15px;
	float: left;
	width: 40px; /* Breite.*/
	display: block;
	vertical-align: top;
	height: 25px;
	border: 1px solid #685036;
	font-weight: bold;
	padding: 5px;
	margin-right: 100px;
}
input#abowahl {
	text-align: left;
	font-size: 20px;
	color: #333;
	line-height: 15px;
	float: left;
	width: 10px; /* Breite.*/
	display: block;
	vertical-align: top;
	height: 10px;
	border: 1px solid #685036;
	font-weight: bold;
	padding: 5px;
}
label#abowahl {
	text-align: left;
	padding-right: 10px;
	font-size: 12px;
	color: #333;
	line-height: 15px;
	float: left;
	width: 140px; /* Breite.*/
	display: block;
	padding-left: 25px;
	font-weight: bold;
}
input#buttonsuchen {
	text-align: center;
	font-size: 15px;
	color: #685036;
	line-height: 15px;
	float: left;
	width: 60px; /* Breite.*/
	display: block;
	vertical-align: middle;
	height: 25px;
	border: 1px solid #685036;
	font-weight: bold;
	margin-left: 193px;
	background-color: #FFF;
	cursor: pointer;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
label#label_50px {
	text-align: left;
	padding-right: 10px;
	font-size: 12px;
	color: #333;
	line-height: 15px;
	float: left;
	width: 50px; /* Breite.*/
	display: block;
}
input#email_daten {
	font-family:Arial;
	color:#000000;
	font-size:12px;
	background-color:#FFF;
	padding-left: 3px;
	height:18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #685036;
	border-right-color: #685036;
	border-bottom-color: #685036;
	border-left-color: #685036;
	width: 350px;
}
textarea#email_nachricht {
	font-family:Arial;
	color:#000000;
	font-size:12px;
	background-color:#FFF;
	padding-left: 3px;
	height:120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #685036;
	border-right-color: #685036;
	border-bottom-color: #685036;
	border-left-color: #685036;
	width: 350px;
}
label#label_mittel {
	text-align: left;
	padding-right: 3px;
	font-size: 12px;
	color: #333;
	line-height: 15px;
	float: left; /* Breite.*/
	display: block;
	width: 150px;
	padding-left: 10px;
}
#abowrapper_email {
	width: 500px;
	border: 1px solid #685036;
	-moz-border-radius:10px;
	-khtml-border-radius:30px;
	padding: 20px;
	margin-left: 40px;
	text-align: left;
}
.link_ohne a:hover  {
	color: #808000;
	text-decoration: none;
	line-height: 21px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	list-style-type: none;
}
.link_grau, link_grau a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	line-height: 21px;
	padding-right: 5px;
	text-decoration: none;
	list-style-type: none;
}
.link_grau a:hover {
	color: #333;
	font-size: 12px;
	text-decoration: underline;
	line-height: 21px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
}
label#label_600px {
	text-align: left;
	padding-right: 50px;
	font-size: 12px;
	color: #333;
	line-height: 15px;
	float: left; /* Breite.*/
	display: block;
	width: 535px;
	padding-left: 10px;
}
.kalender_hintergrund {
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat-y;
	background-position: left top;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	position: relative;
}
.zeit {
	display: inline;
	float: left;
	border-bottom-color: #685036;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #808080;
	margin-right: 8px;
	padding-right: 5px;
}
.kalender_main h2 {
	border-bottom:2px dotted #685036;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	padding-bottom:5px;
	line-height: 70px;
	color: #685036;
	vertical-align: text-bottom;
	width: 570px;
}

.kalender {
	margin-right: 5px;
	padding-right: 6px;
	padding-left: 4px;
	border-right-style: none;
	float: left;
	width: 500px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #685036;
	margin-left: 36px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	display: inline;
}

.link_sp_ka,
.link_sp_ka a {
	text-decoration: underline;
	color: #333;
	}
	
	
.link_we_ka,
.link_we_ka a {
	font-size: 24px;
	color: #685036;
	text-decoration: none;
	font-weight: normal;
}
	
ul.kalenderliste {
	clear:both;
	float:left;
	margin-bottom:10px;
	width:100%;
	padding-left: 4px;
}

ul
li.kalenderliste {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	float:left;
	position:relative;
	width:100%;
	list-style-position: outside;
	list-style-type: none;
	background-attachment: scroll;
	background-image: url(../bilder/hintergrund/kalender_hell.jpg);
	background-repeat: no-repeat;
	background-position: left bottom ;
	
}
ul
li.kalenderliste.wochenende {
	background-image: url(../bilder/hintergrund/kalender_dunkel.jpg);
	
}
.tag {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	color:#FFF;
	display:block;
	font-size:12px;
	left:0;
	line-height:1;
	padding-bottom:3px;
	padding-top:6px;
	position:absolute;
	text-align:center;
	top:0;
	width:25px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	font-weight: normal;
	padding-left: 5px;
}
.Monat {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.zahl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding-top: 2px;
}
#infokanal_wrapper {
	padding: 15px;
	background-image: url(../bilder/sidebar12.gif);
	background-repeat: repeat;
}
#news {
	margin-bottom:10px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 5px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #666;
	width: 560px;
}
#news_gross {
	margin-bottom:10px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 5px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #666;
	width: 600px;
}
.news_kurztext {
	font-size:12px;
	color:#333;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
