body {
  background-color:#6c7b8b;
  text-align:center;
  font-family:Times New Roman, Arial, sans-serif;
}
#umschlag {
  width:800px;
  background-color:#ffffff;
  margin-left:auto;
  margin-right:auto;
  margin-top:2em;
  margin-bottom:2em;
  text-align:justify;
}
#kopf {
  height:180px;
  background-image:url(images/wienerfuehrungen.png);
}
#haupt {
  background-image:url(images/fuehrungeninwien.png);
}
#navigation {
  float:left;
  width:120px;
  margin:20px 30px 0px 10px;
  font-size:0.7em;
  text-align:left;
}
#navigation a, a:visited, a:active {
  color:#e5e5f5;
  text-decoration:none;
  font-weight:normal;
}
#navigation a:hover {
  color:#f1ca97;
}
#inhalt {
  margin:0 40px 0 220px;
  min-height:800px;
  font-size:1em;
  height:auto !important;
  height:800px;
}
#inhalt a, a:active {
  color:#00009c;
  font-weight:bold;
}
#inhalt a:visited {
  color:#6c7b8b;
  text-decoration:underline;
}
#inhalt a:hover {
  color:#ff0000;
}
#inhalt h1 {
  font-size:1.2em;
  margin:0px;
}
#inhalt img {
  float:left;
  margin-right:10px;
}
#weisswand {
  height:100%;
  margin:0px;
  background-color:#ffffff;
  padding:0 20px 0 160px;
}
#fuss {
  height:120px;
  background-image:url(images/fuehrungendurchwien.png);
}
p {
  margin:0px;
  padding:5px 0 10px 0;
}
.rot {
  color:#ff0000;
}
