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

body
	{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

p
	{
	ffont-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	vertical-align: top;
	margin: 0px 0px 0px 0px; /*een enter levert één regel op in de cms*/
	}
						
h1
	{
	ffont-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #409bd0;
	font-weight:normal;
	margin: 0px;
	}
						
h2
	{
	ffont-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	}
						
h3
	{
	ffont-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	}
						
h4
	{
	ffont-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	}
						
h5
	{
	ffont-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	}
						
h6
	{
	ffont-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
	font-weight:100;
	margin: 0px;
	}
						
table
	{	   
	ffont-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#fff;
	}
	
li
	{
	font-size: 1em;
	}

/*b {
	color:#000;
}

strong {
	color:#000;
}*/

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:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #409bd0; 
	text-decoration:underline;
	font-weight:bold;
	outline: none; /*geeft in FireFox geen stippellijnen om links*/
	}

span {
	line-height:20px;
}
												
span a:hover
	{
	color: #000;
	text-decoration:underline;
	}						

li a:hover
	{
	color: #000;
	text-decoration:underline;
	}						

hr
	{
	color: #cccccc;
	height: 1px;
	}	

				
/*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;
	}
#sitemap a {
	color:#cecece;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}
#sitemap a:active {
	color:#cecece;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}
#sitemap a:hover {
	color:#cecece;
	font-size:12px;
	text-decoration:underline;
	font-weight:normal;
}
#sitemap a:link {
	color:#cecece;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}
#sitemap a:visited {
	color:#cecece;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}

