
/* ------------- Navigation CSS Skolisohle ---------------- */
/*---------------- Navigation Top -----------------   */
/* style="position:absolute; left:102px; top:90px; width:650px; height:30px;*/
				#naviTop
	{ 
		position:absolute; 
		left:102px; 
		top:90px; 
		width:650px; 
		height:30px;
		z-index:1;
	}

/*----------- Ende Navigation Top -----------------   */	

/*---------------- Navigation Left -----------------   */
/*style="position:absolute; left:0px; top:122px; width:100px; height:695px; "*/	
				#naviLeft
	{ 
		position:absolute; 
		left:0px; 
		top:122px; 
		width:100px; 
		height:169px;
		z-index:2;
	}


				.linie
	{
		width:100px; 
		height:1px;		
	}
/*----------- Ende Navigation Left -----------------   */
