/*  =============================================================
    Datei:  navi.style.css
    Datum:  04.03.2009
    Autor:  Alexander Kapic
    Zweck:  Stylesheet für die Navigation
    -------------------------------------------------------------
    Inhalt:

    1. Navigation

    -------------------------------------------------------------
    (c) 2009 - PSV Anhalt-Zerbst e.V. - Alexander Kapic
    ============================================================= */
    
/*  =============================================================
    1. Navigation
    ============================================================= */

#Navigation UL {
    background: url(../img/layout/pinboxmiddle.png) repeat-y;
}

#Navigation LI A:link,
#Navigation LI A:visited {
    display: block;
    height: 24px;
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 24px;
    padding-left: 5px;
    margin: 0 20px 0 10px;
}

#Navigation LI A:hover,
#Navigation LI A:focus,
#Navigation LI:hover A {
    color: #000000;
    background: #DDDDDD;
}
