	

	/*	======================================================
		Grundgerüst Stylesheet
		(1) Body
		(2) Layout Gerüst
		(3) Navigations-Elemente
	====================================================	*/
	
	
	
	
	
	/* =====================================================
		 (1) Body 
	====================================================	*/
	body {
		margin:20px;
		background:#E5E5E5;
		background-image: url(higru.gif);
		color: #333333;
		text-align:center;
		padding:0;
		}
	
	
	
/* =====================================================
		 (2) Layout-Gerüst 
	====================================================	*/

	/* Container für den gesamten Inhalt */
	#wrapper {
		width: 950px;
		height: 570px;
		padding: 0px;
		overflow: hidden;
		background-color: white;
		}

	
