/* Klerken.be eerste poging voor kleur en layout b70525 */
/*  gebruik maken van CSS level2*/


/* ------------------[ Algemeen] -----------------------------*/
body {
	/*  background-image:url('decoba2.jpg'); */
	background-repeat: no-repeat;
	background-position: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	font-style: normal;
	font-weight: normal;
	background-color: #CCFFCC;
	width: 97%;
   text-align: center;
}

/* -----------------------------------------------------------*/
/* ------------------[ Algemeen] -----------------------------*/
div.header,div.footer {
  padding:0.5em;
  color:white;
  background-color: #008000;
  clear:left;
}
div.footer {
  position: absolute;
  top: 500px;
}
div.midden {
  position: relative;
}


/* -----------------------------------------------------------*/
h1 {
	background-color: #008000;
	text-align: center;
	font-size: 36px;
}

h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #CCCC33;
}

h6.pos_abs {
  position:absolute;
  left:30px;
  bottom:30px
}

.center {text-align: center}

a {
  text-decoration: none;
 /*  target: "_blank";                 wordt niet ondersteund in css */
}

a:link    {
	color: #008000;
}
a:visited {
	color:#008000;
/*   color: #ff7d00; */
}
a:hover   {
  color: #000000;
}
a:active  {
  color: #6699ff;
}

a.menulink {
	/* Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! */
	/* Note: a:active MUST come after a:hover in the CSS definition in order to be effective!! */
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-family:arial;
	font-size:12px;
	color: #000000;
	border: solid 1px #FFFFFF;
	font-weight : bold;
}

a.menulink:hover {
  border: solid 1px #6100C1;
  background-color:#F0E1FF;
}

.onderwerp1 {
/*  position: absolute; */
  position: relative;
/*height: 0px;       */
  left: 4px;
  width: 204px;
  border:0px solid;
  text-align:center;
/*  cursor:pointer; */
  margin:1px;
/*background-color:#F0E1FF; */

}

.color3 {
	color:#008000;
   font-size: 24px;
   font-weight: bold;
}

.item3, .mail {
	width: 400px;
	height: 13px;
	font-size:12px;

	border: 0px solid;
	text-align: center;
	margin: 1px;
	/* color:#000000;
	*/
	color: Blue;
}
.item4 {
	width: 400px;
	height: 13px;
	font-size:12px;

	border: 0px solid;
	text-align: left;
	margin: 1px;
	/* color:#000000;
	*/
	color: Blue;
}


