 {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
	background-image:url(../images/bonaire_kueste1.jpg);
   background-attachment: fixed;
    font-family: Arial, sans-serif;
}
}
header, nav, footer, aside, section {
    display: block;
}
header {
   
	background-image:url(../images/wolken.png)
    height: 151px;
    width: 900px;
    margin: 0 auto;
}

#steuerungoben {
    background-image: url(../images/grau-50.png);
    height: 30px; 
}
#steuerungoben ul {
    list-style-type: none;
}
#steuerungoben li {
    display: inline;
}
#steuerungoben a {
    display: block;
    width: 165px;
    float: left;
    text-align: center;
    line-height: 24px;
    color:#FFF;
    text-decoration: none;
}
#steuerungoben a:hover {
    background-image: url(../images/grau-50.png);
}
#steuerunglinks {
    width: 220px;
    float: left;
}
#steuerunglinks ul {
    padding-left: 2em;
    padding-top: 20px;
    list-style-type: none;
}

#steuerunglinks ul ul {
    list-style-type: square;
}
#steuerunglinks li {
    padding-bottom: 0.5em;
}
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;
	color: #666;
}
section h1 {
	padding-top: 20px;
	padding-bottom: 0.4em;
	color: #00C;
}
section h2 {
	color: #00C;
	padding-top: 1em;
	padding-bottom: 0.6em;
}
section p {
    padding-bottom: 1em;
}
section ul {
    padding-left: 3em;
}
section li {
    padding-bottom: 0.5em;
}

#wrapper {
    width: 900px;
    margin: 0 auto;
    text-align: left; 
    background-image: url(../images/durchsichtig8.png);   
}

header p {
    text-align: right;
    padding-right: 15px;
}
#logotext {
	padding-top: 50px;
	letter-spacing: 10px;
	font-size: 20pt;
}
header a {
    color: blue;
}

footer {
    background-image: url(../images/grau-50.png);
    color: white;
    text-align: center;
    clear: both;
}#logotext strong {
	font-size: 44pt;
	color: #00F;
	text-shadow: 10px 11px 12px #006;
}
#wrapper footer p {
	font-size: 16px;
	font-weight: bold;
}
.bildrechts {
    float: right;
    border: 1px solid silver;
    background-color: #CECEBF;
    margin: 8px 0 8px 8px;
padding: 10px;}
.bildlinks {
    float: left;
    border: 1px solid silver;
    background-color: #CECEBF;
    margin: 10px 10px 10px 0px;
    padding: 10px; 