/* CSS Document */

a 
	{
	text-decoration:	none;
	font-weight:		400;
	color:				#A0A0A0;
/*	background:			#ffffff;
*/	}
	
a:hover	
	{
	color:				#002237;
	}

a:active
	{
	color:				#002237;
	}
	
a:focus
	{
	color:				#002237;
	}
	
div.versteckt 
	{
	visibility: 		hidden;
	}

div.nichtVersteckt 
	{
	visibility: 		visible;
	}
div.hidden 
	{
	visibility: 		hidden;
	}

div.notHidden 
	{
	visibility: 		visible;
	}
	
