/* HOOFDNAVIGATION HORIZONTAL */
#hnav ul {
	color:#c9c9c7; font-size:14px; font-weight:bold; text-align: right;
	height:30px;
	margin: 0 0 15px 0;
}
#hnav ul li { padding: 0 8px; display: inline; background: url(../images/layout/hnav_sep.gif) no-repeat right center; }
#hnav ul li.last { background: none; }
#hnav ul li a {
	color:#c9c9c7;
	text-decoration:none;
	display:inline-block;
	height:30px; line-height: 30px;
	background: none;
}
#hnav ul li a:hover, #hnav ul li a.active, #hnav ul li a.active:hover
{ color: #fff; background: url(../images/layout/hnav_a.gif) repeat-x left bottom; }
/* ********** */

/* HOMENAVIGATION VERTICAL */
ul#homenav { color:#c9c9c7; font-weight:bold; margin: 15px 0; }
ul#homenav li { background: url(../images/layout/ptrn_home.gif) repeat-x left top; border-top: solid 1px #6d7070; }
ul#homenav li a, ul#homenav li a:hover {
	color:#c9c9c7; text-decoration:none;
	display:block;
	height:24px; line-height: 24px;
	padding: 0 25px; 
	background: url(../images/layout/home_nav.gif) no-repeat 9px center;
}
/* ********** */

/* LIST NAVIGATION 2 VERTICAL */
ul#technav { width:175px; color:#fff; float: left; border-top: solid 1px #fff; margin-top: 24px; }
ul#technav li { padding:0 ; border-bottom: solid 1px #fff; }
ul#technav li a {
	color:#fff; font-weight: bold; text-decoration:none;
	display:block;
	height:24px; line-height: 24px;
	padding: 0 12px; 
	background: url(../images/layout/list_nav.gif) no-repeat left center;
}
ul#technav li a:hover {
	color:#fff; font-weight: bold; text-decoration:none;
	background: url(../images/layout/list_nav_a.gif) no-repeat left center;
}
ul#technav li.active 
{
	padding: 0 12px;
	height:24px; line-height: 24px;
	color:#fff; font-weight: bold; text-decoration:none;
	background: url(../images/layout/list_nav_a.gif) no-repeat left center;
}

/* ********** */

/* BREADCRUMBS * /

.bctext
{
	padding-top: 15px;
	font-size: 11px;
	color: #fff;
	text-align:left;
}	
.bctext a
{
	color: #fff;
	text-decoration:none;
}	
.bctext a:hover
{
	color: #fff;
	text-decoration:none;
}
.bctext span { color: #fff}

/* ********** */

/* LIST NAVIGATIE */
.listnav a, .listnav a:hover { text-decoration: none; }
/* ********** */

