/* --------------------------------------------------------------- */
/*                                                                 */
/*    INDEXED-SEARCH PLUGIN CSS-DATEI                              */
/*    Koller Internet GmbH, www.kollerinternet.ch                  */
/*                                                                 */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* --- STANDARD-KLASSEN ------------------------------------------ */
/* --------------------------------------------------------------- */

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-top {
	vertical-align: top;
}

.text-bottom {
	vertical-align: bottom;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* --------------------------------------------------------------- */
/* --- PAGE BROWSER ---------------------------------------------- */
/* --------------------------------------------------------------- */

.browsebox {
	list-style-type: none;
	margin: 0.5em 0 0 0;
}

.browsebox li {
	display: inline;
	margin: 0px !important;
	padding: 0px !important;
	line-height: 30px;
}

.browsebox li a {
	padding: 4px 8px;
	border: 1px solid #FCC300;
	background-color: #FFFDD9;
	margin-right: 2px;
}

.browsebox li a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.browsebox li.act a {
}



.tx-indexedsearch-rules {
}

.tx-indexedsearch-whatis {
}

.tx-indexedsearch-browsebox {
	margin-top: 20px;
	margin-bottom: 20px;
}

.tx-indexedsearch-noresults {
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #990000;
	background-color: #F0D9D9;
}

.tx-indexedsearch-res {
}

.tx-indexedsearch-sw {
	font-weight: bold;
}

.tx-indexedsearch-redMarkup {
	color: red;
}

/* --- SUCHMASKE -------- */
#searchForm {
	margin-bottom: 20px;
}

.searchFormSWord {
	width: 180px;
}

.searchFormButton {
	width: 65px;
}

.searchFormSelect {
	width: 180px;
	margin-bottom: 2px;
	background-color: #FFFFFF;
}

/* --- SUCHREGELN -------- */
#searchRules {
	margin-bottom: 20px;
}


/* --- SUCHRESULTAT -------- */

.searchResultRow {
	padding-bottom: 20px;
	/*	margin: 20px 0px;*/
}

.searchResultHeader {
	height: 24px;
}

.searchResultIcon {
	width: 24px;
}

.searchResultTitle {
}

.searchResultRating {
}

.searchResultDescription {
	margin-bottom: 5px;
}

.searchResultInfo {
	color: #FCC300;
}


/* --- PAGE BROWSER -------- */
.browsebox li.tx-indexedsearch-browselist-currentPage a {
	text-decoration: underline;
}
