/* Algemene stylesheet voor website versie 5, 2 use it , jan 2010 */
html {
	background: #999 url(../img/bg1.gif) repeat-x bottom left;
	min-height:100%;
	overflow-y:scroll;
	color: #000000;
}
body {
	margin: 6px 0 4px 0; 
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/* -------------------   layout  -----------------------*/
#wrapper {
    text-align: left;
    background: #fff url(../img/bg_header.jpg) no-repeat top left;
    width: 990px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px 0px 0;
    border: 1px outset #000; 
}

#header {
    background-color:transparent;  
    padding:0px 0px 0px 0px;
    margin:0;
    height:100px;
    font-weight:bold;
}
#content {
    line-height: 1.5em; 
    background-color: transparent;
    float:right;
    width: 770px;
    margin:0px;
    padding:0px 20px 10px 15px;
}
.minheight {
    float:right;
    width:1px;
    height:520px;
}

#nav {
    font-size:110%;
    float:left;
    width: 180px;
    padding:24px 0 0 0;
    background-color:#fff;
    height:100%;
    min-height:100%;
    line-height:1.6em;
}
#footer {
    clear:both;
    height:16px;
    text-align:left;
    padding: 4px 6px 1px 8px;
    font-size:90%;
    color: #fff;
    background-color:#98A234; 
    margin:0px;
}
#content a:link {
    color: #16658E;
    text-decoration:underline;
}
#content a:visited {
    color: #830C6E; 
    text-decoration:underline;
}
#content a:hover, #content a:active, #content a:focus {
    color: #000;
}

/* -------------------   navigation  -----------------------*/
/* +----------------   navigatie links, 1e niveau ------*/
#nav ul {
	background-color:#fff;
	border:1px solid #ddd; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin:0; 
	padding:0 0 0 8px;
	list-style-type:none;
	text-align:left;
}
#nav ul ul {
	border:1px solid #fff; 
}

#nav li {
	border-bottom:1px dashed #ddd;
}
#nav li #navactive {
	padding:4px 10px 5px 14px;
	background-image:url(../img/list.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	text-decoration: none;
	background-color:#fff;
	display:block;
	color:#000;
	font-weight:bold;
	margin:0;
	vertical-align: top;
}
#nav li a:link, #nav li a:visited {
	padding:4px 10px 5px 14px;
	background-color:#fff;
	color: #111;
	text-decoration: none;
	display:block;
	margin:0;
}
#navklik {
    font-weight:bold;
    text-align:left;
    margin:0;
}
#navklik a {
	background-color:#fff;
	background-image:url(../img/list-open.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
}
#nav li a:hover, #nav li a:active {
	background-color:#fff;
	background-image:url(../img/list.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
}
#nav li a:hover, #nav li a:active, #nav li #navklik a {
	text-decoration: none;
	display:block;
	color:#000;
	margin:0;
}

/* +----------------   navigatie links, 2e niveau ------*/
#subnav {
}
#subnav ul {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding:0; 
	margin:0 0 0 0;
}
#subnav li {
	text-align:left;
	list-style:none;
	margin:0;
}
#subnavactive {
	background-image:url(../img/list.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding: 3px 5px 3px 12px;
	color:rgb(22,101,142);
	font-weight:bold;
	text-align:left;
}
#subnav li a:link, #subnav li a:visited {
    text-align:left;
    font-weight:normal;
    color:rgb(22,101,142);
    text-decoration: none;
    display:block;
    padding: 3px 5px 3px 12px;
}
#subnav li a:hover, #subnav li a:active {
	color: #000; 
    }
#subnav li a:hover, #subnav li a:active, #subnavactive {
	text-decoration: none;
	display:block;
}

/* -------------------   content and other styles  -----------------------*/

h1 {
	font-size: 160%;
/*	color:#16658E; */
	color:#333;
	margin-top:10px;
	margin-bottom:0px;
	line-height:1.5em;
}
h2 {
	font-size: 130%;
	color:#333;
	font-weight:bold;
	margin-top:1.4em;
	margin-bottom:4px;
	padding-top:0px;
}
h2 a:link, h2 a:visited {
    text-decoration:none;
}
h2 a:hover, h2 a:active {
    text-decoration:underline;
}

h3 {
	font-size: 100%;
	color: #222;
	font-weight:bold;
	margin-bottom:0px;
}

h3 a:link, h3 a:visited {
    color: #222;
    text-decoration:none;
}
h3 a:hover, h3 a:active {
    text-decoration:underline;
    color: #222;
}

#content p {
/*	line-height: 1.6em;  */
	margin-bottom:10px;
	margin-top:0px;
}
#content ul {
	margin-bottom:4px;
	margin-top:0px;
}
img  {
	border:0;
}

.img_left {
	float:left; 
	padding:20px 4px 4px 4px;
}
.img_left0 {
	float:left; 
	padding:0px 4px 4px 4px;
}
.img_right {
	float:right; 
	padding:10px;
}
.img_right_border {
    float:right; 
    padding:10px;
    border: 1px solid silver;
}
.img_center {
    text-align:center;
}
.img_center_border {
    text-align:center;
    border: 1px solid silver;
    padding:2px;
}
.image {
	border:0px;
	float:right; 
	margin-top:0px;
	margin-right:-4px;
}
#bkp {
	font-size:80%;
	text-align:left;
	color:#444;
	border-bottom:1px solid #ddd;
}

a.bkp {
	color:#16658e;
	text-decoration: none;
}
#content a {
	color: #16658e;
}
#content a:hover {
	color: #000;
}
#footer a:link,  #footer a:visited, #footer a:active { 
	color:white;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover { 
	color:white;
	font-weight:bold;
	text-decoration:underline;
}

#freetable {
    display:block;
    padding:4px 0;
}
#freetable h2 {
    border:0;
    margin-top:0px;
    padding-top:10px;
}
#freetable p {
    clear:left;
    margin:0px;
    padding:0px 0px;
}
#freetable p em {
    font-style:normal;
    float:left;
/*    width:20%; */
}
#freetable p strong {
    font-weight:normal;
    float:left;
    width:20%;
}
legend {
    color:rgb(22,101,142);
    font-weight:bold;
}
/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
#content a[href ^="http://"] {
    background: url(../img/external.png) center right no-repeat;
    padding-right: 13px;
}
*/ 
fieldset {
    padding:0 8px 8px 8px;
}
#header .payoff {
	font-size:140%;
	line-height:1.4em;
	float:left;
	padding-top:15px;
	left:10px;
	color:#222;
}
#header a:link, #header a:visited {
    color: #fff;
    text-decoration: underline;
}
#header a:hover, #header a:active {
    text-decoration: none;
    color: #fedefe;
}

#header .logo {
	float:left;
	margin-left: 10px;
	margin-top: 10px;
	width:126px;
	height:80px;
}
#header .contact {
    float:right;
    margin-top:10px;
    line-height:120%;
    margin-right:12px;
    padding:3px 8px;
    background-color:transparent;
    color:#fff;
    border:0px outset #ddd;
}
.seperator {
    color:#ddd;
}
#blok {
    font-size:90%;
    float:right;
    width:240px;
    text-align:center;
    border-left:1px solid #ddd;
    padding:0px 0 15px 0;
    margin-top:51px;
    margin-right:-5px;
    margin-left:4px;
}
#blok p {
    line-height:1.4em;
    padding-right:4px;
    padding-left:6px;
    text-align:left;
}
#blok h1 {
    background-color:#ddd;
    margin-top:0px;
    padding: 4px 0 6px 0;
    margin-bottom:0px;
    color: #000;
}
.blockheader {
    font-size:110%;
    font-weight:bold;
    margin-top:10px;
    padding: 0 4px 6px 6px;
    text-align:left;
    border-top:1px solid #bbb;
}
#blok h2, #blok h3 {
    font-size:130%;
}
#blok h2, #blok h3 {
    margin-top:4px;
    padding-left:6px;
    padding-right:4px;
    text-align:left;
}
#blok ul {
    text-align:left;
    margin-left:12px;
    padding-right:8px;
    padding-left:6px;
}
.intro, .summary {
    color: #333;
    font-weight:bold;
    margin:10px 0;
    padding:0;
/*    border-bottom:1px dashed rgb(22,101,142); */
}
.blue { /* 2 use it blauw */
    color:rgb(22,101,142);
    font-weight:bold; 
}
.green  {
    color: #993;
    font-weight:bold; 
}
.citaat {
    width:660px;
    margin-left:40px;
    background-color:#ddd;
    padding-left:10px;
    margin-bottom:10px;
    border-bottom: 1px dashed #444;
    border-top: 1px dashed #444;
}
.right {
    text-align:right;
    margin-bottom:10px;
}
.top {
    	clear:both;
	float:right;
	margin:0px;
	padding:0px;
}
.supertitle {
    font-size: 110%;
    color:#333;
    font-weight:bold;
    margin-bottom:0;
    margin-top:16px;
}
.subtitle {
    margin-top:0;
    margin-bottom:16px;
}
/* stijlen voor portfolio */
.indent {
	margin-left:90px;
	padding-left:15px;
}
.indent150 {
	margin-left:150px;
	margin-top:20px;
	padding-left:15px;
}
.indent200 {
	margin-left:210px;
	margin-top:20px;
	padding-left:15px;
}
.positioning {
	float:left; 
	margin:4px 10px 20px 0; 
	border:1px solid black;
/*	width:150px; */
}
.clear {
	clear:both;
}
.sub_right {
	font-size:80%;
	text-align:right;
	color:#333;
	font-weight:bold;
	float:right;
	margin:0 0 5px 0px;
	padding:0 0 0 10px;
	line-height:2.0em;
}

.small {
    font-size:90%;
}
.xsmall {
    font-size:80%;
}
.auteur {
    font-size:90%;
    color:#666;
}
.reactie {
    font-size:90%;
    color:#222;
    font-weight:bold;
}
.example {
    border: 2px solid #aaa;
    margin:4px 4px 6px 10px;
    padding:4px;
    background-color:#f3fffe;
}
.example_text {
    font-size:90%;
    font-style:italic;
    color:#333;
}
.bar {
    color:#f60;
    font-weight:bold;
}
/* Links onderaan elk artikel */
#links {
    border-top:1px dashed #555;
    border-bottom:1px dashed #555;
    height:1.7em;
    font-size:90%;
}
#links ul {
    margin:0;
    padding:0 0 0 0px;
    list-style: none;
    display:inline;
    background-color:#fff;
}
#links li {
    height:28px;
    float: left;
    margin:0 4px 0 0;
    padding:0;
    font-weight: bold;
    color:#111;
}	
#links li a:link, #links li a:visited  {
    padding: 6px 4px 7px 0px;
    margin:0;
    text-decoration:none;
}
#links li a:link {
    color:rgb(22,101,142);
}
#links li a:visited {
    color: #404040;
}
#links li a:hover, #links li a:active, #links #active {
    text-decoration:underline;
    color:#000;
    font-weight:bold;
}
#links #active {
    padding: 4px 14px 5px 14px;
}
/* Ronde hoeken met afbeeldingen */
.rndbox {
    background: #C6D9EA;
    color: #000033;
    width:390px;
}
.rndtop {
	background: url(../img/topright.gif) no-repeat right top;
}
.rndbottom {
	background: url(../img/bottomright.gif) no-repeat right top;
}
.rndbox p {
	margin: 0 8px;
	color:#444;
}
.rndbox ul {
	color:#444;
}
.rndbox h1 {
    font-size:110%;
    margin: 6px;
    padding-bottom: 4px;
    color:rgb(22,101,142);
    font-weight:bold; 
    text-align:left;
/*     border-bottom:1px solid #fffecb; */
}
.rndbox h2 {
    text-align:center;
    padding:0 4px;
}
.rndbox a:link,.rndbox a:visited {
    text-decoration:none;
}
.rndbox a:hover,.rndbox a:active {
    text-decoration:underline;
}

.img_corner {
	float:right; 
	margin:0px 4px 0px 4px;
}
/* soms zijn tabellen nodig ... */
table {
}
tr {
    vertical-align:top;
}
.img_text {
    color: #333;
    font-weight: bold;
    border-top: 1px dashed #333;
    border-bottom: 1px dashed #333;
    background-color:#eee;
    padding-left:30px;
    padding-top:6px;
}

.pn {  /* opmaak voor de links naar vorige en volgende artikel */
    border-top:1px solid #555;
    border-bottom:1px solid #555;
    font-size:90%;
    background-color:#eee;
    padding:0 4px;
    margin-bottom:6px;
}

.privacy {
    font-size:90%;
    color:#333;
}

table.data {
    border-bottom:1px solid #222;
    margin-bottom:6px;
    margin-top:6px;
}
.data th {
    text-align:left;
    border-top:1px solid #222;
    border-bottom:1px solid #222;
    padding:2px 4px;
}
.data td {
    text-align:left;
    border-right:1px dashed #555;
    border-bottom:1px solid #ccc;
    padding:2px 4px;
}

table.findings {
    font-size: 90%; 
    border-bottom:1px solid #222;
    margin-bottom:6px;
    margin-top:6px;
}
.findings th {
    text-align:center;
    border-top:1px solid #222;
    border-bottom:1px solid #222;
    padding:2px 4px;
}
.findings td {
    text-align:center;
    border-right:1px dashed #555;
    border-bottom:1px solid #ccc;
    padding:2px 4px;
}
.findings img {
    padding:2px 0;
    vertical-align:middle;
}


table.findings2 {
    font-size: 90%; 
    border-bottom:1px solid #222;
    margin-bottom:6px;
    margin-top:6px;
}
.findings2 th {
    text-align:left;
    border-top:1px solid #222;
    border-bottom:1px solid #222;
    padding:2px 4px;
}
.findings2 td {
    text-align:left;
    border-right:1px dashed #555;
    border-bottom:1px solid #ccc;
    padding:2px 4px;
}

/* Speciale aanpassingen voor testformulier */

.schaal {
    text-align:center;
}
.keuze {
    padding:0 4px;
}
 
tr {
    border-bottom:1px solid silver;
}
#uitleg ul {
    display:inline;
    float: right;
    padding:0; 
    margin:0;
}
#uitleg li {
    list-style:none;
    float: left;
    display:block;
    margin:0;
    padding:0 20px 0px 0px;
}

#formulier ol, #formulier li {
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
}

.li_nomargin {
    margin-top: 0px; 
    margin-left: 2.4em; 
    padding-left:0em;
}

.rndhome h1, .rndhome h2 {
    font-size:110%;
    font-weight: bold;
    margin: -2px -8px 0 -8px;
    padding: 4px 4px 4px 10px;
/*    color:#3D86BC; */
    color:#333;
    text-align:center;
    background-color:#fff;
    border-bottom: 1px dotted silver;
    border-left:1px solid silver;
    border-right:1px solid silver;
}

div.rndhome h2 a:link,  div.rndhome h2 a:visited {
/*    color:#4C8CDC; */
    color:#333;
    text-decoration:none;
}
div.rndhome h2 a:hover,  div.rndhome h2 a:active {
/*    color:#4C8CDC; */
    color:#333;
    text-decoration:underline;
}
div.rndhome {
/*	background: #fff url(../img/tl_home.png) 0 0 no-repeat; */
	background: #ffffff url(../img/tl_home.png) 0 0 no-repeat;
	margin: 0 0 20px 0;
	padding: 0;
}

div.rndhome div {
	background: url(../img/tr_home.png) 100% 0 no-repeat;
}

div.rndhome div div {
	background: url(../img/bl_home.png) 0 100% no-repeat;
}

div.rndhome div div div {
	background: url(../img/br_home.png) 100% 100% no-repeat;
	padding: 8px;
	width: auto !important;
	width: 100%;
}

div.rndhome ul {
    margin: 10px 0;
    padding-left: 20px;
}

div.rndhome ul li a:link, div.rndhome ul li a:visited {
	font-weight: bold;
}

div.rndhome a.mainlevel:link, div.rndhome a.mainlevel:visited  {
	background: none;
	padding-left: 0;
}

div.rndhome ul li a:hover {
	font-weight: bold;
}
#left {
    float:left;
    margin:0;
}
#right {
    float:right;
    padding-left:2px;
    margin:0;
}
#left, #right {
    width:370px;
    margin:0px;
}

.cta {
/*    background-image: url(../img/cta_bg.jpg); */
    background-color: #ddd;
    text-align:center;
    font-weight: bold;
    margin:4px 4px;
}
.cta a:link, .cta a:visited, .cta a:active {
    border:2px solid #A3BF4B;
    font-size:110%;
    text-align:center;
    font-weight: bold;
    padding:6px 4px;
    text-decoration:none;
    display:block;
}
.cta a:hover {
    border:2px solid #caa2c3;
    padding:6px 4px;
    display:block;
}
hr {
    color:#ddd;
    background-color:#ddd;
    text-align:center;
}
/* Twitter CSS */
#twitter_div {
    background-color: #fff;
    font-size:70%;
    border: 1px solid #ccc; 
    margin:4px 2px;
    padding:4px;
    line-height:150%;
}
#twitter_div div {
    list-style: none;
    color:#333;
}
#twitter_div h3 {
    font-size:90%;
    padding-bottom:6px;
    text-align:center;
}
ul {
    margin-top: 0px; 
    margin-bottom: 0px; 
    margin-left: 1.2em; 
    padding-left: 0em;
}

.uu_overview {
    text-align:left;
    margin-bottom:10px;
}
.opmerking {
    margin-top:10px;
}
.fdl {
    text-align:center;
    margin:10px 0px 14px 4px;
    padding:3px;
    background: #fff;
    border:1px solid #98A235;
    font-size:80%;
    line-height:1.5em;
}
.gnu {
    padding-top:10px;
}
.clearleft {
    clear: left;
}
.bovenlijn {
    margin-top:10px;
    border-top:1px solid #555;
}
.reacties {
    margin-bottom:25px;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
}
.fieldset-reacties {
    background-color:#fed;
}
.name-reaction {
    margin-top:14px;
    padding-top:8px;
    border-top:1px dashed #888;
}
.centreren {
    text-align:center;
    margin:9px 0 9px 0 ; 

}    
.centreren img {
       border: 1px solid #555;
   }
.pager {
    text-align:right;
    margin-bottom:10px;
    color:#035476;
    padding:2px 4px;
}
.greyed-out {
    color: #888;
}
.toelichting {
    font-weight: bold;
    color: #444;
}
.line_bottom {
    border-bottom: 1px dashed #aaa;
}
.code {
    border-top:1px solid #333;
    border-bottom:1px solid #333;
    background-color:#ddd;
    font-family: Arial, Verdana, sans-serif;
    font-size:110%;
    margin: 4px 20px 6px 0px;
    padding:4px 0 2px 10px;
    line-height: 1.6em;
}
.afbeelding { /* afbeelding in een artikel */
    border:2px outset #888;
    padding:5px 3px;
    margin:4px 1px;
    font-weight:bold;
    color:#773;
    text-align:center;
    background-color:#eee;
}
.inhoud {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    padding: 5px;
    margin-bottom:7px;
    width: 650px;
}
.inhoud ul {
    margin-top: 0px; 
    margin-bottom: 0px; 
    margin-left: 3em; 
    padding-left: 0em;
}
.kop-inhoud {
    font-weight:bold;
    margin-left:20px;
}
.date {
    color:#333;
    font-weight:normal;
    padding-right:14px;
}    
.nobreak {
    white-space: nowrap;
}
    
.description {
    color:#333;
    font-weight: bold;
    font-size: 90%;
    text-align:center;
}
.aanpassingen {
    border: 1px solid green;
    background-color: #fed;
    padding:0 4px 4px 4px;
    margin: 4px 0 10px 0;
}
.warning {
    background-color:#ffe;
    border:1px solid #000;
    padding:4px 6px;
}

blockquote {
    font-family: 'Trebuchet MS', 'Times New Roman', serif;
    font-size: 110%; 
    background-color: #eee;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    padding: 6px 4px 0 4px;
}
h3.kop_voorbeeld {
    font-weight:bold;
    margin-bottom:0;
    padding-bottom:0;
}
p.body_voorbeeld {
    margin-top:0;
    padding-top:0;
}

