
.suche h1 {
	margin-bottom: 0;
}

.suche h2.document-title {
	text-indent: -9999px;
	height: 1px;
	width: 1px;
	margin: 0;
}

/* -= SUCHMASKE (Filter-Box) =- */

.search-filter .quickform {
	clear: both;
	overflow: hidden;
	margin-bottom: 0; /* overrride gegen website.css */

}

.search-filter .quickform .row {
	margin: 0;
}

.search-filter .suchbegriff .element,
.search-filter .suchbegriff .submit {
	float: left;
	margin-right: 15px;
}

.search-filter .suchbegriff label {
	float: left;
	margin-top: 6px;
	margin-right: 15px;
	margin-bottom: 0;
}

.search-filter .suchbegriff #suchbegriff {
	border: 1px solid #aaa;
	font-size: 1.1667em !important;
	padding: 0.4em 6px;
	width: 460px !important;
}

.search-filter .suchbegriff #suchbegriff:focus {
    border-color: #FAA226;
    -moz-box-shadow: 2px 2px 6px rgba(250,162,38,0.3), -2px -2px 6px rgba(250,162,38,0.3);
    -webkit-box-shadow: 2px 2px 6px rgba(250,162,38,0.3), -2px -2px 6px rgba(250,162,38,0.3);
    box-shadow: 2px 2px 6px rgba(250,162,38,0.3), -2px -2px 6px rgba(250,162,38,0.3);
}

.search-filter .suchbegriff input.button {
	margin-top: 5px;
}

/* Hilfe */

#search-instructions {
	display: none;
	clear: both;
	margin-bottom: 20px;
}


#search-show-instructions {
	float: right;
}

#search-show-instructions p {
	margin: 0 10px 10px;
}

#search-instructions.fx-enabled {
	border: 1px solid #FAA226;
	background: #FFE199;
}

#search-instructions.fx-enabled p, #search-instructions.fx-enabled dl {
	line-height: 1.1;
}

#search-instructions p,
#search-instructions dl {
	margin: 10px;
}

/* -= SUCHERGEBNIS =- */

p.search-result-title {
	background: #FAA226;
	color: #fff;
	text-align: left;
	padding: 4px 10px;
	margin: 10px 0 10px;
	clear: both;
	font-size: 1.1667em;
	font-weight: bold;
}

p.search-result-title .search-query {
	background: white;
	color: #FAA226;
	padding: 0 0.3em;
}

p.search-result-title .search-term {
	background: none;
}

/* Kategorien */

.search-result-kategorien {
	margin-bottom: 20px;
}

/* Sortierung  */

.search-result-sortierung {
	margin-bottom: 20px;
	clear: left;
}

.search-result-sortierung label {
	margin-right: 5px;
}


/* Suchergebnisliste */

.search-results-list {
	clear: both;
	margin: 0 0 0 20px;
}

.search-results-list li {
	padding: 7px 0 16px;
	background: none;
	margin-bottom: 7px;
	border-bottom: 1px solid #ddd;
}

.search-results-list .result {
	margin: 0;
	padding-top: 0;
	clear: left;
}

.search-results-list .filetype-pdf a {
	background: url(../img/filetypes/acrobat.png) left center no-repeat;
	height: 16px;
	line-height: 16px;
	display: block;
	padding-left: 20px;
	float: left;
}

.result-meta {
	margin-bottom: 7px;
	position: relative;
}

.result-meta .order {
	float: left;
	margin-right: 0.7em;
	display: none;
}

.result-meta .typ {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}

.result-meta .chartbar-container {
	position: absolute;
	right: 0;
	top: 1px;
	width: 8em;
}

.result-meta .chartbar {
	position: relative;
	top: 0.2em;
	width: 3em;
	height: 0.4em;
	overflow: hidden;
	border: 1px solid #FAA226;
}

.result-meta .chartbar-container .description {
	float: left;
	font-size: 90%;
	line-height: 1;
	color: #666;
	margin-right: 8px;
}

.result-meta .chartbar .bar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	height: 100%;
	background: #FFE199;
}

.result-meta .chartbar .value {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	text-indent: -9999px;
}

.result .result-link {
	font-size: 14px;
}

.result .sample {
	color: #666;
	margin: 4px 0;
}

.result .sample em {
	background: #FFE199;
	padding: 0 0.2em;
}

.result .summary {
	margin-bottom: 10px;
	font-size: 90%;
}







