/************************************ unsichtbare Fieldsets **/
fieldset.search_hidden {
	margin: 0 0 1em 0;
	padding: 0.7em;
}
fieldset.main {
	border: 1px solid #000;
}
.search_hidden {
	display: none;
}
/************************************ Suchbox **/
#searchbox form {
	position: relative;
}

#search_form fieldset {
	padding: 5px 7px;
	margin-bottom: 10px;
}

#search_form select, #search_form input {
	width: 350px;
	margin: 0px;
}

#search_form hr {
	visibility: visible;
	border-top: 1px solid #00A76D;
}

#search_form .half {
	width: 250px;
	float: left;
}
#search_form .half input {
	width: 120px;
}

#search_form .image {
	width: auto;
}

#search_form .radio {
	width: auto;
	float: left;
	margin: 0px;
	margin-right: .5em;
}

/***************************** Suchergebnisse **/

#searchresult {
	position: relative;
}

#searchresult ul {
	position: absolute;
	left: 425px;
	top:0px;
	list-style-type: none;
}

#searchresult #search_tip {
	padding-top: 0;
	float: right;
	width: 50%;
	padding: 0.8em;
	padding-right: 0;
}
#searchresult .search_text_button {
	border: none;
	margin: none;
	padding: none;
	padding-left: 0.5em;
	width: auto;
	display: inline;
	font-weight: bold;
	color: #048050;
	cursor: pointer;
}
#searchresult div.input_description {
	width: 100%;
	margin: 0.5em;
	color: #666;
}
#searchresult div.input_description br {
	line-height: 0.7em;
	
	display: block;
	margin: 20px;
	padding: 20px;
}
#extended_search_field .form_list {
	margin-right: 2em;
	white-space: nowrap;
	float: left;
	height: 2em;
}

table.search_results th {
	text-align: left;
}

table.search_results tr td {
	border: none;
	padding: .4em;
}

ul#search_suggest, #search_suggest li, #searchbox ul#search_suggest_small, #searchbox #search_suggest_small li {
	margin: 0;
	padding: 0;
	border: none;
	background: white;
}

#search_suggest a, #searchbox #search_suggest_small a {
	border: none;
	padding: 0.15em;
	position: relative;
	overflow: hidden;
}

div#extended_search_field label.label_extended_criteria {
	width: 160px;
}
table.search_results tr.keyword_row {
	background-color: #E8EFEB;
}
ul#search_suggest {
	width: 350px;
	position: relative;
	left: 0px;
}
ul#search_suggest li {
	background-color: #E8EFEB;
	border-bottom: 1px solid #8D8D8D;
}
ul#search_suggest li a {
	display: block;
	text-decoration: none;
	padding: 5px;
}
ul#search_suggest li a:hover {
	text-decoration: underline;
	background-color: #015A9E;
	color: #FFFFFF;
}
ul#search_suggest li:hover {
	background-color: #015A9E;
}
ul#search_suggest span.hits {
	display: none;
}