/* hoofdnavigatie */
#tabs {
	position: absolute;
	top: 21px;
	left: 328px;
	width: 650px;
	height: 26px;
}
#tabs div,
#tabs span {
	float: left;
}
#tabs a {
	float: left;
	border-top: 3px solid #fff;
	height: 26px;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 1px 2px 0;
	background: #e4ebf3;
}
#tabs .left,
#tabs .right {
	width: 19px;
	height: 33px;
	background: url(/images/algemeen/tab_inactive_left.gif) no-repeat;
}
#tabs .right {
	width: 20px;
	background: url(/images/algemeen/tab_inactive_right.gif) no-repeat;
}
#tabs .actief a {
	color: #fff;
	background: #3765a3;
}
#tabs .actief .left {
	background: url(/images/algemeen/tab_active_left.gif) no-repeat;
}
#tabs .actief .right {
	background: url(/images/algemeen/tab_active_right.gif) no-repeat;
}
#tabs .flags {
	float: right;
	padding: 5px 0 0;
}
#tabs .flags a {
	border: 0;
	background: none;
}
#tabs .flags img {
	border: 1px solid #333;
}

/* subnavigatie */
#blokLinks #subnav {
	height: 291px;
	padding: 115px 30px 0 30px;
	text-align: right;
}
#blokLinks #subnav a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
#blokLinks #subnav a.subnav1,
#blokLinks #subnav a.subnav1actief {
	font-weight: normal;
	padding-right: 17px;
	background: url(/images/algemeen/nav_streep.gif) no-repeat 100% 2px;
}
#blokLinks #subnav a.subnav0actief,
#blokLinks #subnav a.subnav1actief {
	color: #f48229;
}
#subnav span {
	font-family: "helvetica neue", Helvetica, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #999;
}