html {overflow-y: scroll;} /*toont altijd de ruimte voor een verticale scroll balk zodat de pagina niet gaat springen*/

body
	{
	color:#555552;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

p
	{
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #555552;
	vertical-align: top;
	margin: 0px 0px 0px 0px; /*een enter levert één regel op in de cms*/
	}
						
h1
	{
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #006028;
	font-weight: bold;
	margin: 0px;
	}
						
h2
	{
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color: #006028;
	font-weight: none;
	margin: 0px;
	}
						
h3
	{
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #555552;
	font-weight: bold;
	margin: 0px;
	}
						
h4
	{
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #555552;
	font-weight: bold;
	margin: 0px;
	}
						
h5
	{
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #555552;
	font-weight: bold;
	margin: 0px;
	}
						
h6
	{
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #555552;
	font-weight:100;
	margin: 0px;
	}
						
table
	{	   
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
	
li
	{
	font-size: 1em;
	}


form
	{
	margin: 0px;
	font-size: 1em;
	}


textarea
	{
	font-family: Verdana, sans-serif;
	font-size: 1em;
	color: #666666;
	overflow: auto;
	}

input
	{
	font-family: Verdana, sans-serif;
	font-size: 1em;
	color: #666666
	}

select
	{
	font-family: Verdana, sans-serif;
	font-size: 1em;
	color: #666666
	}
						
a, a:link, a:active, a:visited, a:hover
	{
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FF5F03; 
	text-decoration: underline;
	outline: none; /*geeft in FireFox geen stippellijnen om links*/
	}

												
a:hover
	{
	color: #7a7a7a; 
	}						
								
hr
	{
	color: #c8c7c8;
	height: 2px;
	border-bottom: #ffffff 1px solid;
	}	

				
/*zoekwoorden worden geel gemarkeerd zie: site/js/keywordseachhighlight.js */				
.searchword 
	{
	background-color:#FFFF00;
	}	


/*Dit wordt gebruikt door het default_form om spam via een formulier te voorkomen*/
#controletegennietmensen 
	{
	visibility:hidden;
	display:none;
	}

