@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------*/
/*ALGEMENEN-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

html, body {
	padding:0px;
	margin:0px;
}
body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color:#666666;
	background-color:#ffffff;
}
body.popup { background-color:white; background-image:none;}
/*-------------------------------------------------------------------------------------*/
/*HOOFDONDERDELEN-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

#container {
	width:987px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:#ffffff;
	margin:0 auto;
}

#container #middle {
	height:auto;
	width:987px;
	display:block;
	clear:both;
}


/*-------------------------------------------------------------------------------------*/
/*PARTS HEADER-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------*/
/*PARTS MIDDLE COL LEFT----------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

#container #middle #colLeft{
	width:206px;
	min-height:666px;
	height:auto!important;
	height:666px;
	display:inline;
	float:left;
	background-image:url(/images/site/backgroundLeft.jpg);
	background-repeat:no-repeat;
}

#container #middle #colLeftTop{
	width:194px;
	height:163px;
	display:block;
	background-image:url(/images/site/topLeftBackground.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 0px 12px;
}

#container #middle #colLeftTop #logoBlok{
	width:150px;
	height:121px;
	padding:19px 0px 0px 11px;
	cursor:pointer;
}


/*-------------------------------------------------------------------------------------*/
/*PARTS MIDDLE COL RIGHT---------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

#container #middle #colRight{
	
	width:248px;
	display:inline;
	float:left;
	clear:right;
	min-height:666px;
	height:auto!important;
	height:666px;
	background-image:url(/images/site/rightColBackground.jpg);
	background-repeat:no-repeat;
}

/*-------------------------------------------------------------------------------------*/
/*PARTS MIDDLE COL Middle---------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

#container #middle #colMiddle{	
	width:533px;
	display:inline;
	float:left;
	min-height:666px;
	height:auto!important;
	height:666px;
}

#container #middle #colMiddle #header{	
	width:533px;
	height:344px;
	display:block;
}

#container #middle #colMiddle #header #headerTop{	
	background-image:url(/images/site/middleTopBackground.jpg);
	background-repeat:no-repeat;
	width:533px;
	height:63px;
	display:block;
}	

#container #middle #colMiddle #header #headerTop #extraMenu{	
	width:290px;
	height:21px;
	display:block;
	float:right;
	margin:35px 0px 0px 0px;
}

#container #middle #colMiddle #header #headerTop #extraMenuContent{	
	width:280px;
	height:21px;
	display:inline;
	float:left;
	color:#af0e16;
	font-size:11px;
}
#container #middle #colMiddle #header #headerTop #extraMenuContent a{	
	color:#666666;
	text-decoration:none;
	font-size:11px;
}
#container #middle #colMiddle #header #headerTop #extraMenuContent a:hover{	
	color:#af0e16;
	font-size:11px;
	text-decoration:none;
}

#container #middle #colMiddle #header #headerTop #extraMenuContent img{
	vertical-align:middle;
}

#container #middle #colMiddle #header #headerMiddle{	
	width:533px;
	height:167px;
	display:block;
}

#container #middle #colMiddle #header #headerMenuWrapper{	
	background-image:url(/images/site/menuBackground.jpg);
	background-repeat:no-repeat;
	width:533px;
	height:27px;
	display:block;
}

#container #middle #colMiddle #header #headerBottom{	
	background-image:url(/images/site/slogan.jpg);
	background-repeat:no-repeat;
	width:533px;
	height:87px;
	display:block;
}

#container #middle #colMiddle #colMiddleBottom{	
	width:533px;
	min-height:320px;
	height:auto!important;
	height:320px;
	display:block;
}

#container #middle #colMiddle #colMiddleBottom #contentWrapper{	
	width:230px;
	height:auto;
	display:inline;
	float:left;
	padding:10px 20px 10px 18px;
}
#container #middle #colMiddle #colMiddleBottom #onderaandachtWrapper{	
	background-image:url(/images/site/onderAandachtBackground.jpg);
	background-repeat:no-repeat;
	width:265px;
	min-height:320px;
	height:auto!important;
	height:320px;
	display:inline;
	float:right;
	clear:right;
}
/*-------------------------------------------------------------------------------------*/
/*DOELGROEPEN----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#container #middle #colRight #doelgroepen {
 width:195px;
 display:inline-block;
 margin: 10px 0px 0px 0px;
}
#container #middle #colRight #doelgroepen p.doelgroep{
	font-size:18px;
	line-height:33px;
	margin:0px 0px 0px 14px;
	padding:1px 0px 0px 0px;
	color:#3f3f3f;
}
#container #middle #colRight .doelgroep:hover{
	background-image:url(/images/site/categoryBackgroundMouseOver.jpg);
	background-repeat:no-repeat;
}
#container #middle #colRight #doelgroepen .last p.doelgroep{
	border:none;
}
#container #middle #colRight #doelgroepen p.doelgroep a{ color:#3f3f3f;}

#container #middle #colRight #doelgroepen p.doelgroep a:hover{ text-decoration:none;}


/*-------------------------------------------------------------------------------------*/
/*PARTS footer ----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#container #footer{
	background-image:url(/images/site/footerBackground.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 0px 206px;
	width:533px;
	height:32px;
	clear:both;
}

#container #footer #footerContent{
	padding:7px 0px 0px 17px;
	height:20px;
}

#container #footer #footerContent a{
	color:#666666;
	text-decoration:none;
}
#container #footer #footerContent a:hover{
	color:#af0e16;
}

#container #footer #footerContent img{
	vertical-align:middle;
}

/*-------------------------------------------------------------------------------------*/
/*pageTools--------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

#container #middle #colMiddle #colMiddleBottom #pagetoolsWrapper{
	width:532px;
	height:25px;
}

#container #middle #colMiddle #colMiddleBottom #pagetoolsWrapper #mainPageTools {
	background-image:url(/images/site/pagetoolsBackground.jpg);
	background-repeat:no-repeat;
	width:90px;
	height:25px;
	float:right;
	display:inline;
	margin:0px 0px 0px 0px;
}
#container #middle #colMiddle #colMiddleBottom #pagetoolsWrapper #mainPageTools img {display:inline; float:left;cursor:pointer;}
#container #middle #colMiddle #colMiddleBottom #pagetoolsWrapper #mainPageTools img#ptPrint{margin:4px 0px 0px 8px;}
#container #middle #colMiddle #colMiddleBottom #pagetoolsWrapper #mainPageTools img#ptMail{margin:6px 0px 0px 14px;}
#container #middle #colMiddle #colMiddleBottom #pagetoolsWrapper #mainPageTools img#ptFriend{margin:3px 0px 0px 14px;}


/*-------------------------------------------------------------------------------------*/
/*GENERAL CONTENT----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.floatDidiver{width:950px; height:1px;clear:both;overflow:hidden;}

a,a:visited {text-decoration: none; color: #af0e16;}
a:hover, a:active { text-decoration:underline; color: #af0e16;}

h1 {font-size:14px; font-weight:bold; padding:0px 0px 0px 0px; margin:0px 0px 9px 0px; color:#ff7a01; }
h2 {font-size:12px; font-weight:bold;padding:0px 0px 0px 0px; margin:0px 0px 9px 0px; color:#888888; line-height:18px;}
h3 {font-size:11px;}
h4 {font-size: 11px;}
h5 {font-size:11px;}
h6 {color:#666666; font-weight:bold; font-size: 11px; padding:0px 0px 0px 0px; margin:0px 0px 9px 0px; line-height:18px;}

.groupItem {cursor:pointer;}

/*exceptions for home*/
#container #middle #colMiddle #colMiddleBottom #contentWrapper #contentHome h1 {color:#000000;}
#container #middle #colMiddle #colMiddleBottom #contentWrapper #contentHome h2 {display:none;}
#container #middle #colMiddle #colMiddleBottom #contentWrapper #contentHome hr { height:1px!important;  border:none;}

p  {padding:0; font-size: 1em; margin: 0px; font-weight:normal;display:block; line-height: 17px;}

.date {color:#af0e16; font-weight:bold; font-size:11px; line-height:18px; }
.button { 
	width:75px;
	background-image:url(/images/site/buttonBackground.gif);
	background-repeat:repeat-x;
	background-color:#af0e16;
	border:1px solid #dadada;
	color:#ffffff;
	cursor:pointer; 
	padding:2px 3px 2px 3px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
}
