
/** Allgemeine Klassen */

  .stopFloat {
    display: block;
    clear: both;
    float: none;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
  }
  .unsichtbar,
  .einspaltig h2 {
    position: absolute !important;
    top: -6000px !important;
    left: -6000px !important;
    height: 1px !important;
    width: 1px !important;
  }

  .clearfix:before, .clearfix:after,
  .inhaltsbox:before, .inhaltsbox:after,
  .inhaltsbox-innen:before, .inhaltsbox-innen:after {
    content: "";
    display: table;
  }

  .clearfix:after, .grid-block:after,
  .inhaltsbox:after, .inhaltsbox:after,
  .inhaltsbox-innen:after, .inhaltsbox-innen:after {
    clear: both;
  }

/** Suche in rechter Spalte */

  #suche_aendern {
    position: relative;
    overflow: hidden;
  }

  #nebeninhalt #suche_aendern p { margin: 0; }

  #suche_aendern .suchfeld {
    width: 20em;
    margin: 0;
    float: left;
    padding: 0.3em;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    color: #666666;
  }

  #suche_aendern .suchknopf {
    width: 2em;
    background: #0067B2;
    display: block;
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }

  #suche_aendern .suchknopf input {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
  }

/* Header: Menue */

    .archiv #header-top-menu-bar-1 .on {
    }
    .archiv #header-top-menu-bar-1 em {
      font-style: normal;
    }
    .archiv #header-top-menu-bar-1 .on em,
    .archiv #header-top-menu-bar-1 .on a {
      display: block;
      background: #974777;
      padding: 1.4rem 10px 1rem;
      border-right: 1px solid rgba(255, 255, 255, 0.08);
    }
    .archiv #header-top-menu-bar-1 strong {
      padding: 0;
      border: none;
    }

/* Rechte Spalte: Artikel - Boxen */

      .schlagwortliste a {
        text-decoration: none;
      }

      .artikeloptionen {
        overflow: hidden;
        list-style: none;
        padding: 0;
        margin: 0;
      }
      #right .artikeloptionen li {
        margin-top: 0;
        margin-bottom: 0;
      }
      #right .artikeloptionen a {
        text-decoration: none;
      }
      #right .artikeloptionen a:hover,
      #right .artikeloptionen a:focus,
      #right .artikeloptionen a:active {
        text-decoration: underline;
      }

      #right .artikelliste {
        list-style: none;
        padding: 0 0 0 0;
        margin: 0 15px;
      }
      #right .artikelliste  li {
        margin-left: 0;
        margin-right: 0;
      }
      #right .artikelliste h4 {
        font-size: 1.6rem;
        line-height: 2.3rem;
        margin: 1.8rem 0 0 0;     
      }
      #right .artikelliste h4 a {
        text-decoration: none;
      }
      #right .artikelliste h4 a:hover,
      #right .artikelliste h4 a:focus,
      #right .artikelliste h4 a:active {
        text-decoration: underline;
      }
      #right .artikelliste p {
        margin: 0.1rem 0 15px 0;
      }
      #right .artikelliste + p a {
        text-decoration: none;
      }
      #right .artikelliste + p a:hover,
      #right .artikelliste + p a:focus,
      #right .artikelliste + p a:active {
        text-decoration: underline;
      }

/** Typographie: Ueberschriften */

  .archiv h2 {
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 4.6rem;
    margin: 4.0rem 0px 1.8rem;
  }

  .archiv h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.8rem;
    margin: 3rem 0px 1.5rem;
 }

  h4 {
    color: #000;
    font-size: .8em;
    line-height: 1.4em;
  }

  h3.link {
    background: url(../images/icons/pfeil_gross.gif) no-repeat 0 .15em;
    font-size: .8em;
    padding: 0 15px 0 20px;
    margin-left: -20px;
  }

  h3.linie {
    padding-top: .8em;
    border-top: 1px solid #d2e5f3;
    margin: 1.4em 0 .5em 0;
  }

  h4.mehr-abstand-oben {
    margin-top: 2em;
  }

  #hauptbereich #artikel h3 {
    font-size: .95em;
    margin-top: 0;
  }

  #hauptbereich #artikel h4 {
    font-size: .85em;
    margin: 1.6em 0 -.2em 0;
  }

  #hauptbereich #artikel h5 {
    font-size: .75em;
    color: #635c5c;
    margin: 1.4em 0 -.4em 0;
  }

  .article-wrapped #hauptinhalt-innen h2 {
    font-family: Arial, sans-serif;
  }

  .article-wrapped #hauptinhalt-innen h3 {
    border: none;
    font-size: 1em;
  }

/** Typographie: Absaetze */

  #main .artikel sup,
  #main .artikel sub {
    font-size: 1.1rem;
  }


  #hauptbereich #artikel .footnotes p {
    font-size: .7em;
    line-height: 1.3em;
    color: #635c5c;
    margin: .4em 0;
  }

    #main .veranstaltungen h3,
    #main .gestreift h3 {
      margin-top: 4.0rem;
      margin-bottom: 0;
    }
    #main .veranstaltungen h3 + p.datum ,
    #main .gestreift h3 + p.datum {
      color: #635c5c;
      margin-top: 1.0rem;
    }
    #main p.datum em {
      font-style: normal;
    }
    #main .veranstaltungen p,
    #main .gestreift p {
      line-height: 2.3rem;
      margin: 1.0rem 0;
    }
    #main .veranstaltungen .bild-rechts {
      margin-left: 10px;
    }

  #hauptbereich p.mehr-abstand-oben,
  #hauptbereich p.mehrAbstandOben {
    margin: 1.8em 0 .6em 0;
  }

  #hauptbereich p.fussnoten {
    color: #635c5c;
    font-size: .6em;
    margin-top: 28px;
  }

  #hauptbereich p.bild-mit-text {
    color: #635c5c;
    font-size: .6em;
    line-height: 1.2em;
    padding: 4px 0;
    border: 1px solid #d2e5f3;
    margin: 1.8em 0;
    text-align: center;
  }

  #hauptbereich p.bild-mit-text.links {
    float: left;
    width: 186px;
    margin: 4px 18px 8px 0;
  }

  #hauptbereich p.bild-mit-text.rechts {
    float: right;
    width: 186px;
    margin: 4px 0 8px 14px;
  }

  #hauptbereich p.bild-mit-text img {
    padding: 0 4px 6px 4px;
  }

  #hauptbereich p.bild-mit-text span.bildunterschrift {
    display: block;
    padding: 0 10px;
  }

/** Typographie: Listen */


  /* Listen - mit Links */

    #main ul.link {
      margin: .8em 0;
      padding: 0;
      list-style: none;
    }
    #main ul.link h3 {
      font-weight: 600;
    }
    #main ul.link h3 a:link,
    #main ul.link h3 a:visited {
      text-decoration: none;
    }
    #main ul.link h3 a:hover,
    #main ul.link h3 a:focus,
    #main ul.link h3 a:active {
      text-decoration: underline;
    }
    #hauptbereich .artikel ul.verzeichnis {
      margin-left: 0;
      margin-bottom: 2em;
      list-style-type: none;
    }

    #hauptbereich .artikel ul.verzeichnis li {
      background: url(../images/icons/pfeil_klein.png) no-repeat 0 .4em;
      font-size: 0.8em;
      padding-left: 10px;
    }

    #hauptbereich .artikel ul.verzeichnis li a {
      text-decoration: none;
    }

  /* Listen - mit Linien */

    #main ul.linien,
    #right ul.linien {
      margin: .8em 0;
      padding: 0;
    }
    #main ul.linien li,
    #right ul.linien li {
      list-style: none;
    }
    #main ul.linien li:first-child {
      border-top: 1px solid #C1C1C1;
    }
    #main ul.linien li,
    #right ul.linien li {
      padding: .6rem 0 .5rem 0;
      border-bottom: 1px solid #C1C1C1;
      margin-top: 0;
      margin-bottom: 0;
    }
    #right ul.linien li:last-child {
      border-bottom: none;
      margin-bottom: 10px;
    }
    #main ul.linien a,
    #right ul.linien a {
      text-decoration: none;
    }
    #main ul.linien a:hover,
    #main ul.linien a:focus,
    #main ul.linien a:active,
    #right ul.linien a:hover,
    #right ul.linien a:focus,
    #right ul.linien a:active {
      text-decoration: underline;
    }
    #main .linien .beitrag {
      float: right;
      color: #635C5C;
      font-size: 1.3rem;
    }




    #hauptbereich ul.linien ul li {
      padding-bottom: 0;
      border-bottom: 0;
      margin-left: 10px !important;
    }


    #nebeninhalt ul.linien:first-child,
    #nebeninhalt h2.unsichtbar + ul.linien,
    #nebeninhalt h2 + ul.linien {
      border-top: none;
      margin: 0;
      padding: 0;
    }

    #nebeninhalt ul.linien:first-child li:last-child,
    #nebeninhalt h2.unsichtbar + ul.linien li:last-child,
    #nebeninhalt h2 + ul.linien li:last-child {
      border-bottom: none;
    }

    #nebeninhalt ul.linien + h2.menue-rubrik {
      margin-top: 1em;
    }

    #nebeninhalt ul li a {
      text-decoration: none;
    }




  /* Listen - Suchergebnis / Inhaltsverzeichnis */

        .archiv #main .h3-suchergebnis {
          font-size: 1.5rem;
          font-weight: 400;
          margin-top: 0;
          margin-bottom: 0;
        }
        #main .pagination {
          overflow: auto;
          font-size: 1.5rem;
          line-height: 2.0rem;
          margin-top: 50px;
          margin-bottom: 30px;
        }
        #main .h3-suchergebnis + .pagination {
          margin-top: 0.2rem;
          margin-left: 19px;
        }
        #main .pagination a,
        #main .pagination strong {
          float: left;
          text-decoration: none;
          padding: 0 6px;
          border-right: 1px solid #C1C1C1;
          margin: 4px 0 0 0;
        }
        #main .pagination a:first-child,
        #main .pagination strong:first-child {
        }
        #main .pagination a:last-child,
        #main .pagination strong:last-child {
          border-right: 0;
        }
        #main .pagination strong {
          color: #974777;
        }
        #main .ul-suchergebnis,
        #main .ul-inhaltsverzeichnis,
        #main .ul-beitragsliste {
          list-style-type: none;
          padding: 0;
          margin: 0;
        }
        #main .h3-inhaltsverzeichnis {
          font-family: "Minion W08", "times new roman", "times", serif;
          font-size: 2.6rem;
          font-weight: 600;
          padding-bottom: 6px;
          border-bottom: 1px solid #C1C1C1;
          margin-top: 50px;
          margin-bottom: 16px;
          text-align: center;
        }
        #main .ul-inhaltsverzeichnis h4,
        #main .ul-suchergebnis h4,
        #main .ul-beitragsliste h3 {
          font-size: 1.8rem;
          font-weight: 600;
          line-height: 2.6rem;
          margin-top: 0;
          margin-bottom: 0;
        }
        #main .ul-inhaltsverzeichnis h4 a,
        #main .ul-suchergebnis h4 a,
        #main .ul-beitragsliste h3 a {
          text-decoration: none;
        }
        #main .ul-inhaltsverzeichnis h4 a:hover,
        #main .ul-inhaltsverzeichnis h4 a:focus,
        #main .ul-inhaltsverzeichnis h4 a:active,
        #main .ul-suchergebnis h4 a:hover,
        #main .ul-suchergebnis h4 a:focus,
        #main .ul-suchergebnis h4 a:active,
        #main .ul-beitragsliste h3 a:hover,
        #main .ul-beitragsliste h3 a:focus,
        #main .ul-beitragsliste h3 a:active {
          text-decoration: underline;
        }
        #main .ul-suchergebnis li,
        #main .ul-inhaltsverzeichnis li,
        #main .ul-beitragsliste li {
          margin-top: 3.0rem;
        }
        #main .ul-inhaltsverzeichnis li {
          text-align: center;
        }
        #main .ul-inhaltsverzeichnis li:first-child {
          margin-top: 0;
        }
        #main .ul-suchergebnis p,
        #main .ul-inhaltsverzeichnis p,
        #main .ul-beitragsliste p {
          line-height: 2.2rem;
          margin-top: .3rem;
          margin-bottom: .5rem;
        }
        #main .ul-beitragsliste .autoren {
          margin-bottom: 0;  
        }
        #main .ul-beitragsliste .datum {
          margin-top: 0;
        }
        #main .ul-suchergebnis .links,
        #main .ul-inhaltsverzeichnis .links,
        #main .ul-beitragsliste .links {
          font-size: 1.3rem;
          font-weight: 500;
          margin-top: .7rem;
        }
        #main .ul-beitragsliste + p {
          margin-top: 40px;
        }



  /* Listen - Links mit kleinen Icons */

    #hauptbereich ul.link {
      margin: .8em 0;
      padding-bottom: 1px;
    }

    #hauptbereich ul.link li {
      background: url(../images/icons/pfeil_klein.png) no-repeat 0 .55em;
      padding-left: 10px;
      padding-bottom: 4px;
    }

    #hauptbereich ul.link li a {
      text-decoration: none;
    }

    #hauptbereich ul.pfeil {
      margin-left: 0;
      list-style-type: none;
    }

    #hauptbereich ul.pfeil li {
      background: url(../images/icons/pfeil_klein.png) no-repeat 0 .3em;
      padding-left: 10px;
    }

    #hauptbereich ul.pfeil li a {
      text-decoration: none;
    }

  /* Listen - Links mit grossen Icons */

    #hauptbereich ul.link.gross li {
      background: none;
      padding-top: 20px;
      padding-bottom: 20px;
    }

    #hauptbereich ul.link.gross p.teaser {
      margin-top: .4em;
    }

    #hauptbereich ul.link.gross p.veranstaltung {
      margin-top: .8em;
      margin-bottom: .8em;
    }

/*        #archiv ul.link.gross img.bild-rechts {
          position: static !important;
          float: right;
          margin: 4px 0 5px 30px !important;
        }*/

/** Typographie: Links */

      a.link {
        padding: 5px 15px;
        display: inline-block;
        color: #FFF;
        border-radius: 5px;
        text-decoration: none;
        margin: 2px 2px 2px 0;
      }

      a.link:hover,
      a.link:focus,
      a.link:active {
        color: #fff;
      }

/** Typographie: Tabellen */

      table {
        border: 0;
        border-collapse: collapse;
        margin-left: 25px;
        margin-right: 25px;
      }

      th {
        color: #635C5C;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.7rem;
        padding: 8px 4px 4px 4px;
        border: none;
        border-bottom: 1px solid #C1C1C1;
        border-left: 1px solid #C1C1C1;
        text-align: left;
        text-transform: uppercase;
        vertical-align: top;
      }

      th:first-child {
        border-left: none;
      }

      td,
      th.ohne-bg {
        background: #FFF;
        font-size: 1.3rem;
        line-height: 1.9rem;
        padding: 10px 4px 10px 4px;
        border: none;
        vertical-align: top;
      }
      tr.streifen td,
      tr.streifen th.ohne-bg {
        background: #F6F6F6;
      }


      .body-spalten.artikeldetail #main table {
        width: calc( 100% - 50px );
      }
      .body-spalten.artikeldetail #main table td {
        padding: 8px 6px;
        border: 1px solid #C1C1C1;
      }
      .body-spalten.artikeldetail #main table tr:first-child td {
        border-top: 0;
      }
      .body-spalten.artikeldetail #main table tr:last-child td {
        border-bottom: 0;
      }
      .body-spalten.artikeldetail #main table tr td:first-child {
        border-left: none;
        padding-left: 0;
      }
      .body-spalten.artikeldetail #main table tr td:last-child {
        border-right: none;
        padding-right: 0;
      }
      .body-spalten.artikeldetail #main table p {
        font-size: 1.2rem;
        line-height: 1.7rem;
        margin: 0;
      }
     
      table .linksb,
      table .Text-Kopfzeile--linksb-ndig-
      table .Text-Datenzelle--linksb-ndig- {
        text-align: left;
      }
      table .zentriert,
      table .Text-Kopfzeile--zentriert-,
      table .Text-Datenzelle--zentriert-,
      table .tabelle-grafik-text-datenzelle-zentriert- {
        text-align: center;
      }
      table .rechtsb,
      table .Text-Kopfzeile--rechtsb-ndig-,
      table .Text-Datenzelle--rechtsb-ndig- {
        text-align: right;
      }  

/** Typographie: Sonstige Elemente */

  img.bild-links {
    float: left;
    margin: 4px 5px 5px 0;
  }
  img.bild-rechts {
    float: right;
    margin: 4px 0 5px 5px;
  }
  img.rahmen {
    padding: 3px;
    border: 1px solid #d2e5f3;
  }

      strong {
        font-weight: 600;
      }
      #main input.submit,
      #right input.submit {
        color: #FFF;
        font-weight: 500;
        padding: 5px 15px;
        cursor: pointer;
        border-radius: 4px;
      }
      #right input.submit {
        font-size: 1.4rem;
        font-weight: 500;
        padding: 3px 10px 4px 10px;
      }
      #main input.submit:hover,
      #main input.submit:focus,
      #main input.submit:active {
        color: #ffffff;
      }

      #main .mod_article > p[style="margin: 10px 0 0 0;"],
      #main .mod_article > p[style="margin:10px 0 0 0;"],
      #main .mod_article > p[style="margin:15px 0 0 0;"],
      #main .mod_article > p[style="margin: 15px 0 0 0;"] {
        margin: 1.5rem 25px !important;
      }

  .abstand-oben-0 {
    margin-top: 0 !important;
  }

  #main .logged-in {
    overflow: auto;
    padding-top: 1.5rem;
    border-top: 1px solid #C1C1C1;
    margin-top: 50px;
  }
  #main .logged-in-as {
    float: left;
  }
  #main .logged-in-as + a {
    float: right;
    margin: -2px 0 0 0;
  }
  #main .logged-in + .links .link,
  #main .logged-in .link {
    font-size: 1.3rem;
    font-weight: 500;
  }


/** Rechte Spalte */

      .menue-rubrik {
        position: relative;
      }
      #right .menue-rubrik p {
        position: absolute;
        top: 0.2rem;
        right: 15px;
        margin: 0;
        padding: 0;
      }
      #right .menue-rubrik a {
        text-decoration: none;
      }
      #right .menue-rubrik a:hover,
      #right .menue-rubrik a:focus,
      #right .menue-rubrik a:active {
        text-decoration: underline;
      }
      #right #rubrikenform fieldset,
      #right fieldset {
        padding: 0;
        border: none;
        margin: 0;
      }
      #right #rubrikenform p {
        margin-top: 0;
      }


  #nebeninhalt .menue-rubrik a.pfeil {
    background-position: 100% 0.2em;
    padding-left: 0;
    padding-right: 8px;
  }

  #hauptbereich p.linie-unten,
  #nebeninhalt p.linie-unten,
  #nebeninhalt ul.linie-unten {
    padding-bottom: .6em;
    border-bottom: 1px solid #ddd;
  }

  #nebeninhalt p.linie-unten:last-child {
    border-bottom: 0;
  }

  #hauptbereich p.linie-oben,
  #nebeninhalt p.linie-oben {
    padding-top: .6em;
    border-top: 1px solid #ddd;  
  }

  #hauptbereich p.linie-unten.mehr-abstand-unten {
    padding-bottom: 1.3em;
    margin-bottom: 1.9em;
  }

/* Rechte Spalte: Archiv-Menue */

  #right .kaesten {
    overflow: auto;
    list-style: none;
    padding: 0;
    margin: 0 13px 13px 13px;
  }
  #container #right .kaesten li {
    float: left;
    margin: 2px;
  }
  #right .kaesten a:link,
  #right .kaesten a:visited,
  #right .kaesten strong,
  #right .kaesten span.leer {
    float: left;
    background: #FFF;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
  }
  #right .kaesten a:link,
  #right .kaesten a:visited,
  #right .kaesten strong:not(.on),
  #right .kaesten span.leer {
    padding: .4rem 0;
  }
  #right .kaesten a:hover,
  #right .kaesten a:focus,
  #right .kaesten a:active {
    color: #FFF;
  }
  #right .alphabet a,
  #right .alphabet strong,
  #right .alphabet span.leer {
    width: 3.3rem;
  }
  #right .jahrgaenge a,
  #right .jahrgaenge strong,
  #right .jahrgaenge span.leer {
    width: 5.6rem;
  }
  #right .kaesten strong,
  #right .kaesten strong.on a:link,
  #right .kaesten strong.on a:visited {
    color: #FFF;
    font-weight: 400;
  }

  #nebeninhalt #rubrik-pulldown p {
    padding-top: 8px !important;
    margin-top: 0 !important;
  }

  #nebeninhalt p.rubriken {
    margin-top: -10px;
  }

  #nebeninhalt blockquote {
    margin-top: 30px;
  }

  #nebeninhalt blockquote p {
    color: #006ab2;
    margin-right: 14px !important;
  }

  #nebeninhalt p.quelle {
    text-align: right;
    margin-right: 14px !important;
  }

  #nebeninhalt p.quelle cite {
    font-weight: bold;
    color: #006ab2;
  }

  #nebeninhalt p.quelle cite em {
    font-weight: normal;
  }

  #nebeninhalt select,
  #nebeninhalt input {
    vertical-align: middle;
  }

  #nebeninhalt #newsletterhoch {
    position: relative;
    background: #f3f9fd;
    padding: 8px 0 5px 0;
    border-bottom: 1px solid #ddd;
    top: -15px;
    margin-bottom: -8px !important;
  }



  #nebeninhalt input#login-e-mail,
  #nebeninhalt input#login-passwort,
  #nebeninhalt input#monat,
  #nebeninhalt input#jahr {
    width: 64%;
    background: #FFF;
    border: 1px solid #635c5c;
    margin-left: 30%;
  }

  #nebeninhalt #html {
    width: 64%;
    margin-left: 30%;
    
  }

  #nebeninhalt input.submit {
    margin: 6px 0 0 30%;
  }

  #nebeninhalt .box {
    background: #dcecf7;
    padding: 10px 10px 5px 10px;
    margin-top: 35px;
  }

  #nebeninhalt .box h2 {
    font-size: .75em;
    margin-bottom: -.2em;
  }

  #nebeninhalt .box p {
    line-height: 1.5;
  }



/** Spezialformate: Archiv - Suchformular */

  #erweiterte-suche {
    background: #F5F6F7;
    margin: .8em 0 0 0;
    padding: 10px;
  }

  #erweiterte-suche p {
    margin-top: 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #DDDDDD;
  }

  #erweiterte-suche fieldset p {
    padding-bottom: 0;
    border-bottom: 0;
  }

  #erweiterte-suche legend {
    color: #635c5c;
    font-size: .7em;
    font-weight: bold;
  }

  #erweiterte-suche span.spalte1 {
    float: left;
    width: 46%;
  }

  #erweiterte-suche span.spalte2 {
    float: left;
    width: 53%;
  }

  #erweiterte-suche fieldset.spalte1 {
    float: left;
    width: 69%;
    border-right: 1px solid #DDDDDD;
    margin-right: 3%;
  }

  #erweiterte-suche fieldset.spalte2 {
    float: left;
    width: 27%;
  }

  #erweiterte-suche fieldset.spalte2 span.beschriftung {
    float: left;
    width: 2.3em;
    padding-top: 1px;
  }

  #erweiterte-suche input {
    vertical-align: middle;
  }

  #erweiterte-suche input.textfeld {
    padding: 5px;
    border: 1px solid #635c5c;
  }

  #erweiterte-suche label {
    position: relative;
    top: 1px;
  }

/** Spezialformate: Ueber uns */

  ul.gestreift.mitarbeiter li {
    overflow: hidden;
  }

  ul.gestreift img {
    background: #fff;
    padding: 3px;
    border: 1px solid #cecdcf;
    margin-right: 15px;
    float: left;
  }

  ul.gestreift div.kontaktdaten {
    margin-left: 180px;
    /*float: left;*/
  }

  ul.gestreift div.kontaktdaten h3,
  ul.gestreift div.kontaktdaten h4 {
    color: #635c5c;
    font-size: 1em;
    margin-top: .6em;
  }

  #hauptbereich ul.gestreift .kontaktdaten p.titel,
  #hauptbereich ul.gestreift .kontaktdaten p.sitz {
    color: #635c5c;
    margin: 0;
  }

  #hauptbereich ul.gestreift .kontaktdaten p {
    margin-top: .5em;
  }

/** Spezialformate: Formulare */

      #main fieldset {
        background: #F6F6F6;
        padding: 0;
        border: none;
        margin: 20px 25px;
      }
      #main .forum-beitrag + form fieldset {
        margin-top: 40px;
      }
      #main fieldset .fieldset-innen {
        padding: 20px 25px;
      }
      .main-right #main fieldset h3 {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 2.5rem;
        margin: 0;
      }
      .main-right #main fieldset p {
        overflow: auto;
        line-height: 2.3rem;
        margin: 0;
      }
      .main-right #main fieldset .row {
        margin: 1.0rem 0;
      }
      .main-right #main fieldset .links {
        float: left;
        width: 180px;
        font-weight: 600;
        text-align: right;
        padding-right: 5px;
      }
      .main-right #main fieldset .rechts {
        float: right;
        width: 405px;
      }
      .main-right #main fieldset .kommentartext {
        margin-top: 30px;
      }
      .main-right #main fieldset .textfeld,
      .main-right #main fieldset textarea {
        width: 390px;
        padding: 3px 4px;
        border: 1px solid #C1C1C1;
        border-radius: 5px
      }
      .main-right #main .kommentarsubmit {
        margin-top: 30px;
        margin-bottom: 10px;
      }


      #right #journalisten-login label {
        float: left;
        width: 100px;
        padding-top: 0.3rem;
      }
      #right #journalisten-login p {
        overflow: auto;
        margin: 3px 15px;
      }
      #right #journalisten-login input[type="text"],
      #right #journalisten-login input[type="password"] {
        float: left;
        width: 190px;
        border: 1px solid #C1C1C1;
        padding: 3px 4px;
        border-radius: 5px;
      }
      #right #journalisten-login input[type="submit"] {
        margin-top: 6px;
        margin-left: 100px;
      }

  p.checkbox {
    background: #fafcff;
    padding: 5px;
    border: 1px solid #e2ebf8;
  }

  p.blaettern {
    color: #e2ebf8;
    padding: 1px 0 2px 0;
    border-top: 1px solid #e2ebf8;
    border-bottom: 1px solid #e2ebf8;
  }

  p.checkbox label,
  p.checkbox input {
    vertical-align: middle
  }



/** Spezialformate: Bezugsinfo */

  .einspaltig #hauptbereich .dreispalten h3 {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 0.2em;
    font-size: .7em;
    text-transform: uppercase;
  }

  .einspaltig #hauptbereich .dreispalten p.linie-unten {
    padding-bottom: 1em;
  }
  

/** Spezialformate: Forum */

  .forum-beitrag {
    margin-top: 1.5rem;
    border-top: 1px solid #C1C1C1;
  }
  h4 + .forum-beitrag {
    border-top: 0;
  }
  #main .forum-beitrag p {
    padding-left: 25px;
  }
  #main .forum-beitrag a:first-child + p {
    margin-bottom: -1.0rem;
    padding-left: 0;
  }

  div.forum-antwort {
    border-left: 1px solid #e2ebf8;
    border-bottom: 1px solid #e2ebf8;
    margin: 0 0 0 25px;
  }

  div.forum-beitrag h4,
  div.forum-beitrag h5 {
    color: #635c5c;
    background: #f2f8fd;
    font-size: .8em;
    line-height: 1.3em;
    text-transform: uppercase;
    padding: 4px 10px 0 8px;
  }

  div.forum-beitrag h5 {
    border-top: 1px solid #e2ebf8;
    margin-top: 1em;
  }

  #hauptbereich div.forum-beitrag p.absender {
    color: #635c5c;
    background: #f2f8fd;
    font-style: italic;
    line-height: 1.2em;
    padding: 0 10px 5px 8px;
    border-bottom: 1px solid #e2ebf8;
    margin-top: 0 !important;
  }

  #hauptbereich div.forum-beitrag p {
  }

/** Spezialformate: Artikel */

  .artikeldetail #main h2 {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    padding: 2.0rem 0 .8rem 0;
    border-bottom: 1px solid #C1C1C1;
    margin-top: 0;
    margin-bottom: 0;
  }
  .artikeldetail #main h2 a {
    text-decoration: none;
  }
  .artikeldetail #main h2 .seitenzahlen {
    color: #635C5C;
  }
  .artikeldetail #main .kommentare-link {
    margin: 0;
    position: absolute;
    top: 2.0rem;
    right: 25px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .artikeldetail #main .kommentare-link a {
    text-decoration: none;
  }

      #main .artikel .rubrik,
      #main .artikel .autor,
      #main .artikel .schlagwort {
        color: #635C5C;
        font-weight: normal;
        font-size: 1.8rem;
        margin: 40px 25px 0 25px;
        text-align: center;
      }
      #main .artikel .Einfacher-Grafikrahmen + div .rubrik {
        text-align: left;
      }
      .artikeldetail #main .artikel .autor {
        font-size: 1.4rem;
        padding-top: 2.5rem;
        border-top: 1px solid #C1C1C1;
        margin: 1.4rem 25px 2.2rem 25px;
      }
      .artikeldetail #main .artikel .Einfacher-Grafikrahmen + div + .autor {
        margin-right: 330px;
        text-align: left;
      }
      .artikeldetail #main .artikel .autor a {
        text-decoration: none;
      }
      .artikeldetail #main .artikel .autor a:hover,
      .artikeldetail #main .artikel .autor a:focus,
      .artikeldetail #main .artikel .autor a:active {
        text-decoration: underline;
      }
      #main .artikel h4.hauptueberschrift,
      #main .artikel h4.hauptueberschrift-ebene2 {
        font-size: 2.8rem;
        line-height: 3.8rem;
        margin-top: 3.0rem;
        margin-bottom: 0;
        text-align: center;
      }
      #main .artikel h3.rubrik + h4.hauptueberschrift {
        margin-top: 0;
      }
      #main .artikel .Einfacher-Grafikrahmen + div h4.hauptueberschrift {
        text-align: left;
      }

      #main .artikel h5.hauptueberschrift {
        font-size: 2.0rem;
        font-weight: 400;
        line-height: 2.9rem;
        margin-top: 0.3rem;
        margin-bottom: 20px;
      }
      #main .artikel h5 {
        font-size: 1.7rem;
        margin-top: 3.0rem;
        margin-bottom: 1.0rem;
      }
      #main .artikel h5.hauptueberschrift {
        text-align: center;
      }
      #main .artikel h6 {
        font-weight: 600;
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin-top: 1.5rem;
        margin-bottom: 0;
      }

      #main .artikel .autorenkasten,
      #main .artikel p.autorenkasten {
        float: right;
        width: 250px;
        color: #635C5C;
        background: #F6F6F6;
        font-size: 1.4rem;
        line-height: 2.2rem;
        padding: 12px 15px;
        margin: 0.5rem 25px 10px 18px;
      }
      #main .artikel .autorenkasten p {
        font-size: 1.4rem;
        line-height: 2.2rem;
        margin: 0;
      }
      #main .autorenkasten img {
        display: block;
        margin-bottom: 10px;
      }

      #main .artikel .box.textkasten {
        background: #F6F6F6;
        margin: 1.5rem 20px;
      }

  #hauptbereich .artikel .kasten {
    background: #e3edf6;
    padding: 10px 10px 8px 10px;
    margin: 18px 0 18px 0;
  }

  #hauptbereich .artikel .kasten h5:first-child {
    margin-top: 6px;
  }

  #hauptbereich .artikel .autorenkasten img {
    margin: -10px -10px 5px -10px;
    position: relative;
  }

        #main .artikel p,
        #main .artikel li {
          line-height: 2.5rem;
        }
        #main .artikel .Autorenangaben,
        #main .artikel .Autorenangaben-rechtsb-ndig,
        #main .artikel .Autorenangaben-linksb-ndig {
          color: #635C5C;
          font-size: 1.3rem;
          line-height: 2.0rem;
          margin-top: 0;
          margin-bottom: 0;
        }
        #main .artikel .Autorenangaben + .Autorenangaben + .Autorenangaben,
        #main .artikel .Autorenangaben-rechtsb-ndig,
        #main .artikel .Autorenangaben-linksb-ndig {
          margin-bottom: 40px;
        }

        #main .artikel h5.grafik-tabelle-ebene-1 {
          color: #635C5C;
          font-size: 1.3rem;
          font-weight: 400;
          text-align: center;
          margin-top: 3.5rem;
          margin-bottom: 1.0rem;
        }
        #main .artikel h4.grafik-tabelle-ebene-2,
        #main .artikel h6.grafik-tabelle-ebene-2 {
          background: #F6F6F6;
          color: #635C5C;
          font-size: 1.3rem;
          line-height: 2.1rem;
          padding: .4rem 10px;
          margin: 0 25px 1.5rem 25px;
          border-top: 1px solid #C1C1C1;
          border-bottom: 1px solid #C1C1C1;
          text-align: center;
        }
        #main .artikel .Erl-uterung-oben {
          color: #635C5C;
          font-size: 1.3rem;
          line-height: 2.0rem;
          text-align: center;
          margin: 1.5rem 25px 1.5rem 25px;
        }
        #main .artikel .tabelle-grafik-erl-uterung-oben {
          margin-bottom: 1.0rem;
        }
        #main .artikel .frame-2,
        #main .artikel .frame-20,
        #main .artikel .frame-9,
        #main .artikel div.image {
          text-align: center;
        }
        #main .artikel p.tabelle-grafik-text-unter-tabelle,
        #main .artikel p.Text-unter-Tabelle {
          color: #635C5C;
          font-size: 1.3rem;
          line-height: 2.0rem;
          padding-top: 1.5rem;
          border-top: 1px solid #C1C1C1;
          margin: 1.5rem 25px 0.5rem 25px;
          text-align: center;
        }
        #main .artikel p.tabelle-grafik-text-unter-tabelle + p {
          margin-top: 0;
        }

/* IE Forum und WD Zeitgespraech */

    :lang(en) #main .autor_titel .autor,
    :lang(de) #main .zg .autor {
      line-height: 2.1rem;
      text-align: left;
      margin-bottom: 0;
    }
    :lang(en) #main .autor_titel .zeitgespraech-beitrag {
      font-size: 1.8rem;
      line-height: 2.6rem;
      margin-top: 0.2rem;
    }
    :lang(de) #main .zg .zeitgespraech-beitrag {
      font-size: 2.0rem;
      line-height: 2.8rem;
      margin-top: 0.4rem;
    }
    :lang(en) #main .artikel_text.klappbar + div .grafik-tabelle-ebene-1 {
      display: none;
    }
    :lang(en) #main .autor_titel + .mehr_anzeigen {
      margin-top: 1.0rem;
      margin-bottom: 3.0rem;
    }
    :lang(en) #main .artikel div p.vorspann {
      margin-bottom: 40px;
    }



  #hauptbereich .artikel table {
    width: 100%;
    border-top: 1px solid #96c2e0;
    margin-top: -.75em;
  }

  #hauptbereich .artikel table td,
  #hauptbereich .artikel table th {
    border-left: 0;
  }

  #hauptbereich .artikel table td + td,
  #hauptbereich .artikel table th + th {
    border-left: 1px solid #d5e7f3;
  }



  #hauptbereich .artikel h5 a.footnote-link {
    font-size: .75em;
  }

  #hauptbereich .artikel ul.footnotes {
    color: #635c5c;
    border-top: 1px solid #ddd;
    margin-top: 2.8em;
    margin-left: 0;
  }

  #hauptbereich .artikel ul.footnotes li {
    background: none;
    padding: .3em 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
    list-style-type: none;
  }

  #hauptbereich .artikel ul.footnotes li p {
    position: relative;
    line-height: 1.4;
    padding-left: 2.5em;
    margin: 0;
  }

  #hauptbereich .artikel ul.footnotes li p span.nr {
    position: absolute;
    left: 0;
    width: 1.5em;
    text-align: right;
  }

  #hauptbereich .artikel h6 .fu-notenzeichen-text {
    position: relative;
    top: -.3em;
    font-size: .8em;
    font-weight: normal;
    padding-left: 1px;
    padding-right: 1px;
  }

  #hauptbereich .artikel em.f {
    font-family: times, georgia, serif;
    font-size: 1.3em;
    line-height: 1;
    font-style: italic;
  }

  #hauptbereich .artikel em.f sup {
    font-size: .7em;
    margin-left: 1px;
  }

      #main .artikel .abstract {
        background: #F6F6F6;
        padding: 6px 15px;
        margin: 2.5rem 25px 0 25px;
      }

      #main .artikel .abstract p {
        font-size: 1.4rem;
        line-height: 2.3rem;
        margin: 1.0rem 0;
      }

      #main .artikel .Abstract-Title-fett,
      #main .artikel .Abstract-Flie-text-fett {
        font-weight: 600;
      }

      .artikeldetail #main .kommentare {
        margin-top: 5.0rem;
      }

      .artikeldetail #main .kommentare h4 {
        font-size: 1.8rem;
        padding-top: 2.5rem;
        border-top: 1px solid #C1C1C1;
      }

  .artikeldetails #hauptinhalt .kommentare form {
    margin-top: 2em;
    padding: .65em;
    background: #F5F6F7;
  }

  .artikeldetails #hauptinhalt .kommentare form h3 {
    text-transform: none;
    font-weight: bold;
  }

  .artikeldetails #hauptinhalt .kommentare p {
    overflow: hidden;
  }

  .artikeldetails #hauptinhalt .kommentare form h3,
  .artikeldetails #hauptinhalt .kommentare form label {
    color: #000;
  }

  .artikeldetails #hauptinhalt .kommentare form .kommentartext label,
  .artikeldetails #hauptinhalt .kommentare form .kommentarname label {
    margin-top: 7px;
  }

  .artikeldetails #hauptinhalt .kommentare form fieldset {
    margin: 0;
    border: none;
    background: none;
  }

  .artikeldetails #hauptinhalt .kommentare form input,
  .artikeldetails #hauptinhalt .kommentare form textarea {
    padding: 7px;
  }

  .artikeldetails #hauptinhalt .kommentare form .kommentartext textarea,
  .artikeldetails #hauptinhalt .kommentare form .kommentarname input {
      width: 30em;
    }

  .artikeldetails #hauptinhalt .kommentare form .rechts span {
    margin-top: 1.5em;
    display: block;
  }

  .artikeldetails #hauptinhalt .kommentare form .submit {
    margin-top: 1em;
    margin-left: 8.5em;
  }


/* Newsletter-Formular */

  #newsletter p {
    margin: 10px 0 !important;
  }
  #newsletter .p-radio {
    margin-left: 180px !important;
  }
  #newsletter .p-radio label {
    padding-left: 2px;
    margin-right: 15px;
  }
  #newsletter .p-textfeld label {
    float: left;
    width: 170px;
    text-align: right;
    padding: 3px 10px 3px 0;
  }
  #newsletter .textfeld.lang {
    float: left;
  }
  #newsletter .p-submit {
    margin-top: 40px !important;
    margin-left: 180px !important;
  }

  #newsletter .ohne-spalten {
    margin: 20px 0 !important;
  }
  #newsletter .ohne-spalten label {
    float: none;
    display: block;
    width: 340px;
    text-align: left;
    margin-left: 180px;
  }
  #newsletter .ohne-spalten .textfeld.lang {
    float: none;
    margin-left: 180px;
  }
