/*******************************************
* Styles f�r Extension "tx_indexedsearch"
********************************************/
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:normal; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#e5ecc0; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#fff6d0; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { color:#006699; margin-top:0px; margin-bottom:0px; background:transparent; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#fff; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }
.tx-indexedsearch-sw, .csc-sword, .tx-indexedsearch-redMarkup { padding:0 0.1em; background:#e5ecc0; border: 1px #b5d386 solid; }

.tx-indexedsearch-percent, .percent { background-color:#e5ecc0; }
.tx-indexedsearch-result-number, .result-number { background-color: #e5ecc0;}
.tx-indexedsearch-searchbox table, .tx-indexedsearch-res table { border:0;}
ul.browsebox { color: #009932; display:block;}

/* Quicksearch Form */

#quicksearch {
  height:24px;
  vertical-align:bottom;
  text-align:right;
  padding-top:3px;
}

/*input.quicksearch_sword {
 width:150px;
}*/

input.quicksearch_sword {
width:150px;
height:14px;
/*border: 1px solid #c8fa64;*/
margin-top 1px;
}


input.quicksearch_sword_fx {
width:150px;
height:14px;
/*border: 1px solid #c8fa64;*/
margin-top:2px;
}


/* Funktioniert nicht bei IE7 */
/*input:focus.quicksearch_word {
 border-top: 2px solid #b5d386;
 border-left:2px solid #b5d386;
}*/

input.quicksearch_button{
 color: #009932;
 background-color: #e5ecc0;
 border:0;
 margin: 0 10px 0 5px;
 cursor: pointer;
}