html,body {background-color:#333333; margin:0px; min-height:100%;z-index:1;}

div#background 
    { background-image:url(../images/backgroundguitar.jpg);
	 position:absolute;
	 left: 50%;
	 width: 650px;
	 margin-left: -325px; /* negative Hälfte von width */
	 top: 50%;
	 height: 550px;
	 margin-top: -275px; /* negative Hälfte von height */
	 z-index:1;}

div#balken
    {position:relative;
	 background-color:#d0cece;
	 width: 400px;
	 min-height:100%;
	 margin-top:0px;
	 margin-left: 5%;
	 opacity:.92;
	 -moz-opacity: 0.92;
	 filter: Alpha(opacity=92);
	 z-index:3;
	 margin-top: 0;
	 bottom:0px;
	 padding:0px;}
	 
div#schriftzug 
   {position:relative;
   background-image:url(../images/schriftzug.gif);
	 width: 228px;
	 min-height:23px;
	 margin-left: 6%;
	 margin-top: -27px;}

div#rahmen
    {margin-top:0px;
	 position:absolute;
	 left: 50%;
	 width: 650px;
	 margin-left: -325px; /* negative Hälfte von width */
	 height: 100%;
	 z-index:2;}
  
div#help
   {
	 position:absolute;
	 left: 50%;
	 width: 650px;
	 margin-left: -325px; /* negative Hälfte von width */
	 top: 50%;
	 height: 550px;
	 margin-top: -275px; /* negative Hälfte von height */
	 z-index:4;}
	 
div#headerfoto
    { background-image:url(../images/headerfotos.jpg);
	  position:relative;
	  margin-top:3px;
	  width:400px;
	  height:133px;
	  margin-left: 5%;}
	  
div#dates
    {position:relative;
	 background-color:#888888;
	 width: 400px;
	 min-height:100px;
	 margin-top:0px;
	 margin-bottom:0px;
	 margin-left: 5%;
	 opacity:.70;
	 -moz-opacity: 0.70;
	 filter:alpha(opacity=70);
     }
	  
div#content 
     { position:relative;
	 width: 400px;
	 min-height:317px;
	 max-height:317px;
	 margin-left: 5%;	
	 overflow: auto;}  	 
	 

div#navi
    {position:relative;
	 background-color:#d0cece;
	 width: 180px;
	 min-height:300px;
	 margin-top:138px;
	 margin-left: -22%;
	 opacity:.85;
	 -moz-opacity: 0.85;
	 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85, FinishOpacity=85, Style=2);
	 }
    
div#help2
   {
	 position:absolute;
	 left: 50%;
	 width: 650px;
	 margin-left: -325px; /* negative Hälfte von width */
	 top: 50%;
	 height: 550px;
	 margin-top: -275px; /* negative Hälfte von height */
	 z-index:4;}	
	 
div#eingang  { background-image:url(../images/backgroundguitar.jpg);
	 position:absolute;
	 left: 50%;
	 width: 800px;
	 margin-left: -400px; /* negative Hälfte von width */
	 top: 50%;
	 height: 535px;
	 margin-top: -268px; /* negative Hälfte von height */
	 z-index:1;}
	