body {
  color: black; background-color: white;
  text-align: center;
  font-family: Arial;
}
div#main {
  text-align:left;
  border: 2px solid black;
  margin: 0 auto;
  width:800px;
}
div#header {
  background-image:url(header5.jpg);
  height:300px;
  width:800px;
}
div#navigation{
  color: white; background-color: black;
  border: 1px solid black;
  line-height: 2;
}
div#navigation a:link{
  font-weight: bold;
  text-decoration: none;
  color: white;
}
div#navigation a:visited{
  font-weight: bold;
  text-decoration: none;
  color: white;
}
div#navigation a:hover{
  font-weight: bold;
  text-decoration: underline;
  color: white;
}
div#inhalt{
  border: none;
  float:left;
  width:600px;
  margin: 0 ; padding: 5;
  font-size:80%;
  line-height:2;
}
div#info{
  border: 1px dashed silver;
  margin: 5 5 1em 615px;
  padding: 2 2;
  background-color: #eee;
  font-size:90%;
}
div#info a:link{
  text-decoration: underline;
  color: black;
}
div#info a:visited{
  text-decoration: underline;
  color: black;
}
div#info a:hover{
  text-decoration: underline;
  color: black;
}
div#footer{
  clear:both;
  text-align:center;
  font-weight:bold;
  font-size:60%;
  color: white; background-color: black;
  border: 1px solid black;
}
div#footer a:link{
  font-weight: bold;
  text-decoration: none;
  color: white;
}
div#footer a:visited{
  font-weight: bold;
  text-decoration: none;
  color: white;
}
div#footer a:hover{
  font-weight: bold;
  text-decoration: underline;
  color: white;
}
    
