
body {
	font-family:  Verdana, verdana, Arial;
	font-size: 62.5%; /* kan ook in pixels =10px; 1.0em us nu 10px groot let op punt geen komma*/
	text-align: left;/*mag ook|center|zijn justify|zorgt dat textblokken compleet uitvullen*/
	color: #323232;/* donkergrijs #000000 =black*/
	/*background-color: #D2FF73;*//* #D2FF73 = lichtgroen wit=#FFFFFF*/
	margin: auto;
	width: 1000px;/* deze laatste veranderingen zijn op 8 jan. '09 gemaakt */
	max-width: 100%;
	
}
/*em {font-size: 10px; tijdelijk gedaan om te valideren 62,5%}*/

a:link {
	text-decoration: none;
	border-style: none;
	color : #5E9D06;
	/*color: #38000F;/* roodbruin #9ACD32 yellowgreen #323232 =grijs donkerzwart=#000000*/
	font-style: normal;
}
a:visited {
	text-decoration: none;
	border-style: none;
	color : #5E9D06;
	/*color: #38000F;  #8FBC8F;=seagreen  #8C8C8C =donkergrijs*/
	font-style: normal;
}
a:hover {
	text-decoration: none;
	border-style: none;
	color: #5E9D06; /* #6B8E23; =olivedrab #646464 =grijs*/
	font-style: italic;
}
a:active {
	text-decoration: none;
	border-style: none;
	color: #5E9D06; /*#9ACD32; #4B4B4B = grijs*/
	font-style: normal;
	font-weight: bold;

}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width:90%;
  height: auto;
  /*max-height: 80%;*/
}
/* gehele beschikbare ruimte voor boxen */
#tijdelijk {
	position: relative;
	max-width: 100%;
	height: auto;
	font-size: 1em;
	background-color: #FFFFFF;/*=wit*/
	}
/* trucje */
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}
