body {
    margin-left: 10%;
    margin-right: 10%
    }
#text-block {
    max-width: 40em
    }
p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    text-align: justify;
    text-indent: 1.5em
    }
p.center, #tnote p, .footnote p {
    text-indent: 0
    }
h1, h2 {
    text-align: center;
    clear: both;
    margin-top: 0;
    font-weight: normal
    }
h2 {
    margin: 6em auto 1.5em auto
    }
ins {
    text-decoration: none;
    border-bottom: 1px dashed #add8e6
    }
.gesperrt {
    letter-spacing: 0.2em;
    margin-right: -0.2em
    }
.smcap {
    font-variant: small-caps
    }
.center {
    text-align: center
    }
.figcenter {
    margin: 8em auto;
    text-align: center
    }
.caption {
    text-align: left;
    margin-left: 1.5em;
    font-style: italic
    }
.caption .right {
    text-align: right;
    margin-right: 1.5em;
    font-size: smaller;
    font-style: normal
    }
a[title].pagenum:after {
    content: attr(title);
    border: 1px solid silver;
    display: inline;
    font-size: x-small;
    text-align: right;
    color: #808080;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0;
    letter-spacing: 0
    }
.footnotes {
    border: 1px dashed #808080;
    margin-top: 6em
    }
.footnote {
    text-align: justify
    }
.footnote .label, .fnanchor {
    vertical-align: super;
    text-decoration: none;
    font-size: x-small;
    font-weight: normal;
    font-style: normal
    }
.poem {
    width: 90%;
    margin: 2em auto;
    text-align: left;
    white-space: nowrap
    }
.poem .stanza {
    margin: 1em 0
    }
.poem span.i1 {
    margin-left: 0.5em
    }
.poem span.i3 {
    margin-left: 1.5em
    }
#tnote {
    width: 26em;
    max-width: 90%;
    border: 1px dashed #808080;
    background-color: #fafafa;
    text-align: justify;
    padding: 0 0.75em
    }
@page {
    margin: 2cm
    }
@media print {
    body {
        margin: 2em
        }
    h1, h2, .footnotes, .page-break {
        page-break-before: always
        }
    #tnote, pre, .pagenum {
        display: none
        }
    ins, a {
        text-decoration: none;
        border: none;
        color: black
        }
    .footnotes {
        padding: 0;
        border: none
        }
    .footnote {
        margin: 0
        }
    .footnote .label, .fnanchor {
        font-size: medium;
        vertical-align: middle
        }
    }