body	{
   background-image: url(achtergrondmiddel1200x2000.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin-left: 12px;
	font-family: verdana, arial;
	background-color: beige;
/*	color: #c1d14a;	*/
	color: black;
}



/* maak de vijf blokken:
- top voor het deel boven het etiket tot en met het logo
- links voor de menu's en verwijzingen in het etiket
- midden voor de hoofdtekst in het etiket
- rechts voor de foto's en aanvragen e.d. in het etiket 
- onder voor het onderste rand van het etiket en lager */

#top	{
/*	background-color: green;	*/
	width: 1200px;
	height: 200px;
	margin-left: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 40px;
	padding-left: 0px;
	padding-right: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	text-align: center;
	}

#opening	{
/*	background-color: red;	*/
	width: 1200px;
	height: 440px;
	margin-left: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	text-align: center;
	}

#homefooter	{
/*	background-color: blue;	*/
	width: 1200px;
	height: 100px;
	margin-left: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 100px;
	padding-left: 0px;
	padding-right: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	text-align: center;
	color: #cdd206;
	}

#pagefooter	{
/*	background-color: blue;	*/
	width: 1200px;
	height: 100px;
	margin-left: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 1600px;
	padding-left: 0px;
	padding-right: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	text-align: center;
	color: #c1d14a;
	}

#hoofdvak	{
/*	background-color: green;	*/	
	float: left;
	width: 1200px;
	height: 1220px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px;
	border-style: outset;
	border-color: #cdd206;
	text-align: left;
	}


#links	{
/*	background-color: green;	*/	
	float: left;
	width: 218px;
	height: 1220px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 230px;
	padding-left: 10px;
	padding-right: 0px;
	border: 2px;
	border-style: outset;
	border-color: #cdd206;
	text-align: left;
	}

#midden	{
/*	background-color: blue;		*/
	float: left;
	width: 685px;
	height: 1210px;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-top: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border: 2px;
	border-style: outset;
	border-color: #cdd206;
	text-align: center;
	}

#rechts	{
/*	background-color: green;	*/
	float: left;
	width: 220px;
	height: 1220px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-top: 230px;
	padding-left: 5px;
	padding-right: 5px;
	border: 2px;
	border-style: outset;
/*	border-color: #c1d14a;	*/
	border-color: #cdd206;
	text-align: right;
}

h1	{
	font-family: verdana, arial;
	font-size: medium;
}

h2	{
	font-family: verdana, arial;
	font-size: small;
}

h3	{
	font-family: verdana, arial;
	font-size: small;
}
	
p	{
	font-family: verdana, arial;
	font-size: 11px;
}

a	{
/*	color: #c1d14a;  */
	color: #cdd206;	
/*	color: ;	*/
/*	color: black;	*/
	font-weight: bold;
}

a:visited {color: red}

ul	{
	font-family: verdana, arial;
	font-size: small;
	list-style-type: none;
	padding: 8px;
}


li	{
	/*	margin-top: 0.4em; */
	font-size: 12px;
}
	
li a {
	font-weight: bold;
	text-align: left;
}
	
li.opening	{
	display: inline;
	margin: 5px;
	text-align: center;
}

