@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------*/
/*ALGEMENEN-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

html,body {
	height:100%; 
	width:100%;
	min-width:100%;
	padding:0;
	margin:0;
}

body {
	font: 11px Lucida,verdana,Tahoma, Arial, Helvetica, sans-serif;
	background-image:url( /images/site/bodyBackground.png );
	background-repeat:repeat-x;
	background-color:#cecd00;
	color:#404040;
	line-height:140%;
}

/*-------------------------------------------------------------------------------------*/
/*HOOFDONDERDELEN-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#container {
	background-color: white;
	width:985px;
	margin:0 auto;
}
#container #header, #container #middle { /*cetnter the design*/
 margin:0;
}

#container #header{
	background-image:url( /images/site/indexHeaderBackground.png );
	background-repeat:no-repeat;
	width:985px;
	height:163px;
}
#container #middle{
	width:985px;
}
/*-------------------------------------------------------------------------------------*/
/*PARTS MIDDLE-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

#container #middle #midTop {
	background-image:url( /images/site/midTopBackground.png );
	background-repeat:no-repeat;
	width:985px;
	height:200px;
}
#container #middle #midContent {
	background-image:url( /images/site/midContentRepeat.png );
	background-repeat:repeat-y;
	width:985px;
	height:auto;
}
#floatDivider{ 
	width:985px;
	height:40px;
	clear:both;
}

#container #middle #midContentWrapper {
	background-image:url( /images/site/midContentBackground.png );
	background-repeat:no-repeat;
	background-position:bottom left;
	width:985px;
	min-height:330px;
	height:auto!important;
	height:330px;
	clear:both;
}

#container #middle #midFooter {
	background-image: url( /images/site/indexFooterBackground.png );
	background-repeat: no-repeat;
	width: 985px;
	height: 181px;
	clear: both;
}

/*PARTS MIDTOP*/
#container #middle #midTop #indexMidTopImageBlok{
	display:inline;
	float:left;
	width:569px;
	height:200px;
	overflow:hidden;
}

#container #middle #midTop #indexMidTopImageBlok .imageBlok {
	margin-left:26px;
}

#container #middle #midTop #indexContent,#container #middle #midTop #contentPart {
	display:inline;
	float:left;
	width:415px;
	height:200px;
}
#container #middle #midTop #indexContent {clear:right; overflow:hidden;}

/*PARTS CONLMIDDLE*/
#container #middle #midContentWrapper #colOne{
 display:inline;
 float:left;
 width:235px;
}
#container #middle #midContentWrapper #colTwo{ 
 display:inline;
 float:left;
 width:524px;
}
#container #middle #midContentWrapper #colFour{
 display:inline;
 float:left;
 width:220px;
}

#indexContent .topBlockContent {
	height:200px;
	width:390px;
	display:inline;
	float:left;
	overflow:hidden;
}
.topBlockContent h1{
	font: 20px Lucida,verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#e95e27;
	margin:21px 0px 0px 18px;
	padding-bottom:2px;
}
.topBlockContent h2{
	
	font-variant:small-caps;
	font-size:14px;
	font-weight:500;
	color:white;
	font-style:normal;
	margin:8px 0px 6px 18px;
}
.topBlockContent h6{
	color:#333333;
	padding:0px;
	margin:0px 0px 0px 18px;
}
/*-------------------------------------------------------------------------------------*/
/*PARTS HEADER-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#header #logoBlok{
 	position:relative;
	width:206px;
	float:left;
	display:inline;
	margin:43px 0px 0px 29px;
	cursor:pointer;
}

/*-------------------------------------------------------------------------------------*/
/*DOELGROEPEN----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#doelgroepen { margin-top:16px;}
#doelgroepen #doelgroepenTitle{
	margin-left:8px;
}
#doelgroepen #doelgroepenWrapper{
	margin-top:21px;
}
#doelgroepen #doelgroepenWrapper .doelgroep {
	width:216px;
	height:21px;
	color:#7e7e7e; 
	cursor:pointer;
	font-weight:bold;
}

#doelgroepen #doelgroepenWrapper .doelgroep p {
	margin:0px;
	padding:3px 0px 0px 10px;
}

#doelgroepen #doelgroepenWrapper .doelgroep:hover, #doelgroepen #doelgroepenWrapper div.CSStoHighlight{
	background-image:url( /images/site/indexBlokHoverBackground.png );
	background-repeat:no-repeat;
}
#doelgroepen #doelgroepenWrapper .doelgroep:hover p, #doelgroepen #doelgroepenWrapper div.CSStoHighlight p {
	color:#e95e27;
}

/*-------------------------------------------------------------------------------------*/
/*DOELGROEPEN TOP----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#doelgroepenTop {
 position:relative;
 float:left;
 display:inline;
 z-index:99;
 margin-top:75px;
 *margin-top:100px;
 margin-left:10px;
 width:690px;
 clear:right;
 height:20px;
}

#doelgroepenTop p.doelgroepInfo {
	margin: 0px 0px 10px 45px;
	padding: 0px;
	font-size: 9px;
	color: #868686;
	visibility: hidden;
}

#doelgroepenTop #contactLinkTop {
	float:right;
	display:inline;
	margin-right:15px;
	font-size:14px;
    font-weight:bold;
}
#doelgroepenTop #contactLinkTop a{ color:#e95e27;}

ul.doelgroepenTopMenu {
  cursor: default;             /* gives an arrow cursor */
  margin: 0px 0px 0px 0px;            /* Opera 7 final's margin and margin-box model cause problems */
  padding:0px 0px 0px 0px; /* stops the usual indent from ul = left value 4th value */
  text-align:left;
}

ul.doelgroepenTopMenu li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;        /*   makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  display:inline; /*use 3 following items to change menu to vertical - comment out overall ul with*/
  float:left;
  width:auto;
  padding-left:9px;
  padding-right:9px;
  text-align:center;

  font-size:14px;
  color:#7e7e7e;
  font-weight:bold;
}

/* and some link styles */
ul.doelgroepenTopMenu li a { color:#7e7e7e; text-decoration: none; }
ul.doelgroepenTopMenu li a:hover, ul.cssMenu li a.CSStoHighLink { color:#e95e27; text-decoration: none;}

/*-------------------------------------------------------------------------------------*/
/*FOOTER----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#midFooter #footerColOne { 
	display:inline; 
	float:left;
	width:192px;
	margin-left:42px;
	margin-top:20px;
}
#midFooter #footerColTwo {
	display:inline; 
	float:left;
	width:182px;
	margin-top:20px;
}
#midFooter #footerColThree {
	display:inline; 
	float:left;
	width:175px;
	margin-top:20px;
}

#midFooter p.footerTitle {
	color:white;
	margin-left:21px;
}

#midFooter ul.footerDetail {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#midFooter ul.footerDetail li a{
	padding-left:21px;
	cursor:pointer;
	color:#c6c6c6;
	font-size:10px;
}
#midFooter ul.footerDetail li.normal{
	padding-left:21px;
	cursor:pointer;
	color:#c6c6c6;
	font-size:10px;
}

#midFooter ul.footerDetail li a:hover { 
	background-image:url( /images/site/footerBullet.png );
	background-repeat:no-repeat;
	color:white;
}

#midFooter ul.footerDetail li.normal a { padding-left:0px;}
#midFooter ul.footerDetail li.normal a:hover { background:none; padding-left:0px;}

#midFooter #footerColThree ul.footerDetail li,#midFooter #footerColTwo ul.footerDetail li {cursor:default;}
#midFooter #footerColThree ul.footerDetail li:hover,#midFooter #footerColTwo ul.footerDetail li:hover {background:none;color:#c6c6c6;}

/*SIFR CLASSES----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1,.sIFR-hasFlash h2{
	visibility: hidden;
}


/*-------------------------------------------------------------------------------------*/
/*GENERAL CONTENT----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
h1 {font-size: 1.4em; padding:2px 0 13px 0;}
h2 {font-style:italic; font-size:1.3em; margin:0 0 12px 0;}
h3 {padding-right: 0px; padding-left: 0px; font-size: 1.2em; padding-bottom: 0px; margin: 0px;  padding-top: 4px}
h4 {padding-right: 0px; padding-left: 0px; font-size: 1.1em; padding-bottom: 4px; margin: 0px;  padding-top: 4px}
h5 {padding-right: 0px; padding-left: 0px; font-weight: bold; font-size: 1em; padding-bottom: 4px; margin: 0px; color: #7f7f7f; padding-top: 4px}
h6 {padding-right: 0px; padding-left: 0px; font-weight: normal; font-size: 1em; line-height:18px;padding-bottom: 4px; margin: 0px; padding-top: 4px}

a {text-decoration:none; color: #e95e27;text-decoration: none}
a:hover, a:active {text-decoration: underline; color: #e95e27;}

#midContent ul  {list-style-position: inside;}
#midContent ol  {list-style-position: inside;}

.button {
	width:75px; 
	background-color:#b3b200; 
	color:white; 
	border:none!important; 
	cursor:pointer; 
	padding-left:5px;
	padding-right:5px;
	height:23px;
}
.notClickable {color:#CCCCCC;}