/* CSS Document */

/* --- hele pagina --- */
body {
	background-color:#114651;
	font-family:Georgia;
	font-size:16px;
	padding: 0px;
	margin: 0px;
}

/* --- hele tabel --- */
#hoofd_tabel {
	width: 100%;
	height: 100%;
}
#hoofd_tabel td {
	/* border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid; */
}

/* -- rijen --- */
#hoofd_tabel .rij_boven {
	height: 150px;
}

#hoofd_tabel .rij_midden {
	height: 100%;
}

#hoofd_tabel .rij_onder {
	height: 40px;
}

/* --- kolommen --- */
#hoofd_tabel .cel_boven_links, #hoofd_tabel .cel_midden_links, #hoofd_tabel .cel_onder_links {
	width: 200px;
}

#hoofd_tabel .cel_boven_midden, #hoofd_tabel .cel_midden_midden, #hoofd_tabel .cel_onder_midden {
}

#hoofd_tabel .cel_boven_rechts, #hoofd_tabel .cel_midden_rechts, #hoofd_tabel .cel_onder_rechts {
	width: 170px;
}

/* --- ruitjeslijn --- */
.ruitjes {
	background-image: url(../afbeeldingen/achtergrond_ruitjes.gif);
	background-color:#b7a74e;
	width: 16px;
}

/* --- cellen --- */
#hoofd_tabel .cel_boven_links {
	background-color:##114651;
	text-align: center;
	vertical-align:middle;
}

#hoofd_tabel .cel_boven_midden {
	background-color:#990033;
}

#hoofd_tabel .cel_boven_rechts {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	vertical-align: middle;
	background-color:#990033;
}

#hoofd_tabel .cel_midden_links {
	/* --- menu ---*/
	vertical-align: top;
	background-color:#A9CBCD;
}

#hoofd_tabel .cel_midden_midden {
	vertical-align:middle;
}

#hoofd_tabel .cel_midden_rechts {
	vertical-align: top;
	background-color:#FCCBAB;
}

#hoofd_tabel .cel_onder_links {
	background-color:#A9CBCD;
}

#hoofd_tabel .cel_onder_midden {
}

#hoofd_tabel .cel_onder_rechts {
	text-align: center;
	vertical-align: middle;
	background-color:#FCCBAB;
}

/* --- pagina onderdelen --- */
div.menu {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	color:#000000;
}
div.menu a {
	display: block;
	font-variant: small-caps;
	font-weight: bold;
	color:#000000;
	line-height: 22px;
	text-decoration: none;
}
div.menu a:hover {
	text-decoration: underline;
}
div.menu h1 {
	margin: 0px;
	font-size: 16px;
	font-variant: small-caps;
	color:#000000;
}

div.adres {
	text-align: left;
	margin: 10px;
}

div.inhoud {
	margin-left: 40px;
	margin-top: 30px;
	margin-right: 40px;
	margin-bottom: 30px;
}
div.inhoud h1 {
	font-size: 18px;
	font-family: inherit;
	font-weight:normal;
}
div.inhoud h2 {
	font-size: 16px;
	font-weight:bold;
	font-family:inherit;
}

div.copyright {
	margin-left: 40px;
	margin-right: 40px;
	font-size: 10px;
	text-align: center;
}

div.kop {
	margin-left: 40px;
	margin-right: 40px;
	/* --- kop --- */
	font-size: 30px;
}

div.nvk {
	margin-top: 70px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	font-size: 12px;
}

div.print_link {
	text-align:right;
	font-size: 12px;
}

/* --- witte gedeelten --- */
div.inhoud, div.kop, div.adres, div.copyright {
	color:#FFFFFF;
}
div.inhoud a, div.kop a, div.adres a, div.copyright a {
	color:#b7a74e;
}
