/* Allgemeiner Hintergrund: Farbe Grau #333333, Bild: Dekortapete */
body 
{ background-color: #336666;
  background-image: url(333333.png); /* Kirsch */
	height: 100%;
	margin: 110px 0px 0px 0px;
	padding: 0px; }
/* fixierte Navibox */	
#fix
{ background-color: #336666;
  background-image: url(333333.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:#333333;
 border-style:inset; }