.tx-indexedsearch-whatis {
  font-size: 80%;
}
.tx-indexedsearch-sw {
  color: #B5113E;
}
.tx-indexedsearch-browsebox {
  font-size: 80%;
  overflow: hidden;
  height: 100%;
  margin: 10px 0 20px 0;
}

.tx-indexedsearch-browsebox p {
  float: left;
  width: 50%;
  color: #474747;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
.tx-indexedsearch-browsebox p strong {
  color: #B5113E;
}

ul.browsebox {
  /*background-color: #D4D4D4;*/
	margin: 10px 0 20px 0;
	overflow:hidden;
	padding: 5px 0 5px 0;
	text-align:center;
	width:100%;
	
	margin: 0;
	float: right;
	width: 50%;
	text-align: right;
}

ul.browsebox li {
	display:inline;
}

ul.browsebox li a {
	color: #474747;
	text-decoration:none;
	padding: 0 3px 0 3px;
	font-weight: bold;
}
ul.browsebox li.tx-indexedsearch-browselist-currentPage a {
  background-color: #B5113E;
  color: #FFFFFF;
}

ul.browsebox li a:hover {
	color: #B5113E;
}

.tx-indexedsearch-res {
	border-top: 1px solid #474747;
	padding-bottom: 10px;
}

.ergebnisliste_num {
	color:#474747;
	font-size:80%;
	line-height:18px;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #474747;
}

.ergebnis {
	overflow:hidden;
	height: 100%;
}

.ergebnis_n {
	float:left;
	height:100%;
	margin:0 15px 0 0;
	overflow:hidden;
	text-align:right;
	width:40px;
	color:#B5113E;
}

.ergebnis_n .ziffer {
	font-weight:bold;
}

.ergebnis_text {
	height:100%;
	overflow:hidden;
	font-style: italic;
}

.ergebnis_text a {
	color: #474747;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	display: block;
	margin-bottom: -1em;
}

.ergebnis_text a:hover {
	color:#B5113E;
	text-decoration:underline;
}

.ergebnis_text strong {
	color:#B5113E;
	font-weight:normal;
}

.ergebnis .ergebnis_n .qualitaet_balken .qualitaet_prozent {
	background-color: #B5113E;
}

.ergebnis_pfad {
  padding-left: 55px;
}
.ergebnis_pfad a {
  color: #B5113E;
}
.ergebnis_pfad a:hover {
  text-decoration: none;
}
