/*
====================================================================
Formatierungsanweidungen für einzelne Verweisfelder */

	.clear { clear:both; }
	  

	/* Aufbau und Navigation */
	/*#######################*/


	#Link2, #Link2 ul { 
		list-style-type:none; 
		margin:0; padding:0; 
	} /* Style-Reset */


	#Link2 li { 
		width:120px; 
		float:center; 
	} /* Horizontale Anordnung */

		
	#Link2 li ul { 
		display:none; 
	} /* Normalzustand eingeklappt */


	#Link2 li:hover ul { 
		display:block; 
	} /* Ausgeklappt */

		

	/* Farben und Schrift */
	/*####################*/

	  
	#Verw2_container { 
		height:38px; 
		position:relative; 
		font-size: 18px; 
		font-family: Arial, Helvetica, sans-serif;
	}

	  
	#Link2 { 
		position:static; 
	}

	  
	#Link2 li { 
		border:none; 
		border-color: #000000;
		margin:0px 0px 0px 0px; 
	} /* Abstand zwischen Menüfeldern */


	#Link2 ul li { 
		border:none; 
		margin:0; 
	}

		
	#Link2 a { 
		border:0px solid; 
		border-color: #000000;
		font-weight:bold; 
		text-align:center; 
		display:block; 
		padding:0em; 
	}


	#Link2 a:link, #Link2 a:visited { 
		color: #000000; 
		background: #cbcbcb;
		text-decoration:none; 
	}


	#Link2 a:active, #Link2 a:hover { 
		color: #000000; 
		background: #ffff00;
		text-decoration:none; 
	}
