.div {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    padding: 0
    }
.div .denom {
    padding: 0 0.5em;
    display: block;
    vertical-align: top
    }
.div .num {
    border-bottom: solid thin;
    padding: 0 0.5em;
    display: block;
    vertical-align: bottom
    }
a {
    text-decoration: none
    }
#cover {
    margin: 2em auto
    }
body {
    margin: auto 10%
    }
.copy {
    font-size: x-small;
    text-align: center
    }
p {
    text-align: justify
    }
h1, h2, h3, h4 {
    text-align: center;
    font-weight: normal;
    clear: both
    }
.small {
    display: inline-block;
    font-size: small
    }
.medium {
    display: inline-block;
    font-size: medium
    }
.gesperrt {
    letter-spacing: 0.6em
    }
hr {
    border-top: 3px double #8c8b8b
    }
hr.tb {
    width: 45%;
    margin: 2em 27.5%;
    clear: both
    }
hr.chap {
    width: 65%;
    margin: 2em 17.5%;
    clear: both
    }
.hang {
    text-indent: -2em;
    padding-left: 2em
    }
.i2 {
    padding-left: 1em
    }
.i4 {
    padding-left: 2em
    }
.i6 {
    padding-left: 3em
    }
.table {
    display: table;
    margin: 2em auto
    }
.trow {
    display: table-row
    }
.tcell {
    display: table-cell;
    vertical-align: middle
    }
table {
    margin: auto
    }
.tdr {
    text-align: right
    }
.tdc {
    text-align: center
    }
.border2 {
    border: 2px solid black;
    border-collapse: collapse
    }
.border2 td {
    text-indent: -2em;
    padding-left: 2em
    }
.border2 th {
    background-color: #E6E6FA;
    border: 1px black solid
    }
.border3 {
    border: 2px black solid;
    border-collapse: collapse
    }
.border3 th {
    background-color: #E6E6FA;
    border: 2px black solid;
    padding: 0.5em
    }
.border3 td {
    border: 2px black solid
    }
.bb {
    border-bottom: solid thin
    }
.bl {
    border-left: solid thin
    }
.bt {
    border-top: solid thin
    }
.br {
    border-right: solid thin
    }
.center {
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
sup, sub {
    font-size: x-small;
    line-height: 0.1em;
    white-space: nowrap
    }
.caption {
    font-weight: bold;
    text-align: center
    }
.w600 {
    margin: auto
    }
img {
    border: none;
    max-width: 100%
    }
.figcenter {
    page-break-inside: avoid;
    clear: both;
    margin: auto;
    text-align: center
    }
.figcenter p {
    margin: 0.5em
    }
.footnotes {
    margin: 4em auto;
    border: #ddd solid thin
    }
.fnanchor {
    vertical-align: super;
    font-size: x-small;
    line-height: 0.1em;
    text-decoration: none;
    white-space: nowrap
    }
.footnote {
    font-size: small;
    margin: auto 1em
    }
.label {
    display: inline-block;
    text-indent: -2em;
    text-align: right;
    text-decoration: none
    }
.transnote {
    background-color: #E6E6FA;
    border: silver solid thin;
    color: black;
    font-size: small;
    margin: 2em auto 5em auto;
    padding: 1em
    }
.pagenum {
    color: silver;
    font-size: small;
    text-align: right
    }