p {
    margin-top: 0.3em;
    text-align: justify;
    margin-bottom: 0.3em;
    text-indent: 1.5em
    }
p.center, p.noindent {
    text-indent: 0
    }
p.center_cov {
    text-align: center;
    text-indent: 0
    }
p.big {
    font-size: 1.3em
    }
p.large {
    font-size: 1.5em;
    font-weight: bold
    }
p.space-above {
    margin-top: 3em
    }
p.space-below {
    margin-bottom: 3em
    }
p.em-above {
    margin-top: 1em
    }
h1, h2 {
    text-align: center;
    clear: both
    }
hr {
    width: 33%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
hr.chap {
    width: 65%;
    margin-left: 17.5%;
    margin-right: 17.5%
    }
body {
    margin-left: 10%;
    margin-right: 10%
    }
a[title].pagenum:after {
    content: attr(title);
    border: 1px solid silver;
    display: inline;
    font-size: x-small;
    text-align: right;
    color: #808080;
    background-color: inherit;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0;
    letter-spacing: 0
    }
.center {
    text-align: center
    }
.tnote {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5em;
    margin-bottom: 5em;
    padding: 0 1em 1em 1em;
    background-color: #f6f2f2;
    color: black;
    border: solid 1px
    }
.antiqua {
    font-style: italic
    }
@media screen, print {
    .gesperrt {
        font-style: normal;
        font-weight: normal;
        letter-spacing: 0.2em;
        padding-left: 0.2em
        }
    }
@media all {
    p.center_cov {
        display: none
        }
    .gesperrt {
        font-style: normal;
        font-weight: bold
        }
    }