<!--
.home a{
   	display:table-cell;
    background:url("../links/home.jpg") 0px 0px no-repeat;
    width:163px; height:42px;
}
.home a:hover {
    background-position: 0px -42px;
}

.service a{
   	display:table-cell;
    background:url("../links/service.jpg") 0px 0px no-repeat;
    width:162px; height:42px; 
}
.service a:hover {
    background-position: 0px -42px;
}

.events a{
   	display:table-cell;
    background:url("../links/events.jpg") 0px 0px no-repeat;
    width:162px; height:42px;
}
.events a:hover {
    background-position: 0px -42px;
}

.limo a{
   	display:table-cell;
    background:url("../links/limo.jpg") 0px 0px no-repeat;
    width:162px; height:42px;
}
.limo a:hover {
    background-position: 0px -42px;
}

.kontakt a{
   	display:table-cell;
    background:url("../links/kontakt.jpg") 0px 0px no-repeat;
    width:162px; height:42px;
}
.kontakt a:hover {
    background-position: 0px -42px;
}

.impressum a{
   	display:table-cell;
    background:url("../links/impressum.jpg") 0px 0px no-repeat;
    width:163px; height:42px;
}
.impressum a:hover {
    background-position: 0px -42px;
}

.preise a{
   	display:table-cell;
    background:url("../links/preise.jpg") 0px 0px no-repeat;
    width:140px; height:70px;
}
.preise a:hover {
    background-position: 0px -70px;
}
-->