/* ========== K A L E N D E R ========================

Stylesheet fuer die kalendarische Programmuebersicht der Website des TiV - Theater im Viertel, Saarbruecken - www.dastiv.de */

h1 {
	margin-top: 10px;
	margin-left: 20px;
	font-size: 150%;
	font-weight: bold;
}

h2 {
	margin-top: 0;
	margin-left: 0;
	font-size: 90%;
	font-weight: bold;
}

#termine_intro {
	margin-top: 35px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 95%;
	color: black;
}
#termine_intro p {
	line-height: 1.4em;
	margin-bottom: 12px;
}
#termine_text, .termine_text {
	margin-left: 5px;
	font-size: 80%;
}

#cal_inhalt {
	position:relative;
	margin: 30px 0 30px 30px;
	width: 600px;
	float: left;
}

.work, .workUnknown {
	margin-top: 7px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-weight: bold;
	border-bottom: solid 1px black;
}

.work a .sun a {
	text-decoration: none;
	line-height: 1.4em;
}

.work img {
	float: right;
	margin-bottom: -10px;
	padding-right: 2%; 

}

.workdate, .blackdate {
  margin-right: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 16px;
	padding-left: 2px;
	font-size: 135%;
	font-weight: bold;
	float: left;
	background-color: white;
  text-align: center;
  border: 1px solid #323C6E;
}

.blackdate {
	border: 1px solid #000;
}

.monkurz {
	font-size: 75%;	
}

.workdate a:hover {
	text-decoration: none;
}

.sun {
	margin-top: 7px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-weight: bold;
	border-bottom: solid 1px black;
}
.sundate {
  margin-right: 10px;
  padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	font-size: 135%;
	font-weight: bold;
	float: left;
	background-color: white;
  text-align: center;
  border: 1px solid #f00;
}

.sundate a, .suntime {
    color: #f00;
}

.sundate a:hover {
	color: #FFA63A;
	text-decoration: none;
}

.sparte {
   margin-bottom: 8px;
   font-style: italic;
   font-size: 90%;
}

/*.sparte span {
	/*float: right;
	margin: -12px 0 5px 3px;
	padding-top: 30px;
}
*/
.premiere-box, .soldout-box, .reihe-box, .ktir-box, .gastspiel-box {
   padding: 5px;
   text-align: center;
   font-size: 0.85em;
   letter-spacing: 0.3em;
   line-height: 0.95em;
   color: #fff;
   float: right;
}

.premiere-box {
	background-color: #4D84EA;
   	border: 1px solid #4D84EA;
}

.reihe-box {
	background-color:#8CBD00;
   	border: 1px solid #8CBD00;
}

.soldout-box {
   	background-color: #f00;
	border: 1px solid #f00;
}

.gastspiel-box {
   	background-color: #0C3;
	border: 1px solid #0C3;
}

.ktir-box {
   	background-color: #FF8000;
	border: 1px solid #FF8000;
}

.actor {
margin: 8px 42px;
font-weight: normal;
padding-bottom: 6px;
padding-left: 2px;
}

.black {
	color: #000000;
	font-weight: normal;
}



