/*	Vorlage für Links */
a:link
{
	font-family: Verdana, Arial, Helvetica;
	color: rgb(255,255,255); 
	text-decoration : none;
	font-size: 11px;
      font-weight: bold;
	
}
/*	Vorlage für besuchte Links */
a:visited
{
	font-family: Verdana, Arial, Helvetica;
	color: rgb(255,255,255); 
	text-decoration : none;
	font-size: 11px;
      font-weight: bold;
} 
/*	Vorlage für aktive Links */
a:active 
{
	font-family: Verdana, Arial, Helvetica;
	color: #006F57;
	text-decoration : none;
	font-size: 11pxt;
      font-weight: bold;
}
/*	Vorlage für aktive Links bei Mouse over*/
a:hover { 
	font-family: Verdana, Arial, Helvetica;
	color: rgb(102,255,0);
	background-color: rgb(218,36,43); 
	font-size: 11pxt;
      font-weight: bold;

}

.norm{
font-family: Verdana, Arial, Helvetica;
	color: rgb(0,0,0);
	font-size: 11px;
      font-weight: bold;
}
/*	Vorlage für für Hintergrund und Schriftarten aller Dokumente*/
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: #CCCCCC;
/*	background-color: rgb(255,255,255);*/
/*	color: #E8E3E1; */
	color: rgb(0,0,0);
	font-size: x-large;
	
}

/*	Vorlage für Tabelen*/
table
{
	table-border-color-light: rgb(0,0,0);
	table-border-color-dark: rgb(0,0,0); 
}
