*   {
	margin: 0;
	padding: 0;
}

body {
    text-align: center;
    background-color: white;
    /* background-image: url(bilder/wrapper.jpg); */
    background-attachment: fixed;
    font-family: Arial, sans-serif;
}

h1  {
	color: white;

}


header, nav, footer, aside, section {
    display: block;
}

header {
    /* background-color: white;  */
    background-image: url(./bilder/header-natur.jpg);
    background-attachment: fixed, no-repeat;
    height: 410px;
    width: 990px;
    margin: 0 auto;
}

header p {
    /* background-color: blue; */
    text-align: right;
    padding-right: 17px;
}
header a {
    color: white;
}
#breadcrumbs {
    /* border-top: 2px silver solid; */
    /* border-bottom: 2px silver solid; */
    /* margin-bottom: 4em; */
    clear: both;
    font-size:.8em;
    color: white;
    text-align: left;
    height: 20px;
    width: 990px;
    margin: 0 auto;
    /*   box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.3);
   	z-index: 0;
   	position: relative; */

    /* background-image: url(bilder/grau.png); */
    /* background-color: blue; */
}
#breadcrumbs p {
    text-align: left;
    color: white;

}

#breadcrumbs a {
    text-decoration: none;
    color: white;
}

#breadcrumbs a:hover {
    text-decoration: underline;
    color: white;
}

#logotext {
    padding-top: 6px;
    font-size: 22pt;
    color: white;
}

#wrapper {
    /* background-color: white; */
    width: 990px;
    /* border: 2px solid red; */
    margin: 0 auto;  
    text-align: left;  
    /* background-image: url(bilder/durchsichtig.png); */
}

#steuerungoben {
    /* background-color: blue; */
    /* background-image: url(bilder/grau.png); */
    height: 24px;
}

#steuerungoben ul {
    list-style-type: none;
}

#steuerungoben li {
    display: inline;
}
#steuerungoben a {
    display: block;
    width: 230px;
    /* background-color: blue; */
    float: left;
    text-align: center;
    /* border-right: 1px solid red; */
    line-height: 24px;
    color: white;
    text-decoration: none;
}
#steuerungoben a:hover {
    /* background-image: url(bilder/grau.png); */
}


#steuerunglinks {
    /* background-color: blue; */
    width: 222x;
    float: left;
} 

#steuerunglinks ul {
    padding-left: 2em;
    padding-top: 20px;
    list-style-type: none;
}


#steuerunglinks li {
     padding-bottom: 0.5em;
}

#steuerunglinks a {
    text-decoration: none;
    color: white;
}
#steuerunglinks a:hover {
    text-decoration: underline;
    color: green;
}

aside {
    /* background-color: #808000; */
    width: 205px;
    float: right;
}

aside p {
    margin-top: 10px;
    margin-left: 5px;
}

aside img {
    /* margin-left: 10px; */
    border:1px solid green;
}

section {
    background-color: white;
   /*    margin-left: 200px;  */
   /*    margin-right: 300px;  */
    text-align: center;
}

section h1 {
    padding-top: 20px;
    padding-bottom: 0.4em;
    color: white;
}

section p {
    padding-bottom: 1em;
}

section h2 {
    color: #dd9661;
    padding-top: 1em;
    padding-bottom: 0.6em;
}
section ul {
    padding-left: 3em;
}
section li  {
    padding-bottom: 0.5em;
}

section a {
    text-decoration: none;
    color: darkgreen;
}

section a:hover {
    text-decoration: underline;
    color: green;
}


footer {
    background-color: white;
    color: darkgreen;
    text-align: right;
    clear: both;
    height: 20px;
    width: 990px;
    margin: 0 auto;  
    font-size:.8em;
}
p.copyright {
   	color: #000000;
	background-color: #EFEFEF;
	font-size: 10px;
	text-align: center;
	padding: 4px;
}