/* sponsors.css */
.footer p {
    margin-top: 20px;
}

.footer-sponsors {
    margin:  0 ;
    width: auto;
    margin: 20px auto 0px;
    border-spacing: 20px 0;
}

.footer-sponsors th {
    padding-bottom: 10px;
}

.footer-sponsors td {
    text-align: center;
}

.footer-sponsors-block img {
}

.sponsor {
    display: inline-block;
    height: 46px;
    margin-right: 15px;
}

.sponsor-audi {
    background: url(../img/sponsors/audi.png) top left no-repeat;
    width: 130px;
}
.sponsor-audi:hover {
    background-position: -130px 0px;
}

.sponsor-schober {
    background: url(../img/sponsors/schober.png) top left no-repeat;
    width: 130px;
}
.sponsor-schober:hover {
    background-position: -130px 0px;
}

.sponsor-maxchoice {
    background: url(../img/sponsors/maxchoice.png) top left no-repeat;
    width: 130px;
}
.sponsor-maxchoice:hover {
    background-position: -130px 0px;
}

.sponsor-druckhelden {
    background: url(../img/sponsors/druckhelden.png) top left no-repeat;
    width: 87px;
}
.sponsor-druckhelden:hover {
    background-position: -88px 0px;
}

.sponsor-financialtimes {
    background: url(../img/sponsors/financialtimes.png) top left no-repeat;
    width: 124px;
}
.sponsor-financialtimes:hover {
    background-position: -124px 0px;
}

.sponsor-marketing-boerse {
    background: url(../img/sponsors/marketing-boerse.png) top left no-repeat;
    width: 78px;
}
.sponsor-marketing-boerse:hover {
    background-position: -78px 0px;
}

.sponsor-gabal {
    background: url(../img/sponsors/gabal.png) top left no-repeat;
    width: 64px;
}
.sponsor-gabal:hover {
    background-position: -64px 0px;
}

.sponsor-innovationsmanager {
    background: url(../img/sponsors/innovationsmanager.png) top left no-repeat;
    width: 108px;
}
.sponsor-innovationsmanager:hover {
    background-position: -108px 0px;
}

.sponsor-wbpr {
    background: url(../img/sponsors/wbpr.png) top left no-repeat;
    width: 50px;
}
.sponsor-wbpr:hover {
    background-position: -50px 0px;
}