@charset "UTF-8";
	.divMapNormal{
		position: absolute;
	 	left: 220px;
	  	right: 1px;
	   	bottom: 1px; 
	   	top: 91px;
	}
	
	.divMapOnlyOneLevel{
		position: absolute;
	 	left: 10px;
	  	right: 10px;
	   	bottom: 10px; 
	   	top: 10px;
	
	}
	
	 .divMapFullScreen:-moz-full-screen {  
        height: 100%;  
        position: absolute;
	 	left: 0px;
	 	top: 0px;
        width:100%;
      }  
      .divMapFullScreen:-webkit-full-screen {  
        height: 100%;  
        position: absolute;
	 	left: 0px;
	 	top: 0px;
        width:100%;
      }  
      .divMapFullScreen:-ms-fullscreen {  
        height: 100%;  
        position: absolute;
	 	left: 0px;
	 	top: 0px;
        width:100%;
      }  
      .divMapFullScreen:fullscreen {  
        height: 100%;  
        position: absolute;
	 	left: 0px;
	 	top: 0px;
        width:100%;
      }  