body {
    margin-left: 10%;
    margin-right: 10%
    }
h1, h2 {
    text-align: center;
    clear: both
    }
h2 {
    padding-top: 2em
    }
.pagebreak {
    margin-top: 4em
    }
@media all {
    .pagebreak {
        page-break-before: always
        }
    }
p {
    margin-top: 0.51em;
    text-align: justify;
    text-indent: 1em;
    margin-bottom: 0.49em
    }
.p1 {
    margin-top: 1em
    }
.p2 {
    margin-top: 2em
    }
.p4 {
    margin-top: 4em
    }
.p10 {
    margin-top: 10em
    }
.big120 {
    font-size: 120%
    }
.big160 {
    font-size: 160%
    }
.noindent {
    text-indent: 0
    }
hr {
    width: 33%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
hr.tb {
    width: 45%;
    margin-left: 27.5%;
    margin-right: 27.5%
    }
hr.chap {
    width: 65%;
    margin-left: 17.5%;
    margin-right: 17.5%
    }
ul.index {
    list-style-type: none
    }
table {
    margin-left: auto;
    margin-right: auto
    }
.pagenum {
    font-size: smaller;
    text-indent: 0;
    text-align: right
    }
.center {
    text-align: center;
    text-indent: 0
    }
.gesperrt {
    letter-spacing: 0.2em;
    margin-right: -0.2em
    }
@media all {
    .gesperrt {
        font-style: italic;
        letter-spacing: 0.05em;
        margin-right: -0.05em
        }
    }
em.gesperrt {
    font-style: normal
    }
@media all {
    em.gesperrt {
        font-style: italic;
        margin-right: 0
        }
    }
.antiqua {
    font-style: normal;
    font-family: sans-serif;
    font-size: 90%
    }
.caption {
    font-weight: bold
    }
img {
    max-width: 100%;
    height: auto
    }
.figcenter {
    margin: auto;
    text-align: center;
    max-width: 100%;
    page-break-inside: avoid
    }
.bordered {
    border: 1px solid black
    }
.transnote {
    background-color: #E6E6FA;
    color: black;
    font-size: smaller;
    padding: 0.5em;
    margin-bottom: 5em;
    font-family: sans-serif, serif
    }