body {
  width: 100%;
  height: 100%;
  margin: 0px;
  font-family:verdana,arial;
}
#main {
  position:absolute;
  width:912px;
  left:50%;
  margin-left:-456px;
  height:500px;
}
#sheet {
  margin-top:50px;
  width:910px;
  height:480px;
  border:1px solid black;
  background-image:url(bilder/Grethe_Waldor_Start.png);
  background-repeat:no-repeat;
  background-position:left bottom;
}
#titel {
  margin-top:8px;
  margin-right:5px;
  text-align:right;
}
#subtitel {
  margin-top:10px;
  margin-right:5px;
  text-align:right;
}
#text {
  margin-top:55px;
  margin-left:410px;
  font-size:16px;
  width:480px;
}
#copyright {
  margin-top:2px;
  float:left;
}
#impressum {
  margin-top:2px;
  text-align:right;
}


a.first {
  color:black;
  font-weight:bold;
  padding-right:20px;
  background-image:url(bilder/R_pfeil.png);
  background-repeat:no-repeat;
  background-position:right center;
}
h1.first {
  font-weight:normal;
  font-size:16px;
}