
	*{
	 font-size: 16px;
	 font-family:Comic Sans MS, Verdana, Arial, sans-serif;
	 line-height:24px;  
	}
	
	body { 
		margin:0; padding:0; background-image:url(images/bg_hellblau.jpg);
}
		
	h1 { font-size: 24px; text-align:center; }
	
	ul { position:absolute; top:270px; }
	
	
	#navi { position:fixed; top:0px; left:5px; width:220px; height:100%;
			/* border-right: 2px solid blue;} */
			}
	#navi li a { display:block; text-decoration: none; font-size:14px;
				}
	
	#navi li.active { text-decoration: underline;  }

	#textbox { position:absolute; top:10px; left:229px; width:600px; height:100%; padding:10px;
				 }
	
	.block { text-align:justify; }
	.center { text-align:center; }
	.left { text-align:left; }
	
	.foto { padding-left:10px; }
	
	
		
	#sidebar { position:fixed; top:150px; left:900px;  }
