* {    margin: 0;    padding: 0;}header, nav, footer, aside, section {    display: block;}body {    text-align: center;	background-image: url(hintergrund.jpg);	background-attachment: fixed;	font-family: Arial, sans-serif;}#wrapper {       width: 900px;    border: 2px solid red;    margin: 0 auto;    text-align: left;     background-image: url(durchsichtig8.png);   }header {        background-image: url(oben.jpg);    height: 250px;    width: 900px;    margin: 0 auto;}header p {        text-align: right;    padding-right: 15px;}#logotext {    padding-top: 50px;    font-size: 20pt;    color: white;}header a {    color: white;}#steuerunglinks {    width: 220px;    float: left;	margin-top: 20px;    margin-left: 10px;	}#steuerungoben {    background-color: gray;height: 24px}footer {text-align: center;}aside {     width: 175px;    float: right;}aside p {    margin-top: 20px;    margin-left: 10px;}aside img {      border:1px solid silver;}section {       margin-left: 250px;    margin-right: 195px;	text-align: justify;}section h1 {    padding-top: 20px;    padding-bottom: 0.4em;    color: #dd9661;}section h2 {    color: #dd9661;    padding-top: 1em;    padding-bottom: 0.6em;}section ul {    padding-left: 3em;}section li {    padding-bottom: 0.5em;}#steuerungoben li {    display: inline;}#steuerungoben a {    display: block;    width: 230px;    float: left;    text-align: center;line-height: 24px;    color: white;    text-decoration: none;}