
body {
    font-family: Arial, sans-serif;
    font-size: 14pt;
    line-height: 1.5;
    /* Keine Grautöne, um Tintensparmodus zu nutzen */
    color: #000;
    /* Keine Hintergrundfarben drucken */
    background: none;
}

#MainNavWrapper,
#Header,
#HeaderMobile,
#HeadPic,
#Footer,
#Copy,
#BreadCrOuter,
#ContentWrapper aside,
img{
    display: none !important;
}

body *{
    background: none !important;
    color: #000000 !important;
}

a:after { content: "( " attr(href) ") ";}

h1, h2, h3, h4, h5 {
    page-break-after: avoid;
}

table, figure {
    page-break-inside: avoid;
}