@charset "UTF-8";
body  {
	background: #fff; 
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
	margin: 0;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	padding: 0px;
	line-height: 0.7em;
	font-size: 1.6em;
	margin-left: 0px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	line-height: 0.7em;
	font-size: 1.6em;
	letter-spacing: 0.1em;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1em;
	font-size: 1.1em;
	margin-top: 8px;
	margin-bottom: 10px;
	padding: 0px;
}
h4 {
	line-height: 1.5em;
	text-transform: uppercase;
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

}
p {
	line-height: 1.5em;
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	filter: Alpha(opacity=100);
	opacity: 1;
}
a {
	text-decoration: none;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
q {
	quotes:"\00BB" "\00AB";
}
.bullet  {
	line-height: 1.5em;
	font-size: 0.9em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
table {
	width:100%;
	border:0;
	cellspacing:0;
	cellpadding:0;
	font-size: 0.9em;
	border-collapse:collapse;
}
table tr {
	vertical-align: top;
}
table td {
	vertical-align: middle;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
}
table td.rolle {
	vertical-align: top;
}
table td.sp1_25 {
	vertical-align: top;
	font-weight: bold;
	margin-right: 20%;
}
html body table colgroup.farbe {
   background-color: #fec;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wochentag {
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	text-transform: uppercase;
}
.tag {
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
	padding: 0px;
	font-weight: bold;
	margin: 0px;
}
.monat {
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
	padding: 0px;
	font-weight: bold;
}
.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: 25px;
	margin-bottom: 10px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}
.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;
}
.galerie {
	text-decoration: none;
	border-collapse:collapse;
	padding: 0px;
	margin-bottom: 0px;
	color: #FFF;
	width: 50%;
}
.galerie td {
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
}
.archiv td.sp1_35 {
	vertical-align: top;
	font-weight: bold;
	width: 35%;
}
#wrap  {
	width: 1000px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
#top {
	height: 120px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#mainnav-wrap {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 500px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	height: 100px;
	padding-right: 0;
	padding-left: 0;
	padding-top: 50;
	padding-bottom: 0;
}
#mainnav {
	height: 50px;
	margin-top: 50px;
}
#mainnav ul {
	list-style: none;
	padding: 0px;
}
#mainnav li {
	float: left;
}
#mainnav li a {
	font-size: 0.8em;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
	font-weight: normal;
	width: 107px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-transform: uppercase;
	height: 10px;
	letter-spacing: 0.2em;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	padding-bottom: 2px;
}
#mainnav li a:hover {
	color: #999;
}
#mainnav li a.current {
	color: #FFF;
}
#mainnav li a:hover.aktuell {
	color:#E53440;
}
#mainnav li a:hover.spielplan {
	color:#0081C7;
}
#mainnav li a:hover.ensemble {
	color:#E53075;
}
#mainnav li a:hover.galerie {
	color:#FABC20;
}
#mainnav li a:hover.presse {
	color:#007C30;
}
#mainnav li a:hover.links {
	color:#003871;
}
#mainnav li a:hover.archiv {
	color:#7AB51D;
}
#mainnav li a:hover.kontakt {
	color:#9C9E9F;
}
#bildleiste {
	background-repeat: no-repeat;
	height: 225px;
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#logo {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 485px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0;
	background-repeat: no-repeat;
	height: 100px;
	margin: 0px;
	background-position: right top;
}
#mainContent {
	width: 1000px;
	padding: 0px;
} 
#text1sp
{
	width: 1000px;
	float: left;
	margin-bottom: 25px;
}
#text2sp1
{
	width: 475px;
	float: left;
}
#text2sp2
{
	float: right;
	width: 475px;
}
#datum {
	float: left;
	width: 30px;
	margin-right: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#textbox {
	float: left;
	width: 1000px;
	padding: 0;
	margin-bottom: 20px;
}
#aktuell_text {
	float: left;
	width: 475px;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3A697;
	margin-bottom: 20px;
}
#termine_text {
	float: right;
	width: 420px;
	padding: 0px;
}
#presse_text {
	float: left;
	width: 475px;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85B98C;
	margin-bottom: 20px;
}
#spielplan_monat {
	width: 1000px;
	padding: 0;
	margin-top: 0px;
	height: 110px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #88BCE2;
	margin-bottom: 20px;
}
#spielplan_text {
	float: left;
	width: 550px;
	padding: 0px;
	margin-right: 25px;
}
#spielplan_plakat {
	float: left;
	height: 100px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 25px;
}
#spielplan_info {
	float: right;
	width: 255px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.9em;
	margin-top: 0px;
}
#ensemble_text {
	float: left;
	padding: 0px;
}
#kontakt_text
{
	width: 475px;
	padding: 0;
	margin-bottom: 25px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CFD1D2;
	float: left;
}
#download_text {
	float: right;
	width: 475px;
	padding: 0;
	margin-bottom: 25px;
}
#box {
	padding: 0;
	margin-bottom: 50px;
	height: 150px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	filter: Alpha(opacity=30);
	opacity: 0.3;
	color: #FFF;
}
#box:hover {
	filter: Alpha(opacity=100);
	opacity: 1;
}
#footer {
	height: 62px;
	width: 1000px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
} 

