
/* Tabelle Konzerte */
table.konzertuebersicht { width:630px; }
table.konzertuebersicht th { background: #FFF; border-bottom:1px solid #52A1D3; }
table.konzertuebersicht th.datum { width:70px; }
table.konzertuebersicht th.veranstaltung { width:190px; }
table.konzertuebersicht th.ort { width:175px; }
table.konzertuebersicht th.uhrzeit { width:55px; }
table.konzertuebersicht th.buchung { width:140px; }
table.konzertuebersicht tr.even td { background:#EEE; }
table.konzertuebersicht tr.odd td { background: #C6C6C6; }

/* Termine im Bereich Pop */
table.terminuebersicht { width:630px; }
table.terminuebersicht th { background: #FFF; border-bottom:1px solid #52A1D3; }
table.terminuebersicht th.datum { width:70px; }
table.terminuebersicht th.veranstaltung { width:190px; }
table.terminuebersicht th.ort { width:270px; }
table.terminuebersicht th.uhrzeit { width:85px; }
table.terminuebersicht th.buchung { width:205px; }
table.terminuebersicht tr.even td { background:#EEE; }
table.terminuebersicht tr.odd td { background: #C6C6C6; }


/* Darstellung der Konzerte im Bereich Klassik */
.classic_concert { overflow:hidden; border-bottom:1px solid #c6c6c6; margin:0 0 10px; }
/* IE6 Hack */ * html .classic_concert { height:1%; }
.classic_concert .half { width:305px; float:left; margin:0 10px 0 0; }
.classic_concert .last { margin:0; }
.classic_concert h3 { font-size:18px; margin-bottom:0; line-height: 1.2; }
.classic_concert .last h3 { margin-bottom:15px; }
.classic_concert h3 em { font-style:normal; color:#52A1D3; }
.classic_concert p.ort,
.classic_concert p.booking_info,
.classic_concert p.termin_info { color:#2D598E; }
.classic_concert dl { margin:0 0 15px; overflow:hidden; }
.classic_concert dt { font-weight:bold; color:#2D598E; width:25%; float:left; clear:left; }
.classic_concert dd { width:75%; float:left; margin:0; padding:0;}
.classic_concert .extra_html strong { color:#2D598E; }
.classic_concert .booking { color:#2D598E; }
.classic_concert .booking a { 
	color:#2D598E; 
	background:url(<?php echo CSSWWW; ?>chrome/list_dotted_blue.gif) no-repeat left center; 
	padding-left:10px;
	font-weight:bold;
}

/* Kalender */
#konzerte-kalender {
	width:180px;
	margin:5px auto 10px;
	border-collapse:collapse;
	border:2px solid #C6C6C6;
	position:relative;
	z-index:1;
}
#konzerte-kalender td, #konzerte-kalender th { 
	text-align:center; 
	border:1px solid #C6C6C6; 
	padding:0; 
	line-height:2em; 
}
#konzerte-kalender thead td { 
	text-align:left; border:none; background:#2D598E; color:#FFF; font-weight:bold; 
	background:transparent url(../assets/css/chrome/bg_headline.gif) repeat-x scroll left center;
	padding-bottom:2px;
}
#konzerte-kalender thead td a { display:block; text-align:center; color:#FFF; }
#konzerte-kalender thead td.display a { text-align:left; padding-left:5px }
#konzerte-kalender thead td a .display-current { display:none; }
#konzerte-kalender thead td a:hover .display-current { display:inline; }
#konzerte-kalender thead td a:hover .display-month { display:none; }
#konzerte-kalender thead th { background: #C6C6C6;  }

#konzerte-kalender tbody td.today { font-weight:bold; }
#konzerte-kalender tbody td div.date {
	display:block;
	width:100%;
	background:#52A1D3;
	text-decoration:none;
}
#konzerte-kalender tbody td div.date div { 
	display:none; 
	background:#FFF;
	text-align:left;
	line-height:1.4;
	padding:5px;
	border:1px solid #C6C6C6;
	width:160px;
	font-size:9px;
	font-weight:normal;
	position:absolute;
	z-index:100;
	margin-left:-160px;
}
#konzerte-kalender tbody td div.date div p { border-bottom:1px solid #CCC;margin-bottom:5px; font-weight:bold; }
#konzerte-kalender tbody td div.date:hover div,
#konzerte-kalender tbody td div.date:focus div { 
	display:block;
}
#konzerte-kalender tbody td.weekend { background:#F6F6F6; }
#konzerte-kalender tbody td.last-month,
#konzerte-kalender tbody td.next-month { background:#E8E8E8; color:#999; }

#konzerte-heutemorgen {
	width:180px;
	margin:0 auto;
}
#konzerte-heutemorgen h4 {
	color:#2D598E;
	margin-bottom:0;
}
#sidebar #konzerte-heutemorgen ul {
	list-style:none;
	margin:0 0 8px;
	padding:0;
}
#sidebar #konzerte-heutemorgen p.nodates { margin:0 0 8px; }
#sidebar #konzerte-heutemorgen ul li {
	padding:2px 0;
}

/* Kartenbestellung IE Hack */
/* IE 6 only */ * html form.defaultForm .preisgruppe label.cb input { left:-2px; top:-2px; }