@media print {

/* *** Fix *** */
#container {
    max-width:auto;
    margin:0px;
}
#main {
    width:auto!important;
    min-height:auto!important;
    max-width:auto!important;
    float:none!important;
    display:block!important;
}
*,
html,
body,
div,
img {
    page-break-before:avoid;
    page-break-after:avoid;
    page-break-inside:always;
}
*,
html,
body {
    font:10px/12px 'Basic Commercial Roman',Arial,sans-serif;
    font:12px/14px 'Basic Commercial Roman',Arial,sans-serif!important;
}
h1 {
    font:20px/16px 'Basic Commercial Roman',Arial,sans-serif;
    font:22px/18px 'Basic Commercial Roman',Arial,sans-serif!important;
    height: 36px!important;
}
h3 {
    font-family:'Basic Commercial Bold', Arial, sans-serif!important;
}

/* *** Ausblenden *** */
#navigation-top,
#language-changer,
#infobox-de,
#wrapper > div.custom,
#navigation-left,
footer,
#toplink,
title,
.img-loup,
.print-link {
    display:none!important;
    height:0px!important;
    max-height:0px!important;
}
html,
body {
    height:99%;
}
#header {
    height:36px;
    overflow:hidden;
    display:inline-block;
    margin-top:6px;
    margin-bottom:26px;
}
#container {
    max-width:100%;
    margin:0;
}
#main {
    max-width:100%;
    padding-left:65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
body,
html,
a {
    font-size:10pt;
    line-height:12pt;
}
h1 {
    font-size:20pt;
    line-height:16pt;
}
h3 {
    font-size:10pt;
    line-height:12pt;
}
#logo {
    float:right;
    text-align:right;
}
#main figure,
#main figure img {
    max-width:196px;
}

/* *** Reiter *** */
.tabcontrol_tabs {
    background-color:#f6f6f6;
    -webkit-print-color-adjust: exact;
    background-color:#f6f6f6!important;
}

/* *** Boxen *** */
.downloads-links-box,
.downloads-box,
.links-box {
    padding:0;
}
}
