/* CSS Document */

.tx-indexedsearch {
	position: relative;
	top: 0;
	left: 0;
}

/* Suchbox. */
.tx-indexedsearch-searchbox {
	position: relative;
	top: 0;
	left: 0;
}

/* Regeln. */
.tx-indexedsearch-rules {
	position: relative;
	top: 0;
	left: 0;
}
	.tx-indexedsearch-rules h2 {
		font-family: Verdana, Arial;
		font-size: 10px;
		font-style: normal;
		font-weight: bold;
		color: #58585A;
	}
	.tx-indexedsearch-rules p {
		font-family: Verdana, Arial;
		font-size: 10px !important;
		font-style: normal;
		font-weight: normal;
		color: #58585A;
	}

/* Suchen nach ... */
.tx-indexedsearch-whatis {
	position: relative;
	top: 0;
	left: 0;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #58585A;
}
	.tx-indexedsearch-whatis .tx-indexedsearch-sw {
		font-family: Verdana, Arial;
		font-size: 11px;
		font-style: normal;
		font-weight: bold;
		color: #58585A;
	}

/* Pagebrowsing. */
.tx-indexedsearch-browsebox {
	position: relative;
	top: 0;
	left: 0;
}
	.tx-indexedsearch-browsebox p {
		font-family: Verdana, Arial;
		font-size: 10px !important;
		font-style: normal;
		font-weight: normal;
		color: #58585A;
	}
	.tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }

/* Suchergebnisse. */

.tx-indexedsearch-res {
	position: relative;
	top: 0;
	left: 0;
	border-top: 1px solid #58585A;
}
.tx-indexedsearch-res table {
	border-bottom: 1px solid #58585A;
	padding: 5px 0px;
}

.tx-indexedsearch-noresults {
}