/* BODY */
body {
    font-family       : Verdana, sans-serif;
    font-size         : 0.8em;
    background-color  : #008000;
    margin            : 0px;
    padding           : 3px;
    }

/* LINKS */
a {
    color             : #008000;
    text-decoration   : none;
    }
a:hover {
    text-decoration   : underline;
    }

/* DIV (unformatiertes Blockelement) */
div#main {
    width             : 750px;
    margin            : 0px auto;
    background-color  : #fff;
    border            : 2px solid #bbb;
    }
div#kopf {
    background-color  : #ffe;
    border-bottom     : 2px solid #bbb;
    padding           : 12px 12px 0px 12px;
    }
div#fuss {
    font-size         : 0.8em;
    background-color  : #ffe;
    border-top        : 2px solid #bbb;
    padding           : 5px 10px;
    text-align        : center;
    }
div#fuss div {
    margin-bottom     : 3px;
    }
div#logo {
    float             : left;
    }
div#slogan {
    margin            : 10px 0px 18px 0px;
    text-align        : right;
    }
div#menu {
    text-align        : center;
    margin-bottom     : 5px;
    }
div#menu a {
    font-weight       : bold;
    font-size         : 1.3em;
    margin            : 0px 7px;
    }
div#umenu {
    text-align        : center;
    margin            : 15px 20px 25px 20px;
    padding-bottom    : 5px;
    border-bottom     : solid 1px #ddd;
    }
div#umenu a {
    font-weight       : bold;
    font-size         : 1.1em;
    margin            : 0px 10px;
    }
div.absatz {
    line-height       : 150%;
    margin-left       : 20px;
    margin-right      : 20px;
    margin-top        : 1.5em;
    margin-bottom     : 20px;
    /*text-align        : justify;*/
    }

/* &Uuml;BERSCHRIFTEN */
h1, h2, h3, h4, h5 {
    line-height       : 120%;
    color             : #050;
    margin-left       : 20px;
    margin-top        : 30px;
    }
h1  {
    font-size         : 1.6em;
    }
h2  {
    font-size         : 1.3em;
    }
h3  {
    font-size         : 1.1em;
    }
h4  {
    font-size         : 1.0em;
    }

/* ALLE Elemente */
.links {
    float             : left;
    }
.rechts {
    float             : right;
    }
.fett {
    font-weight       : 600;
    }
.kursiv {
    font-style        : italic;
    }
.klein {
    font-size         : 0.8em;
    }
.gross {
    font-size         : 1.1em;
    }
.hervorheben {
    color             : red;
    }

/* Bilder */
img {
    border            : 0;
    }
img.text {
    vertical-align    : middle;
    }
img.links, img.rechts {
    margin-right      : 20px;
    margin-left       : 20px;
    }
/*img.rechts {
    margin-left       : 20px;
    }*/

/* Definitionslisten (Bilder mit Bildunterschrift) */
dl.bild {
    margin            : 0;
    padding           : 0px 20px 10px 20px;
    }
dl.bild dt {
    margin-bottom     : 0;
    }
dl.bild dd {
    /*text-align        : center;*/
    margin            : 0;
    }

/* Liste  */
ul {
/*    margin            : 0.5em 2em 2em 2em;*/
    margin-left       : 30px;
    margin-top        : 0.5em;
    margin-bottom     : 2em;
    padding           : 0;
    }
