/*
#c00 = rood => iets lichter #b23
#024 = donkerblauw
#17a = blauw
#09d = lichter blauw
#a2b = paars
#f70 = oranje
*/

body
{
	margin				: 0px;
	padding				: 0px;
	background-color	: #fff;
	font				: normal 10pt arial;
	color				: #000;
}

a
{
	color				: #000;
	text-decoration		: underline;
}
a:visited
{
	color				: #000;
}
a:hover
{
	text-decoration		: underline;
	color				: #c00;
}
a img
{
	border				: none;
}

h1
{
	padding-top			: 20px;
}
#breadcrumbs
{
	list-style-type		: none;
	margin				: 0px;
	padding				: 0px;
	height				: 20px;
	font				: 9pt arial;
	position			: absolute;
	top					: 50px;
}
#breadcrumbs li
{
	float				: left;
	font-size			: 8pt;
}
#breadcrumbs a, #breadcrumbs a:visited
{
	text-decoration		: none;
	color				: #6e6e6e;
	margin				: 0 14px 0 7px;
}
#content #breadcrumbs a:hover
{
	text-decoration		: underline;
}

.niettonen, .noprint, #footer, #navigation, #items
{
	position			: absolute;
	margin-left			: -10000px;
	overflow			: none;
}
#footer p.subf
{
	margin-left			: 10000px;
}
table
{
	width				: 99%;
}