* {
    margin: 0;
    padding: 0;
}
body {
    text-align: center;
    background-image: url(bilder/hintergrund.jpg);
    background-attachment: fixed;
    font-family: Arial, sans-serif;
}
header, nav, footer, aside, section {
    display: block;
}
#wrapper {
    /* background-color: #eeeeee; */
    width: 1100px;
    /* border: 2px solid red; */
    margin: 0 auto;
    text-align: left; 
    background-image: url(bilder/durchsichtig81.png);   
}
#steuerungoben ul {
    list-style-type: none;
}
#steuerungoben li {
    display: inline;
}
#steuerungoben {
    /* background-color: red; */
    background-image: url(bilder/grau-50.png);
    height: 24px;
}
#steuerungoben ul {
    list-style-type: none;
}
#steuerungoben li {
    display: inline;
}
#steuerungoben a {
    display: block;
    width: 182px;
    /* background-color: yellow; */
    float: left;
    /* border-right: 1px solid red; */
    text-align: center;
    line-height: 24px;
    color: white;
    text-decoration: none;
}
#steuerungoben a:hover {
    background-image: url(bilder/grau-50.png);
}
#steuerunglinks {
    /* background-color: green; */
    width: 180px;
    float: left;
}
#steuerunglinks ul {
    padding-left: 2em;
    padding-top: 20px;
    list-style-type: none;
}
#steuerunglinks li {
    padding-bottom: 0.5em;
}
#steuerunglinks ul ul {
    list-style-type: square;
}
aside {
    /* background-color: #808000; */
    width: 177px;
    float: right;
    color: white; 
}
aside p {
    margin-top: 20px;
    margin-left: 10px;
}
aside img {
    /* margin-left: 10px; */ 
    border:1px solid silver;
}
header {
    /* background-color: yellow; */
    background-image: url(bilder/logo210.png);
    height: 210px;
    width: 1100px;
    margin: 0 auto;
}
header p {
    /* background-color: orange; */
    text-align: right;
    padding-right: 15px;
}
header a{
    color: black;
    text-decoration: none;
    /* background-image: url(bilder/grau-50.png); */
    height: 24px;
}
header a:hover {
    font-weight: bold;
    font-style: italic;
    color: black;
    text-shadow: 0 0 5px white,
                 0 0 10px white,
                 0 0 20px #74FC04,
                 0 0 40px #74FC04,
                 0 0 60px #74FC04,
                 0 0 90px #74FC04,
                 0 0 120px #74FC04,
                 0 0 160px #74FC04;
}
#logotext {
    padding-top: 50px;
    font-size: 28pt;
    color: white;
}

section {
    /* background-color: orange; */
    margin-left: 250px;
    margin-right: 195px;
}
section h1 {
    padding-top: 20px;
    padding-bottom: 0.4em;
    font-size: 28pt;
    text-align: center;
    color: #dd9661;
}
section h2 {
    color: #dd9661;
    padding-top: 1em;
    padding-bottom: 0.6em;
}
section h3 {
    color: #dd9661;
    padding-top: 1em;
    padding-bottom: 0.6em;
}
section p {
    padding-bottom: 1em;
}
section ul {
    padding-left: 3em;
}
section li {
    padding-bottom: 0.5em;
}
section a {
    text-decoration: none;
    color: #dd9661;
}
footer {
    /* background-color: brown; */
    background-image: url(bilder/grau-50.png);
    color: white;
    text-align: center;
    clear: both;
}
footer a {
    color: white;
    text-decoration: none;
}
footer a:hover {
    background-image: url(bilder/grau-50.png);
}
