
html, body 
{ 
  top: 0;
  right: 0;
  left: 0;
  min-height: 98%;
  width: 100%;
}

body.bodyOffer
{
  /*background: none;*/
}

#angoben
{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;  
  overflow:none;
}

#angunten
{
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: none;
}

#Layer1
{
  overflow: auto;
  position: fixed;
  left: 0px;    
  width: 100%;
}

#innercontent
{
  width: 750px;
  margin: 10px auto;
}