Diese CSS-Datei enthält Styles für das Grundlayout des Suggest-Layers. Kopieren und speichern Sie die Datei unter dem Namen "ff_suggest.css" in Ihrem CSS-Verzeichnis.

 
/*****************************************************************************/
/*** FACT-FINDER SUGGEST ***/
/*****************************************************************************/
 
/* needed otherwise the searchBoxLine will pop-up in IE */
div.suggestFormWrap{
   position:absolute;   
   z-index: 999;
}
div.suggestLayer{
   position: absolute;
   z-index: 999;
   top: 125px;
   left: 291px;
   width: 1px;
   height: 1px;
   display: none;
   padding: 0;
   margin: 0;
   font-family: Arial,Helvetica,sans-serif;
}
table.suggestLayer{
   z-index:999;
   position:absolute;
   font-size: 11px;
   width: 297px;
   border-right: 1px solid #85B916;
   border-bottom: 1px solid #85B916;
   border-left: 1px solid #85B916;
   height: 12px;
   background-color: white;
   color: black;
   cursor: pointer;
   text-align: left;
}
tr.suggestLayer{ 
   height: 12px;
}
td.suggestLayer{
   padding: 0;
   height: 12px;
}
tr.suggestHeader{
   font-weight: normal;
   font-size: 11px;
}
tr.suggestHeader td{
   background-color: #eeeeee;
   border-bottom:1px solid #fff;
   padding: 5px 10px;
   color: #393939;
   font-weight: normal;
}
td.suggestFooter{
   height:1px;
}
td.suggestTextQuery{
   font-weight: bold; 
   padding: 2px 15px 2px 10px;
}
span.suggestTextQueryTyped{
   color: #85B916;
   text-decoration: underline;
}
td.suggestTextType{
   padding: 2px 5px 2px 15px;
   width: 30%;
   background-color: #85B916;
 
}
td.suggestTextAmount{
   padding: 2px 5px 2px 15px;
   width: 30%;
   text-align: right;
   background-color: #85B916;
 
}
tr.suggestRow{
   padding: 2px 2px 2px 0px;
   background-color: #FCFCFC;
}
tr.suggestHighlight{
   color: black;
   background-color: #85B916;
}
tr.suggestHighlight span.suggestTextQueryTyped{
   color: #fff;   
}