@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B671B;
	text-align: center;
	margin: 0px;
	background-color: #809020;
	margin: 0;
}
h1  {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 14px;
	color: #314219;
	font-style: italic;
}
img {
	border: none;
}
#container  {
	width: 780px;
	margin: 0 auto; /* de automatische marges (d.m.v. auto), in combinatie met een breedte, centreren de pagina */
	border: 1px solid #8C9C21;
	text-align: left; /* hiermee wordt de instelling text-align: center voor het element body genegeerd. */
	background-color: #CEDF71;
}
#header  {
	height: 110px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#hopperank {
	float: left;
}
#dienstbenaming {
	float: right;
	color: #394419;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#banner {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(afbeeldingen/banner.JPG);
	background-repeat: no-repeat;
	height: 150px;
}

#mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}
#navigatie {
	width: 150px;
	float: left;
	color: #314219;
	font-style: italic;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #CEDF71;
	margin: 10px;
	height: 480px;
	display: block;
}
#navigatie a {
	text-decoration: none;
	color: #314219;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigatie a:hover {
	font-weight: bold;
	color: #9F5966;
}
#navigatie    a:focus   {
	font-weight: bold;
	color: #9F5966;
	text-decoration: underline;
}





#inhoud {
	padding-bottom: 10px;
	width: 580px;
	float: right;
}


#footer {
	padding-top: 20;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 0.80em;
}



#footer p {
	margin: 0; /* door de marges van het eerste element in de footer (voettekst) in te stellen op 0 vermijdt u het risico dat de marge wegvalt – een ruimte tussen div-elementen */
	padding: 10px 0; /* door het gebruik van padding (opvulling) voor dit element maakt u ruimte (op dezelfde manier als door middel van een marge), zonder het probleem van wegvallende marges */
}

#logovlaamsagentschap {
	float: left;
	width: 80px;
	margin-top: 30px;
}

#tekstVAPH {
	float: left;
	width: 300px;
	margin-top: 50px;
}
#logotrustnet {
	float: none;
	width: 80px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}
#teksttrustnet {
	float: none;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
}
#trustnet {
	float: right;
}


#footcontactgegevens {
	font-size: 10px;
	line-height: 2em;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #9695A5;
	width: 780px;
}
#footcontactgegevens a {
	color: #314219;
}


.clearfloat {
	font-size:1px;
	line-height:0px;
	clear:both;
	height:0px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}


