/* Reiterleiste */
table.menu {
  margin: 10px auto 0px auto;
  border-collapse: collapse;
}
table.menu td {
/*  background: #EFEFEF; */
  border: 1px solid #A8A8A8;
  text-align: center;
  font-weight: bold;
}
table.menu td.empty {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  padding-left: 10px;
  padding-right: 10px;
  background: none;
}
table.menu td.tab5, table.menu td.active5 { width: 156px; }
table.menu td.tab4, table.menu td.active4 { width: 195px; }
table.menu td.tab3, table.menu td.active3 { width: 260px; }
table.menu td.active2, table.menu td.active3, table.menu td.active4, table.menu td.active5 {
  font: 0.8em Tahoma, sans-serif;
  font-weight: bold;
  background: #FFFFFF;
  border: 1px solid #A8A8A8;
  border-bottom: 0px;
  color: #000000;
}
table.menu a, table.menu a:hover {
  font: 0.8em Tahoma, sans-serif;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
  text-align: center;
  display: block;
  height: 24px; 
  line-height: 24px;
/*
  background: url(http://www.xxl-holidays.de/pics/bg_main_nav.gif) repeat-x;
  background-position: 0 -7px;
*/
  background: #EFEFEF;
}
table.menu a:hover {
  background:#F9F9F9;
/*
 background-position: 0 -38px;
*/
}
