	/*<!-- Rahmen position -->*/	
	#rahmen1 {
		z-index:10;
		position:absolute;
		top:0px;
		left:0px;
		padding-bottom:50px;
	}
	/*<!-- Rahmen position -->*/
	
	/*<!-- navi_tr position -->*/	
	#navi_tr {
		z-index:10;
		height:30px;
		
	}
	/*<!-- navi_tr position -->*/
	/*Layer*/
		
		#body_a        
		   { 
		   text-align: center; 
		   position: absolute; 
		   top: 125px; 
		   left: 0px; 
		   width: 100%; 
		   height: 1px; 
		   overflow: visible; 
		   visibility: visible; 
		   display: block;
		   z-index:1;
		   } 

		#body_b 
		   { 
		   margin-left: -410px; 
		   position: absolute; 
		   top: -115px; 
		   left: 50%; 
		   width: 820px; 
		   height: 250px; 
		   z-index:1;
		   } 
			
	/*Layer*/
