body {
    margin-left: 7%;
    margin-right: 7%;
    font-size: 110%
    }
p {
    margin-top: 0.5em;
    text-indent: 1em;
    text-align: justify;
    margin-bottom: 0.5em;
    line-height: 120%
    }
h1 {
    text-align: center;
    clear: both;
    font-weight: normal;
    font-style: normal;
    font-size: 200%;
    line-height: 200%;
    margin-top: 1em;
    margin-bottom: 1em
    }
h2 {
    text-align: center;
    clear: both;
    font-weight: normal;
    font-size: 120%;
    line-height: 150%;
    margin-top: 1em;
    margin-bottom: 1em
    }
hr {
    width: 50%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 25%;
    margin-right: 25%;
    clear: both
    }
#tnote {
    background-color: #EEE;
    color: inherit;
    margin: 5% 20%;
    padding: 0.5em 1em;
    border: 1px solid gray;
    font-size: small
    }
#tnote p {
    text-indent: 0;
    text-align: left;
    margin-bottom: 0.75em;
    margin-top: 0.25em
    }
.front {
    margin-top: 2em;
    margin-bottom: 2em
    }
.front p {
    margin-top: 3em;
    margin-bottom: 2em;
    text-indent: 0;
    text-align: center;
    line-height: 125%
    }
.front .font {
    font-family: sans-serif
    }
#toc {
    border-spacing: 0 0.5em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em
    }
#toc td {
    line-height: 100%;
    font-variant: small-caps;
    font-size: small
    }
#toc td.chap {
    padding-right: 1em;
    text-align: right
    }
#toc td.loc {
    padding-left: 5em;
    text-align: right
    }
.pagenum {
    font-size: small;
    font-style: normal;
    font-weight: normal;
    text-align: right
    }
p.drop-cap {
    text-indent: 0
    }
p.drop-cap:first-letter {
    margin: 0.1em 0.1em 0 0;
    font-size: 250%;
    line-height: 0.85em
    }
.image-center {
    margin: 1.5em auto;
    text-align: center
    }
.poetry-container {
    text-align: center
    }
.poetry {
    display: inline-block;
    text-align: left;
    font-size: small
    }
.poetry .stanza {
    margin: 1em auto
    }
.poetry .verse {
    text-indent: -3em;
    padding-left: 3em
    }
.poetry .indent2 {
    text-indent: -2em
    }
.poetry .quote {
    text-indent: -3.4em
    }
.nodent {
    text-indent: 0
    }
.center {
    text-indent: 0;
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
.uppercase {
    text-transform: uppercase
    }
.right {
    text-align: right
    }
.small {
    font-size: small
    }
.x-small {
    font-size: x-small
    }
.large {
    font-size: large
    }
.x-large {
    font-size: x-large
    }
.gesperrt {
    letter-spacing: 1em
    }
.gap-above {
    margin-top: 2em
    }
.nogap {
    margin-top: 0
    }
@media all {
    p.drop-cap:first-letter {
        float: none;
        margin: 0;
        font-size: 100%
        }
    .poetry {
        display: block;
        margin-left: 1.5em
        }
    }