/******************************************************************************/
/* CSS Document für Suche                                                     */
/******************************************************************************/


/* Eingabe Suchbegriff                                                        */
/******************************************************************************/

#searchbox{
   position:absolute;
   left:55px;
   top:12px;
   width:230px;
   background:#fff;
   border: 1px solid #333;
   margin-top:10px;
}

.searchbox-left{
   width:20px;
   height:19px;
   background-image: url(/fileadmin/grafics/icons/lupe-01-20x20.gif);
   float:left;
}

.searchbox-middle input{
   width:200px;
   height:21px;
   font-family:verdana;
   font-size: 8pt;
   padding-top:3px;
   border:none;
}

.searchbox-right{

}

/* Anzeige der Suchergebnisse                                                 */
/******************************************************************************/

.tx-indexedsearch-searchbox{
   display:none;
}

.tx-indexedsearch-browsebox{
   display:none;
}

.tx-indexedsearch-info{
   display:none;
}

.tx-indexedsearch-percent{
   display:none;
}

/* Formatieren der Suchergebnisse                                                 */
/******************************************************************************/

.tx-indexedsearch-browsebox ul{
   list-style-type:none;
   float:none;
}

.tx-indexedsearch-browsebox li{
   float:left;
   margin-left:5px;
   margin-right:5px;
}

.tx-indexedsearch-browsebox a{
   font-size:8pt;
   text-decoration:none;
   color:#f00;
}

.tx-indexedsearch-browsebox a:hover{
   color:#00f;
}

.tx-indexedsearch-whatis{
   float:none;
}

.tx-indexedsearch-sw{
   font-weight:bold;
}

.tx-indexedsearch-title-caption a{
   font-size:8pt;
   text-decoration:none;
   font-weight:bold;
   color:#999;
}

.tx-indexedsearch-title-caption a:hover{
   color:#FF9B15;
}


.tx-indexedsearch-descr {
   font-size:8pt;
   font-style:normal;
}

.tx-indexedsearch-redMarkup{
   color:#5975B9;
}


