	body {background: #C3F0F1; margin: 0px }
	
	/* Farben der Links*/
	
	a:link	{font-weight:bold; color:black; text-decoration:none; } 
	a:active {font-weight:bold; color:black; text-decoration:none; } 
	a:visited { font-weight:bold; color:black; text-decoration:none; }	/* besuchter Link*/
	a:hover { font-weight:bold; color:#989898; text-decoration:none; }	/* Link beim Drüberfahren*/
	
	#kopfbereich {position: absolute; /* Position*/
				width:1000px/* alt: 100%*/; height:170px; /* Größe*/
				margin: 0px; /* Außenränder*/
				padding-top: 5px;
				background: #C3F0F1;/* Farben und Hintergrund*/
				font-family: Verdana, Arial, sans-serif; font-size: 11pt;/* Schriften*/
				line-height: 30px;  
				}
				/*Kopf im Tabellenformat: 
				1. Reihe zweispaltig; 2. Reihe zweispaltig aber Zellen verbunden über colspan*/
	#kopfbereich .kopfleiste {background-color: #C3F0F1; cellpadding:10}
	#kopfbereich .menuezeile  {background-color: #006699; cellpadding:10}

	#navigation   {position: absolute; left: 5px; top:180px;/* Position*/
	/* wenn 2 Kästen relativ sind, dann  würde das nächste drunter sitzen. Deswegen hier absolut*/
				width: 200px; /* Größe*/
				margin-top: 5px;/* Ränder*/
				background: #02BEBE;/* Farben und Hintergrund*/
				font-family: Verdana, Arial; font-size: 13pt;/* Schriften*/
				padding-left: 10px;	padding-top: 15px;	}
	#navigation ul {list-style-type: none; margin-left: 5px; padding-left:5px; font-family: Verdana, Arial; font-size: 12pt;color:#060606}
	#navigation ol {list-style-type: none; margin-left: 5px; padding-left:5px; font-family: Verdana, Arial; font-size: 11pt;color:#060606}
		
	
	#inhalt		{position: absolute; left: 215px; top: 180px;/* Position*/
				 width: 550px; /*alt 65%*/; /* Größe*/
				padding-top: 15px; padding-left: 15px;padding-right: 15px; /* Ränder*/
				margin-top: 5px; margin-bottom: 0px; margin-left: 10px; margin-right: 10px;/*Außenabstand*/
				background: #fffff0;/* Farben und Hintergrund*/
				font-family: Verdana, Arial; font-size: 12pt; margin-top: 5px;/* Schriften*/
				text-align: left; /*Textausrichtung*/
				}
	
	#inhalt	a:link	{font-weight:bold; color:#006699; text-decoration:none; } 
	#inhalt a:visited { font-weight:bold; color:#006699; text-decoration:none; }	/* besuchter Link*/
	#inhalt a:hover { font-weight:bold; color:#787878; text-decoration:none; }	/* Link beim Drüberfahren*/

	
	#inhalt img 	{margin-right: 10px; margin-bottom: 10px;margin-top: 10px;
					padding: 10px}
	#inhalt h4		{font-style:normal; text-align: center; margin: 3px;}
	#inhalt h3		{font-style:normal; text-align: center; margin: 3px;}
	#inhalt h2		{font-style: normal; text-align: center;  margin: 3px;}
	
	#inhalt ul 		{text-align:left; margin-left:20px;padding-left: 20px; list-style-type: square; color:black;}
	#inhalt ol 		{text-align:left; margin-left:40px;padding-left: 40px; list-style-type: none; color:black;}
	#inhalt table	{border:0;  cellspacing:2; cellpadding: 10px; width:90%; frame:void;
					td align:center; td valign: middle; font-size:9pt; font-style:normal;}
	
	#rechterbereich
				{position: absolute; left:800px; top:180px;/* Position*/		
				width: 180px;		
				padding-top: 15px; padding-left: 10px; padding-right: 10px; /* Ränder*/
				margin-top: 5px; margin-bottom: 0px; margin-left: 10px; margin-right: 10px;/*Außenabstand*/			
				background: #02BEBE;/* Farben und Hintergrund*/
				text-align: left;
				font-family: Verdana, Arial; font-size: 12pt; margin-top: 5px;/* Schriften*/
				}
	#rechterbereich h4		{font-style:normal; text-align: center; margin: 3px;}
	#rechterbereich h3		{font-style:normal; text-align: center; margin: 3px;}
	#rechterbereich h2		{font-style:normal; text-align: center; margin: 3px;}
	
	#rechterbereich	a:link	{font-weight:bold; color:#006699; text-decoration:none; } 
	#rechterbereich a:visited { font-weight:bold; color:#006699; text-decoration:none; }	/* besuchter Link*/
	#rechterbereich a:hover { font-weight:bold; color:#787878; text-decoration:none; }	/* Link beim Drüberfahren*/

	#rechterbereich img 	
					{ margin-right: 10px; margin-bottom: 10px; margin-top: 10px;
					  border:1px solid #454545;}
		
		div.table 	{width: 90%; text-align: left; font-family: Verdana, Arial; font-size: 0.8em;display:table; border-spacing:5px; padding:10px;}
		div.tr 		{ display:table-row; padding:5px; }
		div.td 		{ display:table-cell; padding:10px; font-family: Verdana, Arial; font-size: 1em;}
	
