		/* allg. Definitionen der Bereiche
        -----------------------------------------------------*/
        #Header, #ContentContainer, #Footer {
        	width:86.2727em;
            margin: 0 auto;         
        }             
        /* Header Bereich 
        ----------------------------------------------------- */
        #Header {}        
        #HeaderTop{
        	float: left;
    		width: 100%;
        }
        #HeaderTopContent{
        	float: left;
    		width: 100%;
        }       
        #HeaderTopContent > div {width:100%;float: left;}
        #HeaderTopContentLeft {            
            width:60%;
            float:left;            
        }
        #HeaderTopContentRight{
        	width:40%;            
        	float:left;            
            text-align: right;
            overflow:hidden;
		}        
		#HeaderBottom {
    		clear: both;
    		width: 100%;            
		}
        #HeaderBottomContent{ }
        #MainNavigation{}
        /* Content - Bereich
        -----------------------------------------------------------*/
        #ContentContainer{ 
            margin: 0 auto;    	
   	 	    width: 86.2727em;
            margin: 44px auto 0;
        }
        /*#Content{
    	    box-shadow: 0 0 0.454545em #597870;
        	-moz-box-shadow: 0 0 0.454545em #597870;
			-webkit-box-shadow: 0 0 0.454545em #597870;
        	border-top: 1px solid #597870;        
        	
        	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius=5);
        	zoom:1;
        	background-color: rgb(89, 120, 112);  
    	}*/
        #ContentWrap{        	
    	    box-shadow: 0 0 0.454545em #597870;
        	-moz-box-shadow: 0 0 0.454545em #597870;
			-webkit-box-shadow: 0 0 0.454545em #597870;
        	border-top: 1px solid #597870;        
        	
        	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius=5);
        	zoom:1;
        	background-color: rgb(89, 120, 112);
        }
        /*#Content > div {
    	 	padding: 2.72727em 3.63636em;
         	background-color: rgb(255, 255, 255);
      		position:relative;               
        	overflow: hidden;
        }*/
        #ContentWrap > div{
        	padding: 2.72727em 3.63636em;
         	background-color: rgb(255, 255, 255);
      		position:relative;               
        	overflow: hidden;
        }
       	
        /* Footer Bereich 
        ------------------------------------------------------*/
        #Footer {}
        #FooterContent{
            min-height: 30px;
            padding: 0.909091em 0 2.72727em 3.63636em;
        }
