body {
        font-family:"COURIER NEW";
        background-color: #2E2E2E;
        font-size:12px;
        color: #FFF;
}

body a {
        color:#fff;
        text-decoration:underline;
}

a {
        color:#2E2E2E;
        text-decoration:underline;
}

.titel {
        background: url(titel00.png) #f0e;
        color: #040;
        width:40em;
        margin-left:auto;
        margin-right:auto;
        margin-top:3em;
        font-size:1.5em;
}
.titel a {
        color:#040;
        background: #f0e;
        text-decoration:none;
        font-weight:bold;
}

.titel a:hover {
        background: url(titel01.png) #0fe;
        padding: 0.1em 0em;
}

#fenster {
        width:60em;
        height:40em;
        margin-left:auto;
        margin-right:auto;
        margin-top:0;
        border:1px solid #fff;
}

#textwrap {
        width:29em;
        margin-left:0.5em;
        position:absolute;
        height:40em;
}

#text   {
        position:absolute;
        bottom:1em;
}

#bild   {
        width:30em;
        height:40em;
        float:right;
        margin-right:0;
        /*border:1px solid #f00;*/
}

.footer {
        position:absolute;
        bottom:5px;
        right:5px;
        font-size:10px;
}
.footer a {
        color:#fff;
        text-decoration:underline;
}
