@charset "utf-8";

body{font:80% "Lucida Grande","Lucida Grande","Trebuchet MS",Tahoma,"Helvetica Neue",Helvetica,Arial, sans-serif;
     -webkit-text-stroke:1px transparent;/*fix voor te vette rendering in Safari*/
     }
	
h1, h2, h3, h4, h5, h6{font-family: "Anivers Regular", Corbel, "Segoe UI","Lucida Sans Unicode", "Lucida Grande","Lucida Grande","Trebuchet MS",Tahoma,"Helvetica Neue",Helvetica,Arial,/* Garuda,*/ sans-serif; font-weight: bold !important;}


p{font-size: 1em; /* 16px */ line-height: 1.375em;}

#privacy>h1, #zoekertje>h1 { font-size: 24px; line-height: auto; margin: 12px 20px; }
#privacy>h2, #zoekertje>h2 { font-size: 16px; line-height: auto; margin: 6px 20px; }
#privacy>h3, #zoekertje>h3 { font-size: 14px; line-height: auto; margin: 6px 20px; }
#privacy>p, #zoekertje>p  { font-size: 12px; line-height: auto; margin: 0px 20px 12px; text-align: justify }
#privacy>ul, #zoekertje>ul { margin-left: 40px; list-style-type: square; }
#privacy>address { margin: 0 0 12px 40px; }

p strong,p em,p b,p i{font-family:"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande","Trebuchet MS",Tahoma,"Helvetica Neue",Helvetica,Arial, sans-serif;}

em, i
{
    font-style: italic;
     }
 strong, b
 {
     font-weight: bold;
 }    
	
/*strong, em, b, i {
	font-family:"Museo 700", Corbel, "Segoe UI","Lucida Sans", "Lucida Sans Unicode", "Lucida Grande","Trebuchet MS",Tahoma,"Helvetica Neue",Helvetica,Arial, sans-serif;
	font-weight:bold;
}*/




/* Webkit and Mozilla*/
#BrandMenu a, #content a, input[type="text"], textarea, h1, h2, p, img { 

-webkit-transition : all 0.25s ease-out; }
