﻿/* Menue */
#navi_bottom
{
    width: 980px;
    height: 31px;
    margin: 0px auto 0px 0px;
    font-size: 1.1em;
}

#navi_bottom ul
{
    margin: 0px 0px 0px 10px;
    padding: 0px;
    list-style: none;
}

#navi_bottom li
{
    display: inline;
}

#navi_bottom a
{
    display: block;
    float: left;
    padding:  3px 13px 0px 13px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: smaller;
    font-weight: bold;
    color: #0066FF;
    width: 100px;
}

#navi_bottom a:hover
{
    color: #0066FF;
    text-decoration: underline;
}