html {
  background-color: #fff9bd;
  font-family:'Trebuchet MS', Helvetica, sans-serif;
  font-size: 20px;
  width:1240px;
  margin-left: 20px;
  margin-right: 20px;
}

h1 {
  font-size: 30px;
  margin-top: 60px;
}

a:link{
  text-decoration: none;
  color: #885b5b;
}

a:visited{
  text-decoration: none;
  color: #5b8881;
}

a:hover{
  text-decoration: none;
  color: #101010;
}

a:active{
  text-decoration: none;
  color: #747474;
}

.inhalt {
    font-family:'Trebuchet MS', Helvetica, sans-serif;
    background-color: #fff9bd;
  }

.ImprTitel{
  text-align: center;
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.ImprText{
  margin-left: 400px;
  line-height: 130%;
}

.mytext {
    margin-left: 200px;
}

.bild {
  margin-top: 30px;
  text-align: center;
}

img {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.navigation {
  text-align: center;
  font-size: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  letter-spacing: 1px;
}

.impressum {
  text-align: center;
  margin-top: 20px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
