#layer
	{
         position:		absolute;
         background-image:	url(img/layer.jpg);
         left:			150px;
         top:			100px;
         width:			650px;
         height:			650px;
         z-index:		2;
         overflow:		hidden;
         }
#banner
	{
         position:		absolute;
         background-image:	url(img/banner.jpg);
         left:			50px;
         top:			0px;
         width:			500px;
         height:			100px;
         z-index:		2;
         overflow:		hidden;
         }
#flash
	{
         position:		absolute;
         left:			770px;
         top:			20px;
         height:			130px;
         width:			130px;
         z-index:		4;
         border-top:	       	4px solid #F6C3C8;
         border-left:	       	4px solid #F6C3C8;
         border-right:	       	4px solid #D3297B;
         border-bottom:	       	4px solid #D3297B;
         overflow:hidden;
         }

#content
	{
         position:		absolute;
         left:			230px;
         top:			120px;
         width:			460px;
         height:			600px;
         z-index:		4;
         }
#navigation1
	{
         position:		absolute;
         left:			0px;
         top:			160px;
         height:			270px;
         z-index:		3;
         color:			#353535;
         width:			180px;
         }
#navigation2
	{
         position:		absolute;
         left:			770px;
         top:			480px;
         width:			180px;
         z-index:		3;
         color:			#353535;
         }
#unten_rechts
	{
         position:		absolute;
         right:			0px;
         top:			300px;
         width:			100px;
         height:			100px;
         z-index:		1;
         background-image:	url(img/emblem_rechts.jpg);
         }
