﻿* {
    margin: 0;
    padding: 0;
}
body {
    text-align: center;
    background-image: url(images/hintergrund_hol.jpg);
    background-attachment: fixed;
    font-family: Arial, sans-serif;
}
header, nav, footer, aside, section {
    display: block;
}
#wrapper {
    width: 900px;
    margin: 0 auto;
    text-align: left;
    background-image: url(images/hintergrund_c.png);    
}
header {
    background-image: url(images/headerbild-malort.png);
    height: 350px;
    width: 900px;
    margin: 0 auto;
}
header p {
    text-align: right;
    padding-right: 15px;
}
header a {
    color: black;
}
#logotext {
    padding-top: 30px;
    font-size: 20pt;
    color: black;
}
#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: 180px;
    float: left;
    text-align: center;
    line-height: 30px;
    color: white;
    text-decoration: none;
}
#steuerungoben a:hover {
    background-image: url(images/grau-50.png);
}

aside {
    width: 360px;
    float: left;
}
aside p {
    margin-top: 65px;
    margin-left: 30px;
}
aside img {
    border:1px solid silver;
}
section {
    margin-left: 390px;
    margin-right: 30px;
}
section h1 {
    padding-top: 20px;
    padding-bottom: 0.4em;
    color: #cd3175;
}
section p {
    padding-bottom: 1em;
}
section h2 {
    color: #cd3175;
    padding-top: 1em;
    font-size: 12pt;
    padding-bottom: 0.6em;
}
section ul {
    padding-left: 3em;
}
section li {
    padding-bottom: 0.5em;
}

footer {
    background-image: url(images/grau-50.png);
    color: white;
    text-align: center;
    clear: both;
}