/* {{{ global */
body {
    font-size: 0.8em;
}
/* }}} */
/* {{{ header */
#logo {
    width: 60em;
    background: #14267a;
    text-align: right;
}
#logo img {
    width: 9.80em;
    height: 7.05em;
    margin-right: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}
#logo object {
    display: none;
}
/* }}} */
/* {{{ content */
#contentcontaier {
    position: relative;
    margin: 0 auto;
    width: 40em;
    height: auto !important;
    text-align: left;
    background: #ffffff;
}
.section, .section_start, .section_small {
    margin-left: 1em;
    margin-right: 12em;
}
.image, .start_back, .start_back_left {
    display: none;
}
/* }}} */
/* {{{ footer */
#footer {
    margin-top: 3em;
}
#footer p {
    font-size: 0.8em;
    color: #555555;
}
/* }}} */
/* {{{ navigation */
#navigation {
    display: none;
}
/* }}} */

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

