div.body {
    max-width: 50em;
    margin-left: auto;
    margin-right: auto
    }
body {
    max-width: 80%;
    margin: auto
    }
h1 {
    text-align: center
    }
h2, h4 {
    text-align: center;
    clear: both
    }
p {
    margin-top: 0;
    text-align: justify;
    text-indent: 1em;
    margin-bottom: 0
    }
hr {
    width: 33%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
hr.tb {
    width: 45%
    }
hr.chap {
    width: 65%
    }
table {
    margin-left: auto;
    margin-right: auto
    }
.smallheader {
    font-size: smaller
    }
td {
    padding-top: 0.25em;
    vertical-align: top
    }
.tdpagenr {
    vertical-align: bottom;
    text-align: right
    }
.pagenum {
    font-size: smaller;
    text-align: right
    }
.center {
    text-align: center
    }
.right {
    text-align: right
    }
.smcap {
    font-variant: small-caps
    }
.gesperrt {
    letter-spacing: 0.2em;
    margin-right: -0.2em
    }
.figcenter {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    margin-left: auto;
    margin-right: auto;
    text-align: center
    }
.figcaption p {
    text-align: center;
    text-indent: 0;
    margin: 0.25em 0
    }
.footnote {
    margin-top: 1.5em;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 0.9em
    }
.footnote a {
    text-decoration: none
    }
.fnanchor {
    vertical-align: super;
    font-size: 0.8em;
    text-decoration: none
    }
.poem {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center
    }
.postpoem {
    text-indent: 0
    }
.space-above {
    margin-top: 4em
    }
ul#corrections {
    list-style-type: none;
    margin: 0;
    padding: 0
    }
ul#corrections li {
    margin: 0.5em 0.25em;
    padding-left: 2em
    }
ul#corrections .correction {
    text-decoration: underline
    }
.tnote {
    border: dashed 1px;
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em
    }
div.tnote p {
    text-indent: 0;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 0.51em;
    text-align: justify;
    margin-bottom: 0.49em
    }
@media all {
    .introduction {
        margin-top: 4em;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0
        }
    }
hr.full {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    border-width: 4px 0 0 0;
    border-style: solid;
    border-color: #000;
    clear: both
    }