 html{
  height:100%;
  margin:0;
  padding:0;}

body{
  background-image:url(graphik/hintergrund1.jpg);
  height:100%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size:0.8em;
  color: #59002D;
  margin:0;
  padding:0;}

a{
  color: maroon;
  font-weight: normal;
  text-decoration: underline;
  font-size:0.9em;
}

a:hover{
  text-decoration: none;
}

#box2{
  background-image:url(graphik/hintergrund2.jpg);
  height:90%;
  min-height:90%;
  margin:0px 70px 0px 130px;
  padding:10px 30px 10px 30px;
  border:3px ghostwhite;
  border-style: none outset outset outset;}

body>#box2{height:auto;}

#box3{
  background-image:url(graphik/hintergrund1.jpg);
  height:5%;
  max-height:5%;
  margin:0;
  padding:0;
  position:relative}

#navigation a {
  color: navajowhite;
  font-weight: bold;
  text-decoration: none;
}

#navigation a:hover {
  color: sandybrown;
}

#navigation{
  background:maroon;
  width:100%;
  padding:10px;
  float:left;
  position:relative; right:160px;
  border-style: outset;
  border:2px #FFFFFF;
  margin:10px 0px 30px 0px;
  text-align:left;
  color:navajowhite;
}