/* Allgemeiner Hintergrund: Farbe blau #336699, Bild: Dekortapete */
body 
{ background-color: #336699;
  background-image: url(003366.png); /* Blau */
	height: 100%;
	margin: 110px 0px 0px 0px;
	padding: 0px; }
/* fixierte Navibox */	
#fix
{ background-color: #336699;
  background-image: url(003366.png);
  margin: 0px;
  padding: 0px;
  position: fixed;
	top: 0px; left: 0px;
	width: 100%; }
/* Scrollbox */
#box div
{ height: 100%;
  width: 100%;
  margin: 0px;
  position: static; }
	/* Bilderrahmen */
.imgRahmen
{border: 2px;
 border-color:#336699;
 border-style:inset; }	