body 
   {
	/* Farbinformationen für die Scrollleiste */
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #989898;
	SCROLLBAR-SHADOW-COLOR: #989898;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #989898;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	
   }

.header {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.header a:link 
    {
	  /* Standardfarbe für Links */
	  color:#FFFFFF;
      text-decoration:underline;
    }
.header a:visited 
    {
	  /* Standardfarbe für besuchte Links */
	  color:#FFFFFF;
      text-decoration:underline;
    }
.header a:hover 
    {
	  /* Standardfarbe für Links bei mouseover */
	  color:#000000;
      text-decoration:underline;
    }
.header a:active 
    {
	  /* Standardfarbe für Links bei onactive */
	  color:#FF0000;
      text-decoration:underline;
    }


.navigation {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
.navigation a:link 
    {
	  /* Standardfarbe für Links */
	  color:#FFFFFF;
      text-decoration:none;
    }
.navigation a:visited 
    {
	  /* Standardfarbe für besuchte Links */
	  color:#FFFFFF;
      text-decoration:none;
    }
.navigation a:hover 
    {
	  /* Standardfarbe für Links bei mouseover */
	  color:#000000;
      text-decoration:none;
    }
.navigation a:active 
    {
	text-decoration:none;

.main {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.main a:link 
    {
	  /* Standardfarbe für Links */
	  color:#000000;
      text-decoration:underline;
    }
.main a:visited 
    {
	  /* Standardfarbe für besuchte Links */
	  color:#FF0000;
      text-decoration:underline;
    }
.main a:hover 
    {
	  /* Standardfarbe für Links bei mouseover */
	  color:#FF0000;
      text-decoration:underline;
    }
.main a:active 
    {
	  /* Standardfarbe für Links bei onactive */
	  color:#FF0000;
      text-decoration:underline;
}
.headerk3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}


.td {
	/* Standardschriftinformationen für Texte in Tabellenzellen */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}

