#head #help {
        top: 62px;
        left: 592px;
        width: 170px;
    }

/* Klasse für das Suchformular */
.g_eingabeformular {
    /*background-image: url(../images/search/hg.gif);*/
    background-image: url(../images/search/hg_neu.jpg);
    background-repeat: no-repeat;
    width: 415px;
    position: relative;
    margin-left: 353px;
    margin-bottom: -60px;
    margin-bottom: -70px;
    margin-top: -12px;
    z-index: 2;
}

.g_eingabe, .g_auswahl_gesamt, .bn_search_submit {
    margin-left: 23px;
    margin-top: 6px;
    float: left;
}

.g_auswahl_gesamt {
    /*border: solid red 1px;*/
    width: 117px
}

.g_auswahl_oben {
    height: 17px;
}

.g_auswahl_oben input {
   width: 90px;
}

/* Suchformular Submit-Button */
.bn_search_submit {
    
    background-image: url(../images/search/bn_submit.gif);
    background-repeat: no-repeat;
    
    width: 90px;
    height: 17px;
    color: #808080;
    color: rgb(153, 151, 152);
    font-weight: bold;
    font-size: 10px;
    padding-top: 2px;
    text-align: center;
}

.g_eingabe {
    width: 110px;
    /*border: solid red 1px;*/
    margin-left: 13px;
}

/* Klasse für das Eingabefeld */
.g_eingabe input {
    width: 106px;
    border: solid #979797 1px;
    background-color: rgb(254, 253, 254);
    font-family: Verdana;
    font-size: 10px;
    color: #979797;
    padding: 0px;
    padding-top: 2px;
    padding-left: 2px;
    height: 13px;
    margin-left: -13px;
    margin-top: -1px;
    overflow: hidden;
}

.autocomplete {  
    position: absolute;
    top: 23px;
    width: 110px;
    z-index: 3;
}

.autocomplete ul {
   margin-top: 0px;
   margin-bottom: 0px;
   list-style-type: none;
   padding-left: 0px;
   margin-left: 0px;
}

.autocomplete ul li {
   padding-top: 2px;
   padding-bottom: 2px;
   padding-left: 2px;
   margin-left: 0px;
   background-color: #E5E3F2;
}

/* Klasse für das Auswahl-Feld (Einlösen) */
.g_auswahlfeld_einloesen {
    width: 90px;
    border: solid #979797 1px;
    background-color: rgb(153, 153, 203);
    font-family: Verdana;
    font-size: 10px;
    color: rgb(255, 255, 255);
    height: 11px;
    overflow: hidden;
    float: left;
}  

/* Klasse für das Auswahl-Feld (Sammeln) */
.g_auswahlfeld_sammeln {
    width: 90px;
    border: solid #979797 1px;
    background-color: rgb(255, 232, 124);
    font-family: Verdana;
    font-size: 10px;
    color: rgb(0, 0, 0);
    height: 11px;
    overflow: hidden;
    float: left;
}  

/* Klasse für das Auswahl-Feld (Allgemein) */
.g_auswahlfeld_allgemein {
    width: 90px;
    border: solid #979797 1px;
    background-color: #F7F3EF;
    font-family: Verdana;
    font-size: 10px;
    color: rgb(0, 0, 0);
    height: 12px;
    overflow: hidden;
    float: left;
    padding-bottom: 1px;
}  

.auswahl_button {
    background-image: url(../images/search/pfeil_runter.jpg);
    width: 17px;
    height: 17px;
    position: relative;
    left: -3px;
    /*
    width: 16px;
    height: 16px;
    */
    /*border: solid blue 1px;*/
}

/* Klasse für den Container unterhalb des Auswahlfelds */
.g_auswahl_liste {
    visibility: hidden;
    height: 33px;
    border-right: solid #979797 1px;
    border-bottom: solid #979797 1px;
    border-left: solid #979797 1px;
    width: 111px;
    margin-bottom: 17px;
}

.li_einloesen {
    background-color: rgb(153, 153, 203);
    height: 14px;
    color: rgb(255, 255, 255);
    padding-left: 2px;
    padding-top: 1px;
}

.li_sammeln {
    background-color: rgb(255, 232, 124);
    height: 14px;
    padding-left: 2px;
    padding-top: 2px;
}

.li_allgemein {
    background-color: #F7F3EF;
    height: 15px;
    padding-left: 2px;
    padding-top: 1px;
}

#auswahl_element_1 {
    border-top: solid #fff 2px;
}

#auswahl_element_2 {
   border-top: solid #fff 2px;  
}

#g_text_fett {
    font-weight: bold;
}

#g_s_a {
font-weight:bold;
}

/* die Anzahl der Suchtreffer */
#number_matches {
font-weight:bold;
}

/* Anzeige der Fehlermeldung */
#g_msg_error {
font-weight: bold;
color: red;
}

.g_fehler_text {
    color: red;
    position: absolute;
    left: 755px;
    top: 35px;
    /*border: solid green 1px;*/
    width: 250px;
}

#g_form_submit {
height: 20px;
}

/* AJAX-Autocompleter (wird nicht mehr benötigt)
.autocomplete_lid {
      position:absolute;
      width:250px;
      background-color: #E5E3F2;
      margin:0px;
      margin-left: 1px;
      padding:0px;
      color: #333;
      font-size: 10px;
      font-family: Verdana;
      z-index: 2;  
    }

    .autocomplete_lid ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
    }

    .autocomplete_lid ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      padding-left:5px;
      height: 20px;
      cursor:pointer;
    }

    .autocomplete_lid ul li.selected { 
       background-color: #A4A3D0;
    }

.autocomplete_pid {
      position:absolute;
      width:250px;
      background-color: #FFF7CF;
      margin:0px;
      margin-left: 1px;
      padding:0px;
      color: #333;
      font-size: 10px;
      font-family: Verdana;
      z-index: 2;
    }


    .autocomplete_pid ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
    }

    .autocomplete_pid ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      padding-left: 5px;
      height: 20px;
      cursor:pointer;
    }

    .autocomplete_pid ul li.selected { 
     background-color: #FFE462;
    }
*/