/* linke Navigation */
#reise {
  font: 8pt/11pt Arial,Helvetica,sans-serif;
  color: #000080;
  position:absolute;
  width:115px;
  height:500px;
  z-index:1;
  left: 25px;
  top: 93px;
  }


body.reise #reise {
  font: 8pt/11pt Arial,Helvetica,sans-serif;
  color: #000080;
  position: absolute;
  width: 115px;
  height: 500px;
  z-index: 1;
  left: 30px;
  top: 0px;
  } /* wo wird dieses Stylesheet verwendet? konnte keinen Body mit dieser Klasse entdecken */
    /* Habe ich noch nicht rausgekriegt */

/* jeweilige Unternavigation */
#reise p.reise-thema {
  text-decoration: none;
  color: #000081;
  padding-left: 11px;
  }
#reise p.reise-thema a {
  text-decoration :none;
  color: #000081;
  font-weight: bold;
  }
#reise p.reise-thema a:hover {
  color: #800000;
  }

/* Service-Links, Buchungsablauf etc. */
#reise p.reise-about {
  text-decoration: none;
  color: #000081;
  padding-left: 11px;  
  }
#reise p.reise-about a {
  text-decoration: none;
  color: #000081;
  display: block
  }
#reise p.reise-about a:hover {
  color: #800000;
  text-decoration: underline;
  }
#reise p.reise-about span  {
  padding-left: 10px;
  text-align:left;
  }

