
/*-------------Formatierung Menu Allgemein------------------------*/
a.menu 
	{font-family:Verdana, Tahoma, sans-serif; font-size:11px;}
a.menu:link    {color: #576068;text-decoration:none; font-weight:normal;letter-spacing: 0.0em;}
a.menu:visited {color: #576068;text-decoration:none; font-weight:normal;letter-spacing: 0.0em;}
a.menu:active  {color: #353834;text-decoration:none; font-weight:normal;letter-spacing: 0.0em;text-shadow: 0.03em 0.08em silver;}
a.menu:hover   {color: black;text-decoration:none; font-weight:normal;letter-spacing: 0.0em;text-shadow: 0.03em 0.08em silver;}

/*------------Formatierung Menu Aktueller Link -------------------------*/
a.aktuell
	{font-family:Verdana, Tahoma, sans-serif;font-size:11px;}
a.aktuell:link    {color: #545454;text-decoration:none; font-weight:bold;letter-spacing: 0.0em;}
a.aktuell:visited {color: #545454;text-decoration:none; font-weight:bold;letter-spacing: 0.0em;}
a.aktuell:active  {color: #545454;text-decoration:none; font-weight:bold;letter-spacing: 0.0em;}
a.aktuell:hover   {color: #545454;text-decoration:none; font-weight:bold;letter-spacing: 0.0em;}

/*----------- Menü-Container und Inhalt ----  background-color:#d9d9d4; --------------------*/

#menu_big
	{width:650px;
	height:20px;
	position:relative;
	background-color:#fbfbfb;
	margin:10px 0px 0px 0px;
	border: 0px dashed yellow;}

#menu_small	
	{width:600px;
	height:20px;
	position:relative;
	background-color:#fbfbfb;
	margin:10px 0px 0px 25px;
	border: 0px dashed red;}
	
.space 
	{text-transform:uppercase;
	vertical-align: top;
	margin:0px 6px 0px 2px;}
		
.space_a 
	{margin:0px 7px 0px 12px;
	text-transform:uppercase;}


#box_home 
	{position:absolute; 
	text-transform:uppercase;
    left: 567px; top:8px;}  
	
#box_h_small 
	{position:absolute; 
	text-transform:uppercase;
    left: 555px; top:2px;}  


	

