/* Überschriften                          */
h1 { }
h2 { }
h3 { }
h4 { }

/* Normaler Text                          */
p { color:#020202;
    text-align:justify;
    font-size:12pt;
    line-height:3ex;
    margin-bottom:3.5ex;
    margin-left:1em;
    text-indent:1.5em;}
div {  }
em { font-weight:600;
     font-style:normal;}

/* Spezialisierte Formate                 */
div.zitat { color:#020202;
            text-align:justify;
            font-size:13pt;
            line-height:3ex;
            margin:2ex 7em 2ex 7em; }
div.zitat:before { content:"\201E"; }
div.zitat:after {  content:"\201C"; }
span.zitat { font-style:italic; }
span.zitat:before { content:"\201E"; }
span.zitat:after { content:"\201C"; }
span.Author { text-transform:uppercase; }
span.buchtitel { text-transform:uppercase; font-weight:500; font-size:80%; }
span.name { text-decoration:underline; }
div.fn-linie { border-top:solid 1px;
               width:50%; }
div.fussnote { width:200%; }
span.fussnote { vertical-align:super;
                font-size:80%;}
span.fussnote-label  { vertical-align:super;
                       font-size:90%;
                       font-weight:700;
                       margin-right:1em;}

td.header-spacer { font-size:13pt;
                   text-indent:-10px;
                   vertical-align:bottom;
                   border-bottom:1px solid; }