/* 
 Landestheater Coburg
 programm.css
 Version 2
 20.08.2010
*/

#Spielplan {
  margin:18px 0px 12px 0px;

}
#SpielplanHeader {
  margin:0px 0px 3px 0px;
  border-bottom:1px dashed #908D78;
  font-weight:bold;
}
#SpielplanHeader .jahr {
  float:left;
  width:106px;
  margin:0px 24px 0px 0px;
}
#SpielplanHeader .spielstaette_links {
  float:left;
  width:300px;
  margin:0px 20px 0px 0px;

}
#SpielplanHeader .spielstaette_rechts {
  float:left;
  wwidth:300px;
}


.spielplanHeader {
  margin:0px 0px 3px 0px;
  border-bottom:1px dashed #908D78;
  font-weight:bold;
}
.spielplanHeader .jahr {
  float:left;
  width:106px;
  margin:0px 24px 0px 0px;
}
.spielplanHeader .spielstaette_links {
  float:left;
  width:300px;
  margin:0px 20px 0px 0px;

}
.spielplanHeader .spielstaette_rechts {
  float:left;
  wwidth:300px;
}


#SpielplanNavigation {
	width:750px;
        margin:12px 0px 12px 0px;

}
#SpielplanNavigation ul {
	margin: 0px;
	padding: 0px;
}
#SpielplanNavigation li {
	list-style-type: none;
	display:inline;
    padding:2px 18px 2px 18px;
}
#SpielplanNavigation li.standard {
    background-color:#E2E1DC;
	border:1px solid #C7C6BB;
}
#SpielplanNavigation li.activ {
    background-color:#C7C6BB;
	border:1px solid #908D78;
}
#SpielplanNavigation li.standard a{
	color:#908D78;
	text-decoration:none;
	font-weight:bold;
}
#SpielplanNavigation li.standard a:hover{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
#SpielplanNavigation li.activ a{
    color:#000000;
	text-decoration:none;
	font-weight:bold;
}


#Spielplan .zeile-odd {
	width:750px;
	background-image: url(../../grafik/bg/spielplan-zeile.jpg);
	background-repeat: repeat-y;
    background-color:#FFFFFF;
}
#Spielplan .zeile-even {
	width:750px;
	background-image: url(../../grafik/bg/spielplan-zeile.jpg);
	background-repeat: repeat-y;
    background-color:#C7C6BB;
}
#Spielplan .termin {
  float:left;
  width:106px;
  margin:0px 24px 0px 0px;
  padding:5px 0px 5px 0px;
  background-color:#908D78;
  text-align:center;
}
#Spielplan .gh {
  float:left;
  width:300px;
  margin:0px 20px 0px 0px;
  padding:2px 0px 2px 0px;
}
#Spielplan .rh {
  float:left;
  width:300px;
  padding:2px 0px 2px 0px;
}
.zeileclear {
	clear:both;
	background-image: url(../../grafik/bg/zeile-border.jpg);
	background-repeat: no-repeat;
    height:1px;
}





.programmheader{
	border-bottom:1px dashed #908D78;
	font-weight: bold;

}



.wochentagtext {
    font-size:1.0em;
	color:#FFFFFF;
	font-weight:bold;
}
.wochentagzahl {
	font-size:1.6em;
	color:#FFFFFF;
	font-weight:bold;
}
.monat {
	font-size:1.0em;
	color:#FFFFFF;
}


.vorstellungTitel {
	/*color:#908D78;*/
        color:#003C7A;
	font-weight:bold;
	text-transform: uppercase;

}
.vorstellungTitel a {
        color:#003C7A;
}
.vorstellungZeit {
	color:#000000;
	fontweight:bold;
	font-weight: bold;

}
.vorstellungZusatzinfo {
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;


}
.karteninfo {
  float:left;
  width:150px;
}
.ticketbutton {
  float:right;
  width:145px;
  text-align:right;
}
