/* CSS der Index-Suche extension: indexed_search */

.tx-indexedsearch-res {
	margin: 0;
    padding: 0;
}

.searchresult {
	margin: 0;
    padding: 0;
}

.searchresult h2.searchresult {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
}

/* Suchtreffer im Text markieren */

strong.tx-indexedsearch-redMarkup {
	font-weight: normal;
	color: #cc0000;
}

.sr_number {
}

.sr_title {
	letter-spacing: normal;
}

.sr_percent {
}

p.sr_descr {
}

/* Pagebrowser bei mehreren Seiten */

.browsebox {
	margin: 20px 0 20px 0;
}

.browsebox .page a,
.browsebox .browselist-currentPage a {
	padding: 2px 5px 2px 5px;
	border: 1px solid #666666;
	margin: 0 3px 0 0;
	text-decoration: none;
}

.browsebox .browselist-currentPage a {
	background-color: #CCCCCC;
}

.browsebox a:hover {
	background-color: #CCCCCC;
	color: #000000;
}