body, input, select, td, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

@page {
    size: 21.0cm 29.7cm;
}

h1.neueSeite {
    page-break-before:always;
}

h2.neueSeite {
    page-break-before:always;
    font-size: 18px;
}

h3.neueSeite {
    page-break-before:always;
}

h1.kapitel:not(.no-page-break) {
    page-break-before:always;
    font-size: 20px;
}

font.del {
    background-color: #ff0000;
}
font.changed {
    background-color: #fff;
}
font.new {
    background-color: #0f0;
}

.screen-only {
    display: none;
}

@media screen {
    body {
        max-width: 1200px;
    }

    h1 {
        margin-top: 3rem;
    }

    h1.documentTitle {
        margin-top: 0;
    }

    h2 {
        margin-top: 2rem;
    }

    div.screen-only {
        display: block;
    }
}

h1.documentTitle {
    font-size: 40px;
}

h2 {
    font-size: 15px;
}

h3 {
    font-size: 13px;
}

h4 {
    font-size: 12px;
}

table {
    margin: 10px 0px 40px 20px;
    width:90%;

    border-collapse: collapse;
    border-width: 1px;
    border-style:solid;
    border-color:black;
}

tr {
    vertical-align:top;
}

td {
    padding: 2px 2px 2px 2px;
    border-width: 1px;
    border-style:solid;
    border-color:gray;
}

td.feldName {
    font-weight: bold;
    width:150;
}

td.feldBeschreibung {
    font-size: 11px;
}

td.befehlName {
    font-weight: bold;
    width:150;
}

td.befehlBeschreibung {
    font-size: 11px;
}

li {
    margin: 0px 0px 10px 0px;
}

pre {
    background-color: #aaa;
}

.htmlCode {
    font-weight: bold;
    font-size: 12px;
    background-color: #aaa;
}

tr {
    vertical-align: top;
}

td {
    padding-left: 0.25rem;
    padding-right: 1rem;
}

td.bold {
    font-weight: bold;
}