/* Standard-CSS-Datei zu www.steinkuehler-arbeitsrecht.de */
/* Version: 2009-06-19 */

/* USED COLORS ------------------------------------------------- */
/* BENUTZTE FARBEN --------------------------------------------- */

/* white (e.g. content-background)         #FFFFFF    weiss      */
/* black (e.g. font)                       #000000    schwarz    */
/* light grey (e.g. background)            #EDEDED    hellgrau   */
/* middle grey (e.g. eyecatcher)           #B1B3B4    mittelgrau */
/* dark grey (e.g. hover-links)            #87888A    dunkelgrau */
/* dark grey (e.g. h2)                     #4F4F4F    dunkelgrau 2*/
/* brown (e.g. links)                      #A3291E    braun      */

/* GENERAL ----------------------------------------------------- */
/* ALLGEMEIN --------------------------------------------------- */

/* page general */
/* Seite generell */
body {
  background-color: #EDEDED;   /* Hintergrund: hellgrau */
  color: #000000;              /* Textfarbe: schwarz */
  font-family: Arial, Verdana, Helvetica, sans-serif; /* Schriftart: Arial bis sans-serif */
  font-size: 100.01%;          /* Schriftgroesse: ca. 100% */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-align: left;            /* Horizontale Ausrichtung: links */
}

/* page-container including header-, main- and footer-container */
/* Seiten-Container mit Kopf-, Inhalts- und Fussbereich */
#top {
  background-color: #EDEDED;   /* Hintergrund: hellgrau */
  color: #000000;              /* Textfarbe: schwarz */
  font-size: 1em;              /* Schriftgroesse: ca. 100% */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
}

/* link general */
/* Verweis allgemein */
a:link {
  background-color: #FFFFFF;   /* Hintergrund: weiss */
  color: #A3291E;              /* Textfarbe: braun */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-decoration: underline;  /* Textdekoration: unterstrichen */
}

/* visited link */
/* Bereits besuchter Verweis */
a:visited {
  background-color: #FFFFFF;   /* Hintergrund: weiss */
  color: #A3291E;              /* Textfarbe: braun */
  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: #87888A;              /* Textfarbe: dunkelgrau */
  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: #A3291E;   /* Hintergrund: braun */
  color: #FFFFFF;              /* Textfarbe: weiss */
  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 */
}

/* HEADER ------------------------------------------------------ */

/* Header-Container */
/* Kopfbereich */
#header {
  background-color: #FFFFFF;   /* Hintergrund: weiss */
  clear: both;                 /* Fortsetzung bei Textumfluss: unterhalb */
  color: #000000;              /* Textfarbe: schwarz */
  float: left;                 /* Textumfluss: fuer IE muss hier 'links' hin */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  width: 100%;                 /* Breite: 100% */
}

#headerwidth {
  clear: both;                 /* Fortsetzung bei Textumfluss: unterhalb */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  max-width: 65em;             /* Maximale Breite: 65em */
}

/* Header-Container with logo */
/* Container mit Logo im Kopfbereich */
#logo {
  background-color: #FFFFFF;   /* Hintergrund: weiss */
  color: #000000;              /* Textfarbe: schwarz */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-align: left;            /* Horizontale Ausrichtung: rechts */
  width: 100%;                  /* Maximale Breite: 100% */
}

#logo img {
  border: 0;                   /* Rahmen: keiner */
}

/* Header-Container with top-navigation */
/* Container mit Navigation im Kopfbereich */
#topnavi {
  background-color: #FFFFFF;   /* Hintergrund: weiss */
  clear: both;                 /* Fortsetzung bei Textumfluss: unterhalb */
  color: #000000;              /* Textfarbe: schwarz */
  float: none;                 /* Textumfluss: keiner */
  font-family: Times, 'Times New Roman', serif; /* Schriftart: Times bis serif */
  font-size: 1.8em;            /* Schriftgroesse: 1.7em */
  font-weight: normal;         /* Schriftgewicht: normal */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0% 3% 0% 0%;      /* Innenabstand: oben/links keiner, rechts 3%, unten .2em */
  text-align: right;           /* Horizontale Ausrichtung: rechts */
  width: 97%;                 /* Breite: 100% */
}

#topnavi ol {
  list-style: none;            /* Listendarstellung: keine */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0 0 .2em 0;         /* Innenabstand: unten 0.2em, Rest keiner */
}

#topnavi ol li {
  display: inline;             /* Anzeigeart: Inline, Element erzeugt keine neue Zeile */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0 0 0 .5em;         /* Innenabstand: links .5em, Rest keiner */
}

#topnavi ol li a:link,
#topnavi ol li a:visited {
  text-decoration: none;       /* Textdekoration: keine */
}

#topnavi ol li a:hover,
#topnavi ol li a:active,
#topnavi ol li a:focus {
  text-decoration: underline;  /* Textdekoration: keine */
}

#topnavi ol li strong {
  background-color: #FFFFFF;   /* Hintergrund: weiss */
  color: #87888A;              /* Textfarbe: dunkelgrau */
  font-weight: normal;         /* Schriftgewicht: normal */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
}

/* MAIN -------------------------------------------------------- */

/* Main-Container */
/* Inhaltsbereich */
#main {
  background: #EDEDED url(/stream/images/layout/bg.png) repeat-x top left; /* Hintergrund: hellgrau mit Bild weiss-grau */
  clear: both;                 /* Fortsetzung bei Textumfluss: unterhalb */
  color: #000000;              /* Textfarbe: schwarz */
  float: left;                 /* Textumfluss: links fuer IE */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  width: 100%;                 /* Breite: 100% */
}

#mainwidth {
  clear: both;                 /* Fortsetzung bei Textumfluss: unterhalb */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  max-width: 65em;             /* Maximale Breite: 65em */
}

/* Left Main-Container */
/* Container links im Inhaltsbereich */
#navigation {
  display: inline;             /* Anzeigeart: Inline, Element erzeugt keine neue Zeile */
  float: left;                 /* Textumfluss: Container links ausrichten */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 4.5em 0 0 0;        /* Innenabstand: oben 4.5em, Rest keiner */
  text-align: right;           /* Horizontale Ausrichtung: rechts */
  width: 27%;                  /* Breite: 27% */
}

/* vertical navigation-list */
/* Liste fuer vertikale Navigationsleiste */
#navigation ol#vertical {
  background-color: #EDEDED;   /* Hintergrund: hellgrau */
  color: #000000;              /* Textfarbe: schwarz */
  font-size: 1em;              /* Schriftgroesse: 1em */
  font-weight: bold;           /* Schriftgewicht: fett */
  line-height: 1.5em;          /* Zeilenhoehe: 1.5fach */
  list-style: none;            /* Listendarstellung: keiner */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0 0 1em 0;          /* Innenabstand: unten 1em, Rest keiner */
}

/* item in the vertical navigation-list */
/* Einzelne Listenpunkte in der vertikalen Navigationsleiste */
#navigation ol#vertical li {
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0 2em 0 0;          /* Innenabstand: rechts 2em, Rest keiner */
  text-align: right;           /* Horizontale Ausrichtung: rechts */
}

/* Abstaende nur zwischen Bereichen, innerhalb (alter=alternativ) keiner */
#navigation ol#vertical li.alt {
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 1em 2em 0 0;        /* Innenabstand: oben 1em, rechts 2em, Rest keiner */
}

/* active item in the vertical navigation-list */
/* Aktiver Listenpunkt in der vertikalen Navigationsleiste */
#navigation strong {
  background-color: #EDEDED;   /* Hintergrund: hellgrau */
  color: #87888A;              /* Textfarbe: dunkelgrau */
  display: block;              /* Anzeigeart: Block, Element erzeugt neue Zeile */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
}

/* link general in navigation-lists */
/* Verweis allgemein in Navigationsleisten */
#navigation a:link,
#navigation a:visited {
  background-color: #EDEDED;   /* Hintergrund: hellgrau */
  color: #A3291E;              /* Textfarbe: braun */
  display: block;              /* Anzeigeart: Block, Element erzeugt neue Zeile */
  font-weight: bold;           /* Schriftgewicht: fett */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-decoration: none;       /* Textdekoration: keine */
}

/* link on mouse-over in navigation-lists */
/* Verweis bei Mouse-over in Navigationsleisten */
#navigation a:hover {
  background-color: #EDEDED;   /* Hintergrund: hellgrau */
  color: #87888A;              /* Textfarbe: dunkelgrau */
  display: block;              /* Anzeigeart: Block, Element erzeugt neue Zeile */
  font-weight: bold;           /* Schriftgewicht: fett */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-decoration: underline;  /* Textdekoration: unterstrichen */
}

/* active or focused link in navigation-lists */
/* Aktiver Verweis und Verweis mit Fokus in Navigationsleisten */
#navigation a:active,
#navigation a:focus {
  background-color: #EDEDED;   /* Hintergrund: hellgrau */
  color: #87888A;              /* Textfarbe: dunkelgrau */
  display: block;              /* Anzeigeart: Block, Element erzeugt neue Zeile */
  font-weight: bold;           /* Schriftgewicht: fett */
  margin: 0;                   /* Aussenabstand: keiner */
  outline: none;               /* Rahmen bei Tastataturnutzung ausblenden */
  padding: 0;                  /* Innenabstand: keiner */
  text-decoration: underline;  /* Textdekoration: unterstrichen */
}

#navigation a:link.aktiv,
#navigation a:visited.aktiv {
  background-color: #EDEDED;   /* Hintergrund: hellgrau */
  color: #87888A;              /* Textfarbe: dunkelgrau */
  display: block;              /* Anzeigeart: Block, Element erzeugt neue Zeile */
  font-weight: bold;           /* Schriftgewicht: fett */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-decoration: none;       /* Textdekoration: keine */
}

#navigation a:hover.aktiv {
  background-color: #EDEDED;   /* Hintergrund: hellgrau */
  color: #87888A;              /* Textfarbe: dunkelgrau */
  display: block;              /* Anzeigeart: Block, Element erzeugt neue Zeile */
  font-weight: bold;           /* Schriftgewicht: fett */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-decoration: underline;  /* Textdekoration: unterstrichen */
}

#navigation a:active.aktiv,
#navigation a:focus.aktiv {
  background-color: #87888A;   /* Hintergrund: dunkelgrau */
  color: #EDEDED;              /* Textfarbe: hellgrau */
  display: block;              /* Anzeigeart: Block, Element erzeugt neue Zeile */
  font-weight: bold;           /* Schriftgewicht: fett */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-decoration: underline;  /* Textdekoration: unterstrichen */
}

ul#languages {
  background-color: #EDEDED;   /* Hintergrund: hellgrau */
  color: #000000;              /* Textfarbe: schwarz */
  list-style: none;            /* Listendarstellung: keiner */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0 2em 0 0;          /* Innenabstand: rechts 2em, Rest keiner */
  text-align: right;           /* Horizontale Ausrichtung: rechts */
}

ul#languages li {
  background-color: #EDEDED;   /* Hintergrund: hellgrau */
  color: #000000;              /* Textfarbe: schwarz */
  display: inline;             /* Anzeigeart: Inline, Element erzeugt keine neue Zeile */
  font-size: 1em;              /* Schriftgroesse: 1em */
  font-weight: bold;           /* Schriftgewicht: fett */
  line-height: 1.5em;          /* Zeilenhoehe: 1.5fach */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;         /* Innenabstand: links .5em, Rest keiner */
	height: 19px;
}

#navigation ul#languages li.de a:link,
#navigation ul#languages li.de a:visited {
  background: #EDEDED url(/stream/images/layout/de-sw.gif) no-repeat top left; /* Hintergrund: hellgrau mit Flagge DE */
  color: #A3291E;              /* Textfarbe: braun */
  display: inline;             /* Anzeigeart: Inline, Element erzeugt keine neue Zeile */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-decoration: none;       /* Textdekoration: keine */
}

#navigation ul#languages li.de a:hover,
#navigation ul#languages li.de a:active,
#navigation ul#languages li.de a:focus {
  background: #EDEDED url(/stream/images/layout/de-color.gif) no-repeat top left; /* Hintergrund: hellgrau mit farbiger Flagge DE */
  color: #A3291E;              /* Textfarbe: hellgrau */
  display: inline;             /* Anzeigeart: Inline, Element erzeugt keine neue Zeile */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-decoration: none;       /* Textdekoration: keine */
}

#navigation ul#languages li.de span {
  background: #EDEDED url(/stream/images/layout/de-active.gif) no-repeat top left; /* Hintergrund: hellgrau mit Flagge DE */
  color: #A3291E;              /* Textfarbe: braun */
  display: inline;             /* Anzeigeart: Inline, Element erzeugt keine neue Zeile */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-decoration: none;       /* Textdekoration: keine */
}

#navigation ul#languages li.en a:link,
#navigation ul#languages li.en a:visited {
  background: #EDEDED url(/stream/images/layout/en-sw.gif) no-repeat top left; /* Hintergrund: hellgrau mit Flagge EN */
  color: #A3291E;              /* Textfarbe: braun */
  display: inline;             /* Anzeigeart: Inline, Element erzeugt keine neue Zeile */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-decoration: none;       /* Textdekoration: keine */
}

#navigation ul#languages li.en a:hover,
#navigation ul#languages li.en a:active,
#navigation ul#languages li.en a:focus {
  background: #EDEDED url(/stream/images/layout/en-color.gif) no-repeat top left; /* Hintergrund: hellgrau mit farbiger Flagge EN */
  color: #A3291E;              /* Textfarbe: hellgrau */
  display: inline;             /* Anzeigeart: Inline, Element erzeugt keine neue Zeile */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-decoration: none;       /* Textdekoration: keine */
}

#navigation ul#languages li.en span {
  background: #EDEDED url(/stream/images/layout/en-active.gif) no-repeat top left; /* Hintergrund: hellgrau mit Flagge EN */
  color: #A3291E;              /* Textfarbe: braun */
  display: inline;             /* Anzeigeart: Inline, Element erzeugt keine neue Zeile */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-decoration: none;       /* Textdekoration: keine */
}

#navigation ul#languages li.fr a:link,
#navigation ul#languages li.fr a:visited {
  background: #EDEDED url(/stream/images/layout/fr-sw.gif) no-repeat top left; /* Hintergrund: hellgrau mit Flagge FR */
  color: #A3291E;              /* Textfarbe: braun */
  display: inline;             /* Anzeigeart: Inline, Element erzeugt keine neue Zeile */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-decoration: none;       /* Textdekoration: keine */
}

#navigation ul#languages li.fr a:hover,
#navigation ul#languages li.fr a:active,
#navigation ul#languages li.fr a:focus {
  background: #EDEDED url(/stream/images/layout/fr-color.gif) no-repeat top left; /* Hintergrund: hellgrau mit farbiger Flagge FR */
  color: #A3291E;              /* Textfarbe: hellgrau */
  display: inline;             /* Anzeigeart: Inline, Element erzeugt keine neue Zeile */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-decoration: none;       /* Textdekoration: keine */
}

#navigation ul#languages li.fr span {
  background: #EDEDED url(/stream/images/layout/fr-active.gif) no-repeat top left; /* Hintergrund: hellgrau mit Flagge FR */
  color: #A3291E;              /* Textfarbe: braun */
  display: inline;             /* Anzeigeart: Inline, Element erzeugt keine neue Zeile */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-decoration: none;       /* Textdekoration: keine */
}

#navigation ul#languages li img {
  border: 0;                   /* Rahmen: keiner */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  display: inline;             /* Anzeigeart: Inline, Element erzeugt keine neue Zeile */
}

/* Right Main-Container */
/* Container rechts im Inhaltsbereich */
#content {
  background-color: #FFFFFF;   /* Hintergrund: weiss */
  border: 1px solid #A3291E;   /* Rahmen alle Seiten: 1px, durchgezogen, braun */
  color: #000000;              /* Textfarbe: schwarz */
  display: inline;             /* Anzeigeart: Inline, Element erzeugt keine neue Zeile */
  float: right;                /* Textumfluss: Container rechts ausrichten */
  margin: 0% 3% 0% 0%;         /* Aussenabstand: rechts 3% fuer grauen Rahmen, Rest keiner */
  min-height: 29em;            /* Mindesthoehe: 29em fuer 'Kastenlayout' */
  padding: 3% 3% 0 3%;         /* Innenabstand: unten keiner, Rest 3% */
  width: 63%;                  /* Breite: 63% */
}

/* heading level 1 */
/* Ueberschrift Ebene 1 */
#content h1 {
  background-color: #FFFFFF;   /* Hintergrund: weiss */
  color: #87888A;              /* Textfarbe: dunkelgrau */
  font-size: 1.5em;            /* Schriftgroesse: 1.5em */
  font-weight: bold;           /* Schriftgewicht: fett */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
}

#content h1.kw {
  margin: 0 0 0.3em 0;
  font-size: 1.25em;
  font-weight: normal;
}

#content h1.homepage {
  visibility: hidden;          /* Sichtbarkeit: versteckt */
}

/* heading level 2 */
/* Ueberschrift Ebene 2 */
#content h2 {
  background-color: #FFFFFF;   /* Hintergrund: weiss */
  color: #4F4F4F;              /* Textfarbe: dunkelgrau */
  font-size: 1em;              /* Schriftgroesse: 1em */
  font-weight: bold;           /* Schriftgewicht: fett */
  line-height: 1em;            /* Zeilenhoehe: 1fach */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: .5em 0 0 0;                  /* Innenabstand: keiner */
}

/* paragraph */
/* Absatz */
#content p {
  font-size: .9em;             /* Schriftgroesse: 0.9em */
  line-height: 1.6em;          /* Zeilenhoehe: 1.6fach */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: .5em 0;             /* Innenabstand: oben/unten 0.5em, rechts/links keiner */
}

/* paragraph */
/* Absatz auf Startseite */
#content p.homepage {
  font-size: 1em;              /* Schriftgroesse: 1em */
  line-height: 1.6em;          /* Zeilenhoehe: 1.6fach */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: .5em 0;             /* Innenabstand: oben/unten 0.5em, rechts/links keiner */
}

/* Brotkrumenpfad im Content-Bereich */
#content p.pfad {
  clear: both;

  font-size: .8em;             /* Schriftgroesse: 0.8em */
  line-height: .8em;           /* Zeilenhoehe: 1fach */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0 0 1em 0;          /* Innenabstand: unten 1em, Rest keiner */
}

#content div.pfad {
	margin: 2px 0 0 0;
  font-size: .8em;             /* Schriftgroesse: 0.8em */
  line-height: .8em;           /* Zeilenhoehe: 1fach */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0 0 1em 0;          /* Innenabstand: unten 1em, Rest keiner */
}

/* Brotkrumenpfad am Ende des Inhaltes */
#content p + p.pfad {
  padding: 1em 0;              /* Innenabstand: oben/unten 1em, rechts/links keiner */
}

/* Liste allgemein */
#content ul {
  background-color: #FFFFFF;   /* Hintergrund: weiss */
  color: #000000;              /* Textfarbe: schwarz */
  font-size: .9em;             /* Schriftgroesse: 0.9em */
  line-height: 1.6em;          /* Zeilenhoehe: 1.6fach */
  list-style: url(/stream/images/layout/list-item.gif) square; /* Listenpunkt: Quadrat */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: .5em 0 .5em 1.4em;  /* Innenabstand: oben/unten 0.5em, rechts keiner, links 1.4em */
}

/* Verweise im Inhaltsverzeichnis nicht unterstrichen */
#content ul#sitemap a:link,
#content ul#sitemap a:visited {
  text-decoration: none;       /* Textdekoration: keine */
}

#content ul#sitemap a:hover,
#content ul#sitemap a:active,
#content ul#sitemap a:focus {
  text-decoration: underline;  /* Textdekoration: unterstrichen */
}

#content ul ul {
  font-size: 1em;              /* Schriftgroesse: 1em */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0 0 0 1.4em ;          /* Innenabstand: oben 1em, Rest keiner */
}

#content ul li.alt {
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 1em 0 0 0;          /* Innenabstand: oben 1em, Rest keiner */
}

/* Nummerierte Liste im Inhalts-Container */
#content ol {
  font-size: .9em;             /* Schriftgroesse: 0.9em */
  line-height: 1.6em;           /* Zeilenhoehe: 1.6fach */
  list-style-type: none;        /* Listendarstellung: keine */
  margin: 0;                    /* Aussenabstand: keiner */
  padding: .5em 0 .5em 1.8em;   /* Innenabstand: oben/unten 0.5em, rechts keiner, links 1.8em */
}

#content kbd {
  font-family: Arial, Verdana, Helvetica, sans-serif; /* Schriftart: Arial bis sans-serif */
}

/* Abkuerzungen und Akronyme */
abbr, acronym {
  border: none;                 /* Rahmen: keiner */
  cursor: help;                 /* Cursor: Fragezeichen */
  font-variant: normal;         /* Zeichenart: normal */
  font-style: normal;           /* Schriftstil: normal */
  text-transform: none;         /* Texttransformation: keine */
}

/* Hervorgehobene Worte im Fliesstext */
#content strong {
  font-weight: bold;            /* Schriftgewicht: fett */
}

#content p.hervor {
  background-color: #FFFFFF;   /* Hintergrund: weiss */
  color: #B1B3B4;              /* Textfarbe: mittelgrau */
  font-family: Times, 'Times New Roman', serif; /* Schriftart: Times bis serif */
  font-size: 2.3em;            /* Schriftgroesse: 2.3em */
  line-height: 1.2em;          /* Zeilenhoehe: 1.2fach */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: .5em 0;             /* Innenabstand: oben/unten 0.5em, rechts/links keiner */
}

/* paragraph linking to the top of the site */
/* Absatz mit Sprungmarke zum Seitenanfang */
#content div.up {
  border-top: 1px solid #A3291E; /* Rahmen oben: 1px, gestrichelt, schwarz */
  clear: both;                 /* Fortsetzung bei Textumfluss: unterhalb */
  font-size: .8em;             /* Schriftgroesse: 0.8em */
  line-height: 1.2em;           /* Zeilenhoehe: 1.2em */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: .2em 0 .8em 0;      /* Innenabstand: oben 0.2em, unten 0.8em, Rest keiner */
  text-align: right;           /* Horizontale Ausrichtung: rechts */
  text-align: left;
}

#content div.up a.tl {
	float: right;
}

/* Unternavigation im Content-Bereich (Teamseiten) */
ol#toc {
  font-size: .8em;             /* Schriftgroesse: 0.8em */
  line-height: .8em;           /* Zeilenhoehe: 1fach */
  list-style: none;            /* Listendarstellung: keiner */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0 0 1em 0;          /* Innenabstand: unten 1em, Rest keiner */
}

ol#toc li {
  border-right: 1px solid #A3291E; /* Rahmen rechts: 1px, durchgezogen, braun */
  display: inline;             /* Anzeigeart: Inline, Element erzeugt keine neue Zeile */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0 .5em;             /* Innenabstand: oben/unten keiner rechts/links 0.5em */
}

ol#toc strong {
  color: #87888A;              /* Textfarbe: dunkelgrau */
  font-weight: normal;         /* Schriftgewicht: normal */
}

/* Letzter Listenpunkt */
ol#toc li.alt {
  border-right: 0;             /* Rahmen rechts: keiner */
  padding: 0 0 0 .5em;         /* Innenabstand: links 0.5em, Rest keiner */
}

/* Erster Listenpunkt */
ol#toc li.first {
  padding: 0 .5em 0 0;         /* Innenabstand: rechts 0.5em, Rest keiner */
}

/* Text-Container auf Teamseiten */
div#teamtext {
  float: left;                 /* Textumfluss: links */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  width: 60%;                  /* Breite: 60% */
}

/* Foto-Container auf Teamseiten */
div#teamfoto {
  font-size: .9em;             /* Schriftgroesse: 0.9em */
  line-height: 1.6em;          /* Zeilenhoehe: 1.6fach */
  float: right;                /* Textumfluss: rechts */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: .8em 0 1em 0;       /* Innenabstand: oben 0.5em, unten 1em, Rest keiner */
  text-align: right;           /* Horizontale Ausrichtung: rechts */
  width: 40%;                  /* Breite: 40% */
}

/* Text-Container auf Kontaktseiten */
div#kontakttext {
  float: left;                 /* Textumfluss: links */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  width: 40%;                  /* Breite: 40% */
}

/* Foto-Container auf Kontaktseiten */
div#kontaktfoto {
  float: right;                /* Textumfluss: rechts */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0 0 1em 0;          /* Innenabstand: unten 1em, Rest keiner */
  text-align: right;           /* Horizontale Ausrichtung: rechts */
  width: 60%;                  /* Breite: 60% */
}

/* FOOTER ------------------------------------------------------ */

/* copyright notice */
/* Urheber-Hinweis */
.copyright {
  background-color: #EDEDED;   /* Hintergrund: hellgrau */
  clear: both;                 /* Fortsetzung bei Textumfluss: unterhalb */
  color: #87888A;              /* Textfarbe: dunkelgrau */
  float: none;                 /* Textumfluss: keiner */
  font-size: .8em;             /* Schriftgroesse: 0.8em */
  font-weight: bold;           /* Schriftgewicht: fett */
  line-height: 2em;            /* Zeilenhoehe: 2em */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0% 3% 0% 0%;        /* Innenabstand: rechts 3% fuer grauen Rahmen, Rest keiner */
  text-align: right;           /* Horizontale Ausrichtung: rechts */
  width: 97%;             /* Maximale Breite: 65em */
}

/* link general */
/* Verweis allgemein */
.copyright a:link, .copyright a:visited {
  background-color: #EDEDED;   /* Hintergrund: hellgrau */
  color: #A3291E;              /* Textfarbe: braun */
  text-decoration: underline;  /* Textdekoration: unterstrichen */
}

/* link on mouse-over */
/* Verweis bei Mouse-over */
.copyright a:hover {
  background-color: #EDEDED;   /* Hintergrund: hellgrau */
  color: #87888A;              /* Textfarbe: dunkelgrau */
  text-decoration: underline;  /* Textdekoration: unterstrichen */
}

/* active or focused link */
/* Aktiver Verweis oder Verweis mit Fokus */
.copyright a:active,
.copyright a:focus {
  background-color: #A3291E;   /* Hintergrund: braun */
  color: #FFFFFF;              /* Textfarbe: weiss */
  text-decoration: underline;  /* Textdekoration: unterstrichen */
}

.skip, .hideme, .print {
	position: absolute;
	top: -1000em;
	left: -1000em;
}

#content .text {
	margin: 0 0 10px 0;
}

#content div.info div.list .item-header h1 {
	padding: 0 0 0 15px;

	font-size: 14px;
	font-weight: normal;

	line-height: 1.6em;

	background: url(/stream/images/layout/list-item.gif) no-repeat 4px 4px;
}

#content div.info div.list .item-text {
	padding: 0 0 0 15px;

	line-height: 1.6em;
}

#content div.info div.pager {
	margin: 5px 0 10px 0;

	font-size: 12px;
}

.sitemap a:link,
.sitemap a:hover,
.sitemap a:visited {
	text-decoration: none;
}

.sitemap dl,
.sitemap dd {
	margin: 3px;
}

.sitemap dl {
	margin-left: 16px;
}

.sitemap dl.level0 {
	margin-left: 0;
}

div.kwlayer {
	padding: 10px 30px 10px 30px;

	text-align: right;
}

div.kwlayer,
div.kwlayer a {
	font-size: 6pt !important;
	font-weight: normal !important;
	text-decoration: none !important;

	color: #dedede !important;
	background: none !important;
}
