@charset "UTF-8";

div.header {
	width: 100%;
	height: 73px;
	background-color: #FFFFFF;
}

div.logo {
	width: 191px;
	height: 54px;
	position: relative;
	top: 20px;
	left: 24px;
}

div.header div.menu {
	width: 650px;
	height: 30px;
	color: #CCCCCC;
	text-align: right;
	padding-top: 17px;
	position: absolute;
	top: 12px;
	right: 10px;
}

div.header div.menu a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding: 10px;
	margin: 0px 7px 0px 7px;
}

div.header div.menu a.selected {
	color: #006BB3;
}

div.header div.menu a:hover {
	color: #006BB3;
}

div.graphics {
	width: 100%;
	height: 275px;
	background-color: #EEEEEE;
	border-bottom: solid 1px #777777;
}

div.html_header {
	width: 950px;
	height: 275px;
	background-image: url('http://www.nederlof.nl/media/images/layout/header/html/header.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

div.html_header img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: left;
}

div.html_header a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
}