/* allgemein */
body {
  background-color: #941914;
}

/* container mit Hintergrundgrafik */
#container {
  background-image: url(bilder/johanniterburghg.gif);
  background-repeat: no-repeat;
  width: 800px;
  height: 600px; 
  margin: auto;
  text-align: left;  
  margin-top: 25px;
}

/* Navigation links bzw. rechts */
#navi1 {
  float: left;
  width: 180px;
  height: 140px;
  margin-top: 10px;
}

#navi2 {
  width: auto;
  height: 140px;
  padding-top: 11px;
}

/* Navigation Link-Liste */
ul {
  list-style-type: none;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

a:link, a:visited {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #941914;
  text-decoration: none;
  font-weight: normal;
}

a:focus, a:hover, a:active {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}

a.herv {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}


/* Bereich für Fotos */
#fotobanner {
  width: 785px;
  height: 150px;
  margin-left: 6px;
}

/* gesondert Bereich für Foto bei Geschichte */
#zeitstrahl {
  background-image: url(bilder/zeitstrahl.jpg); 
  width: 785px;
  height: 150px;
  margin-left: 6px;
}

div.zahl1 {
  width: auto;
  height: 20px;
  padding-left: 100px;
  padding-right: 40px;
  padding-top: 37px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #000000;
  text-align: left;
  clear: left;
  float: left;
}

div.zahl2 {
  width: auto;
  height: 20px;
  padding-left: 140px;
  padding-right: 40px;
  padding-top: 37px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #000000;
  text-align: left;
  clear: left;
  float: left;
}

div.zahlen {
  width: auto;
  height: 20px;
  padding-left: 30px;
  padding-right: 40px;
  padding-top: 37px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #000000;
  text-align: left;
  float: left;
}

#zeitstrahl a:link, #zeitstrahl a:visited {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

#zeitstrahl a:focus, #zeitstrahl a:hover, #zeitstrahl a:active {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #941914;
  text-decoration: none;
  font-weight: bold;
}

#zeitstrahl a.herv {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #941914;
  text-decoration: none;
  font-weight: bold;
}

/* Bereich für Text */
#textfeld {
  width: 600px;
  height: 180px;
  margin-left: 100px;
  margin-top: 50px;
}

/* Bereich für Text im Rundgang */
#textfeldRG {
  width: 650px;
  height: 180px;
  margin-left: 100px;
  margin-top: 50px;
}

p {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #000000;
  text-align: justify;
}

p.rundgang:first-letter {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #941914;
  font-weight: bold;
}

p.kleiner {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  text-align: justify;
}

#textfeld a:link, #textfeld a:visited {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #941914;
  text-decoration: none;
  font-weight: normal;
}

#textfeld a:focus, #textfeld a:hover, #textfeld a:active {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #941914;
  text-decoration: none;
  font-weight: bold;
}

#textfeld img {
  float: right;
  margin-left: 15px;
}

#textfeldRG a:link, #textfeldRG a:visited {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #941914;
  text-decoration: none;
  font-weight: normal;
}

#textfeldRG a:focus, #textfeldRG a:hover, #textfeldRG a:active {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #941914;
  text-decoration: none;
  font-weight: bold;
}

#textfeldRG img {
  float: right;
  margin-left: 15px;
}

img.karte {
  margin-left: 40px;
}

img.link {
  border-color: #941914;
}
 
