<style type="text/css">
*{margin:0;padding:0;}
<!-- 

/* Formatierung für gesamte Seite */
 	
 	body
	 	{
	 	background-color: #ffffff;
		text-align: center;
	 	font-family: Verdana, Tahoma;
	 	font-size: 10pt;
	 	font-weight: light;
	 	color: #000000;
	 	margin-top: 0px;
	 	scrollbar-face-color: #ffffff;
		scrollbar-shadow-color: #000000;
		scrollbar-highlight-color: #000000;
		scrollbar-3dlight-color: #ffffff;
		scrollbar-darkshadow-color: #ffffff;
		scrollbar-track-color: #ffffff;
		scrollbar-arrow-color: #DEDDDD;
	 	}

	.dunkelgrau { background-color:#bfbfbf; }
	.hellgrau { background-color:#dfdfdf; }
	.blau { background-color:#ebebf4; }
	
	
	.Tabelle 	{
		font-size: 10pt;
		font-weight: lighter;
		}
		
	.Tree 	{
		font-size: 12pt;
		font-weight: lighter;
		}


	.mover01	{
		font-size: 24pt;
		}
	
	h1
		{
		font-size: 32pt;
		}

	h2 
		{
		font-size: 24pt;
		}
	
	h3 
		{
		font-size: 13pt;
		font-weight: bold;
		}
		
	h4 
		{
		font-size: 11pt;
		font-weight: lighter;
		}


/* Verweise */
	a:link
		{
		color:#000000;
		text-decoration: none;
		}
	a:visited
		{
		color:#000000;
		text-decoration: none;
		}
	a:active
		{
		color:#DC2B19;
		font-weight: bold;
		text-decoration: none;
		}
	a:hover   						/* Verweise bei "MouseOver" */
		{
		color:#8a8a7f;
		font-weight: bold;
		text-decoration: none;
		}
	 
-->
</style>
