html {
    padding: 0;
  }
body {
    margin: 0; padding: 0; 
  }
#box1 {
    z-index:6;
    position: absolute;
    top: 0px; left: 0px;
    width: 96%;
  height:  99%;
    border: 0px solid silver;
    margin-left: 0em;
    padding: 0 0em;
    border-left: 0px ridge gray; border-top: 0px ridge gray;
  }
#hinter{
 z-index:1;
  width: 100%;
  height: 100%;
}
* #hinter {  /* versteckt vor Netscape 4 */
  }
html>body #hinter {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  
 #boxinfo{
    z-index:4;
     position: absolute;
    top: -10240px; left: -2524px;
 }