/* -- Allgemeines -- */
body {
  background: url(../img/bg.gif) #ffffff;
  color: black;
  margin: 0;
  padding: 1%;
  min-width: 640px;
  font-size: 100.01%;
  font-family: Verdana, Arial, sans-serif;
}
a { color: #0B4D8C; text-decoration: underline; }
a:visited { color: #0B4D8C; }
.skip {
  position: absolute;
  margin-left: -999px;
  width: 990px;
}
a:hover {
  color: #6E000B;
  text-decoration: none;
}

h1 {
  font-size: 2.3em;
  font-weight: normal;
  line-height: 0.8em;
  padding: 0.6em 0 0.2em 2%;
  margin: 0;
  border-bottom: 1px dashed #E6E6FA;
}
h2, h3, h4 { font-weight: normal; }
h1, h2, h3, h4, h5, h6 {
  color: #6E000B;
  font-family: Arial, Verdana, sans-serif;
}

img {
  border: solid 1px #aaa;
  padding: 1px;
  max-width: 95%;
}
.noborder {
  border: 0px;
  padding: 0px;
  max-width: 95%; /* Gute Browser machen ein zu großes Bild, welches das Design sprengen würde, entsprechend kleiner. Funktioniert beim IE leider nicht. */
}
.noborderfright {
  border: 0px;
  padding: 0px;
  float: right;
  margin: 0 0 0.2em 1em;
  max-width: 95%; /* Gute Browser machen ein zu großes Bild, welches das Design sprengen würde, entsprechend kleiner. Funktioniert beim IE leider nicht. */
}
.fleft {
  float: left;
  margin: 0 1em 0.2em 0;
}
.fright {
  float: right;
  margin: 0 0 0.2em 1em;
  padding: 1px;
}


/* -- Layoutspezifisches -- */
#container {
  font-size: 0.8em;
  max-width: 70em;
  margin: auto;
  border: 1px solid #aaa;
  /* border-top: 0; */
  background: white;
}
#footer {
  clear: both;
  padding: 0 20px;
}

/* - Logo bzw. Kopf - */
#logo {
  background: url(../img/header.jpg) 0 0 no-repeat white;
  height: 127px;
  padding: 0 20px;
  text-align: right;
  line-height: 54px;
  font-size: 30px;
  overflow: hidden;
  letter-spacing: -3px;
  margin: 0;
}
#logo a {
  color: #A22537;
  text-decoration: none;
}
#logo a span {
  color: black;
  background: white;
  padding-right: 0.1em;
  font-weight: bold;
}

/* - Menü - */
#menu {
  background: #4D0008;
  padding: 5px 5%;
  margin: 0;
  text-align: right;
  color: #A22537;
}
#menu li {
  font-size: 1.2em;
  display: inline; /* Damit die Menüpunkte nebeneinander und nicht untereinander erscheinen. */
  list-style-type: none; /* Die Bullets vor den Menüpunkten abschalten. */
  border-left: 1px solid white; /* Optischer Trennungsstrich */
  padding: 0 10px 0 15px;
  font-weight: bold;
}
#menu li a {
  color: white;
  text-decoration: none;
}
#menu li a:hover {
  color: #A22537;
  text-decoration: none;
}

/* - Subnavigation, Rechte Spalte - */
#subnav {
  width: 19%;
  min-width: 10em;
  float: right;
  padding: 10px 1% 1em 1%;
  margin: 1em 1% 0 1%;
  border-left: 1px dotted #aaa;
  font-size: 0.9em;
}
#subnav dt {
  font-size: 1.2em;
  font-family: Verdana, Arial, sans-serif;
  padding: 0.5em;
  margin-top: 1em;
  border-top: 1px dotted #aaa;
}
#subnav dt2 {
  font-size: 1.2em;
  font-family: Verdana, Arial, sans-serif;
  padding: 0.5em;
  margin-top: 1em;
  border-top: 0px;
}
#subnav dd {
  padding: 0;
  margin: 0.2em 0;
}

/* - Der Hauptinhaltsteil - */
#main {
  background: #FFFFFF;
  padding: 0 31% 0 20px; /* Der rechte Abstand (31%) stellt sicher, dass auch nach dem Umfließen der Subnavigation der Text genau so breit wird wie oben und ein zwei-Spalten Eindruck entsteht. */
  line-height: 1.5em; /* Zur besseren Lesbarkeit Zeilenhöhe erhöhen. */
}