/* **** suche.css **** */

/* *** Eingabefelder *** */
form{
	margin:0;
}
.tx-indexedsearch .tx-indexedsearch-searchbox {
	background-color:#EAEAEA;
	border:1px solid #A93001;
	margin-top:25px;
	padding:5px;
	font-size:90%;
}
/* Suchbegriff */
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
	width:250px;
}
/* Erweiterte Suche */
.tx-indexedsearch-search-for,
.tx-indexedsearch-search-select-group{
	margin-top:10px;
}
.tx-indexedsearch-selectbox-type{
	margin-left:26px;
}
.tx-indexedsearch-selectbox-group{
	margin-left:37px;
}
.tx-indexedsearch .search-extended{
	font-size:85%;	
}
/*
.tx-indexedsearch #search_type{
	margin-bottom:10px;
}
/*
.tx-indexedsearch .tx-indexedsearch-searchbox .tx_search_for_title{
	float:left;
	width:108px;
	line-height:20px;
	vertical-align:middle;
}*/
.tx-indexedsearch .tx-indexedsearch-searchbox input.submit {
	border:1px solid #000000;
	background-color:#DD7129;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	text-align:center;
	margin:0;
}
.tx-indexedsearch .tx-indexedsearch-searchbox .search_entry_row{
	margin-top:5px;
	clear:left;
}
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
	font-weight:bold;
	font-style:italic;
	color:#DD7129;
}
.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top:10px;
	margin-bottom:5px;
}
.tx-indexedsearch .tx-indexedsearch-noresults {
	background-color:#EAEAEA;
	border:1px solid #A93001;
	padding:3px;
	font-weight:bold;
}
/* *** Brows-Box *** */
#Inhalt .tx-indexedsearch .tx-indexedsearch-browsebox{
	margin-bottom:1em;
}
#Inhalt .tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox {
	margin:0;
	padding:0;
}
#Inhalt .tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox a{
	text-decoration:none;
	border:1px solid #CFCFCF;
	background-color:#EAEAEA;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;
	margin-right:4px;
}
#Inhalt .tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox a:hover,
#Inhalt .tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox a:focus,
#Inhalt .tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox a:active,
#Inhalt .tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox .tx-indexedsearch-browselist-currentPage a{
	color:#FFFFFF;
	background-color:#DD7129;
	text-decoration:none;
}
#Inhalt ul li {
	list-style-type:none;
	background-image:none;
	padding-left:0;
	padding-right:7px;
	display:inline;
}

/* *** Suchergebnisse *** */
.tx-indexedsearch .tx-indexedsearch-res .result {
	border:1px solid #A93001;
	background-color:#FAFAFA;
	margin-top:1em;
	margin-bottom:0.5em;
	clear:both;
}
/* ** Titel ** */
.tx-indexedsearch .tx-indexedsearch-res .result .resultHead {
	background-color:#EAEAEA;
	padding-bottom:3px;
}
#Inhalt .tx-indexedsearch .tx-indexedsearch-res .result .resultHead h3{
	font-size:100%;
	margin:0;
}
.tx-indexedsearch .tx-indexedsearch-res .result .resultHead .tx-indexedsearch-percent {
	float:right;
	margin-top:0;
	margin-right:0.2em;
	line-height:18px;
	vertical-align:bottom;
	font-size:80%;
}
.tx-indexedsearch-icon{
	line-height:14px;
	vertical-align:middle;
}
/* ** Inhalt ** */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr {
	margin-top:0.25em;
	margin-bottom:0.25em;
	margin-left:1.5em;
	font-style:italic;
	font-size:100%;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	font-weight:bold;
	color:#FF9933;
}

/* ** Info ** */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	margin-top:3px;
	margin-left:18px;
	font-size:80%;
	background:#EAEAEA;
}