body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a{text-decoration:none;}
html {overflow: -moz-scrollbars-vertical;}
        
        
    
         
/* -------------------------------------------------------------- 
      
   colors:
   #f9b30e:yellow
   #122b5f:navy
   #6eb928:green #cdefad
   #266a7f:blue
  
-------------------------------------------------------------- */   

body {
  font-family: Arial, sans-serif;
  line-height: 1.5; /* Unitless for proper inheritance */
  color: #888;
}

/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size). */
   
body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
  font-family: Arial, sans-serif;
  clear:both; 
}

h1 { font-size: 2.2em; color:#122b5f; font-weight:bold;}
h2 { font-size: 1.5em; color:#122b5f; font-weight:bold;}
h3 { font-size: 1.2em; line-height:2; color:#122b5f; font-weight:bold;}
h4 { font-size: 1em; line-height:1.25; color:#122b5f; font-weight:bold;  }
h5 { font-size: 1em; line-height:1.25; color:#122b5f; font-weight:bold; }
h6 { font-size: 1em; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em 0; text-align:left; }
p.last, ul.last { margin-bottom:0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding:0; }
p img.top   { margin-top:.5em; } /* Use this if the image is at the top of the <p>. */

ul, ol      { margin: 0 0 1.5em 0; }
ol          { list-style-type: decimal; }
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }

a           { color: #6eb928; text-decoration: underline; outline: none; }
a:hover     { color: #6eb928; text-decoration: none;}

blockquote  { margin: 0; color: #888; font-style: italic; }

strong      { font-weight: bold; color:#666;}
em          { font-style: italic; }
pre         { margin-bottom: 1.3em; background: #eee; border:0.1em solid #ddd; padding:1.5em; }
code        { font:0.9em Monaco, monospace; }

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #B2CCFF; 
  color: #B2CCFF;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 0.1em;
  margin: 0 0 1.4em 0;
  border: none; 
}
* html hr { margin: 0 0 1.2em 0; } /* IE6 fix */
input, select  {margin: .2em;}

/* Some default classes
-------------------------------------------------------------- */

.small   { font-size: 0.9em; margin-bottom: 1.875em; line-height: 1.5em; }
.large   { font-size: 1.2em; line-height: 2.5em; }
.quiet   { color: #bbb; }
.quiet a { color: #bbb; text-decoration:none;}
.quiet a:hover { color: #999; border-bottom:1px solid #eee;}
.hide    { display: none; }
.link    { }
.bold    { font-weight:bold;}
.inline  { display:inline;}
.icon    { padding-left: 2em;}
.phone   { background: url(/images/icon_phone.gif) no-repeat 0 2px; }
.email   { background: url(/images/icon_email.gif) no-repeat 0 2px; }
.chat    { background: url(/images/icon_chat.gif) no-repeat 0 2px; }
.bullet  { padding-left: .5em; background: url(/images/bullet.gif) no-repeat 0 .7em;  }
.blue, .grey, .yellow { color:#666;}


/* Extra fancy typography
-------------------------------------------------------------- */

/* For great looking type, use this code instead of asdf: 
   <span class="alt">asdf</span>  
   Best used on prepositions and ampersands. */
  
.alt { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", serif; 
  font-size: 1.2em;
  line-height: 1%; /* Maintain correct baseline */
  font-style: italic;
}

/* For great looking quote marks in titles, replace "asdf" width:
   <span class="dquo">&#8220;</span>asdf&#8221;
   (That is, when the title starts with a quote mark). 
   (You may have to change this value depending on your font size). */  
   
.dquo { font-family:"Times New Roman", Times, serif; font-size: 3em; color:#aaa; line-height:1em;} 


/* Reduced size type with incremental leading
   (http://www.markboulton.co.uk/journal/comments/incremental_leading/)

   This could be used for side notes. For smaller type, you don't necessarily want to 
   follow the 1.5x vertical rhythm -- the line-height is too much. 
   
   Using this class, it reduces your font size and line-height so that for 
   every four lines of normal sized type, there is five lines of the sidenote. eg:

   New type size in em's:
     10px (wanted side note size) / 12px (existing base size) = 0.8333 (new type size in ems)

   New line-height value:
     12px x 1.5 = 18px (old line-height)
     18px x 4 = 72px 
     60px / 5 = 14.4px (new line height)
     14.4px / 10px = 1.44 (new line height in em's) */

p.incr, .incr p {
	font-size: 0.83333em; /* font size 10px */
	line-height: 1.44em;  
	margin-bottom: 1.8em; /* Still 1.5 x normal font size as baseline */
}
.header {height:116px; background:url(/images/nav_bg.gif) repeat-x left bottom;}
.header h2 { font-size: 2.4em;}
.header h2 a{ color:#f9b30e; text-decoration:none;}
.header h6 { color:#122b5f; line-height:.5;}

.banner h1 {text-indent:-9999px; height:0px;}
.banner ul {list-style:none; margin:4em 0 1em 0;}
.banner ul li {background: url(/images/usp_arrow.png) no-repeat 0 2px; color:#fff; padding-left: 3em; margin:0; line-height:1.8em;}


/* graphs */

#q-graph {display: block; /* fixes layout wonkiness in FF1.5 */
  position: relative; height: 10em; font-size:.75em;
  margin: 0; padding: 0;
  /*background: #DDD;*/
  border-bottom: 1px solid #bbb;
  font-weight:normal;}
#q-graph dt, #q-graph dd { 
  position: absolute;width: 50px;
  margin: 0; padding: 0; 
  text-align: center;bottom: 0; color: #fff;}
#q-graph dt { height: auto; padding: 0;bottom: .1em; z-index: 2; 
   }
#q-graph dd {border: 1px solid #bbb; border-bottom: none;}
#q-graph dd span{font-size: 1.7em; font-weight:bold; line-height:2em}
#q-graph .graphdblue {left: 15px;}
#q-graph .graphblue {left: 75px;}
#q-graph .graphgreen {left: 135px;}
#q-graph .graphyellow {left: 195px;}
#q-graph dd.graphdblue {background: url(/images/bg-b2b.gif);}
#q-graph dd.graphblue {background: url(/images/bg-b2c.gif);}
#q-graph dd.graphgreen {background: url(/images/bg-prod.gif);}
#q-graph dd.graphyellow {background: url(/images/bg-dienst.gif);}

/* footernav */
#footernav li {display:inline; padding-left: 9px;}
/* nieuws */
.postdate { float: left; text-align: center; margin: 0; padding: 2px 10px 2px 0px; width:30px;}
.postdate .month { font-size: 9px; line-height: 9px; color: #122b5f; text-transform: uppercase;}
.postdate .day { font-size: 21px; font-weight: bold; line-height: 19px; color: #888; letter-spacing: -1px;}
.newsitem {float: left; border-left: solid 1px #bbb; padding:0 0 0 10px; width:270px;}
.postitem .title{font-size: 1em;line-height:1.2em; font-weight:bold;}

        
        
    
         
body { 
  text-align: center; /* IE Fix */
  margin:0;
}

.header h2 {
	position: absolute;
	width: 454px;
	height: 49px;
	margin-top:.6em;
	background: url(/images/klanttevredenheidsonderzoek.gif) ;
}
.header h2 a:link, .header h2 a:visited, .header h6 {
	display: block;
	text-indent: -9000px;
	overflow: hidden;
}
 {}
/* A container should group all your columns. */
.container {
  text-align: left;
  position: relative;
  padding: 0;
  margin: 0 auto;   /* Centers layout */
  width: 960px;     /* Total width */
}


/* Columns
-------------------------------------------------------------- */

/* Use this class together with the .span-x classes
   to create any compsition of columns in a layout.
   Nesting columns works like a charm (remember .first and .last). */
   
.column {
  float: left;
  margin: 0 10px;
  padding: 0;
}
* html .column { overflow-x: hidden; } /* IE6 fix */


/* Add this class to a column if you want a border on its 
   right hand side. This should be customized to fit your needs. */

.border {
  padding-right: 9px;
  margin-right: 0;
  border-right: 1px solid #ddd;
}
.border-top {
  border-top: 1px solid #ddd;
}
.left {float:left;}
.right {float:right;}


/* The first and last elements in a multi-column 
   block needs one of these classes each. */

.first  { margin-left: 0; }
.last   { margin-right: 0; }


/* Use these classes to set how wide a column should be. */
.span-1   { width: 50px; }
.span-2   { width: 120px; }
.span-3   { width: 190px; }
.span-4   { width: 260px; }
.span-5   { width: 330px; }
.span-6   { width: 400px; }
.span-7   { width: 470px; }
.span-8   { width: 540px; }
.span-9   { width: 610px; }
.span-10  { width: 680px; }
.span-11  { width: 750px; }
.span-12  { width: 820px; }
.span-13  { width: 890px; }
.span-14  { width: 960px; margin: 0; }

/* Add these to a column to append empty cols. */
.append-1   { padding-right: 70px; }  
.append-2   { padding-right: 140px; } 
.append-3   { padding-right: 210px; } 
.append-4   { padding-right: 280px; } 
.append-5   { padding-right: 350px; } 
.append-6   { padding-right: 420px; } 
.append-7   { padding-right: 490px; } 
.append-8   { padding-right: 560px; } 
.append-9   { padding-right: 630px; } 
.append-10  { padding-right: 700px; }
.append-11  { padding-right: 770px; }
.append-12  { padding-right: 840px; }
.append-13  { padding-right: 910px; }

/* Add these to a column to prepend empty cols. */
.prepend-1   { padding-left: 70px; }  
.prepend-2   { padding-left: 140px; } 
.prepend-3   { padding-left: 210px; } 
.prepend-4   { padding-left: 280px; } 
.prepend-5   { padding-left: 350px; } 
.prepend-6   { padding-left: 420px; } 
.prepend-7   { padding-left: 490px; } 
.prepend-8   { padding-left: 560px; } 
.prepend-9   { padding-left: 630px; } 
.prepend-10  { padding-left: 700px; }
.prepend-11  { padding-left: 770px; }
.prepend-12  { padding-left: 840px; }
.prepend-13  { padding-left: 910px; }



.margin-top {
  margin-top:1.5em;
  }
.margin-bottom {
  margin-bottom:1.5em;
  }
/* Use a .box to create a padded box inside a column. 
   Sticking to the the baseline. */ 
  
.box { 
  margin-bottom: 1.5em;
  background-image: url(/images/box_top.gif);
  background-position:0 0;
  background-repeat: no-repeat;
}
.bottom { 
  background-image: url(/images/box_bottom.gif);
  background-position:bottom left;
  background-repeat: no-repeat;
}
.padding {padding: 1.5em;}
.tip {padding: 0 1.5em; }
.alert {background: url(/images/alert.gif) no-repeat top left; padding-top: 6.5em;}
.yellow {background-color:/*#fff5dd#FFFBF3*/#fff;}
.blue {background-color:#D2DDF4;}
.grey {background-color:#f4f7f8;}
/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


/* Nudge your elements [subtraction.com/archives/2007/0606_nudge_your_e.php]:
   All block elements (not hr) inside a col should have a 5px padding on each side.
   (Not everyone wants this, but feel free to uncomment if you do.) 

p,ul,ol,dl,h1,h2,h3,h4,h5,h6,
caption,pre,blockquote,input,textarea {
  padding-left: 5px;
  padding-right: 5px;
}
div, table {
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
} */


/* Images
-------------------------------------------------------------- */

/* Remember the baseline (typography.css). */
img { margin: 0 1.5em 1.5em 0;}


/* Use these classes to make an image flow into the column before 
   or after it. This techique can also be used on other objects. */

.pull-1  { margin-left: -70px; }
.pull-2  { margin-left: -140px; }
.pull-3  { margin-left: -210px; }

.push-0  { margin: 0 0 0 1.5em; float: right; } /* Right aligns the image. */
.push-1  { margin: 0 -88px 0 1.5em; float: right; }
.push-2  { margin: 0 -158px 0 1.5em; float: right; }
.push-3  { margin: 0 -228px 0 1.5em; float: right; }

#informationRequest_valSummary { color:red; }
        
        
    
         
ul.domtabs, ul.domtabs li{
	float:left;
	margin:0;
	padding:0;
	height:45px;			
}

ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover{
	width:113px;
	display:block;
	background:url(/images/navbtnbase.gif);
	height:45px;
	text-align:center;
	text-decoration:none;font-size: 1.2em;
	line-height: 3;
	font-weight: bold;
	color:#D2DDF4;
}
/*ul.domtabs li.navlast a:link,
ul.domtabs li.navlast a:visited,
ul.domtabs li.navlast a:active,
ul.domtabs li.navlast a:hover{
	background:url(/images/navbtnbaselast.gif);
}

ul.domtabs li.navlast a {
	background:url(/images/navbtnbaselast.gif);
}*/
ul.domtabs li.navfirst a {
	background:url(/images/navbtnbasefirst.gif);
}
html>body ul.domtabs a:link,
html>body ul.domtabs a:visited,
html>body ul.domtabs a:active,
html>body ul.domtabs a:hover{
	height:auto;
	min-height:45px;
}
ul.domtabs a:hover{
	background:url(/images/navbtnhov.gif);
	color:#fff;
}
div.domtab div{
	clear:both;
	margin:0;
	padding:0;
}
ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover{
	background:url(/images/navbtn.gif);
	color:#fff;
}
ul.domtabs li.navfirst a:hover{
	background:url(/images/navbtnhovfirst.gif);
}
/*ul.domtabs li.navlast a:hover{
	background:url(/images/navbtnhovlast.gif);
}*/
ul.domtabs li.navfirst.active a {
	background:url(/images/navbtnfirst.gif);
}
/*ul.domtabs li.navlast.active a {
	background:url(/images/navbtnlast.gif);
}*/

div.domtab div a:link,
div.domtab div a:visited,
div.domtab div a:active
{
	display:block;

}
div.domtab div h2 a,
div.domtab div h2 a:hover,
div.domtab div h2 a:active
{
	display:inline;
}
ul.prevnext{
	float:left;
	width:100%;
}
ul.prevnext li{
	float:left;
	width:49%;
}
ul.prevnext li.next{
	float:right;
	text-align:right;
}
        
        
    
         

.button{
  margin:1.5em 0;
}

/*forms*/
.formValidationSummary{
	font-weight:bold;
	}
.formValidationSummary ul{
	border: 1px solid #c4c7d4;
	background: #EEF0F4;
	color: #f33;
	list-style: none;
	width: 300px;
	padding: 2px 5px;
	margin-left: 5px;
	margin-top: 3px;
	font-weight:normal;
	}
.radiobutton input {
	float: left;
	}
.radiobutton label  {
	float : left;
	margin-left: 5px;
	display:block;
	}
fieldset {border: 1px solid #D2DDF4; padding:1.5em; margin:0;}
fieldset legend {font-size: 1.2em; font-weight:bold;color: #888; } 
        
        
    
         
.home .banner {background: url(/images/home.jpg) repeat-x left bottom; height:218px;}
.onderzoek .banner {background: url(/images/onderzoek.jpg) repeat-x left bottom; height:94px;}
.werkwijze .banner {background: url(/images/werkwijze.jpg) repeat-x left bottom; height:94px;}
.tips .banner {background: url(/images/tips.jpg) repeat-x left bottom; height:94px;}
.nieuws .banner {background: url(/images/nieuws.jpg) repeat-x left bottom; height:94px;}
._none .banner {background: url(/images/nieuws.jpg) repeat-x left bottom; height:94px;}
.checklist .banner {background: url(/images/checklist.jpg) repeat-x left bottom; height:94px;}

#nav {float: right; height:33px; position:absolute; top:85px;}
#nav ul{ list-style:none; float:right;}
#nav li{ float:left;font-size:1.2em; height:31px; padding-left:6px; font-weight:bold;}
#nav a {float: left; display: block; height:30px;  padding: 3px 25px 0 17px; text-decoration:none; color:#888;}
#nav a:hover {color:#122b5f;}

/*auto navigation*/
.home #navhome, .onderzoek #navonderzoek, .werkwijze #navwerkwijze, .tips #navtips, .nieuws #navnieuws, .checklist #navchecklist

{background: url(/images/nav_act_l.png) no-repeat left top;}

.home #navhome a, .onderzoek #navonderzoek a, .werkwijze #navwerkwijze a, .tips #navtips a, .nieuws #navnieuws a, .checklist #navchecklist a

{background:url(/images/nav_act_r.png) no-repeat right top; color: #122b5f;}
        
        
    


