/*   Style der Navigation  */
.navix {
	font-size:10pt;
	color:#21678d;
	font-family:Verdana;
	font-weight:bold;
	}
	
.navix:hover {	color:#FF8000;
}	
		
		
		
A.navi:ACTIVE, A.navi:LINK, A.navi:VISITED
{
   Color: #333333;
   Text-Decoration: none;
}

A.navi:Hover
{
   Color: #ff8000;
   Text-Decoration: underline;
}

/*   Style der anderen Links  */

A.text:ACTIVE, A.text:LINK, A.text:VISITED
{
   Color: #333333;
   Text-Decoration: underline;
}

A.text:Hover
{
   Color: #ff8000;
   Text-Decoration: none;
}

a:link {color: #46789b;font-weight: bold;text-decoration: underline;}
a:visited {text-decoration: underline;color: #46789b;font-weight: bold;}
a:hover {text-decoration: none;color: #ff8000;font-weight: bold;}
a:active {text-decoration: underline;color: #46789b;font-weight: bold;}


		
