/* ------------------------  BILDERNAVI-BEGIN-------------------------------------------------- */

#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 370px;
  height: 26px;
  position: relative;
}

#menu span {
  display: none;
  position: absolute;
}

#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}

#menu .flights {
  width: 70px;
  height: 26px;
  background: url(../bilder/fluege2.jpg) no-repeat;
  background-position: top;
  top:0;
  left: 0;
}

#menu .flights span {
  width: 70px;
  height: 26px;
  background: url(../bilder/fluege2.jpg) no-repeat;
  background-position: bottom;
  top: 0;
  left: 0;
}

#menu .hotels {
  width: 71px;
  height: 26px;
  background: url(../bilder/hotels2.jpg) no-repeat;
  background-position: top;
  top:0;
  left: 70px;
}

#menu .hotels span {
  width: 71px;
  height: 26px;
  background: url(../bilder/hotels2.jpg) no-repeat;
  background-position: bottom;
  top: 0;
  left: 0px;
}

#menu .cars {
  width: 102px;
  height: 26px;
  background: url(../bilder/mietwagen2.jpg) no-repeat;
  background-position: top;
  top:0;
  left: 141px;
}

#menu .cars span {
  width: 102px;
  height: 26px;
  background: url(../bilder/mietwage2.jpg) no-repeat;
  background-position: bottom;
  top: 0;
  left: 0px;
}

#menu .exp {
  width: 136px;
  height: 26px;
  background: url(../bilder/erlebnis_vorort2.jpg) no-repeat;
  background-position: top;
  top:0;
  left: 243px;
}

#menu .exp span {
  width: 136px;
  height: 26px;
  background: url(../bilder/erlebnis_vorort2.jpg) no-repeat;
  background-position: bottom;
  top: 0;
  left: 0px;
}

/* ------------------------  BILDERNAVI-END-------------------------------------------------- */

div#navigationx { 
font-size : 12px; 
} 
div#navigationx ul { 
margin : 0; 
list-style : none; 
} 
div#navigationx li { 
float : left; 
background : url(navigation_FILES/right_menu.png) no-repeat right top; 
margin : 0; 
padding : 0; 
} 
div#navigationx a { 
display : block; 
background : url(navigation_FILES/left_menu.png) no-repeat left top; 
padding : 5px 15px 3px; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
text-decoration : none; 
color : #ffffff; 
} 
xxxdiv#navigationx #current { 
background-image : url(../bilder/menu_right_long.jpg); 
color : #ffffff; 
} 
xxxdiv#navigationx #current a { 
background-image : url(../bilder/menu_left.jpg); 
padding-bottom : 5px; 
color : #ffffff; 
} 
