#subnav
{
    font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
    font-size: 9px:
    width: 950px;
    background: #ddd;
    list-style: none; 
    height: 28px;
    border-top: 1px solid #003366; 
    clear: left; /* Speziell fÃ&#131;Â¼r IE - damit die height auch wirklich die height ist */
    max-height: 35px; /* overflow: hidden; /*z-index:-1;*/
}

#subnavigation ul
{
    float: left;
    min-width:450px;
    margin: 0 150px 0 150px;
    /* border-left: 1px solid #003366; */
}

#subnavigation a
{
    position: inherit;
    text-decoration: none;
    color: #003366;
    float: left;
    font-size: small;
    font-weight: bold;
    width: auto;   
    margin-top: 1px;
    padding: 4px 15px 0 15px;
    height: 16px;     
    /* border-right: 1px solid #003366; */
}

#subnavigation a:hover 
{
    text-decoration: underline;
    color: #225588;
}

#subnavigation li
{
    list-style: none;   
    float: left;
    font-size: x-small;
    height: 20px;
    /* padding: -13px 10px 0 10px; */
    width: auto;
    margin-right: 0px;
}

