

/* ZwischenŸberschrift Monat */
.spielplan h2 {
	border-bottom-color: #388158;
}

/* Vorstellung */

.spielplan ul li.spieltag {
	background: url(../img/spielplan-kalenderblatt-bg.png) no-repeat left bottom;
}

.spielplan ul li.spieltag.wochenende {
	background-image: url(../img/spielplan-kalenderblatt-we-bg.png);
}

/* Date */
.spielplan .spieltag .day {
	background: #beead1;
	color: #224e35;
}

.spielplan .spieltag.wochenende .day {
	background-color: #388158;
}

/* Details */
.spielplan .termin {
	border-bottom-color: #388158;
}

.spielplan .termin h4 .showing {
	color: #388158;
}

/* FILTER-USER-INTERFACE */

form fieldset .legend .selected-options {
	color: #224e35;
}

.fx .row h2 span {
	background-color: #388158;
	border-color: #388158;
}

.fx form.closed .row h2 span {
	background: #beead1;
	color: #224e35;
}

.fx form .fieldset {
	background: #beead1;
}

