body {
        font-family:"Verdana";
        background-color: #81D3F8;
        font-size:12px;
        color: #000;
}

body a {
        color:#AA1818;
        text-decoration:none; color:#AA1818;
}

a {
        color:#AA1818;
        text-decoration:underline;
}
h1 {
        color:#000;
}

.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:400px;
        height:600px;
        margin-left:auto;
        margin-right:auto;
        margin-top:5em;
        border:0px solid #000;
}

#textwrap {
        width:49em;
        margin-left:0.5em;
        position:absolute;
        height:45em;
}

#text   {
        width:400px;
        height:300px;
        position:absolute;
        bottom:6em;
}

#bild   {
        width:400px;
        height:300px;
        margin-left:auto;
        margin-right:auto;
        /*border:1px solid #f00;*/
}

#streifen {
        width:49em;
        float:right;
        margin-right:0;
        /*border:1px solid #f00;*/
}

.footer {
        position:absolute;
        bottom:10px;
        right:10px;
        font-size:11px;
}
.footer a {
        color:#000;
        text-decoration:underline;
}
