/* {{{ debug */
img {
    /* background-color: #ababab; */
}
#header img {
    background: none;
}
/* }}} */
/* {{{ global */
* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 75%;
    background: url('../lib/back_pattern.jpg') -170px 0px;
}
#back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1100px;
    background: url('../lib/back.jpg') -170px 0px;
}
body, 
input, 
textarea, 
button {
    font-family: "Verdana", "Tahoma", "Helvetica Neue", "Helvetica", "Arial", Sans-Serif;
}
#navigation,
#footer {
    font-family: "Helvetica Neue", "Helvetica", "Arial", Sans-Serif;
}
.invisible {
    display: none;
}
.hidden {
    visibility: hidden;
}
.block {
    text-align: justify;
}
.section .clear {
    clear: both;
}
script {
    display: none;
}
a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    font-weight: bold;
    text-decoration: underline;
}
a img {
    border: none;
}
/* }}} */

/* {{{ content */
#content {
    position: relative;
    z-index: 300;
    padding-top: 8em;
    padding-left: 7em;
    width: 44em;
    min-height: 35em;
    height: auto !important;
    height: 35em;
}
/* }}} */
/* {{{ title/interferer */
#title,
#title img {
    display: block;
    width: 44em;
    height: 25em;
}
#interferer {
    position: absolute;
    z-index: 100;
    top: 17.8em;
    left: 42em;
}
#interferer,
#interferer img {
    display: block;
    width: 37em;
}
/* }}} */
/* {{{ section */
.section {
    background: #ffffff;
    padding: 2em;
    padding-bottom: 1.5em;
}
.section p,
.section h1,
.section h2,
.section h3,
.section ol,
.section ul {
    line-height: 1.7em;
    font-size: 1em;
}
.section h2 {
    padding-top: 1.7em;
}
.section table tr {
    line-height: 1.35em;
}
.section h2 {
    font-weight: bold;
}
.section h3 {
    font-weight: bold;
}
.section ol,
.section ul.nobullet,
.section a {
    color: #888888;
}
.section ol li,
.section ol li {
    padding-bottom: 1.3em;
}
.section ul.nobullet {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}
.section a:hover,
.section a.active {
    color: #000000;
}
.section a.active {
    font-weight: bold;
}
div.nav_back {
    position: relative;
}
div.nav_back a {
    display: block;
    position: absolute;
    top: -3.4em;
    left: 2em;
}
div.nav_back a,
div.nav_back a img {
    width: 1.75em;
    height: 1.75em;
    background: #eeeeee;
}
/* }}} */
/* {{{ footer */
#footer {
    position: relative;
    padding-bottom: 6em;
}
#logo_mreal,
#logo_zanders,
#imprint,
#ad {
    position: absolute;
}
#ad,
#logo_zanders {
    left: 7em;
}
#imprint,
#logo_mreal {
    left: 69.5em;
    text-align: right;
    width: 6em;
}
#ad, 
#imprint {
    top: 1.5em;
}
#ad p, 
#imprint p {
    font-size: 0.8em;
}
#logo_zanders,
#logo_mreal {
    margin-top: 1.2em;
    margin-bottom: 2em;
}
#logo_zanders a,
#logo_zanders img {
    display: block;
    width: 2em;
    /*background: #aaaaaa;*/
}
#logo_mreal a,
#logo_mreal img {
    display: block;
    width: 6em;
}
/* }}} */

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

