@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------*/
/*ALGEMENEN-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/


html, body {
	padding:0px;
	margin:0px;
	height:100%;
	min-height:100%;
}
body {
	font: 11px Arial, Helvetica, sans-serif; 
	color:black;
	line-height:130%;
	background-color:#cce0f3;
}
body.popup { background-color:white; }
/*-------------------------------------------------------------------------------------*/
/*HOOFDONDERDELEN-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#container {
	width:100%;
	padding:0px;
	margin:0px;
	background-image:url(/images/site/bodyBackgroundRepeat.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
#container #header { 
	width:990px; 
	height:242px;
}
#container #middle { 
	clear:both; 
	width:990px; 
	min-height:400px;
	/*height:auto!important;*/
	height:auto;
	padding-bottom:10px;
}
#container #middle .floatDivider{width:990xp; height:1px; clear:both;}
/*-------------------------------------------------------------------------------------*/
/*PARTS HEADER-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#container #header  #topheader {
	height:49px;
	clear:both;
	width:990px;
	display:block;
}
#container #header #headerWrapper{
	clear:both;
	width:990px;
	height:177px;
	display:block;
}
#container #header #headerWrapper #headerColLeft {
	background-image:url(/images/site/headerLeftBackGround.jpg);
	background-repeat:no-repeat;
	width:190px;
	height:177px;
	display:inline;
	float:left;
	overflow:hidden;
}
#container #header #headerWrapper #headerColMiddle {
	background-image:url(/images/site/indexVisual.jpg);
	background-repeat:no-repeat;
	width:495px;
	height:177px;
	display:inline;
	float:left;
}
#container #header #headerWrapper #headerColRight {
	background-image:url(/images/site/logo.jpg);
	background-repeat:no-repeat;
	width:290px;
	height:177px;
	display:inline;
	float:left;
	cursor:pointer;
}
/*-------------------------------------------------------------------------------------*/
/*PARTS MIDDLE COL RIGHT---------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#container #middle #colRight{
	width:204px;
	min-height:425px;
	height:auto!important;
	height:425px;
	display:inline;
	float:left;
	clear:right;
}
#container #middle #colRight #colRightHeader{  clear:both; width:204px; height:23px;} 
/*-------------------------------------------------------------------------------------*/
/*PARTS MIDDLE COL LEFT----------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#container #middle #colLeft{
	width:165px;
	height:460px;
	display:inline;
	float:left;
}
/*-------------------------------------------------------------------------------------*/
/*PARTS MIDDLE COL Middle--------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#container #middle #colMiddle{
	width:621px;
	min-height:425px;
	height:auto!important;
	height:425px;
	display:inline;
	float:left;
}

#container #middle #colMiddle #contentWrapper{ 
	margin:20px 25px 21px 25px;
 }
 
#container #middle #colMiddle #contentWrapper.indexContent{ 
	margin:20px 0px 21px 25px;
	width:500px;
 }
  #container #middle #colMiddle #contentWrapper.indexContent #content{ width:497px; }
#container #middle #colMiddle #content{ width:497px; }
#container #middle #colMiddle #colMiddleHeader{  clear:both; width:621px; height:23px;} 
/*-------------------------------------------------------------------------------------*/
/*pageTools--------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#container #header{ 
 width:985px;
 clear:both;
}
#mainPageTools {
	width:70px;
	float:right;
	display:inline;
	margin:0px 0px 0px 0px;
}
#mainPageTools img {display:inline; float:left;cursor:pointer;margin-left:2px;}
/*-------------------------------------------------------------------------------------*/
/*DOELGROEPEM--------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#header #doelgroepen {
 width:500px;
 display:block;
 margin-left:50px;
 height:49px;
 display:inline; 
 float:left;
}
#header #doelgroepen p.doelgroep{
	display:inline;
	float:left;
	font-family:Garamond,Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	line-height:36px;
	margin:17px 43px 0px 0px;
}
#header #doelgroepen p.doelgroep a{ color:#1d1b6c;}
/*-------------------------------------------------------------------------------------*/
/*FOOTER----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#container #middle #colRight #footer {
	width:204px; 
	display:block;
	clear:both;
	margin:10px 0px 0px 0px;
	padding:0px;
}
#container #middle #colRight #footer .blockTitle{
	padding:16px 0px 0px 0px;
	padding-bottom:15px;
	font-size:18px; 
	color:#181669; 
	font-weight:normal;
	cursor:pointer;
}

#container #middle #colRight #footer #footerContent{
	margin:0px 0px 0px 18px;
	color:#666666;
}
#container #middle #colRight #footer #footerContent a{color:#666666;}
/*-------------------------------------------------------------------------------------*/
/*GENERAL CONTENT----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

a {text-decoration: none; color: #2e5fff;}
a:visited		  {text-decoration: none; color: #2e5fff;}
a:hover, a:active { text-decoration: underline; color: #6d6c5d;}

h3 {font-size:12px; font-weight:bold; line-height:normal; color:#7db0df;}
h4 {font-size:12px; font-weight:bold; line-height:normal; color:#7db0df;}
h5 {font-size:12px; font-weight:bold; line-height:normal; color:#7db0df;}
h1 {font-size: 11px; line-height:normal;color:#80b2e0;text-transform: uppercase; padding:0px; margin:0px 0px 14px 0px;}
h2 {font-size:12px; font-weight:bold; line-height:14px; color:#181669; margin:0px 0px 14px 0px;padding:0px;}
h6 {color:#181669; font-size: 11px; line-height:14px; margin:0px 0px 14px 0px; padding:0px;}


p  {padding:0; font-size: 1em; margin: 0px; font-weight:normal;}

.date {color:#999999; font-weight:normal; font-size:11px; line-height:14px; }
.button { width:75px; border:1px solid #245784; background-color:#FFFFFF; text-align:center; color:#333333; cursor:pointer; padding:0px;}
