html {
	overflow-y: scroll;
	height: 100%; /* needed for container min-height */
}


body {
	height: 100%; /* needed for container min-height */
	margin: 0;
	padding: 0;
	background-image: url(afbeeldingen/layout/achtergrondkleur.png);
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004189;
}

	body h1 {
		color: #FFFFFF;
		font-size: 24px;
		font-weight: bold;
		margin: 15px 0 0 0;
		padding: 0;
	}

	
	/* body links */
	
	body a:link {
		color: #004189;
		text-decoration: underline;
		outline: none;
	}
	body a:visited {
		text-decoration: underline;
		color: #004189;
		outline: none;
	}
	body a:hover {
		text-decoration: underline;
		color: #666666;
		outline: none;
	}
	body a:active {
		text-decoration: underline;
		color: #666666;
		outline: none;
	}
	
/* Basis opbouw */

#achtergrondwraprechts {
	z-index:-1;
	position: absolute;
	width: 50%;
	height: 214px;
	top: 0;
	right: 0;
	background-image: url(afbeeldingen/layout/header_fill_rechts.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

#achtergrondwraplinks {
	z-index:-2;
	position: absolute;
	width: 50%;
	height: 214px;
	top: 0;
	left: 0;
	background-image: url(afbeeldingen/layout/header_fill_links.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

#wrap {
	display: block;
	margin: 0 auto; /* center, not in IE5 */
	padding: 0; 
	width: 955px; /* gewenste breedte min 2x padding */
	background-image: url(afbeeldingen/layout/achtergrondrepeater.png);
	background-repeat: repeat-y;
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/

	min-height: 100%; /* real browsers */
}

#headerbedekking {
	width: 955px;
	height: 30px;
	background-image: url(afbeeldingen/layout/header-bedekking.png);
	background-repeat: no-repeat;
}

#header {
	height: 184px;
	width: 955px;
}

	.headerafbeeldingen {
		float: left;
		height: 184px;
		width: 179px;	
	}
	
	.headerzijkanten {
		float: left;
		height: 184px;
		width: 30px
	}
	
#adresbalk {
	clear: left;
	margin: 0 60px;
	width: 835px; /* 955px min 2x margin adresbalk */
	
	color: #004189;
	font-size: 12px;
}
	
/* hoofdmenu */
#hoofdmenu {
	overflow: auto;
	margin: 0 60px;
	width: 835px; /* 955px min 2x margin hoofdmenu */
	height: auto;
		
	color: #004189;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

	#hoofdmenu div {
		float: left;
		margin-right: 20px;
	}
	
	/* hoofdmenu links */
	
	#hoofdmenu a:link {
		color: #004189;
		text-decoration: none;
	}
	#hoofdmenu a:visited {
		text-decoration: none;
		color: #004189;
	}
	#hoofdmenu a:hover {
		text-decoration: underline;
		color: #004189;
		
	}
	#hoofdmenu a:active {
		text-decoration: underline;
		color: #004189;
	}

/* inhoud */

#hoofdvenster {
	overflow: auto;
	clear: left;
	margin: 15px 45px 0 45px; 
	width: 865px; /* 955px min 2x margin hoofdvenster */
	
	background-image: url(afbeeldingen/layout/hoofdvensterachtergrond.png);
}

	#inhoud {
	margin: 15px;
	width: 835px; /* breedte hoofdvenster min 2x margin hoofdvensterinhoud */
	}
	
/* contactformulier */

.contact_invulveld_tekst {
	width: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #eeeeee;
}

#clear {
  clear: both;
  width: 100%;
  height: 0;
}

.floatright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;	
}

.fieldset {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	width: 265px;
}

.fieldset_berichtveld {
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	width: 544px;
}

