/* {{{ content */
#contentcontaier {
    text-align: left;
    background: #ffffff;
}
#content {
    padding-bottom: 2em;
    margin-bottom: 5em;
}
.section, .section_start {
    margin-right: 12em;
}
p {
    margin-top: 0em;
    margin-bottom: 0em;
}
/* }}} */
/* {{{ footer */
#footer {
    margin-top: 3em;
}
#footer p {
    font-size: 0.8em;
    color: #555555;
}
/* }}} */
/* {{{ navigation */
#navigation {
    display: none;
}
/* }}} */
/* {{{ logo */
#logo {
    position: absolute;
    top: 0em;
    left: 12em;
}
#contentcontainer {
    margin-top: 7em;
}
/* }}} */

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

