
/* ====== FONTS ======= */ 

#sub1, #sub1 p, #sub2, #sub2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 120%;
}
#sub1 a, #sub2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	line-height: inherit;
}
#navigatie li { /* horiozntaal menu */
    text-align: center; 
  }
#navigatie a {
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
  } 
#navigatie a:link { 
	text-decoration: none; 
  } 
#navigatie a:visited {  
	text-decoration: none;
  } 
#navigatie a:hover { 
	text-decoration: none; 
  } 
#navigatie a:active { 
	text-decoration: none; 
  }
#menuvert a {
	font-size: inherit;
	line-height: 100%;
	text-decoration: none;
}
#tekstmidden {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 130%;
	font-style: italic;
}
#inrechts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	line-height: inherit;
}
#voet {
	text-align: center;
}
#voet a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	line-height: inherit;
	text-decoration: none;
}
#ww {
	font: 90%/100% Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
}
#ww a {
	font: 100%/100% Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
}
#ww a:hover {
	color: #666;
	text-decoration: underline;
}

/* SPECIALS */

.hide {
    display:none;
}
.ezo {
	unicode-bidi: bidi-override;
	direction: rtl;
}
