/* {{{ print */
.print,
#logo img.print {
    display: block;
}
#logo {
    position: static;
    padding-left: 1em;
}
#logo a img {
    display: none;
}
/* }}} */
/* {{{ navigation */
#navigation,
#langswitch {
    display: none;
}
/* }}} */
/* {{{ back */
html,
body {
    background: #ffffff;
}
#back {
    display: none;
}
/* }}} */
/* {{{ section */
#content {
    margin: 2em;
    width: 50em;
}
.section {
    padding-top: 10em;
    position: static;
}
.details dd {
    display: block !important;
}
/* }}} */
/* {{{ logoparts */
#logonav {
    display: none;
}
.logopart {
    display: none;
    background: #cccccc;
    opacity: 1;
    filter: none;
}
.logopart span {
    display: none;
    visibility: hidden;
}
/* }}} */
/* {{{ footer */
#footer {
    margin-left: 1em;
    margin-top: 5em;
}
#footer a {
    color: #000000;
    text-decoration: none;
}
#footer a::after {
    content: " ["attr(href)"]";
}
/* }}} */

/* vim:set ft=css sw=4 sts=4 fdm=marker : */

