.navihome
{
    margin-left         :20px;
    width               :120px;
    height              :34px;
}

.navihome a
{
    width               :120px;
    height              :34px;
    display             :block;
    background-image    :url(../image/homenorm.gif);
    background-repeat   :no-repeat;
}

.navihome a:hover
{
    text-decoration     :none;
    background-image    :url(../image/homehigh.gif);
    background-repeat   :no-repeat;
}

.navikontakt
{
    margin-left         :20px;
    width               :120px;
    height              :34px;
}

.navikontakt a
{
    width               :120px;
    height              :34px;
    display             :block;
    background-image    :url(../image/kontaktnorm.gif);
    background-repeat   :no-repeat;
}

.navikontakt a:hover
{
    text-decoration     :none;
    background-image    :url(../image/kontakthigh.gif);
    background-repeat   :no-repeat;
}

.navicontact
{
    margin-left         :20px;
    width               :120px;
    height              :34px;
}

.navicontact a
{
    width               :120px;
    height              :34px;
    display             :block;
    background-image    :url(../image/contactnorm.gif);
    background-repeat   :no-repeat;
}

.navicontact a:hover
{
    text-decoration     :none;
    background-image    :url(../image/contacthigh.gif);
    background-repeat   :no-repeat;
}

.navirubrik
{
    color               :#FFFFFF;
    background-color    :#015095;
    padding             :10px 10px 10px 5px;
    font-variant        :small-caps;
    font-weight         :bold;
    margin              :5px 0px;
}

.navilink
{
    padding             :0px 5px;
    margin-bottom       :8px;
}

.navilink a
{
    padding             :0px 5px;
    margin-bottom       :8px;
    display             :block;
    text-decoration     :none;
    color               :#015095;
}

.navilink a:hover
{
    padding             :0px 5px;
    margin-bottom       :8px;
    text-decoration     :none;
    color               :#DF0A16;
}

