/* Header */
#header{
    width: 990px;
    height: 145px;
    position: relative;
    background: url('http://www.fixversand.de/ebay//vorlagen/stabilo_schrozberg/ebay_template_schrozberg/images/style/header.jpg') no-repeat;
    margin: 0px;
    padding: 0px;
}
#header * { margin:0px; padding:0px; }
#logo-link{
    display: block;
    width: 322px;
    height: 94px;
    position: absolute;
    top: 14px;
    left: 13px;
    text-decoration: none;
}
#service-info{
    position: absolute;
    top: 15px;
    right: 20px;
}
#service-info h3{
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
    color: #fff;
    text-align: right;
    letter-spacing: 3px;
}
#service-info p{
    font-weight: bold;
    color:#fff;
    text-align: right;
}
#service-info a:link{
    color: #fff;
    text-decoration: none;
}
#service-info a:hover{
    color: #edc500;       
    text-decoration: none;
}
#service-info a:active{
    color: #edc500;       
    text-decoration: none;
}
#service-info a:visited{
    color: #edc655;       
    text-decoration: none;
}

/* Formate Menüzeile */
#menuezeile{
    width: 990px;
    height: 30px;
    position: absolute;
    top: 115px;
    left: 0px;
    text-align: left;
    vertical-align: middle;
    /* Obacht:
     * IE macht Probleme sobald hier ein .png eingesetzt wird, .jpg funzt, seltsamer Weise nur bei relativen Links - STRAAAANGE!
     * Grund ist die fehlende Angabe zu <root>, aber auch PNGs können im IE für Probleme sorgen */
    background: url('http://www.fixversand.de/ebay//vorlagen/stabilo_schrozberg/ebay_template_schrozberg/images/style/bg-verlauf-grau.png') repeat-x;
}
#menue{
    width: 730px;
    height: 30px;
}
#menue span{
    display: block;
    float: left;
    width: 1px;
    height: 26px;
    background: #fff;
    vertical-align: middle;
    line-height: 26px;
    margin: 2px auto;
}
#menue a:link, #menue a:active, #menue a:visited{
    font-size: 12px;
    letter-spacing: 0.08em;
    color: #fff;
    display: block;
    float: left;
    line-height: 30px;
    text-decoration: none;
    padding: 0px 15px;
    text-transform: uppercase;
}
#menue a:hover{
    color: #edc500;
    background: url('http://www.fixversand.de/ebay//vorlagen/stabilo_schrozberg/ebay_template_schrozberg/images/style/bg-menue-mo.png') repeat-x;
}
#suche{
    text-align: left;
    width: 248px;
    height: 25px;
    position: absolute;
    top: 2px;
    right: 10px;
    background: url('http://www.fixversand.de/ebay//vorlagen/stabilo_schrozberg/ebay_template_schrozberg/images/style/bg-suche.png') no-repeat;
}
.suche-inhalt{
    position: relative;
}
.suche-eingabe{
    position: absolute;
    top: 3px;
    left: 4px;
    width: 200px;
    height: 21px;
    line-height: 20px;
    border: 0;
    vertical-align: top;
    background: transparent;
    border: 0;
}
.suche-bt{
    position: absolute;
    top: 4px;
    right: 3px;
    width: 38px;
    height: 18px;
    border: 0;
    background: url('http://www.fixversand.de/ebay//vorlagen/stabilo_schrozberg/ebay_template_schrozberg/images/style/suche-bt.png') no-repeat;
    border: 0;
    cursor: pointer;
}
/* Ende Header */