#suche {
    position: absolute;
    right: 15px;
    top: -80px;
    z-index: 110;
}

#suche .input_kat {
    border: 1px solid #485FAD;
    color: #000;
    cursor: pointer;
    height: 21px;
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 3px 3px 4px 3px;
    margin: 0 0 0 0;
}

#suche a.select,
#suche a.select:link,
#suche a.select:visited {
    background-image: url('../images/select.gif');
    background-repeat: no-repeat;
    display: block;
    height: 21px;
    float: left;
    margin: 0 10px 0 0;
    width: 21px;
}

#suche a.select:hover,
#suche a.select:focus {
    background-image: url('../images/select_akt.gif');
    background-repeat: no-repeat;
    display: block;
    height: 21px;
    float: left;
    margin: 0 10px 0 0;
    width: 21px;
}

#suche a.select_akt,
#suche a.select_akt:link,
#suche a.select_akt:visited,
#suche a.select_akt:hover,
#suche a.select_akt:focus {
    background-image: url('../images/select_akt.gif');
    background-repeat: no-repeat;
    display: block;
    height: 21px;
    float: left;
    margin: 0 10px 0 0;
    width: 21px;
}

#suche a.suchbtn span,
#suche a.select span,
#suche a.select_akt span {
    display: none;
}

#suche .kat_box {
    background-color: #ECEDED;
    border-bottom: 1px solid #485FAD;
    border-left: 1px solid #485FAD;
    border-right: 1px solid #485FAD;
    display: block;
    float: left;
    height: auto;
    left: 0;
    position: absolute;
    top: 21px;
    width: 159px;
    z-index: 1220;
}

#suche .input_suche,
#suche .input_suche_inakt {
    border: 1px solid #485FAD;
    color: #000;
    height: 21px;
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 3px 3px 4px 3px;
    margin: 0 0 0 0;
}


#suche a.search_select,
#suche a.search_select:link,
#suche a.search_select:visited {
    background: #FFF;
    color: #000 !important;
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 1px 0 0 0;
    padding: 3px;
    text-decoration: none !important;
}

#suche a.search_select:hover,
#suche a.search_select:focus {
    background: #ECEDED;
}

#suche a.search_select_close,
#suche a.search_select_close:link,
#suche a.search_select_close:visited,
#suche a.search_select_close:hover,
#suche a.search_select_close:focus {
    display: block;
    float: left;
    width: 157px;
    height: 15px;
    margin: 1px 0 0 0;
    background-image: url('../images/select_close.gif');
    background-repeat: no-repeat;
    background-position: top center;
}

#suche .search_select_close span {
    display: none;
}

#suche .select_suche {
    width: 145px !important;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0 3px 0 0;
    height: 18px;
    padding: 0 0 0 0;
    width: auto;
    background-color: #fff;
    border-color: #88bdfe;
    color: #000;
    float: left;
}

#suche button.suchbtn {
    background-image: url('../images/such_btn.gif');
    background-repeat: no-repeat;
    display: block;
    height: 21px;
    float: left;
    width: 21px;
    border: none;
    cursor: pointer;
}

/*Nur noch für (unbenutzte) SeiteTarif->showSuchfeld_meta()*/
#suche a.suchbtn,
#suche a.suchbtn:link,
#suche a.suchbtn:visited,
#suche a.suchbtn:hover,
#suche a.suchbtn:focus {
    background-image: url('../images/such_btn.gif');
    background-repeat: no-repeat;
    display: block;
    height: 21px;
    float: left;
    width: 21px;
}

#suche a.suchbtn span {
    display: none;
}
