#Navigation {
  color: white;
  max-height: 30px;
  top: 233px;
  background-color: black;
  height: 2.5%;
  font-family: Arial,Helvetica,sans-serif;
  padding-bottom: 0.5em;
  position: absolute;
  padding-top: 0.4em;
  font-size: 0.8em;
  text-align: center;
  left: 236px;
  width: 60%;
}
#Head {
  text-align: center;
  width: 60%;
  background-repeat: no-repeat;
  height: 233px;
  padding-top: 1em;
  left: 236px;
  font-weight: inherit;
  top: 0px;
  position: absolute;
  padding-bottom: 1em;
  background-image: url(images/verlauf.jpg);
}

#Language {
  top: 300px;
  left: 0px;
  width: 233px;
  text-align: center;
  position: fixed;
 }

#Body {
  left: 236px;
  top: 300px;
  position: absolute;
  width: 60%;
}
#Textbody {
  font-size: 1.2em;
  padding-bottom: 0.5em;
  font-family: "Times New Roman",Times,serif;
  display: block;
  position: relative;
  overflow: auto;
}
#Footer {
  position: relative;
  min-height: 100px;
  height: 10%;
  background-image: url(images/Gesamtbild_Final.jpg);
}
#Logo {
  height: 236px;
  width: 236px;
  position: fixed;
  top: 0px;
  left: 0px;
}
h1 {
  padding-top: 26px;
  font-family: "Times New Roman",Times,serif;
  font-variant: small-caps;
}
a.navi:link {
  color: white;
  text-decoration: none;
}
a.navi:visited {
  color: silver;
  text-decoration: none;
}
a.navi:focus {
  color: #CC0000;
  text-decoration: none;
}
a.navi:hover {
  color: #CC0000;
  text-decoration: none;
}
a.navi:active {
  color: #333333;
  text-decoration: none;
}
a.body:link {
  color: black;
}
a.body:visited {
  color: silver;
  text-decoration: none;
}
a.body:focus {
  color: red;
  text-decoration: none;
}
a.body:hover {
  color: red;
  text-decoration: none;
}
a.body:active {
  color: red;
  text-decoration: none;
} 
  


