@charset "utf-8";

.col-navi,
.menue,
#header *,
.pagebrowser,
#shadowbox_loading,
#shadowbox_container,
.noPrint {
    display: none !important;
}

* {
    float: none !important;
    overflow: visible !important;
    min-width: 0 !important;
}

html,
body,
#header,
#footer,
.col-content {
    position: static;
    width: 100% !important;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0 !important;
    background: none !important;
}

html, body {
    width: auto !important;
}


body, ul, li, dl, dt, dd, p {
    font-size: 11pt !important;
    line-height: 14pt;
}
ul, ul > li {
    list-style-position: inside;
    list-style-type: disc;
}
h1, h2, h3 {
    font-size: 14pt;
    line-height: 18pt;
}

#header #logo, #header #logo img {
    display: block !important;
}
#header #logo {
    top: 0;
}

#footer {
    padding-top: 2em;
}


/*a:link:after, a:visited:after { content: " (→ " attr(href) ") ";}*/

