/*
====================================================================
Formatierungsanweidungen für größere Verweistexte
*/

	.clear { clear:both; }
	  

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


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


	#Link li { 
		width:820px; 
		float:center; 
	} /* Horizontale Anordnung */

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


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

		

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

	  
	#Verw_container { 
		height:55px; 
		position:relative; 
		font-size: 32px; 
		font-family: Arial, Helvetica, sans-serif;
	}

	  
	#Link { 
		position:static; 
	}

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


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

		
	#Link a { 
		border:1px solid; 
		border-color: #000000;
		text-align:center; 
		display:block; 
		padding:0.3em; 
	}


	#Link a:link, #Link a:visited { 
		color: #000000; 
		background: #5bdbff; 
		text-decoration:none; 
	}


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

