
.spielplan #content .contenttext {
	width: 100%;
}

.spielplan #content .contenttext ul {
	margin-bottom: 2em;
	float: left;
	clear: both;
	width: 100%;
}

.spielplan ul li {
	background: none;
	padding-left: 0;
	margin-left: 0;
}

/* Zwischenüberschrift Monat */
.spielplan h2 {
	font-family: Georgia, Garamond, "Apple Garamond", "ITC Garamond Narrow", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", serif;
	text-transform: none;
	font-size: 1.125em;
	font-weight: normal;
	padding-bottom: 0.5em;
	border-bottom: 2px dotted #bbb;
}

/* Vorstellung */

.spielplan ul li.spieltag {
	float: left;
	width: 100%;
	position: relative;
	background: url(../img/spielplan-kalenderblatt-bg.gif) no-repeat left bottom;
}

.spielplan ul li.spieltag.wochenende {
	background-image: url(../img/spielplan-kalenderblatt-we-bg.gif);
}

/* Date */
.spielplan .spieltag .day {
	display: block;
	position:absolute;
	top: 0;
	left: 0;
	width: 36px;
	padding-top: 6px;
	padding-bottom: 3px;
	background: #f5f5f5;
	color: #bbb;
	text-align: center;
	line-height: 1;
	font-size: 1.5em;
	font-weight:  bold;
}

.spielplan .spieltag .weekday,
.spielplan .spieltag .month {
	width: 36px;
	display: block;
	font-size: 0.667em;
	font-weight: normal;
	text-transform: none;
}

.spielplan .spieltag .month {
	font-size: 0.583em;
	text-transform: uppercase;
}

.spielplan .spieltag.wochenende .day {
	color: #fff;
	background-color: #f5f5f5;
}


/* Details */
.spielplan .termin {
	float: left;
	width: 673px;
	margin-left: 36px;
	padding: 4px 0 12px 12px;
	border-bottom: 2px dotted #bbb;
}

.spielplan .termin .category {
	font-family: "Arial Narrow", Arial, Univers, Helvetica, "Gill Sans", "Liberation Sans", "Myriad Pro", sans-serif;
	font-weight: bold;
}

.fontface .fx .spielplan .termin .category {
	font-family:'Trade Gothic W02 Bold Cn 20';
	font-weight: normal;
}
	
.spielplan .termin .category {
	text-transform: uppercase;
	display: block;
	margin-top: 0.375em;
	margin-bottom: 0;
}

.spielplan .termin .time {
	display: inline;
	padding-right: 6px;
	margin-right: 6px;
	border-right: 1px solid #222;
}

.spielplan .termin .location {
	display: inline;
	text-transform: uppercase;
}

.spielplan .termin .location {
	font-family: "Arial Narrow", Arial, Univers, Helvetica, "Gill Sans", "Liberation Sans", "Myriad Pro", sans-serif;
	font-weight: bold;
}

.fontface .spielplan .termin .location {
	font-family:'Trade Gothic W02 Bold Cn 20';
	font-weight: normal;
}

.spielplan .termin h4 {
	font-size: 1.5em;
	line-height: 1;
	color: #222;
	letter-spacing: normal;
	text-transform: none;
	margin-bottom: 0.5em;
	margin-top: 0;
}

.spielplan .termin .summary {
	display: none;
}

.spielplan .termin p {
	margin-bottom: 0.5em;
}

.spielplan .termin .more-link {
	font-size: 0.875em;
}

.spielplan .termin .ticket-link {
	float: right;
}

.spielplan .termin .ticket-link {
	font-family: "Arial Narrow", Arial, Univers, Helvetica, "Gill Sans", "Liberation Sans", "Myriad Pro", sans-serif;
}

.fontface .spielplan .termin .ticket-link {
	font-family:'Trade Gothic W02 Cn 18';
}


