a:link.header
	{ 
		text-decoration:none;		/*keine besondere Textformatierungen*/ 
		font-weight:bold; 			/*normales Erscheinungsbild*/
		color:#ffffff;					
	}
		
a:visited.header
	{ 	
		text-decoration:none; 		/*keine besondere Textformatierungen*/
		font-weight:bold; 			/*normales Erscheinungsbild*/
		color:#ffffff;
	}
	
a:hover.header
	{ 	
		text-decoration:none; 			/*keine besondere Textformatierungen*/
		font-weight:bold;				/*normales Erscheinungsbild*/
		color: #8D8B8D;
	}
	
a:link.subnav
	{ 
		font-family:verdana;
		font-size:12px;
		text-decoration:underline;		/*keine besondere Textformatierungen*/ 
		font-weight:normal; 			/*normales Erscheinungsbild*/
		color:#000000;					
	}
		
a:visited.subnav
	{ 	
		font-family:verdana;
		font-size:12px;
		text-decoration:underline; 		/*keine besondere Textformatierungen*/
		font-weight:normal; 			/*normales Erscheinungsbild*/
		color:#000000;
	}
	
a:hover.subnav
	{ 	
		font-family:verdana;
		font-size:12px;
		text-decoration:none; 			/*keine besondere Textformatierungen*/
		font-weight:normal;				/*normales Erscheinungsbild*/
		color: #840000;
	}

a:link.footer
	{ 
		text-decoration:none;		/*keine besondere Textformatierungen*/ 
		font-weight:bold; 			/*normales Erscheinungsbild*/
		color:#8D8B8D;					
	}
		
a:visited.footer
	{ 	
		text-decoration:none; 		/*keine besondere Textformatierungen*/
		font-weight:bold; 			/*normales Erscheinungsbild*/
		color:#8D8B8D;
	}
	
a:hover.footer
	{ 	
		text-decoration:none; 			/*keine besondere Textformatierungen*/
		font-weight:bold;				/*normales Erscheinungsbild*/
		color: #000000;
	}

a:link.foo
	{ 
		text-decoration:none;		/*keine besondere Textformatierungen*/ 
		font-weight:normal; 			/*normales Erscheinungsbild*/
		color:#888888;					
	}
		
a:visited.foo
	{ 	
		text-decoration:none; 		/*keine besondere Textformatierungen*/
		font-weight:normal; 			/*normales Erscheinungsbild*/
		color:#888888;
	}
	
a:hover.foo
	{ 	
		text-decoration:none; 			/*keine besondere Textformatierungen*/
		font-weight:normal;				/*normales Erscheinungsbild*/
		color: #333333;
	}

a:link.intext
	{ 
		text-decoration:none;		/*keine besondere Textformatierungen*/ 
		font-weight:bold; 			/*normales Erscheinungsbild*/
		color:#840000;					
	}
		
a:visited.intext
	{ 	
		text-decoration:none; 		/*keine besondere Textformatierungen*/
		font-weight:bold; 			/*normales Erscheinungsbild*/
		color:#840000;
	}
	
a:hover.intext
	{ 	
		text-decoration:none; 			/*keine besondere Textformatierungen*/
		font-weight:bold;				/*normales Erscheinungsbild*/
		color: #8d8d8d;
	}

/********* Sitemap Links ************/

a:link.kat1
	{ 
		font-family:verdana;
		font-size:12px;
		color:#840000;				
	}
		
a:visited.kat1
	{ 	
		font-family:verdana;
		font-size:12px;
		color:#840000;
	}
	
a:hover.kat1
	{ 	
		font-family:verdana;
		font-size:12px;
		color:#840000;
		text-decoration:none;
	}

a:link.kat2
	{ 
		font-family:verdana;
		font-size:12px;
		color:#000000;		
	}
		
a:visited.kat2
	{ 	
		font-family:verdana;
		font-size:12px;	
		color:#000000;	
	}
	
a:hover.kat2
	{ 	
		font-family:verdana;
		font-size:12px;	
		color:#000000;	
		text-decoration:none;
	}
	
a:link.kat3
	{ 
		font-family:verdana;
		font-size:12px;
		color:#8d8d8d;		
	}
		
a:visited.kat3
	{ 	
		font-family:verdana;
		font-size:12px;	
		color:#8d8d8d;	
	}
	
a:hover.kat3
	{ 	
		font-family:verdana;
		font-size:12px;	
		color:#8d8d8d;	
		text-decoration:none;
	}
