/* BENUTZTE FARBEN --------------------------------------------- */

/* white (e.g. content-background)          #ffffff    weiss     */
/* black (e.g. font)                        #000000    schwarz   */
/* grey (e.g. inner-containers)             #f0eeeb    grau      */
/* honiggelb                   				#cc9900   honiggelb  */
/* goldgelb  								#dca71f   golbgelb   */
/* red (e.g. hover-links)                   #b80000    rot       */
/* red2 (e.g. hover-links)                  #e4001a   rot2       */
/* red3 (e.g. hover-links)                   #2b0909    schwarzrot */
/* blue (e.g. links)                        #0000a3    blau      */
/* light blue (e.g. website-background)     #efefff    hellblau  */

/* ALLGEMEIN --------------------------------------------------- */

/* Seite generell */

body {
  background-color: #efefff;   /* Hintergrund: hellblau */
  color: #000000;              /* Textfarbe: schwarz */
  font-family: Verdana, Helvetica, Arial, sans-serif; /* Schriftart: Verdana bis sans-serif */
  font-size: 100.01%;          /* Schriftgroesse: ca. 100% */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-align: left;            /* Horizontale Ausrichtung: linksbuendig */
}

/* page-container including header-, main- and footer-container */
/* Seiten-Container mit Kopf-, Inhalts- und Fussbereich */
#top {
  background-color: #ffffff;   /* Hintergrund: weiss */
  line-height: 1.5em;          /* Zeilenhohe: 1.5fach */
  margin: auto;                /* Aussenabstand: automatisch */
  padding: 0;                  /* Innenabstand: keiner */
  max-width: 65em;             /* Maximalbreite: 65em */
}

/* link general */
/* Verweis allgemein */
a:link {
  background-color: #ffffff;   /* Hintergrund: weiss */
  color: #000000;              /* Textfarbe: schwarz */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-decoration: none;       /* Textdekoration: keine */
}

/* visited link */
/* Bereits besuchter Verweis */
a:visited {
  background-color: #ffffff;   /* Hintergrund: weiss */
  color: #000000;              /* Textfarbe: schwarz */
  /*font-style: italic;           Schriftstil: kursiv */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-decoration: none;       /* Textdekoration: keine */
}

/* link on mouse-over */
/* Verweis bei Mouse-over */
a:hover {
  background-color: #ffffff;   /* Hintergrund: weiss */
  color: #2B0909;              /* Textfarbe: schwarzrot */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-decoration: underline;  /* Textdekoration: unterstrichen */
}

/* active or focused link */
/* Aktiver Verweis oder Verweis mit Fokus */
a:active,
a:focus {
  background-color: #ffffff;   /* Hintergrund: weiss */
  color: #000000;              /* Textfarbe: schwarz */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-decoration: underline;  /* Textdekoration: unterstrichen */
}

/* Skip-Navigation ('hidden' skip-anchors) */
/* Skip-Navigation ('unsichtbare' Sprungmarken) */
ol#skip {
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
}

ol#skip li {
  display: inline;             /* Anzeigeart: Inline, Element erzeugt keine neue Zeile */
  list-style: none;            /* Listendarstellung: keine */
}

ol#skip a:link,
ol#skip a:visited,
ol#skip a:hover {
  left: -400em;                /* Positionierung: links ausserhalb des Anzeige-Bereiches */
  position: absolute;          /* Positionierung: absolut */
}

ol#skip a:active,
ol#skip a:focus {
  left: 0;                     /* Positionierung: links oben */
  text-align: center;          /* Horizontale Ausrichtung: zentriert */
  width: 20em;                 /* Breite: 20em */
}

/* vertical navigation-list */
/* Liste fuer vertikale Navigationsleiste */
ol#vertical {
  background-color: #ffffff;   /* Hintergrund: weiss */
  color: #000000;              /* Textfarbe: schwarz */
  list-style: none;            /* Listendarstellung: keiner */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
}

/* item in the vertical navigation-list */
/* Einzelne Listenpunkte in der vertikalen Navigationsleiste */
ol#vertical li {
/* = Hintergrund der Navigationsleiste */
  background-color: #ffffff;/* Hintergrund: weiss */
  color: #000000;           /* Textfarbe: schwarz */
  letter-spacing: .1em;     /* Zeichenabstand: 0.1em */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0 0 .5em .5em;      /* Innenabstand: oben/rechts keiner, unten/links 0.5em */
}

/* active item in the vertical navigation-list */
ol#vertical li strong.activated {
/* = Hintergrund des ausgewählten Navigationspunktes */
  background-color: #dca71f;   /* Hintergrund: goldgelb */
  border: 1px solid #000000;   /* Rahmen alle Seiten: 1px, durchgezogen, schwarz */
  color: #000000;              /* Textfarbe: schwarz */
  display: block;              /* Anzeigeart: Block, Element erzeugt neue Zeile */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: .5em;               /* Innenabstand: 0.5em */
}

/* link general in navigation-lists */
/* Verweis allgemein in Navigationsleisten */
ol#vertical li a:link {
/* = Hintergrund von allen nicht ausgewählten Navigationspunkten */
  background-color: #ffffff;   /* Hintergrund: weiss*/
  border: 1px solid #000000;   /* Rahmen alle Seiten: 1px, durchgezogen, schwarz */
  color: #000000;              /* Textfarbe: schwarz */
  display: block;              /* Anzeigeart: Block, Element erzeugt neue Zeile */
  font-weight: bold;           /* Schriftgewicht: fett */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: .5em;               /* Innenabstand: 0.5em */
  text-decoration: none;       /* Textdekoration: keine */
}

/* visited link in navigation-lists */
/* Bereits besuchter Verweis in Navigationsleisten */
ol#vertical li a:visited {
  background-color: #efefff;   /* Hintergrund: hellblau */
  border: 1px solid #000000;   /* Rahmen alle Seiten: 1px, durchgezogen, schwarz */
  color: #000000;              /* Textfarbe: schwarz */
  display: block;              /* Anzeigeart: Block, Element erzeugt neue Zeile */
  /* font-style: italic;          Schriftstil: kursiv */
  font-weight: bold;           /* Schriftgewicht: fett */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: .5em;               /* Innenabstand: 0.5em */
  text-decoration: none;       /* Textdekoration: keine */
}

/* link on mouse-over in navigation-lists */
/* Verweis bei Mouse-over in Navigationsleisten */
ol#vertical li a:hover {
  background-color: #ffffff;   /* Hintergrund: weiss */
  border: 1px solid #2B0909;   /* Rahmen alle Seiten: 1px, durchgezogen, schwarzrot */
  color: #2B0909;              /* Textfarbe: schwarzrot */
  display: block;              /* Anzeigeart: Block, Element erzeugt neue Zeile */
  font-weight: bold;           /* Schriftgewicht: fett */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: .5em;               /* Innenabstand: 0.5em */
  text-decoration: underline;  /* Textdekoration: unterstrichen */
}

/* active or focused link in navigation-lists */
/* Aktiver Verweis und Verweis mit Fokus in Navigationsleisten */
ol#vertical li a:active,
ol#vertical li a:focus {
  background-color: #ffffff;   /* Hintergrund: weiss */
  border: 1px solid #000000;   /* Rahmen alle Seiten: 1px, durchgezogen, schwarz */
  color: #000000;              /* Textfarbe: schwarz */
  display: block;              /* Anzeigeart: Block, Element erzeugt neue Zeile */
  font-weight: bold;           /* Schriftgewicht: fett */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: .5em;               /* Innenabstand: 0.5em */
  text-decoration: none;  /* Textdekoration: unterstrichen */
}

/* inner-container */
/* Allgemeiner Container */
div.container p {
  background-color: #ffffff;   /* Hintergrund: weiss */
  border: 0px dotted #000000;  /* Rahmen alle Seiten: 0px, gepunktet, schwarz */
  color: #000000;              /* Textfarbe: schwarz */
  margin: 0 .5em;              /* Aussenabstand: oben/unten keiner, rechts/links 0.5em */
  padding: .5em;               /* Innenabstand: 0.5em */
}

/* uppercase word */
/* Text in Grossbuchstaben */
.grossbuchstaben {
  text-transform: uppercase;   /* Text in Grossbuchstaben */
}

/* copyright notice */
/* Urheber-Hinweis */
.copyright {
  border-top: 1px solid #000000;   /* Rahmen oben: 1px, durchgezogen, schwarz */
  clear: both;                 /* Fortsetzung bei Textumfluss: unterhalb */
  float: none;                 /* Textumfluss: keiner */
  font-size: .85em;            /* Schriftgroesse: 85% des Elternelementes */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-align: center;          /* Horizontale Ausrichtung: zentriert */
}

/* HEADER ------------------------------------------------------ */

/* Header-Container */
/* Kopfbereich */
#header {
  background-color: #ffffff;   /* Hintergrund: weiss */
  clear: both;                 /* Fortsetzung bei Textumfluss: unterhalb */
  color: #000000;              /* Textfarbe: schwarz */
  float: none;                 /* Textumfluss: keiner */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  width: 100%;                 /* Breite: 100% */
}

/* Left Header-Container */
/* Container links ausgerichtet im Kopfbereich */
#header_left {
  background-color: #ffffff;   /* Hintergrund: weiss */
  color: #000000;              /* Textfarbe: schwarz */
  float: left;                 /* Textumfluss: Container links ausrichten */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: .5em 0;             /* Innenabstand: oben/unten 0.5em, rechts/links keiner */
  width: 99%;                  /* Breite: 99% */
}

/* MAIN -------------------------------------------------------- */

/* Main-Container */
/* Inhaltsbereich */
#main {
  background-color: #ffffff;   /* Hintergrund: weiss */
  border-top: 1px solid #1F1D1A;   /* Rahmen oben: 1px, durchgezogen, dunkelgrau */
  clear: both;                 /* Fortsetzung bei Textumfluss: unterhalb */
  color: #000000;              /* Textfarbe: schwarz */
  float: none;                 /* Textumfluss: keiner */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  width: 100%;                 /* Breite: 100% */
}

/* Left Main-Container */
/* Container links im Inhaltsbereich */
#navigation {
  background-color: #ffffff;   /* Hintergrund: weiss */
  color: #000000;              /* Textfarbe: schwarz */
  float: left;                 /* Textumfluss: Container links ausrichten */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: .5em 0;             /* Innenabstand: oben/unten 0.5em, rechts/links keiner */
  width: 25%;                  /* Breite: 25% */
}

/* Right Main-Container */
/* Container rechts im Inhaltsbereich */
#content {
  background-color: #ffffff;   /* Hintergrund: weiss */
  color: #000000;              /* Textfarbe: schwarz */
  float: right;                /* Textumfluss: Container rechts ausrichten */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: .5em 0;             /* Innenabstand: oben/unten 0.5em, rechts/links keiner */
  width: 74%;                  /* Breite: 74% */
}

/* heading level 1 */
/* Ueberschrift Ebene 1 */
#content h1 {
  border: 1px solid #000000;   /* Rahmen alle Seiten: 1px, durchgezogen, schwarz */
  font-size: 1.4em;            /* Schriftgroesse: 1.4em */
  font-weight: bold;           /* Schriftgewicht: fett */
  line-height: 1.5em;          /* Zeilenhohe: 1.5fach */
  margin: 0 .3em;              /* Aussenabstand: oben/unten keiner, rechts/links 0.3em */
  padding: .2em .3em;          /* Innenabstand: oben/unten 0.2em, rechts/links 0.3em */
}

/* heading level 2 */
/* Ueberschrift Ebene 2 */
#content h2 {
  border-bottom: 1px solid #000000;   /* Rahmen unten: 1px, durchgezogen, schwarz */
  font-size: 1.2em;            /* Schriftgroesse: 1.2em */
  font-weight: bold;           /* Schriftgewicht: fett */
  line-height: 1.3em;          /* Zeilenhohe: 1.3fach */
  margin: .4em .4em 0 .4em;    /* Aussenabstand: oben/rechts/links 0.4em, unten keiner */
  padding: 0;                  /* Innenabstand: keiner */
}

/* paragraph */
/* Absatz */
#content p {
  margin: 0;                   /* Aussenabstand: keiner */
  padding: .5em;               /* Innenabstand: 0.5em */
}

/* paragraph linking to the top of the site */
/* Absatz mit Sprungmarke zum Seitenanfang */
#content p.up {
  border-top: 1px dashed #000000;   /* Rahmen oben: 1px, gestrichelt, schwarz */
  font-size: .85em;            /* Schriftgroesse: 85% des Elternelementes */
  line-height: 1.3em;          /* Zeilenhohe: 1.3fach */
  margin: 0 .5em;              /* Aussenabstand: oben/unten keiner, rechts/links 0.5em */
  padding: 0;                  /* Innenabstand: keiner */
  text-align: right;           /* Horizontale Ausrichtung: rechts */
}

/* FOOTER ------------------------------------------------------ */

/* Footer-Container */
/* Fussbereich */
#footer {
  background-color: #ffffff;    /* Hintergrund: weiss */
  border-top: 1px solid #1F1D1A;   /* Rahmen oben: 1px, durchgezogen, dunkelgrau */
  clear: both;                 /* Fortsetzung bei Textumfluss: unterhalb */
  color: #000000;              /* Textfarbe: schwarz */
  float: none;                 /* Textumfluss: keiner */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  width: 100%;                 /* Breite: 100% */
}

/* Left Footer-Container */
/* Container links im Fussbereich */
#footer_left {
  background-color: #ffffff;    /* Hintergrund: weiss */
  color: #000000;              /* Textfarbe: schwarz */
  float: left;                 /* Textumfluss: Container links ausrichten */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: .5em 0em;             /* Innenabstand: oben/unten 0.5em, rechts/links keiner */
  width: 25%;                  /* Breite: 25% */
}

/* Right Footer-Container */
/* Container rechts im Fussbereich */
#footer_content {
  background-color: #ffffff;    /* Hintergrund: weiss */
  color: #000000;              /* Textfarbe: schwarz */
  float: right;                /* Textumfluss: Container rechts ausrichten */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: .5em 0em;             /* Innenabstand: oben/unten 0.5em, rechts/links keiner */
  width: 75%;                  /* Breite: 75% */
}
