/*
#########################
#		ALGEMEEN 		#
#########################
*/

html,body,div,span,h1,h2,h3,h4,p,ul,ol,li,table,tr,td,a {
	margin: 0;
	padding: 0;
}

.hidden {
	display: block;
	font-family: Tahoma, Verdana;
	float: left;
}

img {
	border: none;
}

body {
	font: 62.5% Tahoma, Verdana;
	background-color: #fff;
	font-size: 13px;

}

p {
	font-size: 1.1em;
	color: #000;
}

h1 {
	color: #000;
	margin-bottom: 50px;
	font-size: 20pt;
	line-height: 1.8em;
	
}
h2 {
	color: #0099CC;
	font-size: 2.4em;
	line-height: 2.2em;
	}
h3 {
	color: #da3066;
	font-size: 2.2em;
}
h4{
	margin-top: 13px;
}

/*
########################
#		LAYOUT		   #
########################
*/


body.mainBodyIntro {
	font: 62.5% Arial;
	background-color: #0099cc;
	text-align: center;
}

/* BODY INTRO PAGINA */

body.mainBodyIntro div#container {
	width: 790px;
	margin: 0 auto;
	text-align: left;
	padding: 60px 0 0 0;
}

body.mainBodyIntro div#logo {
	float: left;
	width: 300px;
}

body.mainBodyIntro div#taalkeuze {
	float: right;
	padding: 20px 0 0 0;
}

body.mainBodyIntro div#taalkeuze img {
	padding: 0 10px 0 0;
}

body.mainBodyIntro div#taalkeuze a {
	text-decoration: none;
	font-weight: bold;
	color: #cc3366;
	font-size: 1.4em;
	
}

body.mainBodyIntro div#content {
	float: left;
	margin: 0 0 20px 0;
	font-size: 25pt;
	color: #fff;
	font-weight: bold;
	line-height: 60px;
}

/* BODY SUBPAGINA */

body.mainBody div#container {
	width: 940px;
	float: left;
	text-align: left;
	padding: 46px 0 0 22px;
}

div#fotoblok {
	display: none;
}

div#thumbs {
	margin: 10px 0 10px 0;
	clear: left;
	float: left;
}

div#thumbs img {
	cursor: pointer;
	margin: 0 8px 0 0;
}


div#mainbody {

}

div#mainbody p {
	padding: 10px 0 10px 0;
	line-height: 22px;

	}
div#mainbody a {
	display: block;
	float: left;
	font-weight:bold;
	padding: 4px 15px 4px 0px;
	color: #da3066;
		
	text-decoration: underline;
	}
div#mainbody a:hover {
	color: #0099cc;
	
	text-decoration: underline;
	}

div.kruis {
	top: 0;
	width: 115px;
	height: 115px;	
	position: absolute;
	z-index: 200;
	margin: 220px 0 0 406px;
	background: url(/img/paarskruis.png);
}

/*
########################
#	MENU / LIJSTEN	   #
########################
*/

/* HOOFDMENU */

ul#mainMenu {
	display: none;
  }
 
ul#mainMenu li {
  float: left;
  position: relative;
  padding: 0 0 0px 0 ;
   background: none:
  
  }
ul#mainMenu li a {
	display: block;
  padding: 0 4px 12px 0 ;
  text-decoration: none;
  background: none: 
  }
  
div.sitemap ul {
	list-style: none;
	width: 300px;
	margin: 10px 0 10px 0;
}

div.sitemap ul li a {
	padding: 0;
	font-weight: normal;
}

div.sitemap ul li ul {
	margin: 0 0 0 20px;
}

div.sitemap ul li ul li ul {
	display: none;
}

div.sitemap ul li {
	width: 300px;
	float: left;
	clear: left;
}

ul#mainMenu li ul.submenu {
	padding: 5px 0 25px 0;
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  clear: left;
  list-style: none;
   background: none;

  }

ul#mainMenu  ul.submenu li  {
		padding: 0;
		margin: 0;
		display: block;
		float: left;
		clear: left;
		background: url(/img/bgsubmenu.png) repeat;
  }
  
ul#mainMenu li ul.submenu a {
		margin: 0;
		display: block;
		padding: 5px 5px 3px 25px; 
		z-index: 200;
		color: #a50430;
		width:90%; min-width:100px;
		font-weight: bold;
		font-size: 1.1em;
		background: url(/img/bullet.png) no-repeat 5px 11px;
		text-decoration: none;
  }
  
ul#mainMenu li ul.submenu a:hover {
		color: #0099CC;
		background: url(/img/bulleton.png) no-repeat 5px 11px;
	
  }

ul#mainMenu  li > ul {
	top: auto;
	left: auto;
	}
	
ul#mainMenu li:hover ul,
ul#mainMenu li.over ul{ 
	display: block; }
	
/* FORMULIER */

ul.formuliercomponent li#li_stuurEmail {
	height: 1.5em;
}

ul.formuliercomponent label {
	font-size: 1.1em;
	color: #0099CC;
	display: block;
	float: left;
	width: 125px;
	padding: 2px 0 0 5px;
}

ul.formuliercomponent li {
	padding: 2px 0 2px 0;
	margin: 3px 0 3px 0px;
	float: left;
	clear: left;
}

ul.formuliercomponent li textarea {
	width: 240px;
	height: 100px;
	border: 1px solid #0099CC;
	font-family: Arial;
	font-size: 1.1em;
	color: #DA3066;
	padding: 2px; 
}

label#lblPostcode {
	width: 65px;
	padding-left: 12px;
}

label#lbl_stuurEmail {
	display: block;
	width: 320px;
}



ul.formuliercomponent input {
	font-family: Arial;
	font-size: 1.1em;
	color: #DA3066;
	border: 1px solid #0099CC;
	padding: 2px;
	float: left;
}

ul.formuliercomponent li {
	width: 450px;
}

input#tussenvoegsel {
	width: 85px;
}

input#huisnummer {
	float: left;
	width: 50px;
}

input#postcode {
	width: 71px;
}

input#cb_stuurEmail {
	float: left;
	width: 15px;
	margin-right: 5px;
	border: none;
}

input#onderwerp {
	width: 240px;
}

input.submit {
	float: left;
	clear: left;

	padding: 0.2em 0.8em;
	color: #fff;
	font-weight: bold;
	border: none;
	width: 125px;
	background: #0099CC;
	cursor: pointer;
	}

input.checkbox {
	float: left;
	width: 15px;
	border: 1px solid #fff;
	}
	
div#breadcrumb {
	display: none;
}

div#breadcrumb a {
		font-size: 1.0em;
	padding: 0 5px 0 5px;
	font-size: 1.0em;
	color: #999999;
	text-decoration: none;
}

div#breadcrumb a:hover {
	text-decoration: underline;
	color: #0099CC;
	}
	
div#breadcrumb a:active {
	color: #DA3066;
	text-decoration: none;
	}
	
div#copy {
	width: 250px;
	text-align: right;
	float: right;
	margin: 20px 5px 10px 0;
	color: #999999;
	

}

div#copy a {
	display: none;
}

div#copy a:hover {
	text-decoration: underline;
	color: #0099CC;
}