body, html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  background-color: #383330;
  position: relative;
}
#seite {
  top: 45%;
  height: 400px;
  margin-top: -200px;
  width: 100%;
  position: absolute;
}
h1 {
  text-transform: uppercase;
  padding-left: 7%;
  padding-top: 48px;
  text-align: left;
  font-weight: bold;
  color: white;
  font-size: 27px;
  font-family: Arial,Helvetica,sans-serif;
}
#oben {
  margin: 0px;
  padding: 0px;
  background-color: #383330;
  width: 100%;
  height: 100px;
  float: left;
}
#mitte {
  overflow: hidden;
  height: 300px;
  float: left;
  background-color: #615c5c;
  clear: both;
  width: 100%;
}
#mitte a {
  font-size: 13px;
  text-decoration: none;
  float: left;
  font-weight: bold;
  font-family: sans-serif;
  clear: left;
  color: white;
  text-align: left;
}
#mitte ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  float: left;
  text-align: center;
  position: relative;
  left: 53%;
}
#mitte li {
  padding-top: 70px;
  right: 50%;
  position: relative;
  float: left;
  list-style-type: none;
}
#mitte a:link {
  color: white;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  width: 190px;
}
#mitte a:hover {
  font-family: sans-serif;
  font-size: 12px;
  color: #ccccff;
  font-style: italic;
}
#mitte a:focus {
  text-decoration: none;
}
#mitte a:visited {
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  color: #cccccc;
  font-family: sans-serif;
  text-transform: uppercase;
  width: 190px;
}
#unten {
  margin: 0px;
  padding: 0px;
  height: 100px;
  background-color: #383330;
  float: left;
  width: 100%;
}
.img {
  float: right;
  margin-right: 7%;
  margin-bottom: 0px;
}
#unten a {
  text-decoration: none;
  color: white;
}
#unten ul {
  list-style-type: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-align: right;
  padding-right: 7%;
}
#unten.li {
  font-family: Arial,Helvetica,sans-serif;
}
#unten a:link {
  text-decoration: none;
  color: white;
}
