html, body 
{
	margin-top:									0px;
	margin-left:								0px;
	background-color:						#ffffff;
	background-image:						url("../images/menu.png");
	background-repeat:					no-repeat;
	scrollbar-face-color:				#C3C3A9;
	scrollbar-highlight-color:	#ECECD9;
	scrollbar-shadow-color:			#C3C3A9;
	scrollbar-3dlight-color:		#D0D0D0;
	scrollbar-arrow-color:			#000000;
	scrollbar-track-color:			#E3E3C9;
	scrollbar-darkshadow-color:	#C3C3A9;
	font-family:								Arial, sans-serif, Verdana;
	font-size:									13px;
	text-align:									left;
	color:											#000000;
}
img
{
	border:											none;
}
a:link
{
	text-decoration:						none;
	color:											#3f3f9f;
}
a:visited
{
	text-decoration:						none;
	color:											#3f3f9f;
}
a:hover
{
	text-decoration:						none;
	color:											#ff0000;
}
a:active
{
	text-decoration:						none;
	color:											#3f3f9f;
}
.selected
{
	text-decoration:						underline;
	color:											#aaaaaa;
}

.xtrknoppen
{
	margin-top:									0px;
	margin-left:								480px;
}
.images
{
	opacity:										.50;
	filter:											Alpha(Opacity=50);
}
dd#logo{
	position:										absolute;  
	top:												10px;
	left:												7px;
}
dd#logo a{
	position:										absolute;
		top:												0px;
	left:												0px;
	width:											95px;
	height:											75px;
}	
dd#logo a:hover{
	position:										absolute;
	top:												0px;
	left:												0px;
	background-color:						#00007F;
	border:											1px solid #ff0000;
	opacity:										.35;
	filter:											Alpha(Opacity=35);
}
dd#banner{
	position:										absolute;  
	top:												0px;
	left:												185px;
}
dd#banner a{
	position:										absolute;
	width:											430px;
	height:											40px;
}
dd#banner a:hover{
	position:										absolute;
	top:												0px;
	left:												0px;
	background-color:						#00007F;
	border:											1px solid #ff0000;
	background-image:						url("../images/banner2.png");
	opacity:										.35;
	filter:											Alpha(Opacity=30);	
}

table.special th
{
	font-family:								Arial, sans-serif, Verdana;
	font-size:									11px;
	font-weight:								normal;
	color:											#FFFFFF;
	background-color:						#000080;
}
table.special th a:link, table.special th a:visited, table.special th a:active
{
	text-decoration:						none;
	color:											#FFFFFF;
}
table.special th a:hover
{
	text-decoration:						none;
	color:											#CD3700;
}
table.special td
{
	font-family:								Arial, sans-serif, Verdana;
	font-size:									11px;
}
table.special td.light
{
	color:											#000000;
	background-color:						#EEEEEE;
}
table.special td.dark
{
	color:											#000000;
	background-color:						#CCCCCC;
}