body { font-size:70%; }

#kop {
	position: absolute;
	top: 0;
	left: 0;
	height: 7.8em;
	width: 100%;
	min-width: 756px;
	background: #fff url("/images/ag-kop.gif") no-repeat;
	line-height: 1.15em;
}
#zoeken {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 7.8em;
	width: 100%;
	min-width: 756px;
	max-width: 980px;
}

/* algemene lijstopmaak in de kop */
div#navigatie ul, div#zoeken ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
div#navigatie li, div#zoeken li {
	float: left;
	background-image: none;
	padding: 0;
	margin: 0;
}

div#navigatie {
	position: absolute;
	top:7.8em;
	left:0;
	width: 100%;
	min-width: 756px;
	max-width: 980px;
	line-height: 1.15em;
}