body {
    margin-left: 10%;
    margin-right: 10%
    }
#text-block {
    max-width: 50em
    }
p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    text-align: justify;
    text-indent: 1.5em
    }
p.center, p.no-indent, .right p, #tnote p {
    text-indent: 0
    }
h1, h2, h3 {
    text-align: center;
    clear: both;
    margin-top: 0;
    font-weight: normal
    }
h2 {
    margin: 6em auto
    }
h3 {
    margin: 4em auto 1em auto
    }
ins {
    text-decoration: none;
    border-bottom: 1px dashed #add8e6
    }
.gesperrt {
    letter-spacing: 0.2em;
    margin-right: -0.2em
    }
em.gesperrt {
    font-weight: normal;
    font-style: normal
    }
.right p {
    text-align: right
    }
.figcenter {
    margin: 2em auto;
    text-align: center
    }
img.inline {
    vertical-align: middle
    }
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
    }
.poem {
    width: 18em;
    white-space: nowrap;
    margin: 2em auto;
    text-align: left
    }
.poem .stanza {
    margin: 1em 0 1em 0
    }
.poem span.i2 {
    margin-left: 1em
    }
.poem span.i3 {
    margin-left: 1.5em
    }
.poem span.i4 {
    margin-left: 2em
    }
.poem span.i6 {
    margin-left: 3em
    }
.poem span.i7 {
    margin-left: 3em
    }
.poem span.i8 {
    margin-left: 3.5em
    }
.poem span.i10 {
    margin-left: 5.5em
    }
.poem span.i11 {
    margin-left: 5.5em
    }
.poem span.i31 {
    margin-left: 14em
    }
.center {
    text-align: center
    }
#tnote {
    width: 26em;
    border: 1px dashed #808080;
    background-color: #f6f6f6;
    text-align: justify;
    padding: 0 0.75em
    }
#toc {
    width: 20em;
    margin: auto
    }
#toc th {
    font-weight: normal
    }
#toc td {
    padding-top: 0.25em;
    border-bottom: 1px dashed silver
    }
#toc .new-section td {
    padding-top: 2em
    }
#toc .page {
    text-align: right
    }
#toc a:link, #toc a:visited {
    text-decoration: none
    }
@page {
    margin: 2cm
    }
@media print {
    body {
        margin: 2em
        }
    h2 {
        page-break-before: always
        }
    #tnote, pre, .pagenum {
        display: none
        }
    ins, a {
        text-decoration: none;
        border: none;
        color: black
        }
    }