#header {
height: 160px;
margin-left: 10px;
}
#conteneur {
position: absolute;
width: 95%;
}
#centre {
margin-left: 200px;
}
#gauche {
position: absolute;
left:0;
width: 200px;
}

body {
	/* background-image: url(achter1.jpg); */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	/*   margin-left: 50px;
	margin-right: 50px;*/
	background-color: #FFFFFF;
	font-family: 'Arial','Sans Serif'; 
    /* font-family: Times,"Times New Roman"; */
     }

/*a:link {color: #DDDDDD}
a:visited {color: #CCCCCC}
a:active {color: #AAAAAA}*/
a:hover {color: #000000}


H1 {  color: #000000;
      font-size: 15pt;
   }

H2 {  color: #000000;
      font-size: 14pt;
   }

H3 {  color: #111111;
      font-size: 13pt;
   }

H4
   {  color: #111111;
      font-size: 12pt;
      margin-top : 5 pt;
      font-weight : normal;
   }

H4.geenp
   {  color: #111111;
      font-size: 12pt;
      margin-top : 5 pt;
      font-weight : normal;
	  margin-top: -20px;
   }

p {
	margin: 0px 0px 0px 0px;
      font-size: 12pt;
      font-weight : normal;
}

/* CSS voor het menu */

#menu {
width: 160px;
}
#active {
font-weight: bold;
}
#menu dt {
cursor: pointer;
margin: 8px 0;
font-size: 12pt;
font-family: 'Arial','Sans Serif';
text-align: left;
background: #FFFFFF;
border-bottom:1px dotted #FFFFFF;
border-top:1px dotted #FFFFFF;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: left;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
border-bottom:1px dotted #FFFFFF;
border-top:1px dotted #FFFFFF;
}
#menu li a:hover, #menu dt a:hover {
background: #FFFFFF;
color: #EE2527;
border-bottom:1px solid #EE2527;
border-top:1px solid #EE2527;
}
