/* CSS Document */



body {
	/* background-image: url(img/bg.jpg); */
	background-repeat: no-repeat;
}


#site {
      margin-left: -400px; /* die hälfte der Breite */
      position: absolute;
      top: 1px;
      bottom: 0px;
      width: 800px;
      left: 50%;
      padding: 0px 0px 0px 0px; /* je nach Geschmack ;) */

}



#flash {
	z-index: 150;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(img/----------.gif);
	background-position: top left;
	background-repeat: no-repeat;
}




#camembert {
      z-index: 150;
	position: absolute;
}


#description { position: absolute; top: 0px; left: 0px; display: none; }


