body {
  background-color: green;
  margin-left: auto;
  margin-right: auto;
  text-align:justify;
}

.titel {
  width: 90%;
}

h1 {
  color: white;
  font-size: 35px;
  text-align:center;
}

#Bildtitel {
  float:left;
}


#logo {
  float: right;
}


#navigation a:link, #navigation a:visited {
  text-decoration: none;
  color: #806640;
  display: block;
  font-weight: bold;
  padding: 2px;
  border-left: 23px solid #E6B871;
  background-color: #E6B873;
  color: #3054BF;
}

#navigation a:hover {
  color: #3054BF;
  background-color: #E6DCCF;
  border-left 23px solid white;
  color: #806640;

}