/* {{{ header */
#header {
    width: 45em;
}
.print #header {
    width: 80em;
}
#header span.slogan {
    display: block;
    position: absolute;
    left: 0;
    top: 0em;
    width: 45em;
    line-height: 1.5em;
    text-align: right;
}
.print #header span.slogan {
    width: 80em;
}
/* }}} */
/* {{{ content */
#content {
    margin-top: 11.5em;
}
.print .section {
    display: none;
}
.flash_movie object,
.flash_movie .hint {
    display: none;
}
/* }}} */
/* {{{ bigView */
#bigview .back {
    display: none;
}
/* }}} */
/* {{{ navigation */
#news,
#navigation h3,
#navigation li a {
    display: none;
}
#navigation #subnav {
    position: absolute;
    top: 14em;
    border: none;
}
.print #navigation #subnav {
    width: 80em;
}
#navigation #subnav h3,
#navigation #subnav li a.active {
    display: inline;
    text-decoration: none;
}
#navigation #subnav li::before {
    content: "";
}
/* }}} */
/* {{{ footer */
#footer {
    padding-top: 2em;
    clear: both;
}
#footer a {
    color: #000000;
    text-decoration: none;
}
#footer a::after {
    content: " ["attr(href)"]";
}
/* }}} */

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