/**
 * Seite: bootsbau-recht.de
 * Datei: indexed_search.css
 * Media: screen
 *
 * Datum: 2009-04
 * Style: Maria Kabs
 ****************************************************************************************************/
 
 /* Suchfeld und Button
===============================*/

.tx-indexedsearch-form {
	float:left;
}

#searchform {
	background-image: url("/fileadmin/images/suchfeld.gif");
	clear: both;
	height: 26px;
}

#suchtext {
	float: left;
	margin: 6px 10px; 
}

* HTML #suchtext {
	margin: 6px 5px;
}

/*
#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 {
	width:145px;
	height:14px;
	float:left;
	margin-right:5px;
	margin-top: 3px;
	font: normal 11px arial;
	padding-top:3px;
	padding-left:4px;
	border:1px solid #dddddd;
}

* HTML .tx-indexedsearch-searchbox-sword {
	height:18px;
}

.tx-indexedsearch-searchbox-button-submit {
	margin-right: 5px;
	margin-top: 3px;
}

* HTML .tx-indexedsearch-searchbox-button-submit {
	padding:1px 0px 3px 0px;	
}
/*
* HTML .tx-indexedsearch-searchbox-button-submit {
	padding-left:2px;
}
*/
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:15px;
	border-bottom:1px solid #373fa2;
}

.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;
}

H3 .tx-indexedsearch-title {
	color: #373fa2;
}