<!--
body {
		background-color: #4e2b06;
		}

#ambiente a{
   	display:table-cell;
    background:url("../links/de/over-ambiente/ambiente.jpg") 0px 0px no-repeat;
    width:135px; height:34px; 
}
#ambiente a:hover {
    background-position: 0px -34px;
}

#preise a{
   	display:table-cell;
    background:url("../links/de/over-ambiente/preise.jpg") 0px 0px no-repeat;
    width:78px; height:34px;
}
#preise a:hover {
    background-position: 0px -34px;
}

#events a{
   	display:table-cell;
    background:url("../links/de/over-ambiente/events.jpg") 0px 0px no-repeat;
    width:83px; height:34px;
}
#events a:hover {
    background-position: 0px -34px;
}

#anfahrt a{
   	display:table-cell;
    background:url("../links/de/over-ambiente/anfahrt.jpg") 0px 0px no-repeat;
    width:93px; height:34px;
}
#anfahrt a:hover {
    background-position: 0px -34px;
}

#newsletter a{
   	display:table-cell;
    background:url("../links/de/over-ambiente/newsletter.jpg");
    width:126px; height:34px; 
}
#newsletter a:hover {
    background-position: 0px -34px;
}

#jobs a{
   	display:table-cell;
    background:url("../links/de/over-ambiente/jobs.jpg") 0px 0px no-repeat;
    width:60px; height:34px;
}
#jobs a:hover {
    background-position: 0px -34px;
}

#kontakt a{
   	display:table-cell;
    background:url("../links/de/over-ambiente/kontakt.jpg") 0px 0px no-repeat;
    width:98px; height:34px;
}
#kontakt a:hover {
    background-position: 0px -34px;
}

#impressum a{
   	display:table-cell;
    background:url("../links/de/over-ambiente/impressum.jpg") 0px 0px no-repeat;
    width:123px; height:34px; 
}
#impressum a:hover {
    background-position: 0px -34px;
}

#home a{
   	display:table-cell;
    background:url("../links/de/over-ambiente/home.jpg") 0px 0px no-repeat;
    width:105px; height:34px;
}
#home a:hover {
    background-position: 0px -34px;
}
-->