* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    text-align: center;
    background-image: url(bilder/duene3.jpg);
    /* background-position: bottom; */
    /* background-repeat: no-repeat; */
    /* background-size: 100% ; */
    background-size:cover;
    background-attachment: fixed;
    font-family: Arial, sans-serif;
    color: #505050;

}

a {
	text-decoration: none;
	font-weight: bold;
	color: #fcc400;
	}
a:hover {
	text-decoration: underline;
	color: #265881;
	}

header, nav, footer, aside, section {
    display: block;
}

header {
    /* background-color: yellow; */
    background-image: url(bilder/header7.png);
    background-repeat: no-repeat;
    background-position: center center; 
    height: 180px;
    text-align: right;
    padding-right: 15px;
    width: 885px;
    margin: 0 auto;
    font-family: Calibri, sans-serif;
}

header p {
    /* background-color: orange; */
    text-align: right;
    padding-right: 15px;
}

header a {
    color: white;
}



#steuerungoben {
    /* background-color: red; */
    background-image: url(bilder/gelb-75.png);
    height: 24px;
    font-family: Calibri, sans-serif;
}

#steuerungoben ul {
    list-style-type: none;
}

#steuerungoben li {
    display: inline;
}

#steuerungoben a {
    display: block;
    width: 241px;
    float: left;
    /* background-color: yellow; */
    text-align: center;
    line-height: 24px;
    color: white;
    text-decoration: none;
}

#steuerungoben a:hover {
    background-image: url(bilder/blau-50.png);
    color: #fcc400;
}

#steuerunglinks {
    /* background-color: #eeeeee; */
    width: 220px;
    float: left;
    font-family: Calibri, sans-serif;
}

#steuerunglinks ul {
    padding-left: 2em;
    padding-top: 20px;
    list-style-type: none;
}

#steuerunglinks li {
    padding-bottom: 3em;
    list-style-type: none;
}

#steuerunglinks ul ul {
    list-style-type: square;
}

#steuerunglinks a {
    float: left;
    text-align: center;
    color: #005079;
    text-decoration: none;
}

#steuerunglinks a:hover {
   color: #f0cb00;
}

aside {
    /* background-color: #eeeeee; */
    width: 175px;
    float: right;
    color: white;
}

aside img {
    /* margin-left: 10px; */
    border:1px solid silver;
}

aside p {
    margin-top: 20px;
    margin-left: 10px;
}

section {
    /* background-color: #eeeeee; */
    margin-left: 250px;
    margin-right: 195px;
    font-size: 13px;
    padding-bottom: 45px;
    line-height: 150%;  
}

section h1 {
    margin-top: 10px;

    padding-top: 20px;
    padding-bottom: 0.4em;
    color: #f0cb00;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 27px;
}

section h2 {
    color: #f0cb00;
    padding-top: 1em;
    padding-bottom: 0.6em;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
}

section p {
    padding-bottom: 1em;
}

section ul {
    padding-left: 3em;
}

section li {
    padding-bottom: 0.5em;
}

footer {
    padding-top: 20px;
    /* background-color: brown; */
    background-image: url(bilder/blau-95.png);
    color: #f0cb00;
    text-align: center;
    vertical-align: center;
    clear: both;
    height: 45px;
    a color: white;
    font-family: Calibri, sans-serif;
    position:absolute;
    bottom: 0;
    width: 100%;
}

footer a {
     color: white;
     display: block;
     width: 241px;
     float: left;
     text-align: center;
     line-height: 24px;
     text-decoration: none;
}
footer a:hover {
     color: #265881;
     text-decoration: none;
     background-image: url(bilder/gelb-50.png);
}
#wrapper {
    /* background-color: #eeeeee; */
    width: 900px;
    position: relative;
    min-height: 90%;
    /* border: 2px solid red; */
    margin: 0 auto;
    text-align: left;  
    background-image: url(bilder/durchsichtig8-2.png);   
}

#logotext {
    padding-top: 50px;
    font-size: 20pt;
    color: white;
}
