body {
    font-family:Arial;
    font-size:small;
    background-color:lavender;
    background-image:url(bilder/welle.jpg);
    background-repeat:repeat-x;
    background-position:0px 5px;
}

a:link { text-decoration:none; font-weight:bold; color:darkred; }
a:visited { text-decoration:none; font-weight:bold; color:darkred; }
a:hover { text-decoration:underline; font-weight:bold; color:darkred; }

.gliederung {
    font-weight:bold; }

.fett {
    font-weight:bold; }

.indent {
    text-indent:20px; }

.text-indent {
    text-indent:10px; }

.bild-links {
    border-style:solid;
    border-width:1px;
    float:left;
    margin-bottom:15px;
    margin-right:25px;
    }

#textbox {
    position:absolute;
    top:160px;
    left:0px;
    right:0px;
    bottom:30px;
    overflow:auto;
    }

#inhalt {
    position:absolute;
    margin-right:40px;
    margin-left:40px;
    }

#home {
    position:relative;
    margin-top:40px;
    margin-right:40px;
    margin-left:80px;
    }

#menu {
    position:relative;
    top:120px;
    width:100%;
    }

dt.infomap {
    float:left;
    clear:left;
    width:150px;}

dd.infomap {
    margin-left:155px;
    margin-bottom:6px; }