/* Allgemeiner Hintergrund: Farbe grau #808080, Bild: Dekortapete */
body 
{ background-color: #808080;
  background-image: url(004f4a.png);
	height: 100%;
	margin: 80px 0px 0px 0px;
	padding: 0px; }
/* fixierte Navibox */	
#fix
{ background-color: #808080;
  background-image: url(004f4a.png);
  margin: 0px;
  padding: 0px;
  position: fixed;
	top: 0px; left: 0px;
	width: 100%; }
/* Scrollbox */
#box div
{ height: 100%;
  width: 100%;
  margin: 0px;
  position: static; }