body {
    text-align: center;
}
header {
    background-image: url(/bilder/titelbild.jpg);
    width: 900px;
    height: 675px;
    margin: 0 auto;
}
body {
background-color: #007474;
}
#steuerungoben {
    background-color: #313c48;
    height: 24px;
}
#steuerungoben ul {
    list-style-type: none;
}
#steuerungoben li {
    display: inline;
}
#steuerungoben a {
    display: block;
    width: 230px;
    float: left;
    text-align: center;
    line-height: 24px;
    color: white;
    text-decoration: none;
}
#steuerungoben a:hover {
    background-color: #666666;
}
#wrapper {
    width: 900px;
    margin: 0 auto;
    text-align: left; 
}
* {
    margin: 0;
    padding: 0;
}
#logotext {
    padding-top: 50px;
    font-size: 20pt;
    color: white;
}
#steuerungfooter {
    background-color: #313c48;
    height: 24px;
}
#steuerungfooter ul {
    list-style-type: none;
}
#steuerungfooter li {
    display: inline;
}
#steuerungfooter a {
    display: block;
    width: 230px;
    float: left;
    text-align: center;
    line-height: 24px;
    color: white;
    text-decoration: none;
}
#steuerungfooter a:hover {
    background-color: #666666;
}
section {
    margin-left: 75px;
    margin-right: 75px;
    text-align: left;
}
section h1 {
    padding-top: 20px;
    padding-bottom: 0.4em;
    color: white;
    font-size: 20px;
    text-align: center;
}
section h2 {
    padding-top: 20px;
    padding-bottom: 0.4em;
    color: white;
    font-size: 20px;
    text-align: center;
}
section h3 {
    padding-top: 20px;
    padding-bottom: 0.4em;
    color: white;
    font-size: 20px;
    text-align: center;
}
section h4 {
    padding-top: 20px;
    padding-bottom: 0.4em;
    color: white;
    font-size: 20px;
    text-align: center;
}
section h5 {
    padding-top: 20px;
    padding-bottom: 0.4em;
    color: white;
    font-size: 20px;
    text-align: center;
}
div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  text-decoration: none;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  text-decoration: none;
}
div.titel {
    padding-top: 20px;
    padding-bottom: 10px;
    color: silver;
    font-size: 24px;
    text-align: center;
}
div.offen {
    padding-top: 20px;
    padding-bottom: 0.4em;
    color: silver;
    font-size: 16px;
    text-align: center;
}
div.anfahrt {
    padding-top: 20px;
    padding-bottom: 0.4em;
    color: silver;
    font-size: 16px;
    text-align: center;
}
div.leistungen {
    padding-top: 20px;
    padding-bottom: 0.4em;
    color: silver;
    font-size: 16px;
    text-align: left;
}
div.kontakt {
    padding-top: 20px;
    padding-bottom: 0.4em;
    color: silver;
    font-size: 16px;
    text-align: center;
}
div.desc {
  padding: 15px;
  color: silver;
  text-align: center;
  text-decoration: none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
  text-decoration: none;
}