

/* 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 
	{
	display: block;
	color: #aaa;
	font-size: 17px;
	line-height: 19px;
	font-weight: 500;
	text-decoration: none;
	padding: 0px 10px 0px 0px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	}
	
a.navi:hover, a.navi:active
	{
	text-decoration: none;
	/* background-color: #666;	*/
	color: #666;
	}

a.naviaktiv, a.naviaktiv:visited, a.naviaktiv:hover, a.naviaktiv:active 
	{
	display: block;
	/* background-color: #ccc; */
	color: #DC7714;
	font-size: 17px;
	line-height: 19px;
	font-weight: 500;
	text-decoration: none;
	padding: 0px 10px 0px 0px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	}
/* Ende Haupnavigation */

/* --- Subnavigation ---*/
a.subnavi, a.subnavi:visited 
	{
	display: block;
	width: 230px;  /* Gesamt: 200px */
	padding-left: 10px;
	line-height: 24px;
	border-bottom: 1px solid #fff;	
	color: #333;
	text-decoration: none;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

a.subnavi:hover, a.subnavi:active
	{
	text-decoration: none;
	background-color: #999;
	color: #fff;
	}

a.subnaviaktiv, a.subnaviaktiv:visited, a.subnaviaktiv:hover, a.subnaviaktiv:active
	{
	display: block;
	width: 230px;  /* Gesamt: 200px */
	padding-left: 10px;
	line-height: 24px;
	border-bottom: 1px solid #eee;
	background-color: #D0863E;
	color: #fff;
	text-decoration: none;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
/* Ende Subnavigation */