/*navigatie*/
/* actief element */
.nav_actief, .nav_actief_s  {
	font-family:Verdana,  Helvetica;
	font-size:11px;
	line-height:19px;
	color:#1174C0;
	width:175px;
	background-image:url(/images/nav_active.gif);
	background-position : right;
	background-repeat : no-repeat;
	text-align:right;
	font-weight:bold;
	padding-right:12px;
	overflow:hidden;
	position:relative;
}
.nav_actief_s {font-weight:normal;}

.nav_actief A, .nav_actief_s A {
	text-decoration:none;
	color:#1174C0;
	padding: 0px;
}
.nav_actief A:hover,  .nav_actief_s A:hover {
	text-decoration:none;
	color:navy;
	padding: 0px;
	position:relative;
}
/* einde actief element */

/* inactief element */
.nav_inactief, .nav_inactief_s {
	font-family: Verdana,  Helvetica;
	font-size: 11px;
	line-height: 19px;
	font-weight: regular;
	color: #1174C0;
	width: 175px;
	text-align:right;
	font-weight:bold;
	padding-right:12px;
	overflow:hidden;
	position:relative;
}
 .nav_inactief_s {font-weight:normal;}
 
.nav_inactief A,  .nav_inactief_s A {
	text-decoration:none;
	padding-left:0px;
	color:#1174C0;
}

.nav_inactief A:hover,  .nav_inactief_s A:hover {
	text-decoration:none;
	padding-left:0px;
	color:navy;
	padding: 0px;
}
/* einde inactief element */
