
/* SUCHFILTER � user interface */

form {
	width: 100%;
}

.suchfilter fieldset .legend {
	font-weight: bold;
	color: #222;
	text-transform: uppercase;
	font-family: "Arial Narrow", Univers, Helvetica, "Gill Sans", "Liberation Sans", "Myriad Pro", sans-serif;
}

.suchfilter fieldset .legend .selected-options {
	font-weight: normal;
	color: #004d8c;
	text-transform: none;
	font-family: Georgia, Garamond, "Apple Garamond", "ITC Garamond Narrow", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", serif;
}

.fx .suchfilter {
	margin-bottom: 2em;
	background: url(../img/lupe.png) no-repeat left top;
}

.fx form.closed {
	height: 3em;
	margin-bottom: 1em;
}

.fx .suchfilter h2 {
	font-family: "Arial Narrow", Arial, Univers, Helvetica, "Gill Sans", "Liberation Sans", "Myriad Pro", sans-serif;
	border-width: 0;
	margin: 0;
	margin-left: 48px;
	margin-top: 0.5em;
	font-size: 1.143em;
	padding: 0;
	float: left;
	display: inline;
	width: 649px;
	text-transform: none;
	font-weight: normal;
}

.fx .suchfilter h2 span {
	background-color: #338dc7;
	color: #fff;
	padding: 2px 3px;
	display: block;
	float: left;
	border-color: #338dc7;
	cursor: pointer;
}

.fx form.closed .row h2 span {
	background: #ebf5fb;
	border: 1px solid #bbb;
	color: #004d8c;

}

.fx .suchfilter fieldset, .fx .suchfilter .row {
	margin: 0;
	padding: 0;
	border-width: 0;
}

.fx .suchfilter .fieldset {
	background: #ebf5fb;
	padding: 0 6px;
	margin-left: 48px;
	width: 625px;
}

.fx .suchfilter .fieldset .legend {
	padding-left: 12px;
	background: url(../img/arrow-down.png) no-repeat left 0.5em;
	width: 625px;
}

.fx .suchfilter .fieldset.closed .legend {
	background-image: url(../img/arrow-right.png);
}

.fx .suchfilter .fieldset.formsection-produktion {
	padding-top: 0.5em;
	clear: left;
}

.fx .suchfilter .formsection-zeitraumauswahl .row {
	margin-bottom: 1em;
}

.fx form.closed .fieldset, .fx form.closed .group {
	display: none;
}

.fx .suchfilter .legend {
	cursor: pointer;
	display: block;
	width: 721px;
}

.fx .suchfilter .closed .fieldset-content {
	display: none;
}

.suchfilter .row {
	width: 100%;
}

.fx .suchfilter .row.groupname-submit {
	margin-top: 1em;
	margin-left: 48px;
}

.suchfilter .fieldtype-MultipleCheckboxField label {
	display: none;
}

.suchfilter .fieldtype-MultipleCheckboxField .field label {
	display: inline;
}

.suchfilter .fieldtype-MultipleCheckboxField .field {
	margin-left: 0;
}

.suchfilter .fieldtype-MultipleCheckboxField .multipleCheckbox {
	line-height: 1.25;
	height: 4em;
	float: left;
	width: 30%;
}

.suchfilter .formsection-spielstaette .fieldtype-MultipleCheckboxField .multipleCheckbox {
	width: 45%;
}

.suchfilter .fieldtype-MultipleCheckboxField .multipleCheckbox input {
	float: left;
}

.suchfilter .fieldtype-MultipleCheckboxField .multipleCheckbox label {
	text-align: left;
	margin: 0 1.5em;
	display: block;
	width: auto;
}

.suchfilter .ui-datepicker {
	z-index: 1000;
}
