/* {{{ global */ 
.screenonly,
#content .screenonly,
#content div.imgfloatmax img.screenonly,
.toptop {
    display: none;
    display: none !important;
}
/* }}} */
/* {{{ content */
#content {
    position: relative;
    margin: 0 auto;
    width: 60em;
    height: auto !important;
    text-align: left;
    background: #ffffff;
    overflow: visible;
}
#content h1 {
    padding-top: 7em;
}
.section, .section_start {
    margin-right: 17em;
}
/* }}} */
/* {{{ footer */
#footer {
    margin-top: 3em;
}
#footer p {
    font-size: 0.8em;
    color: #555555;
}
/* }}} */
/* {{{ navigation */
#navigation {
    display: none;
}
/* }}} */
/* {{{ logo */
#header {
    height: 8em;
}
#logo {
    position: absolute;
    top: 0;
    right: 0;
}
#logo img {
    width: 15em;
}
#logo_extra {
    display: none;
}
/* }}} */
/* {{{ flash */
.flash {
    display: none;
    position: absolute;
}
body.flash {
    display: block;
}
/* }}} */

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

