html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

/************  Styles voor het linker menu   *****************/

#bg_menu_top{
	background-image: url(images/bg_leftmenu.gif);
	position: absolute;
	z-index: 100;
	height: 28px;
	width: 168px;
}

#foto {
	position: absolute;
	left: 575px;
	top: 60px;
	width: 129px;
	height: 315px;
}
#disclaimer {
	position: absolute;
	left: 620px;
	top: 2px;
	font-size: 10px;
	color: #606a74;
}
#disclaimer a:link {
	color: #606a74;
	text-decoration: none;
}
#disclaimer a:visited{
	color: #606a74;
	text-decoration: none;
}
#disclaimer a:hover{
	color: #a2a8af;
	text-decoration: none;
}

