/*	Vorlage für Links */
a:link
{
	font-family: Verdana, Arial, Helvetica;
	color: #006F57; 
	text-decoration : none;
      font-weight: bold;
}
/*	Vorlage für besuchte Links */
a:visited
{
	font-family: Verdana, Arial, Helvetica;
	color: #006F57; 
	text-decoration : none;
      font-weight: bold;
} 
/*	Vorlage für aktive Links */
a:active 
{
	font-family: Verdana, Arial, Helvetica;
	color: #006F57; 
	text-decoration : none;
      font-weight: bold;
}

/*	Vorlage für aktive Links bei Mouse over*/
a:hover { 
	font-family: Verdana, Arial, Helvetica;
	color: rgb(255,255,255);
	background-color: #006F57; 
      font-weight: bold;
}

/*	Vorlage für für Hintergrund und Schriftarten aller Dokumente*/
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: #CCCCCC;
	
/*	background-color: #E8E3E1;  */
/*	background-color: rgb(255,255,255);*/
/*	color: #E8E3E1; */
	color: rgb(0,0,0);
	font-size: 8pt;
	
}


/*	Vorlage für Tabellen*/
table
{
	table-border-color-light: rgb(0,0,0);
	table-border-color-dark: rgb(0,0,0); 
	color: rgb(0,0,0);
	font-size: 8pt;
	
}

/*	Vorlage für Überschrift 1 */
h1
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}

/*	Vorlage für Überschrift 2 */
h2
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
   font-weight: bold;
}


/*	Vorlage für Überschrift 3 */
h3
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
}


/*	Vorlage für Überschrift 4 */
h4
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
}

/*	Vorlage für Überschrift 5 */
h5
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #006F57;
   font-weight: bold;
}


/*	Vorlage für Überschrift 6 */

h6
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #800000;
   font-weight: bold;
}



/*	Vorlage für Überschriften in den einzelnen Zeilen  */
strong.title {
font-size: 10pt;
font-weight: bold;
color: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}