/*
////////////////////////////////////////////////////////////////
//
// nav.css Stylesheet fuer die Navigation
//
// Hofmann PC-Systeme (2005)
//
////////////////////////////////////////////////////////////////
*/


/*Navigation*/

.navallgemein			{
				padding-top:		150px;
				font-size:		10px;
				text-align:		center; 
				color:			#999999;
				}
				
.navallgemein a:link		{
				text-decoration:		none;
				color:			#999999;
				}
.navallgemein a:visited		{
				text-decoration:		none;
				color:			#999999;
				}
.navallgemein a:hover		{
				text-decoration:		none;
				color:			#7BB549;
				}
.navallgemein a:active		{
				text-decoration:		none;
				color:			#7BB549;
				}
					
.area_navigation p			{
				font-size:		12px;
				color:			#999999;
				}

.area_navigation td		{
				font-size:		11px;
				padding-bottom:		4px;
				padding-left:		10px;
				}
		
/*HAUPT - Navigation*/
			
.navLevel1		{
			font-weight:		bold;
			color:			#999999;
                           	}
					


.navLevel1 a:link	{
			text-decoration:		none;
			color:			#999999;
			}
.navLevel1 a:visited       {
			text-decoration:		none;
			color:			#999999;
			}
.navLevel1 a:hover		{
			text-decoration:		none;
			color:			#7BB549;
			}
.navLevel1 a:active	{
			text-decoration:		none;
			color:			#7BB549;
			}


.navLevel1selected a:link	{
			text-decoration:		none;
                           font-weight:                bold;
			color:			#999999;
			}
.navLevel1selected a:visited	         {
			text-decoration:		none;
                           font-weight:                bold;
			color:			#7BB549;
			}
.navLevel1selected a:hover		{
			text-decoration:		none;
                           font-weight:                bold;
			color:			#7BB549;
			}
.navLevel1selected a:active	         {
			text-decoration:		none;
                           font-weight:                bold;
			color:			#7BB549;
			}	


.navLevel2 a:link	{
			text-decoration:		none;
			color:			#999999;
			}
.navLevel2 a:visited       {
			text-decoration:		none;
			color:			#999999;
			}
.navLevel2 a:hover		{
			text-decoration:		none;
			color:			#7BB549;
			}
.navLevel2 a:active	{
			text-decoration:		none;
			color:			#7BB549;
			}	
	

.navLevel2selected 	{
			text-decoration:		none;
			color:			#7BB549;
			}
		
.navLevel2selected a:link	{
			text-decoration:		none;
			color:			#999999;
			}
.navLevel2selected a:visited	         {
			text-decoration:		none;
			color:			#7BB549;
			}
.navLevel2selected a:hover		{
			text-decoration:		none;
			color:			#7BB549;
			}
.navLevel2selected a:active	         {
			text-decoration:		none;
			color:			#7BB549;
			}	
