/*** HOOFD ***/
/*
td.nav {
	height: 87px;
}
*/

td.nav table {
	width: 700px;
	border-collapse: collapse;
}

td.nav table td {
	color: #fff;
	font: 18px Arial;
	font-weight: bold;
}

td.nav table tr.border {
	height: KNOP_BAR_HEIGHTpx;
	background-color: #fff;
}

td.nav table tr.border td {
	height: 5px;
	background-color: #fff;
}

td.nav table td {
	height: 36px;
	padding: 0;
	background-color: #000;
	cursor: pointer; cursor: hand;
	padding-right: 10px;
}

td.nav table td.cirkel {
	width: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

td.nav table td.news {
	width: 195px;
}

td.nav table img {
	border: 0;
}

td.nav table td.alt {
	background-color: #c30080;
}

td.nav table td a {
	text-decoration: none;
	color: #fff;
}

td.nav table td.home {
	width: 35px;
	text-align: center;
	padding-right: 0;
}

/*** SUB ***/
td.subnav {
	background-color: #c30080;
	vertical-align: top;
}

td.subnav h1 {
	color: #fff;
	font: 18px Arial;
	font-weight: bold;
}

td.subnav table {
	border-collapse: collapse;
	margin-top: 26px;
	margin-left: 19px;
	margin-bottom: 14px;
}

td.subnav table td.cirkel {
	width: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

td.subnav table td {
	color: #fff;
	font: 18px Arial;
	font-weight: bold;
}

td.subnav ul {
	list-style: none;
	margin: 0;
	margin-left: 66px;
	padding: 0;
	padding-bottom: 200px;
	font: 13px Arial;
	font-weight: bold;
	line-height: 19.5px;
}

td.subnav ul a {
	color: #fff;
	text-decoration: none;
}

td.subnav ul li.selected {
	color: #000;
}

