div#main {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

/********************* header *********************/

div#header_nl, div#header_uk {
	margin-left: auto;
	margin-right: auto;
	background-image: url(/pubspec/images/header/eapid632/bg_header_nl.jpg);
	background-repeat: no-repeat;
	width: 764px;
	height: 209px;
	padding: 0;
	border-bottom: 1px solid #006633;
	font-family: arial, verdana;
	font-size: 11px;
	position: relative;
}

div#header_uk {
	background-image: url(/pubspec/images/header/eapid632/bg_header_uk.jpg);
}

div#header_uk a, div#header_nl a {
	text-decoration: none;
}

ul#hoofdnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
	position: absolute;
	bottom: 0px;
	left: 5px;
}

ul#hoofdnav li {
	float: left;
	width: 105px;
	height: 17px;
	background-image: url(/pubspec/images/header/eapid632/bg_hoofdnav.gif);
	background-repeat: no-repeat;
	margin-right: 3px;
	text-align: center;
	padding-top: 3px;
	margin-bottom: -1px;
	overflow: hidden;
	font-weight: bold;
}

* html ul#hoofdnav li {
	height: 20px;
}

ul#hoofdnav li.breed {
	background-image: url(/pubspec/images/header/eapid632/bg_hoofdnavbreed.gif);
	width: 141px;
}

ul#hoofdnav li.hoofdnavactief {
	background-image: url(/pubspec/images/header/eapid632/bg_hoofdnavactief.gif);
	color: #ffffff;
}

ul#hoofdnav li a {
	color: #006633;
	display: block;
}


/********************* footer *********************/

div#footer {
	width: 728px;
	padding: 5px 10px;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #005e1d;
	color: #000000;
	font-family: arial, verdana;
	font-size: 10px;
}

div#footer a {
	color: #000000;
	text-decoration: none;
}