body {
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #009543 ! important;
    background-image: url(gfx/verlauf.gif);
    background-repeat: repeat-y ! important;
    background-attachment: fixed ! important;
    background-position: 0%;
    }

#kopf {
    background: #fff;
    margin: 10px 0;
    padding: 10px 20px;
    border-top: 1px solid #060;
    border-bottom: 1px solid #060;
    }

ul#menu {
    margin: 0 10px 10px 5px;
    padding: 0;
    background: rgb(255, 255, 255);
    list-style-type: none;
    float: left;
    border: 1px solid #000000;
    }

ul#menu li {
    margin: 5px;
    text-align: center;
    font-weight: bold;
    }

ul#menu a {
    text-decoration: none;
    color: rgb(2, 151, 56);
    display: block;
    padding: 0 8px;
    }

ul#menu a:hover {
    background: rgb(2, 151, 56);
    color: rgb(255, 255, 255);
    }

#inhalt {
    padding: 10px;
    border: 1px solid black;
    background: #B5E1BB;
    float: left;
    margin-left: 5px;
    margin-bottom: 10px;
    color: rgb(0, 0, 0);
    width: 32em;
    }

#inhalt p {
    padding-top: 0pt;
    margin-top: 0pt;
    }

h1 {
    font-size: 1.4em;
    margin-top: 0pt;
    padding-top: 0pt;
    }

h2 {
    font-size: 1.2em;
    margin-top: 0pt;
    padding-top: 0pt;
    border-bottom: 1px dotted gray;
    }

a {
    color: rgb(34, 34, 34);
    }

a.mailto {
    color: rgb(34, 102, 102);
    text-decoration: none;
    }

a:hover {
    color: rgb(0, 0, 0);
    text-decoration: underline;
    }

hr {
    border: 0pt none ;
    background: #000;
    height: 1px;
    color: #000;
    }

.wuh {
    color: #009543;
    font-weight: bold;
    }


