/* CSS Document */
body
	{
	color:#333333;
	font-family:"Century Gothic",Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

p
	{
	font-family:"Century Gothic",Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	vertical-align: top;
	margin: 0px 0px 0px 0px; /*een enter levert één regel op in de cms*/
	}
						
h1
	{
	font-family:"Century Gothic",Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em; 
	color:#74009e;
	font-weight:bold;
	margin: 0px;
	line-height: 1em;
	}
						
h2
	{
	font-family:"Century Gothic",Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color: #333333;
	font-weight:bold;
	margin: 0px;
	}
	
h3
	{
	font-family:"Century Gothic",Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #74019e;
	font-weight: bold;
	margin:  0px;
	/*line-height: 1em;	*/
	}
						
h4
	{
	font-family:"Century Gothic",Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #74019e;
	font-weight: bold;
	margin: 0px;
	line-height: 1em;	
	}
						
h5
	{
	font-family:"Century Gothic",Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #74019e;
	font-weight: bold;
	margin: 0px;
	line-height: 1em;	
	}
						
h6
	{
	font-family:"Century Gothic",Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #ffffff;
	font-weight:400;
	margin: 0px;
	line-height: 1em;	
	}
						
table
	{	   
	font-family:"Century Gothic",Verdana, 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
	{
	font-family:"Century Gothic",Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ff0575; 
	text-decoration: underline;
	outline: none; /*geeft in FireFox geen stippellijnen om links*/
	}

a:link
	{
	color: #ff0575; 
	}
						
a:active
	{
	color: #ff0575; 
	}
						
a:visited
	{
	color: #ff0575; 
	}
												
a:hover
	{
	color: #7a7a7a; 
	}						
								
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;
}









#imageBox_container
	{
	float: left;
	padding:0px 0px 0px 2px;
	margin: 0;
	width:1000px;
	/*background-color:#090;*/
	}

.imageBox1
	{
	float: left;
	padding: 0px 0px 0px 10px;
	margin: 20px 0px 0px 0px;
	width: 240px; 
	height: 128px;
	/*background-color:#F00;*/
	}

.imageBox2
	{
	float: left;
	padding: 0px 0px 0px 26px;
	margin: 20px 0px 0px 0px;
	width: 224px; 
	height: 128px;
	/*background-color:#09F;*/
	}

.imageBox3
	{
	float: left;
	padding: 0px 0px 0px 43px;
	margin: 20px 0px 0px 0px;
	width: 207px; 
	height: 128px;
	/*background-color:#09F;*/
	}

.imageBox4 {
	float: left;
	padding: 0px 0px 0px 60px;
	margin: 20px 0px 0px 0px;
	width: 190px; 
	height: 128px;
	text-align:left;
	/*background-color:#09F;*/
	}
	
.imageBox p {
	color:#F00;
	font-size:14px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height:14px;
}

.imageBox1 p {
	color:#000;
	font-size:14px;
	padding: px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.imageBox2 p {
	font-size:14px;
	padding: px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height:14px;
}

.imageBox3 p {
	color:#000;
	font-size:14px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height:14px;
}

.imageBox4 p {
	color:#000;
	font-size:14px;
	padding: px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height:14px;
}
