BODY
	{

	 /* Schrift generell*/
	 
   	 font-family: Arial, Helvetica, sans-serif;
   	 font-size: 12px;
	 color: #000000;

	 	 
	 /* Scrollbars */

	 scrollbar-DarkShadow-Color:#000000; 
	 scrollbar-Track-Color:#ffdfdf; 
	 scrollbar-Face-Color:#ff9999; 
	 scrollbar-Shadow-Color:#999999; 
	 scrollbar-Highlight-Color:#ffffff; 
	 scrollbar-3dLight-Color:#cccccc; 
	 scrollbar-Arrow-Color:#000000

	} 


/* Links */

a:link		{ text-decoration: none; }
a:visited	{ text-decoration: none; }
a:hover		{ text-decoration: none; }
a:active	{ text-decoration: none; }



/* Schrift speziell */


.titel_rot
	{
	 font-family: Arial, Helvetica, sans-serif;
   	 font-size: 15px;
	 font-weight: bold;
	 color: #FF0000
	}

.text_normal
	{
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 13px;
	 color: #000000
	}



.text_blocksatz
	{
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 13px;
	 text-align: justify;
	 color: #000000
	}


.text_link
	{
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 13px;
	 text-align: justify;
	 color: #FF0000
	}

