/* HGN Stylesheet fuer standardkonforme Browser */


body > #top_container {
  position:fixed;
  z-index:4;
  }
  
#top_container > #top {
  height:150px;
}

body > #nav {
  width:150px;
  position:fixed;
  top:150px;
  bottom:0px;
  left:0;
  z-index:4;
  }

#nav ul > li {
  display:block;
  margin-left:auto;
  margin-right:auto;
}

#nav > p#valid {
  margin:0;
  padding:0;
  position:fixed;     /*Link zu Validome zerschiesst sonst das Layout bei Opera  */
  width:150px;
  bottom:0;
}

body > #content_container {
  position:absolute;
  top:150px;
  left:150px;
  width:600px;
  bottom:0;
  padding:0;
  z-index:1;
  background:url(gifs/waterprint_mo.gif)no-repeat fixed bottom left;
}

#content_container > #content {
  margin:0px;
  z-index:1;
  background:url(gifs/waterprint_mo.gif)no-repeat fixed bottom left;
}

#content > #Seitenanfang {
  margin:-150px 0 0 0;
}    

#content > table.img.left {                   /*links floatende Bilder */
  padding:0;
  margin:5px 10px 5px 60px;
}  

#content > table.img.nofloat {  
  margin:5px 0px 5px 60px;
}

#content > table.img.right {                   /*rechts floatende Bilder */
  padding:0;
  margin:5px 20px 5px 10px;
}
#content > pre {
  overflow:auto;
}
body > #overlay { background-image: url(/popup/overlay.png);}


