
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1.35em;
  /*word-spacing:2px;*/
	color:#3C3c3c;
}

/* set font size for all divs, this overrides some body rules */
div {
   font-size: 1em;
}

/* if img is inside "a" it would have borders, we don't want that */

img {
   border: 0;
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	background:#fff;
	/*border:3px solid #f1f1f1;*/
	width: expression(document.documentElement.clientWidth > 974 ? "974px" : "auto");
	max-width:974px;
	width:expression(this.width > 760 ? "760px" : this.width);
	min-width:760px;
	/*test
	height: expression(document.documentElement.clientHeight > 602 ? "602px" : "auto");
	max-height:602px;
	height:expression(this.width > 500 ? "500px" : this.height);
	min-height:500px;
	/*einde test*/
	margin:0 auto;
	border-left: 1px solid #6699cc;
	border-right: 1px solid #6699cc;
}


#innerwrapper {
	margin:0px;
	/*background:url(../images/innerwrapper.jpg) top repeat-x;
	padding:20px;*/
}

#header {
/* border-bottom: 1px solid #6699cc;
Ori margin-bottom:20px;
margin:10px 0px 0px; */
}

div#h2 {
   color: navy; 
   font-size: 1em; 
   text-align: left; 
/* some air around the text */
   padding-left: 2px;
   padding-bottom: 44px;
/* set borders around header 
   border-bottom: 1px solid #6699cc; */
	border-left: 0.1em solid #6699cc;
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0 143px;
	/*background: rgb(224, 234, 255);*/
}

div#content h2 {
   color: navy; 
   font-size: 0.9em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header 
   border-bottom: 1px solid #6699cc; */
	border-left: 0.1em solid #6699cc;
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0 240px;
	/*background: rgb(224, 234, 255);*/
}

/*
#header input {
	width:150px;
	padding:5px;
	background:#fff;
	border:2px solid #f6f6f6;
	font:150% Arial;
	color:#999;
}

#header input:hover {
	border:2px solid #ccc;
}

#header input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#header form {
	padding:27px 25px 20px 25px;
	float:right;
	background:#fff;
	width:160px;
	margin:-20px -20px 0 0 !important;
	margin:-20px -10px 0 0;
	border:none;
}

#header h1 {
	float:left;
	font:250% Georgia;
	color:#333;
	padding:5px 20px 5px 5px;
	
	margin:0 20px 0 0;
}

#header h1 a {
	color:#333;
	text-decoration:none;
}

#header h1 a:hover {
	color:#111;
	
}

#header h2 {
	font:150% Georgia;
	font-weight:normal;
	color:#555;
	padding:14px 0 0 0;
	border:none;
}

#header h2 a {
	color:#555;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}

#header .nav {
  position:relative;
	clear:both;
	background:url(../images/nav.jpg) top repeat-x #4F9EC9;
	border-bottom:2px solid #4F9EC9;
	/*border-top:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	padding:10px 10px 10px 0 !important;
	/* padding:4px 10px 10px 0;
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}


#header .nav a {
	color:#fff;
	font:140% Trebuchet MS;
	text-decoration:none;
	padding:10px;
}

#header .nav a:hover {
	background:#4F9EC9;
}

#header .nav li.active a{
	background:#4F9EC9;
}

#header .nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}

#header .subnav {
	background:#4F9EC9;
	padding:5px 7px 7px 7px;
	font:90% Verdana;
	color:#DEEDF5;
	border-bottom:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	border-top:2px solid #3086B7;
  display:none;
  position:absolute;
  top:40px;
  left:-2px;
  width:98.5%;
}
#header .active ul, #header li:hover ul{
display:block;
}

#header .subnav li {
	list-style:none;
	display:inline;
}

#header .subnav a {
	color:#DEEDF5;
	text-decoration:none;
	font:100% Verdana;
	padding:5px;
	border-bottom:2px solid #4F9EC9;
}

#header .subnav a:hover {
	border-bottom:2px solid #388CBA;
	color:#fff;
}

#header .subnav li.active a{
	border-bottom:2px solid #388CBA;
	color:#fff;
}
*/

#sidebar {
	/*background:#6699cc;*/
	width:88px;
	height: 555px;
	/*test
	height: expression(document.documentElement.clientHeight > 560 ? "560px" : "auto");
	max-height:560px;
	height:expression(this.width > 500 ? "500px" : this.height);
	min-height:500px;
	/*einde test*/
	margin: 0 0 0 5px;
	padding:0px 0px 0px 5px;
	float:left;
	color: navy;
	text-decoration:none;
}

#sidebar h2 {
	font:160% Arial;
	color:#333;
	margin:10px 0 10px 0;
	border:none;
}

#sidebar h3 {
	color:#999;
	font:100% Verdana;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 0 -10px 0;
}

#sidebar p {
	margin:15px 0;
}

#sidebar p.news {
	background:#fefefe;
}
/*
#sidebar p.news a.more {
	color:#ccc;
	display:block;
	text-align:right;
	font:80% Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}

#sidebar p.news a:hover {
	color:#666;
}

#sidebar .subnav {
	border-top:1px solid #fafafa;
}

#sidebar .subnav li {
	list-style:none;
	padding:5px;
	border-bottom:1px solid #fafafa;
}

#sidebar .subnav li a {	
	color:#ccc;
	text-decoration:none;
	display:block;
}

#sidebar .subnav li a:hover {
	color:#666;
}

#sidebar .subnav li a b {
	float:right;
	display:none;
	color:#666;
}

#sidebar .subnav li a:hover b {
	display:inline;*/
}

#sidebar input {
	padding:4px;
	background:#f6f6f6;
	border:1px solid #ccc;
	color:#777;
	font:90% Verdana;
	width:190px;
}

#sidebarright {
	width:219px;
	height:555px;
	float:right;
	text-align: right;
    padding: 0 10px 0 0;
	/*background: rgb(224, 234, 255); url(../images/sidebarright.jpg) top left no-repeat;*/
}

/*#sidebarright p {
	font:65% Verdana;
	color:#777;
	line-height:1em;
	margin:10px 0;
}
*/
#sidebarright h2 {
	font:140% Arial;
	color:#333;
	margin:10px 0;
	border:none;
}

#sidebarright ul {
	margin:10px 0 10px 15px;
	font:90% Verdana;
}

#sidebarright ul li {
	margin:5px 0;
}

#sidebarright a {
	font-family: Helvetica;
	/*font-size: 1.5em;*/
	font-weight: bold;
	line-height: 1.9em;
	color:navy;
	text-decoration:none;
}

/*#sidebarright a:hover {
	border-bottom:1px solid #ccc;
}*/

#content {
	/* ori rightbar margin:0 210px 0 240px;
	margin:0 0px 0 240px; 
	margin:0 0 0 44px;*/
	padding:0 10px 0 46px;
	font-size: 0.9em;
	overflow-y: scroll;
	height: 368px;
	width: 590px;
	/*border-bottom: 1px solid #6699cc;*/
	border-right: 1px solid #6699cc;
}

#contentnorightbar {
	/*margin:0 0 0 240px;
	margin:0 0 0 17%;*/
	padding:0 0 0 46px;
	font-size: 0.9em;
	/*padding:10px 10px 10px 0px;*/
	overflow-y: scroll;
	height: 368px;
	width: 830px;
	/*border-bottom: 1px solid #6699cc;
	border-right: 1px solid #6699cc;*/
}

#contentlang {
	/* ori rightbar margin:0 210px 0 240px;
	margin:0 0px 0 240px; 
	margin:0 0 0 44px;*/
	padding:0 10px 0 46px;
	font-size: 0.9em;
	overflow: auto;
	height: 493px;
	width: 590px;
	/*border-bottom: 1px solid #6699cc;*/
	border-right: 1px solid #6699cc;
}

#contentlang2 {
	/* ori rightbar margin:0 210px 0 240px;
	margin:0 0px 0 240px; 
	margin:0 0 0 44px;*/
	padding:0 10px 0 46px;
	font-size: 0.9em;
	overflow-y: scroll;
	height: 493px;
	width: 819px;
	/*border-bottom: 1px solid #6699cc;*/
	border-right: 1px solid #6699cc;
}

p {
	/*margin:15px 0;
	line-height:22px;*/
}

div#contentnorightbar h2
/* *h2 */ {
   color: #18507C; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header
   border-bottom: 1px solid #388CBA;  */
/*ori   border-left: 1.1em solid #388CBA;
   border-left: 3px solid #388CBA;  */
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}

h2 a {
	color:#79B933;
	text-decoration:none;
}

h2 a:hover {
	color:#5F9128;
}


#footer {
	clear:both;
	background:#6699cc;
   font-size: 0.8em;
	/*padding:5px 0 0 165px;
	margin:0 0 0 5px;*/
	height:17px;
	text-align: right;
	color:#fff;
	padding: 0 20px 0 0;
}

#footer links {
   text-align: left;
	padding: 0 0 0 145px;
}

#footer a {
	color:#fff;
}

a:hover {
	text-decoration:none;
}

h3 {
	font:140% Trebuchet MS;
	/8 ORI: margin:10px 0;*/
}

#content ul {
	/*margin:15px 0 15px 0;*/
	line-height:15px;
	padding:5px 0 5px 15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#339900;
}
#content ul span {
	color:#444;
}

/*#contentnorightbar ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}

#contentnorightbar ul span {
	color:#444;
}
*/
/*img {
	padding:1px;
	background:#ccc;
	border:4px solid #f6f6f6;*/
}

form {
	padding:10px;
	/*border:1px solid #f6f6f6;*/
}


fieldset { border:0px; margin:0px; padding:0px; }

label {
	/*display:block;
	font-weight:bold;
	color:#444;*/
	margin:5px 15px
	/*float: left;*/
	text-align: right;
	width: 500px;

}

select {
	width: 208px;

}

input {
	/*width:200px;*/
	padding:4px;
	border:none;
	font:90% Verdana;
	color:#777;
}

form a {
	width:200px;
	padding:4px;
	border:none;
	text-decoration: none;
	font:90% Verdana;
	color:#777;
}

textarea {
	/*width:400px;
	padding:4px;*/
	font:90% Verdana;
	border:1px solid #eee;
	/*height:100px;
	display:block;*/
	color:#777;
}

p img {
	/* float:left;*/
	margin:0 10px 0 10px;
}


blockquote p {
	font:160% Georgia;
	color:#aaa;
	padding:0 10% 0 0;
	line-height:30px;
}

div#lijst_vert a {
   text-decoration:none; /* no underline for links */
   padding: 0.3em 0.5em 0.3em 0; /* some air for it */
   color: #18507C; /* this will be link color for all levels */ 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

#box0{
text-decoration: none; 
font-family: Helvetica;
font-size: 1em;
font-weight: normal;
text-align: center;
background: #fff;
color:  navy;
width: 142px;
height: 125px;
position: absolute;
top: 460px;
/*border-top: 1px solid #6699cc;*/
}

#box1 {
text-decoration: none; 
font-family: Helvetica;
font-size: 0.95em;
font-weight: normal;
text-align: center;
background-color: #fff;
color: navy;
width: 230px;
height: 124px;
position: absolute;
top: 460px;
margin: 0 0 0 142px;
border-top: 1px solid #6699cc;
border-left: 1px solid #6699cc;
}

#box1 a {
	font-family: Helvetica;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.8em;
	color:navy;
	text-decoration:none;
}

#box2 {
text-decoration: none; 
font-family: Helvetica;
font-size: 0.95em;
font-weight: normal;
/*background: #6699cc; */
/*line-height: 1.5em;     deze ook ivm iPhone ontdekking*/
text-align: center;
color:  navy;
width: 371px;
height: 125px;
position: absolute;
top: 460px;
margin: 0 0 0 372px;
border-top: 1px solid #6699cc;
border-left: 1px solid #6699cc;
border-right: 1px solid #6699cc;
}

#box2 a {
	font-family: Helvetica;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.8em;
	color:navy;
	text-decoration:none;
}

#box3 {
text-decoration: none; 
font-family: Helvetica;
font-size: 1em;
font-weight: normal;
background: #fff;
line-height: 1.5em;
text-align: center;
color:  navy;
width: 229px;
height: 124px;
position: absolute;
top: 460px;
margin: 0 0 0 745px;
/*border-top: 1px solid #6699cc;*/
}

#box3 a {
	font-family: Helvetica;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.8em;
	color:navy;
	text-decoration:none;
}

#box3eks {
text-decoration: none; 
font-family: Helvetica;
font-size: 1em;
font-weight: normal;
background: #fff;
line-height: 1.5em;
text-align: center;
color:  navy;
width: 229px;
height: 124px;
position: absolute;
top: 460px;
margin: 0 0 0 745px;
border-top: 1px solid #6699cc;
}

#box3Kl {
text-decoration: none; 
font-family: Helvetica;
font-size: 1em;
font-weight: normal;
/*background: #6699cc;*/
line-height: 1.5em;
text-align: right;
color:  navy;
width: 222px;
height: 142px;
position: fixed;
top: 318px;
margin: 0 0 0 747px;
/*border-top: 1px solid #6699cc;*/
}

#boxL {
text-decoration: none; 
background: #6699cc;
text-align: left;
color:  white;
height: 16px;
position: static;
top: 585px;
margin: 0 0 0 147px;
}

#boxC {
text-decoration: none; 
background: #6699cc;
text-align: left;
color:  white;
height: 16px;
position: fixed;
top: 585px;
margin: 0 0 0 850px;
/*width: 100px;*/
z-index: 2;
}

/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   /*margin-left: 1em;*/
   margin-top: 0.5em;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   /* ORI border-bottom: 1px solid #c0c0c0; */
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1em; /* some air for it */
   color: #18507C; /* this will be link color for all levels */
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   /*ORI: padding: 0.5em 0.5em 0.5em 2.8em;*/
   padding: 0.5em 0.5em 0.5em 2em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   /*ORI: padding: 0.3em 0.5em 0.3em 4.3em;*/
   padding: 0.3em 0.5em 0.3em 3.5em;
   /*ORI: background: url(images/cms/dash.gif) no-repeat 2.8em center;*/
   background: url(images/cms/dash.gif) no-repeat 2.5em center;  
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #C3D4DF;
}
div#menu_vert a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #385C72;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #385C72;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   /*ORI: padding: 0.3em 0.5em 0.3em 2.8em;*/
   padding: 0.3em 0.5em 0.3em 2em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   /*ORI:padding: 0.3em 0.5em 0.3em 4.3em;*/
   padding: 0.3em 0.5em 0.3em 3.5em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}

/* EmailForm -toegevoegd uit basis MODx template
------------------------------------------------------------------------------- */
#EmailForm {
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }


#EmailForm fieldset {
    border: none;
}

#EmailForm legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	/* ORI:padding: 15px 0 5px;*/
	padding: 5px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

#EmailForm input {
	display: block;
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
	font-size: 1em;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 310px;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff; 
}
#EmailForm textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
	font-size: 1em;
}