/* Suchfeld und Button
===============================*/

.tx-indexedsearch-form {
	float:left;
}

#content .tx-indexedsearch-searchbox-sword {
	border:1px solid black;
	height:16px;
	width:250px;
}

#content .tx-indexedsearch-searchbox-button-submit {
	border:1px solid black;
}


.tx-indexedsearch-searchbox-sword {
	border:0px;
	width:101px;
	height:18px;
	float:left;
	margin-right:5px;
	font: normal bold 10px verdana;
	padding-top:4px;
	padding-left:4px;
}

* HTML .tx-indexedsearch-searchbox-sword {
	height:22px;
}

.tx-indexedsearch-searchbox-button-submit {
	border:0px;
	background-color:#ffffff;
	width:22px;
	height:22px;
	padding:0px 0px 4px 1px;	
	font: normal bold 9px verdana;
}

* HTML .tx-indexedsearch-searchbox-button-submit {
	padding:3px 0px 4px 0px;	
}

* HTML .tx-indexedsearch-searchbox-button-submit {
	padding-left:2px;
}
/*
.tx-indexedsearch-searchbox-button-submit:hover {
	background-color:#004485;
	color:#ffffff;
}
*/
FIELDSET {
	border:none;
}


/* Seitenanzeige
===============================*/
.tx-indexedsearch-browsebox ul li{
	display:inline;
	list-style-type:none;
	margin:5px;
}


/* Ergebnisse
===============================*/

.res-tmpl-css {
	margin-top:20px;
	padding-bottom:10px;
	border-bottom:2px solid #dde8f5;
}

.tx-indexedsearch-whatis {
	margin-top:10px;
}

.tx-indexedsearch-browsebox {
	margin-top:10px;
}

.tx-indexedsearch-descr {
	margin-top:10px;
}

.tx-indexedsearch-info DT {
	float:left;
}

.tx-indexedsearch-info {
	margin-top:10px;
}