html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  overflow:hidden;
}

body {
  font-family:sans-serif;
}

#hintergrund {
  position:absolute;
  width:100%;
  height:100%;
  z-index:1;
}

#scrollbereich {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:auto;
  z-index:2;
}

#inhalt {
  padding:0px 100px 30px 100px;
  z-index:2;
}






.textref {  font-size: 11px; text-align: justify}
p {  font-size: 11px; text-align: justify; font-family: Arial, Helvetica, sans-serif}

A.blau:link { color: #000000; text-decoration:none; }
A.blau:visited { color:#000000; text-decoration:none; }
A.blau:active { color: #000000; text-decoration:none; }
A.blau:hover { color: #000000; text-decoration:underline; }

A.orange:link { color: #FF9966; text-decoration:none; }
A.orange:visited { color:#FF9966; text-decoration:none; }
A.orange:active { color: #FF9966; text-decoration:none; }
A.orange:hover { color: #CC3300; text-decoration:underline; }



