body {
    background-color: #ffffff;
    font-size: 10px;
    font-family: Verdana,helvetica,sans-serif;
    color:#583119;  
    padding: 0;
    margin: 0;
    text-align:center;
    line-height: 1.5;
}


a {color: #583119; text-decoration: none; }
a:visited {color:#583119; text-decoration: none;}
a:hover {color: #d10019; text-decoration: none;}
a:active { color:#d10019; text-decoration: none;}

.gelb {
    color:#e0ab16;  
}

h1 {
    font-family: Georgia;
    font-weight: normal;
    color: #d10019;
    font-size: 20px;
    padding: 10px;
}

h3 {
    font-family: Verdana,helvetica,sans-serif;
    font-weight: normal;
    color: #ffffff;
    font-size: 9px;
    padding: 0;
    margin: 0;
}

h3 a {color: #ffffff; text-decoration: none; }
h3 a:visited {color:#ffffff; text-decoration: none;}
h3 a:hover {color: #d10019; text-decoration: none;}
h3 a:active { color:#d10019; text-decoration: none;}


#oben {
    background:url(../img/lilie_top.gif) repeat;
    height: 78px;
    margin: 0;
    padding: 0;
}


#content {
    width: 100%;
    margin: 0;
    padding: 0;
}

#lilie {
    background:url(../img/lilie.gif);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:left bottom;
    width: 100%; 
    height: 100%; 
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    z-index: -1;

}

#footer {
    background-color: #e0ab16;
    width: 100%; 
    height: 20px; 
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}

