body{
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  color:#000;
  font-family: tahoma,arial;
  font-size: 12px;
}
.logo{
  position: relative;
  left: 0px;
  top: 0px;
  width: 230px;
  height: 80px;
  z-index:1;
}
.hgtop{
  position:absolute;
  left: 0px;
  top:0px;
  height:620px;
  z-index:0;
}
.hgrechts{
  position:absolute;
  left: 924px;
  top:248px;
  background-color: #fff;
  z-index:1;
}
.intro{
  position: absolute;
  left: 400px;
  top: 250px;
}
a{
text-decoration: none;
color: #09C;
}
a.start{
    font-size: 32px;
    line-height: 1.5em;
    font-weight: bold;
    text-decoration: none;
    color: #09C;
}
a.gross{
font-size: 14px;
text-decoration: none;
color: #09C;
}
#head{
  position: relative;
  padding-bottom: 10px;
  top: 0px;
  left:50px;
  font-weight:bold;
  font-size: 24px;
  color:#09C;
}
.copy{
  position:relative;
  top: 0px;
  left: 50px;
  width: 450px;
  line-height: 1.5em;
}
.einspalter{
clear: both;
}    
