body {
    margin-left: 17%;
    margin-right: 17%
    }
.text-block {
    max-width: 50em
    }
h1, h2 {
    text-align: center;
    font-weight: normal;
    clear: both
    }
h1 {
    margin: 3.5em auto 1em auto;
    font-size: 200%
    }
h2 {
    margin: 0 auto;
    font-size: 150%
    }
p {
    text-align: justify;
    text-indent: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em
    }
p.noindent {
    text-indent: 0
    }
p.dropcap {
    text-indent: 0;
    margin-top: 2em
    }
p.dropcap:first-letter {
    font-size: 275%;
    margin: 0.15em 0.05em 0 0;
    line-height: 0.5em
    }
hr {
    width: 10em;
    margin: 1em auto 3em;
    clear: both;
    color: black;
    background-color: black;
    border: none
    }
.pagenum {
    margin-right: 0;
    text-align: right;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    letter-spacing: 0;
    text-decoration: none;
    text-indent: 0;
    font-size: x-small;
    white-space: nowrap
    }
.pagenum span {
    visibility: hidden
    }
.pagenum a {
    display: inline-block;
    color: #808080;
    border: 1px solid silver
    }
.bt {
    padding-top: 0.2em;
    border-top: solid 1px
    }
.bb {
    padding-bottom: 0.2em;
    border-bottom: solid 1px
    }
.center {
    text-align: center
    }
.gesperrt {
    letter-spacing: 0.25em;
    margin-right: -0.25em;
    font-style: normal;
    font-weight: normal
    }
.figcenter {
    margin: auto;
    text-align: center
    }
.correction {
    text-decoration: none;
    border-bottom: 1px dashed #369
    }
.correction-list {
    display: none
    }
.tnote {
    text-align: justify;
    border: 1px dashed #808080;
    background-color: #eee;
    padding: 0.7em;
    text-indent: 0
    }
.tnote ul {
    padding-right: 1em;
    padding-left: 1em;
    margin-left: 1em;
    margin-bottom: 0
    }
.tnote ul li {
    padding-top: 0.5em
    }
a:link {
    text-decoration: none
    }
a:visited {
    text-decoration: none
    }
a:link:hover {
    text-decoration: underline
    }
a:visited:hover {
    text-decoration: underline
    }
a:link:active {
    text-decoration: underline
    }
a:visited:active {
    text-decoration: underline
    }
.pagenum a:hover {
    text-decoration: none
    }
.pagenum a:active {
    text-decoration: none
    }
@media print {
    body {
        margin-left: 4%;
        margin-right: 9%;
        margin-top: 1%;
        margin-bottom: 1%
        }
    .text-block {
        max-width: 40em;
        margin: 0 auto
        }
    pre, .dont_print {
        visibility: hidden;
        display: none
        }
    .pagenum a {
        color: #202020;
        border: 0;
        padding: 0
        }
    a:link {
        text-decoration: none;
        color: black
        }
    a:visited {
        text-decoration: none;
        color: black
        }
    a:hover {
        text-decoration: none;
        color: black
        }
    a:active {
        text-decoration: none;
        color: black
        }
    .pagenum a:hover {
        text-decoration: none
        }
    .pagenum a:active {
        text-decoration: none
        }
    .correction {
        text-decoration: none;
        border-bottom: none
        }
    .correction-list {
        display: inline
        }
    .tnote ul li {
        padding-top: 0.7em
        }
    .break-before {
        page-break-before: always
        }
    .break-after {
        page-break-after: always
        }
    }