
#TABLE_ERWEITERTE_SUCHE INPUT {
  border:1px solid black;
  padding-left:5px;
}

#TABLE_ERWEITERTE_SUCHE INPUT:focus {
  background-color:#EEEEEE;
}


#TABLE_ERWEITERTE_SUCHE SELECT {
  border:1px solid black;
}

#TABLE_ERWEITERTE_SUCHE SELECT:focus {
  background-color:#EEEEEE;
}

#TABLE_ERWEITERTE_SUCHE TD {
  padding-bottom:3px;
}

.tx-indexedsearch-searchbox-button {
  background-color:#EEEEEE;
  border:1px solid black;
  font-weight:bold;
  padding-left: 5px;
  padding-right: 5px;
}

.tx-indexedsearch-whatis {
  padding-top:5px;
  padding-bottom:5px;
}

.tx-indexedsearch-res {
padding-top:5px;
}

.tx-indexedsearch-title {
  padding-bottom:5px;
}

.tx-indexedsearch-title A {
  font-weight:bold;
  color:#990000;
}

.tx-indexedsearch-result-number {
  padding-bottom:5px;
}

.tx-indexedsearch-percent {
  padding-bottom:5px;
}

/* Für Highlighting in den Suchergebnissen */
.tx-indexedsearch-redMarkup {
  background-color:#FEFFB1;
  font-weight:bold;  	
}


/**************************************************
** PageBrowser
********************************************************/

TABLE.browsebox {
  height:25px;
  margin:auto;
}

TABLE.browsebox TD {
  padding:5px;
}

DIV.tx-indexedsearch-browsebox {
  display:block;
  text-align:center;
}


/*********************************************
** Search Result
*************************************************/


#SEARCHRESULT {
	width:100%;
	padding:0px;
	margin:0px;
}

#SEARCHRESULT .ResultNumber {
  font-size:11px;
  font-weight:bold;
  color:#666666;
}

#SEARCHRESULT .Title {
  font-size:11px;
}


#SEARCHRESULT .Title A {
  font-size:11px;
  color: #4584C2;
  font-weight:bold;
  text-decoration:none;
}

#SEARCHRESULT .Title A:HOVER {
  text-decoration:underline;
}


#SEARCHRESULT .Rating {
  font-size:11px;
  font-weight:bold;
  color:black;
}

#SEARCHRESULT .Description {
  padding-top:5px;
  padding-bottom:5px;
  font-size:11px;
  font-weight:normal;
  color: #666666;
}

#SEARCHRESULT .Info {
  font-size:11px;
  font-weight:normal;
  font-style:italic;
  color: ##666666;
}

