

/* Service-Navigation ------------------------------------ */
#service a , #service a:visited
	{ text-decoration: none;  color: #555; }
#service  a:hover , #service a:active 
	{ text-decoration: underline;  color: #000; }


/* --- Haupt-Navigation ---*/
a.navi, a.navi:visited 
	{
	float: left;
	display: block;
	color: #ffbf00;
	font-size: 16px;
	line-height: 29px;
	font-weight: 600;
	text-decoration: none;
	padding: 0px 10px;
	}
	
a.navi:hover, a.navi:active
	{
	text-decoration: none;
	background-color: #999;	
	color: #fff;
	}

a.naviaktiv, a.naviaktiv:visited, a.naviaktiv:hover, a.naviaktiv:active 
	{
	float: left;
	display: block;
	background-color: #ffbf00;
	color: #333;
	font-size: 16px;
	line-height: 29px;
	font-weight: 600;
	text-decoration: none;
	padding: 0px 10px;
	}
/* Ende Haupnavigation */

/* --- Subnavigation ---*/
a.subnavi, a.subnavi:visited 
	{
	display: block;
	width: 200px;  /* Gesamt: 220px */
	padding-left: 20px;
	line-height: 22px;
	border-bottom: 1px solid #aaa;	
	color: #fff;
	text-decoration: none;
	}

a.subnavi:hover, a.subnavi:active
	{
	text-decoration: none;
	background-color: #ccc;
	color: #000;
	}

a.subnaviaktiv, a.subnaviaktiv:visited, a.subnaviaktiv:hover, a.subnaviaktiv:active
	{
	display: block;
	width: 200px;  /* Gesamt: 222px */
	padding-left: 20px;
	line-height: 22px;
	border-bottom: 1px solid #aaa;
	background-color: #333;
	color: #fff;
	text-decoration: none;
	}
/* Ende Subnavigation */