/*************************************************
 * Seite: www.afrikaverein.de
 * Datei: ext/indexed_search.css
 * Media: screen & print
 * Datum: 2011-02 | ...
 * Autor: Dario Müller
 *************************************************/
/* HEADER */
#header .tx-indexedsearch form {
	width: auto;
	height: 32px;
}
#header .tx-indexedsearch label {
	padding: 0 0 0 16px;
}

#header .tx-indexedsearch input {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#header .tx-indexedsearch input.tx-indexedsearch-searchbox-sword {
	background: url("/fileadmin/images/ext/indexedsearch/blank.gif") no-repeat scroll left top transparent;
	width: 179px;
	line-height: 18px;
	height: 16px;
	border: 0;
	color: #542e01;
	margin: 7px 0 0 10px;
	padding: 0 0 0 3px;
}
#header .tx-indexedsearch input.tx-indexedsearch-searchbox-button {
	background: url("/fileadmin/images/ext/indexedsearch/blank.gif") no-repeat scroll left top transparent;
	width: 27px;
	height: 18px;
	border: 0;
	margin: 6px 0 0 0;
	cursor: pointer;
}

/* CONTENT */
#content .tx-indexedsearch .tx-indexedsearch-browsebox {
	margin: 0;
}
#content .tx-indexedsearch .tx-indexedsearch-browsebox P {
	margin: 0 0 10px 0;
}
#content .tx-indexedsearch .tx-indexedsearch-browsebox UL.browsebox {
	padding: 0;
	margin: 0;
	background: none;
}
#content .tx-indexedsearch .tx-indexedsearch-browsebox UL.browsebox LI {
	display: inline;
	padding: 0;
	margin: 0 4px;
	background: none;
	font-weight: bold;
}
#content .tx-indexedsearch .tx-indexedsearch-browsebox UL.browsebox LI.tx-indexedsearch-browselist-currentPage A {
	font-weight: bold;
	color: #000;
}
#content .tx-indexedsearch .tx-indexedsearch-searchbox LABEL {
	display: inline;
	width: auto;
	line-height: 1.7em;
}
#content .tx-indexedsearch .tx-indexedsearch-searchbox INPUT {
	float: none;
	display: inline;
}
#content .tx-indexedsearch .tx-indexedsearch-res {
	margin: 20px 0 0 0;
	padding: 10px 0 50px 0;
}
#content .tx-indexedsearch .res-tmpl-css {
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #E7E6E4;
}
#content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-icon IMG{
	margin: 0 0 -4px 5px;
}
#content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title a {
	font-weight: bold;
	line-height: 2em;
}
#content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-percent {
	float: right;
	line-height: 2em;
	margin-right: 5px;
}

/* LIST */
#content .tx-indexedsearch .tx-indexedsearch-res.res-tmpl-css .tx-indexedsearch-rea-titleCont {
	
}
	#content .tx-indexedsearch .tx-indexedsearch-res.res-tmpl-css .tx-indexedsearch-rea-titleCont h2 {
		margin: 5px 0;
	}
		#content .tx-indexedsearch .tx-indexedsearch-res.res-tmpl-css .tx-indexedsearch-rea-titleCont h2 a {
			color: #000;
		}
	#content .tx-indexedsearch .tx-indexedsearch-res.res-tmpl-css .tx-indexedsearch-rea-titleCont .tx-indexedsearch-title {
		
	}
#content .tx-indexedsearch .tx-indexedsearch-descr {
	float: left;
	width: 700px;
}
#content .tx-indexedsearch .tx-indexedsearch-rating {
	float: right;
	font-size: 1.2em;
	color: #FFCC66;
	font-weight: bold;
}


span.search-morelink {
	padding-left: 10px;
}
	span.search-morelink a {
		color: #9F8868;
		background: url("/fileadmin/images/morelink_bg.gif") no-repeat right center transparent;
		padding: 0 17px 0 0;
		text-decoration: none;
	}
	span.search-morelink a:hover,
	span.search-morelink a:active {
		color: #FFCC66;
	}
