body {font-family : Verdana, sans-serif; font-size: 12px; 
      margin: 0px 10px 0px 20px;      
}

H2 {     
    font-size : 16px;
    font-weight: bold;    
}

H3 {       
    font-size: 14px;    
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;  
}

H4 {font-size: 13px;
    font-weight: bold;
    margin: 0px;}

H5 {font-size: 13px;
    font-weight: bold;
    margin: 0px;
    color: #c18082;}

table {margin: 10px 0px 10px 0px; font-size : 12px; border-top: solid 1px #9e0b0e; padding-bottom: 5px;}

th {text-align: left;font-size: 13px; color: #9e0b0e; padding-bottom: 10px;}
td {vertical-align: top; padding: 1px 4px 1px 3px; border-bottom: solid 1px #9e0b0e;}

a {text-decoration: none;}


SELECT {border: 1px solid #c2ddef; color: black; background: #f5f5f5; margin-left: 20px;}

label {font-size: 14px; font-weight: bold; text-align: left; position: relative;left: 20px; color: #c18082;} 

dd {margin-bottom: 5px;}

/*De drie kolommen*/

#linker {
        position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px 20px 20px 20px;
	padding: 0px 10px 10px 10px;
	border-right: 2px solid #9e0b0e;	
	width: 35%; /* ie5win fudge begins: dit is de vergrootte breedte voor IE */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 32%;
        height: 420px;
}

html>body #linker {
	width: 32%; /* ie5win fudge ends */
}

#centrum {
        margin: 0px 33% 0px 38%;
	padding: 0px 10px 0px 10px;
	border-right: 2px solid #9e0b0e;
        height: 430px;	
}

#rechts {
        position: absolute;
	top: 0px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 0px 10px 20px 30px;
	padding: 0px 10px 10px 10px;	
	width: 30%; /* ie5win fudge begins: dit is de vergrootte breedte voor IE*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 27%;
        height: 420px;
}

html>body #rechts {
	width: 27%; /* ie5win fudge ends */
}

/*de id elementen*/

#zoekhulp {position: absolute; right: 15%; top: 0px; text-decoration: none;}

#zoektermen {font-style: italic;}

/*de class elementen*/

table.zoekresultaat {width:95%;} 

.onderwerp_sectie {margin-bottom: 8px; font-size : 13px;}

.provincie_sectie {position:relative; top: 30px; } 

.clear {
  clear:both;
}
/*de radio elementonderwerpen*/
.radioElement {
position: absolute;
left: 70%;
right: 50%;
}
/*de popups van trefwoorden*/
.poppy {
display: none;
position:absolute;
left:150px;
top:40px;
width:160px;
font-size : 10pt;
background: #feffc8;
border: 1px solid;
padding : 4px;
z-index: 20;
}
/*de popups van de indelingen in het zoekresultaat*/
.poppy2 {
position: absolute;
display: none;
width:70px;
font-size : 10pt;
background: #feffc8;
border: 1px solid;
padding : 2px;
z-index: 100;
}

/*klik op onderwerp*/
.useTip {
    position: relative;
    top: 20px;
    left: 20px;
    display: none;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    color: blue;
}

.buttons {
  position: absolute;  
  left:40px;
          }

.footer {
  position: relative;        
  left:0px;
  top: 10px;       
	 
}

