/* Navigation rechts oben */
td.reise {
  font: 11px Arial, Helvetica, sans-serif;
  color: #000080;
  text-align: center;
  vertical-align: bottom;
  }
td.reise a {
  font: 11px Arial, Helvetica, sans-serif;
  color: #000080;
  text-align: center;
  text-decoration:none;
  }
td.reise a:hover {
  text-decoration: underline;
  }

/* Navigation - Reiter */
table.reise td {
  font: bold 11px Arial, Helvetica, sans-serif;
  color: #000080;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 3px;
  }

table.reise td.link {
  background:  url(nav01.gif);
  }
table.reise td.link a {
  color: #000081;
  text-decoration: none;
  }
table.reise td.link a: hover {
  color: #000081;
  }
table.reise td.active {
  background:  url(nav02.gif);
  color: #A00000;
  }
table.reise td.active a {
  color: #A00000;
  text-decoration:none;
  }
table.reise td.active a: hover {
  color: #A00000;
  }
table.reise td.link_breit {
  background:  url(nav01b.gif);
  }
  table.reise td.link_breit a {
  color: #000081;
  text-decoration: none;
  }

