﻿.lidlFooter
{
    background-position: top left;
    background-repeat: no-repeat;
    width: 984px;
    height: 36px;
    text-align: left;
}
.lidlFooter div
{
    float: left;
    width: 192px;
    height: 36px;
    text-align: center;
    font: normal 10px Verdana, Helvetica, sans-serif;
    line-height: 36px;
    color: #ffffff;
}
.lidlFooterTopButton
{
    display: block;
    width: 32px;
    height: 36px;
    float: left;
}
.lidlFooterTopButton span
{
    display: none;
}
/*Footer Nav */
.lidlFooterNav
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 24px;
    color: #003277;
    width: 738px;
    margin:  0px;
    padding: 0px;
    position: relative;
    left: -1px;
    float: left;
}
.lidlFooterNavItem,
.lidlFooterNavItemActive
{
    list-style-type: none;
    padding: 0px;
    float: left;
}
.lidlFooterNavItemActive
{
    position: relative;
    left: 1px;
}
.lidlFooterNavItem a
{
    display: block;
    margin-top: 5px;
    padding-left: 9px;
    padding-right: 8px;
    background-repeat: no-repeat;
    background-position: top left;
    text-decoration: none;
    color: #003277;
}
.lidlFooterNavItemActive a
{
    display: block;
    margin-top: 5px;
    padding-left: 9px;
    padding-right: 8px;
    background-image: url("/lidl/lidl_de/images/images_struktur/active.gif");
    background-repeat: no-repeat;
    background-position: top left;
    text-decoration: none;
    color: #FFFFFF;
}