/* opsomming bullit */
#nc ul
{
margin: 0px;
padding: 5px 0px 0px;
list-style-type: none;
text-align: left;
}

#nc ul li a
{
	background: url(../images/list-off.gif) no-repeat left 4px;
	padding-left: 15px;
	text-align: left;
	text-decoration: none;
	color: #1B76D0;
	font-size: 11px;
	display: inline-table;
	margin-bottom: 1px;
	display: block;
}


#nc ul li a:hover
{
background: transparent url(../images/list-on.gif) no-repeat left 4px;
color: #1B76D0;
}

#nc ul li a#current
{
background: transparent url(../images/list-active.gif) no-repeat left 4px;
color: #1B76D0;
}
/* topnavigatie links */
#nt ul
{
	margin: 0;
	padding: 0;
	color: White;
	float: left;
	width: 100%;
}

#nt ul li { display: inline; }

#nt ul li a
{
font-size: 12px;
padding: 0.15em 1em;
background-image: url(../images/bgtopnav.gif);
background-repeat: repeat-x;
background-position: left top;
color: #000;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#nt ul li a#current
{
background-image: url(../images/bgtopnavAct.gif);
color: #fff;
}

#nt ul li a:hover
{
color: #fff;
background-image: url(../images/bgtopnavAct.gif);
}
/* topnavigatie rechts */
#ntr ul
{
	color: White;
	float: right;
	width: 100%;
	margin: 0;
	padding: 0;
}

#ntr ul li { display: inline; }

#ntr ul li a
{
font-size: 11px;
padding: 0.1em 0.5em;
color: #000;
text-decoration: none;
float: right;
border-right: 1px solid #fff;
}

#ntr ul li a:hover
{
color: #000;
}
/* opsomming bullit */
#ns ul
{
margin: 0px;
padding: 0px 0px 0px;
list-style-type: none;
text-align: left;
}

#ns ul li a
{
background: transparent url(../images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
text-decoration: none;
color: #1B76D0;
font-size: 11px;
}

#ns ul li a:hover
{
background: transparent url(../images/list-on.gif) left center no-repeat;
color: #1B76D0;
}

#ns ul li a#current
{
background: transparent url(../images/list-active.gif) left center no-repeat;
color: #1B76D0;
}
/* linkerkader navigatie */
#navcontainer ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
font-family: Tahoma, Helvetica, Arial, Utopia;
font-size: 11px;

}

#navcontainer li { margin: 0px 0px 1px 0px; 
}

#navcontainer a
{
display: block;
padding: 2px 2px 3px 15px;
width: 110px;
text-align: left;

}

#navcontainer a:link, #navlist a:visited
{
text-decoration: none;

}

#navcontainer a:hover
{
color: #333;
}

.n3 {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.n4 {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.subk {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
.n5 {
	font-size: 11px;
	color: #1C77D0;
	text-decoration: none;
}
.linav {
	padding-left: 5px;
	background-image: url(../images/navigatie/plusopen.gif);
	background-repeat: no-repeat;
	background-position: left top;
}