body {
    padding: 0;
}

div.beitrag > table, div.beitrag > table.smaller {
    width: 100%;
}

div.beitrag table td {
    white-space: nowrap;
}


#header, .beitrag h3 {
    display: none;
}

.beitrag h2 {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

#content, #content .beitrag, #footer {
    border: none;
}

table.status td div.hundert {
    display: none;
}

div.beitrag table td {
    white-space: normal;
}

div.beitrag h2 {
    margin: 10px 0;
}

div.beitrag h3 {
    margin: 10px 0;
    font: bold 1.1em helvetica, arial, verdana, sans-serif;
    display: block;
}
div.beitrag h4 {
    margin-top: 5px;
}

.noprint {
    display: none;
}
