
/* Navigation ============================================== */
	
/* Service-Navigation -------------------------------- */
#service a, #service a:visited { text-decoration: none; font-size: 12px; color: #82AA16;}
#service a:hover , #service a:active { text-decoration: none;  color: #999;}


/* Haupt-Navigation -------------------------------- */

nav a.navi, nav a.navi:visited 
	{
	display: block;
	float: right;	
	font-size: 1.125em;
	color: #6593D9;  /* 054683  */
	font-weight: 100;
	line-height: 1.5emx;
	text-decoration: none;
	/*background-image: url(/pic/li_aquote.png) ;
	background-repeat: no-repeat;
	background-position: 0 4px ;*/
	padding-left: 1em;	
	}

nav a.navi:hover, nav a.navi:active
	{
	color: #000; 
	/* background-image: url(/pic/li_aquote_blau.png) ;*/
	}

nav a.naviaktiv, nav a.naviaktiv:visited, nav a.naviaktiv:hover, nav a.naviaktiv:active
	{
	display: block;
	float: right; 
	font-size: 1.125em;
	color: #204B92; /* #052A4D */
	font-weight: 100;
	line-height: 1.5em;
	text-decoration: none;
	/*background-image: url(/pic/li_aquote_blau.png) ;
	background-repeat: no-repeat;
	background-position: 0px 4px ;	*/
	padding-left: 1em;	
	}

/* Sub-Navigation -------------------------------- */

nav.sub a, #subnavi a:visited 
	{
	/*display: block; */
	font-size: 1.125em;
	color: #054683;
	font-weight: 100;
	line-height: 1.5em;
	text-decoration: none;
	padding-left: 1em;
	background-image: none;	
	}

#subnavi a:hover, #subnavi a:active
	{
	/*display: block; */
	color: #98C51D;
	background-image: none;	
	}

#subnavi a.subnaviaktiv, #subnavi a.subnaviaktiv:visited, #subnavi a.subnaviaktiv:hover, #subnavi a.subnaviaktiv:active
	{
	/*display: block; */
	font-size: 1.125em;
	color: #82AA16;
	font-weight: 100;
	line-height: 1.5em;
	text-decoration: none;
	padding-left: 1em;
	background-image: none;		
	/* background-image: url(../pic/listimage.gif); 
	background-position: 18px 8px;
	background-repeat: no-repeat;*/
	}
