/* Normalizes margin, padding */
body, div,dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0; padding: 0;
}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* Removes list-style form lists */
ol, ul {
	list-style: none;
}


/* layout.css */

html {
	text-align: center;
}

body {
	position: relative;
	width: 808px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 10px;
}

p.ondertitel {
	color: #666666;
}

p.alinea {
	width: 405px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

ul#nav li {
	float: left;
}

div#footer {
	position: relative;
	width: 808px;
	height: 100px;
}

div#footer_labels {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 445px;
}

div#footer_partners {
	position: absolute;
	top: 25px;
	left: 505px;
	width: 140px;
}

div#footer_logo {
	position: absolute;
	top: 25px;
	left: 645px;
}

.blauw {
	color: #009EE0;
}

a.afoot {
	color: #009EE0;
	text-decoration: none;
}

a.afoot:hover {
	text-decoration: underline;
}

div#content {
	position: relative;
	width: 490px;
	float: left;
}

div#control {
	position: relative;
	left: 16px;
	width: 303px;
	float: left;
	overflow: visible;
}

div#clear {
	clear: both;
}

iframe#winkels {
	width: 404px;
	height: 450px;
	overflow: scroll;
	border: 0px #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}




