@CHARSET "UTF-8";

/* Suchcontainer */
div#search{
	
}

/* Pagebrowser */
.tx-indexedsearch-browsebox{
	margin: 1em 0 1em 0;
}

div#content div#content_right div#search .tx-indexedsearch-browsebox p{
	margin:0px;
}

/* Sections */
.tx-indexedsearch-sec ol{
	margin: -1.2em 0 0 18em;
	list-style: none;
}

* html .tx-indexedsearch-sec ol{
	margin: -1.1em 0 0 12em;
}

.tx-indexedsearch-sec ol li{
	line-height: 1em;
	padding-left: 2em;
	display: block;
}

/* Sectionlink */ 
.tx-indexedsearch-secHead{
	border-top: 1px solid #CCC;
	padding-top: 1em;
}

div#content div#content_right div#search .tx-indexedsearch-res span a{
	color: #000;
	font-size: 1em;
}

div#content div#content_right div#search h2.tx-indexedsearch-title a{
	font-size: 1em;
	font-weight: bold;
}

span.tx-indexedsearch-result-count{
	color: #000;
	font-weight: bold;
	font-size: 0.9em;	
}

/* 1 2 vor */
ul.browsebox{
	list-style: none;
	width: 30em;
}

ul.browsebox li{
	line-height: 1.5em;
	display: inline;
	padding-right: 2em;
}

div#content div#content_right div#search li.tx-indexedsearch-browselist-currentPage a{
	color: #FF0000;
}

/* Inputfelder */
div#search input{
	border: 1px solid #CCC;

}

#tx-indexedsearch-searchbox-button-submit{
	text-align:center;
	width: 6.25em;
}

/* Fieldset-breite */
.tx_indexedsearch_fieldset{
	width: 30em;
}

/* Labelformatierung */
.tx_indexedsearch_fieldset label{
	font-size:0.75em;
	font-weight:normal;
	padding-right: 4em;
}

/* Legend s. Anmeldung */
.tx_indexedsearch_fieldset legend{
	color:#333333;
	font-size:0.8em;
	font-weight:bold;
}

/* Innenabstand zum Fieldset */
.tx-indexedsearch-form{
	margin-top: 1em;
	width: 25em;
}

/* Container für "Was wurde gesucht" */
.tx-indexedsearch-whatis{
	margin-top: 1em;
	font-size: .75em;
}

/* Suchworte */
span.tx-indexedsearch-sw{
	font-weight: bold;
	font-size: 1.25em;
}

/* Gefundene Wörter im Text */
.tx-indexedsearch-redMarkup{
	color: #FF0000;
	text-decoration: underline;
}

td, input, select, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	border: 0 solid;
	background-color: #FFF;
}

#searchform{
	position: fixed;
	margin-left: 0.9375em;
	margin-top: 16.875em;
	width: 8em;
	height: 1.25em;
}

#searchform .input_text{
	float: left;
	font-size: 12px;
	width:  67px;
	height: 16px;
	border: 1px solid #666;
	display: block;
	overflow: hidden;
}
* html #searchform .input_text{
	margin: 0 0 0 -0.5em;
}

*:first-child+html .input_text{
	margin: 0 0 0 -1.25em;
}

#searchform .input_submit{
	float:right;
	font-size: 0.55em;
	color: #333;
	text-transform: uppercase;	
	margin: 0.25em 1em 0 0.25em;
}

*:first-child+html #searchform .input_submit{
	margin: -0.9em 0.25em 0 0.25em;
}