a:link		

		{ 

			color: gray;
			
			text-decoration: underline;

		}



a:visited 		

		{ 

			color: red;
			
			text-decoration: underline;

		}

a:active 		

		{ 

			color: #ff0000; 
			
			text-decoration: underline; 

		}

a:hover 		

		{ 

			color: red; 

			text-decoration: underline;

		}



a.link1	/* roten Seiteninhaltslinks */

		{	

			font-family : Arial,Courier New,Times New Roman,Helvetica,Geneva,Swiss,SunSans-Regular; 

			color: black; 

			text-decoration : none; 

			font-size : 10pt; 
			
			font-weight : bold;
			
			line-height:1.1;

		}



a.link1:VISITED /* roten Seiteninhaltslinks */

		{

			color: black; 

			text-decoration: none;

		}

		

a.link1:ACTIVE  /* roten Seiteninhaltslinks */

		{

			color: red; 

			text-decoration: none;

			

		}

		

a.link1:HOVER  /* roten Seiteninhaltslinks */

		{ 

			color: red; 

			text-decoration: none; 
			
			
		

		}

a.link2	/* kleine rote Seiteninhaltslinks */

		{	

			font-family : Arial,Courier New,Times New Roman,Helvetica,Geneva,Swiss,SunSans-Regular; 

			color: gray; 

			text-decoration : none; 

			font-size : 8pt; 
			
			
			
			line-height: 1.2;
			
		}



a.link2:VISITED /* kleine rote Seiteninhaltslinks */

		{

			color: gray; 

			text-decoration: none;

		}

		

a.link2:ACTIVE  /* kleine rote Seiteninhaltslinks */

		{

			color: white; 

			text-decoration: none; 

			

		}

		

a.link2:HOVER  /* kleine rote Seiteninhaltslinks */

		{ 

			color: red; 

			text-decoration: none; 

			

		}


a.link3	/* kleine rote Seiteninhaltslinks */

		{	

			font-family : Arial,Courier New,Times New Roman,Helvetica,Geneva,Swiss,SunSans-Regular; 

			color: black; 

			text-decoration : none; 

			font-size : 8pt; 
			
			
			
			line-height: 1.2;
			
		}



a.link3:VISITED /* kleine rote Seiteninhaltslinks */

		{

			color: black; 

			text-decoration: none;

		}

		

a.link3:ACTIVE  /* kleine rote Seiteninhaltslinks */

		{

			color: white; 

			text-decoration: none; 

			

		}

		

a.link3:HOVER  /* kleine rote Seiteninhaltslinks */

		{ 

			color: white; 

			text-decoration: none; 

			

		}

		
.header1 /* Große schwarze Überschriften am Anfang der Seite */

		{

			font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 

			color : black; 

			font-size : 18pt; 

			font-weight : bold; 

			text-decoration: none; 
			
			line-height: 1.2

		}

		

.header2 /* Große dicke grüne Absatzüberschriften innerhalb der Seite */ 

		{

			font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 

			color : black; 

			font-size : 11 pt; 

			font-weight : bold;

			text-decoration: none; 

		}

		

.text  /* Normaler Fließtext */

		{

			font-family : Arial,Times New Roman,Helvetica,Geneva,Swiss,SunSans-Regular; 

			color : black; 

			font-size : 10pt;

			text-decoration: none; 
			
			line-height:1.3

		}

		
.ende  /* Adresse unter der Linie */

		{

			font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 

			color : black; 

			font-size : 8pt;

			text-decoration: none; 
			
			

		}
	
	.tabelle  /* Texte in Tabellen */

		{

			font-family : Arial,Times New Roman,Helvetica,Geneva,Swiss,SunSans-Regular; 

			color : black; 

			font-size : 10pt;

			text-decoration: none; 
			
			line-height:1.1

		}