* {
    margin: 0;
    padding: 0;
}
body {
    background-attachment: fixed;
    background-image: url("bilder/hintergrund70.png");
    background-repeat: no-repeat;
    font-family: Arial,sans-serif;
    text-align: center;
}
#bereichsteuerungoben {
    background-image: url("bilder/grau-50.png");
}
#bereichsteuerungoben ul {
    height: 3em;
}
#bereichsteuerungoben li {
    display: inline;
}
#bereichsteuerungoben a {
    color: white;
    display: block;
    float: left;
    line-height: 2em;
    text-align: center;
    text-decoration: none;
    width: 190px;
    font-size: 1.5em;
}

#bereichsteuerungoben a:hover {
    background-image: url("bilder/grau-50.png");
}

#bereichsteuerunglinks {
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5em;
}
h1 {
    color: #017625;
}
h2 {
    color: #3FB261;
}
h3 {
    color: #3FB261;
}


#wrapper {
    background-image: url("bilder/durchsichtig8.png");
    margin: 0 auto;
    text-align: left;
    width: 900px;
}

#bereichkopf {
    background-image: url("bilder/kopf_gruen60.png");
    height: 151px;
    margin: 0 auto;
    width: 900px;
}

#bereichkopf p {
    color: white;
    font-size: 18pt;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 0;
    padding-right: 20px;
    padding-top: 40px;
    text-align: right;
}
#bereichkopf ul {
    padding-right: 20px;
    text-align: right;
}
#bereichkopf li {
    list-style: none outside none;
}
#bereichkopf a {
    color: white;
}
#bereichsteuerunglinks {
    float: left;
    width: 220px;
    font-size: 1.5em;
}
#bereichsteuerunglinks ul {
    margin-left: 20px;
    margin-top: 20px;
}
#bereichsteuerunglinks ul li {
    list-style-type: none;
    padding-bottom: 1em;
}
#bereichsteuerunglinks ul ul li {
    list-style-type: square;
}
#bereichbilder {
    float: right;
    width: 175px;
}
#bereichbilder p {
    font-size: 0.8em;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 20px;
}
#bereichbilder img {
    border: 1px solid silver;
    margin-bottom: 6px;
    margin-top: 4px;
}
#bereichinhalt {
    margin-left: 250px;
    margin-right: 195px;
}
#bereichinhalt {
    padding-top: 20px;
}
#bereichinhalt p, #bereichinhalt ul, #bereichinhalt ol {
    margin-bottom: 1em;
}
#bereichinhalt ul, #bereichinhalt ol, #bereichinhalt dl {
    margin-left: 2em;
}
#bereichinhalt ul {
    margin-left: 20px;
    margin-top: 15px;
}
#bereichinhalt ul li {
    list-style-type: none;
    padding-bottom: .5em;
}
#bereichinhalt img {
    border: 0px solid silver;
    margin-bottom: 6px;
    margin-top: 4px;
}
#bereichinhalt video {
    padding-top: 10px;
    padding-bottom: 10px;
}

#bereichfuss {
    background-image: url("bilder/grau-50.png");
    clear: both;
    color: white;
    font-size: 0.8em;
    text-align: center;
}
#bereichfuss a {
    color: white;
    text-decoration: none;
}

#print a img {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 0 none;
    float: none;
    margin: 0;
    vertical-align: middle;
}
#print a {
    color: #EE1C25;
    display: block;
    margin: 0 10px;
    padding: 3px 5px;
    text-decoration: none;
    width: 250px;
}
#print a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    text-decoration: none;
}
#print a:hover img {
    background: none repeat scroll 0 0 #EE1C25;
}