/* lay-out */
body
{
	padding: 0em;
	background-color: #E8F4E2;
	background-image: url(../../images/body_back_theme1.png);
	background-repeat: repeat-y;
	background-position: 50% 100%;
	/*min-height:1024px;*/
}
#canvas
{
	position: relative;
	width: 980px;
	margin: 0px auto 0px auto;
	
}

#header
{
	height: 196px;
	background-image: url(../../images/header_back_theme1.jpg);
}
#header a
{
}
#header a:link, #header a:visited
{
}
#header a:hover, #header a:active
{
}
#header a img
{
	visibility: hidden;
	vertical-align: middle;
}
#slogan
{
	position: absolute;
	left: 22px;
	top: 84px;
	background-image: url(../../images/slogan_back_theme1.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-family: Arial, Sans-Serif;
	padding-left: 29px;
	font-size: 12px;
}
#header a
{
}
#header a:link, #header a:visited, #header a:hover, #header a:active
{
	text-decoration: none;
	color: #000000;
}
#slogan strong
{
	font-size: 200%;
}
#slogan em
{
	font-size: 140%;
}
#slogan img
{
}
#body
{
	float: right;
	width: 784px;
}
#content
{
	float: left;
	width: 449px;
	min-height:400px;
	margin-top:84px;
}
#content img.illustration
{
	float: right;
	margin-left: 10px; /*minko Scheltinga */
	margin-bottom: 6px; /*minko Scheltinga */
}
#content div.column
{
	padding: 0px 12px 12px 12px;
}
#path
{
	/*margin: 0px -12px 3px 0px;
	padding: 9px 12px 4px 0px;
	font-size: 85%;
	text-align: right;
	border-bottom: solid 1px #4d8891;*/
	text-align:left;
	top:154px;
	position:absolute;
	margin-left:14px;
}
#SubSiteTitle 
{
	top:154px;
	position:absolute;
	border-bottom: solid 1px #006987;
	color: #006987;
	font-family: Times new Roman,serif;
	margin-left:14px;
	width:940px;
}
body.wide #SubSiteTitle
{
	width:940px;
}
	#biebitems,#onderwerpenitems
	{
		min-height:400px;
		
	}
	
#path li
{
	display: inline;
	color: #666666;
}
#path li a
{
	padding-right: 12px;
	background-image: url(../../images/path_divider.png);
	background-repeat: no-repeat;
	background-position: 98% 3px;
	text-decoration:underline;
}
#path li a:link, #path li a:visited
{
	color: #666666;
	text-decoration: underline;
}
#path li a:hover, #path li a:active
{
	color: #006987;
	text-decoration: none;
}
/*Kruimelpad actieve item*/
#path li.crmbimagelast a:link,
#path li.crmbimagelast a:visited
{
    color:#006987;
}
#path .crmbimagelast a
{
    background-image:none;
    padding-right:0;
}
body.wide #path li span
{
	padding-right: 12px;
}
#title
{
	color: #a3b127;
}
#content p
{
}
#content h2
{
	border-bottom: 1px solid #CADD36;
	padding-bottom:6px;
	font-weight:600;
	font-size:130%;
}
#content h3
{
	color: #006987;
}
#content h4
{
	color: #000000;
}
#content div.date
{
	color: #999999;
	font-size: 85%;
}
/* CONTENT TYPES */
/* download links */
ul.links
{
	margin: -1em 0px 2em 0px;
}
ul.links li
{
	list-style-type: none;
	display: inline;
}
ul.links li a
{
	padding-right: 10px;
	background-image: url(../../images/links_bullet.png);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 85%;
}
ul.links li a:link, ul.links li a:visited
{
	text-decoration: none;
}
ul.links li a:hover, ul.links li a:active
{
	text-decoration: underline;
}
/* /download links */
/* print button */
p.print
{
	height: 16px;
	top:150px;
	left:900px;
	position:absolute;
}
p.print a
{
	
	height: 16px;
	/*line-height: 16px;*/
	/*background-image: url(../../images/print_icon.png);*/
	/*background-repeat: no-repeat;
float: right;
	padding: 0px 10px 0px 20px;*/
	/*font-weight: bold;*/
	/*font-size: 85%;*/
	color: #666666 !important;
}
p.print a:link, p.print a:visited
{
	text-decoration: none;
}
p.print a:hover, p.print a:active
{
	text-decoration: underline;
}
/* print button */
/* summary page button */
p.toAll
{
	text-align: left; /* minko scheltinga: aanpassing right naar left */
	height: 11px;
}
p.toAll span
{
	float: right;
	margin: 0em 0px 0em 0px;
	padding: 0px 6px 0px 0px;
	background-image: url(../../images/title_link_right.png);
	background-repeat: no-repeat;
	background-position: 100% 5px;
}
p.toAll span a
{
	font-size: 85%;
	padding: 0px 0px 0px 18px;
	background-image: url(../../images/title_link_left.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
p.toAll span a:link, p.toAll span a:visited
{
	color: #005462;
	text-decoration: none;
}
p.toAll span a:hover, p.toAll span a:active
{
	color: #000000;
	text-decoration: underline;
}
/* summary page button */
/* faq list */
ul.faqList
{
	margin: 0px 0px 1em 0px;
}
ul.faqList li
{
	list-style-type: none;
	margin-bottom: 1em;
}
ul.faqList li a
{
}
ul.faqList li a:link, ul.faqList li a:visited
{
	color: #333333;
	text-decoration: none;
}
ul.faqList li a:hover, ul.faqList li a:active
{
	color: #005462;
	text-decoration: none;
}
/* /faqlist */
/* news summaries list */
div.newsSummaries
{
	border-top: solid 1px #4d8891;
	padding-top: 2px;
	margin-top: 2em;
}
div.newsSummaries h2
{
	font-size: 140%; /* font-family : Demos, Times New Roman, Serif; */
	font-weight: normal;
	color: #005462;
	margin: 0em 0em 0.5em 0em;
}
div.newsSummaries h3
{
	font-size: 160%; /* font-family : Demos, Times New Roman, Serif; */
	font-weight: normal;
	margin: 0em 0em 0.25em 0em;
}
div.newsSummaries div.date
{
}
div.newsSummaries p
{
}
div.newsSummaries h4
{
}
div.newsSummaries ul.links
{
}
div.newsSummaries ul.links li
{
}
div.newsSummaries ul.links li a
{
}
div.newsSummaries ul.links li a:link, div.newsSummaries ul.links li a:visited
{
}
div.newsSummaries ul.links li a:hover, div.newsSummaries ul.links li a:active
{
}
div.newsSummaries ul.links li a strong
{
}
/* /news summaries list */
/* news summaries list on the homepage */
div.homeSummaries
{
	margin-bottom: 0.7em;
}

div.homeSummaries h1
{
	font-size: 140%; /* font-family : Demos, Times New Roman, Serif; */
	font-weight: normal;
	color: #a3b127;
	margin: 0em 0em 0.5em 0em;
}
div.homeSummaries h2
{
	font-size: 110%;
	font-weight: bold;
}
div.homeSummaries div.date
{
}
div.homeSummaries p
{
	margin-bottom: 0.3em;
}
div.homeSummaries h3
{
}
div.homeSummaries ul.links
{
	margin-top: 0.2em;
}
div.homeSummaries ul.links li
{
}
div.homeSummaries ul.links li a
{
}
div.homeSummaries ul.links li a:link
{
}
div.homeSummaries ul.links li a:visited
{
}
div.homeSummaries ul.links li a:hover, div.homeSummaries ul.links li a:active
{
}
div.homeSummaries ul.links li a strong
{
}

/* /news summaries list on the homepage */
/* three column topics list */
div.topics
{
	width: 574px;
	overflow: hidden;
	margin-bottom: 3em;
}
div.topics h1
{
	font-size: 140%; /* font-family : Demos, Times New Roman, Serif; */
	font-weight: normal;
	color: #a3b127;
	margin: 0em 0em 0.5em 0em;
}
div.topics div.row
{
	width: 600px;
	margin-bottom: 5px;
	background-image: url(../../images/topics_back.png);
	background-repeat: no-repeat;
	background-position: 0px 1.5em;
}
div.topics div.cols_3
{
}
div.topics div.cols_2
{
	background-position: -199px 1.5em;
}
div.topics div.cols_1
{
	background-position: -398px 1.5em;
}
div.topics div.row div.col
{
	float: left;
	width: 174px;
	margin: 0px 25px 0px 0px;
}
div.topics div.row div.col h2
{
	font-family: Arial, Sans-Serif;
	font-size: 100%;
	font-weight: bold;
	color: #24616d;
	height: 1.5em;
	margin: 0px 0px 0px 0px;
}
div.topics div.row div.col ul
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 15px 0px;
}
div.topics div.row div.col ul li
{
	list-style-type: none;
	padding: 0px 0px 4px 0px;
}
div.topics div.row div.col ul li a
{
	background-repeat: no-repeat;
	background-position: 3px 2px;
	padding-left: 18px;
	display: block;
	width: 144px;
}
div.topics div.row div.col ul li a:link, div.topics div.row div.col ul li a:visited
{
	text-decoration: none;
}
div.topics div.row div.col ul li a:hover, div.topics div.row div.col ul li a:active
{
	background-image: url(../../images/topics_hover.png);
	text-decoration: none;
}
/* /three column topics list */
/* two column topics list */
div.inlineTopics
{
	border-top: solid 1px #4d8891;
	padding-top: 2px;
	margin-top: 2em;
	width: 375px;
	overflow: hidden;
	margin-bottom: 3em;
}
div.topics h2
{
	font-size: 140%; /* font-family : Demos, Times New Roman, Serif; */
	font-weight: normal;
	color: #a3b127;
	margin: 0em 0em 0.5em 0em;
}
div.inlineTopics div.row
{
	background-image: url(../../images/inlineTopics_back.png);
	background-repeat: repeat-x;
	background-position: 0px 1.5em;
	width: 400px;
}
div.inlineTopics div.row div.col
{
	float: none;
	width: auto;
	margin: 0px 0px 0px 0px;
}
div.inlineTopics div.row div.col h3
{
	font-family: Arial, Sans-Serif;
	font-size: 100%;
	font-weight: bold;
	color: #24616d;
	height: 1.5em;
	margin: 0px 0px 0px 0px;
}
div.inlineTopics div.row div.col ul
{
}
div.inlineTopics div.row div.col ul li
{
}
div.inlineTopics div.row div.col ul li a
{
	width: 350px;
}
/* /two column topics list */
/* library text and table */
div.library
{
}
div.library h1
{
	font-size: 140%; /* font-family : Demos, Times New Roman, Serif; */
	font-weight: normal;
	color: #a3b127;
	margin: 0em 0em 1em 0em;
}
div.library h1 strong
{
	display: block;
	font-weight: normal;
	color: #666666;
	margin-bottom: 0.25em;
}
div.library h2
{
	font-family: Arial, Sans-Serif;
	font-size: 100%;
	font-weight: bold;
	margin: 0em 0em 1.5em 0em;
}
div.library p
{
}
div.library table
{
}
div.library table thead
{
}
div.library table thead tr
{
}
div.library table thead tr th
{
}
div.library table thead tr th.number
{
	padding-left: 1.5em;
}
div.library table tbody
{
}
div.library table tbody tr
{
}
div.library table tbody tr td
{
}
div.library table tbody tr td.number
{
	padding-left: 1.5em;
}
div.library table tbody tr.even
{
}
div.library table tbody tr.even td
{
	background-color: #e8f4e2;
}
/* /library text and table */
/* library filter */
div.library fieldset.filter
{
	padding-top: 0.5em;
	margin-bottom: 1em;
}
div.library fieldset.filter label
{
}
div.library fieldset.filter select
{
}
div.library fieldset.filter select option
{
}
/* /library filter */
/* search form */
div.searchResults
{
	margin-bottom: 2em;
}
div.searchResults h1, div.searchResults h2
{
	font-size: 140%; /* font-family : Demos, Times New Roman, Serif; */
	font-weight: normal;
	color: #a3b127;
	margin: 0em 0em 1em 0em;
}
div.searchResults h2
{
	margin: 0em 0em 0.7em 0em;
}
div.searchResults fieldset.input
{
	margin: 0px 0px 2em 0px;
}
div.searchResults fieldset.input p
{
	clear: both;
	height: 2em;
	margin-bottom: 0.7em;
}
div.searchResults fieldset.input p input.text
{
	width: 380px;
	margin-right: 1em;
}
div.searchResults fieldset.input p a.help
{
	background-image: url(../../images/search_help.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
}
div.searchResults fieldset.input p a:link, div.searchResults fieldset.input p a:visited
{
	text-decoration: none;
}
div.searchResults fieldset.input p a:hover, div.searchResults fieldset.input p a:active
{
	text-decoration: underline;
}
div.searchResults fieldset.input p label
{
	float: left;
	width: 90px;
	line-height: 1.6em;
}
div.searchResults fieldset.input p select
{
	float: left;
	width: 284px;
}
div.searchResults fieldset.input p select option
{
}
div.searchResults fieldset.input p button
{
	float: left;
	margin: 3px 0px 0px -4px;
}
div.searchResults fieldset.input p button span
{
}
div.searchResults fieldset.input p button span span
{
}
/* /search form */
/* search summary */
p.summary
{
	margin-bottom: 0.7em;
}
p.summary strong
{
	font-style: italic;
}
/* /search summary */
/* search results */
ol.results, ul.results
{
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
}
ol.results li, ul.results li
{
	list-style-type: none;
	padding-left: 18px;
	background-image: url(../../images/next_link.png);
	background-repeat: no-repeat;
	background-position: 0% 2px;
	margin: 0em 0em .75em 0em; /* minko scheltinga */ /* margin : 0em 0em 2em 0em; */
}
ol.results li a, ul.results li a
{
}
ol.results li a:link, ol.results li a:visited, ul.results li a:link, ul.results li a:visited
{
	color: #24616d;
	text-decoration: none;
}
ol.results li a:hover, ol.results li a:active, ul.results li a:hover, ul.results li a:active
{
	color: #000000;
	text-decoration: none;
}
ol.results
{
	margin-left: 75px;
}
ol.results li
{
	padding-left: 0px;
	background-image: none;
	list-style-type: decimal;
}
/* aanpassing span ipv image */
ol.results li span
{
	position: absolute;
	margin: 4px 0px 0px -75px;
}
ol.results li a
{
}
/* /search result */
/* pager */
ul.pager
{
	margin: 0em 0em 2em 0em;
}
ul.pager li
{
	display: inline;
	list-style-type: none;
	font-size: 85%;
}
ul.pager li a
{
}
ul.pager li a:link, ul.pager li a:visited
{
	color: #a3b127;
}
ul.pager li a:hover, ul.pager li a:active
{
	color: #24616d;
}
ul.pager li a.previous
{
	padding-right: 15px;
	background-image: url(../../images/previous_link.png);
	background-repeat: no-repeat;
	background-position: 100% 2px;
}
ul.pager li a.previous:link, ul.pager li a.previous:visited
{
	text-decoration: none;
}
ul.pager li a.previous:hover, ul.pager li a.previous:active
{
	text-decoration: underline;
}

ul.pager li a.next
{
	padding-left: 15px;
	background-image: url(../../images/next_link.png);
	background-repeat: no-repeat;
	background-position: 0% 2px;
}
ul.pager li a.next:link, ul.pager li a.next:visited
{
	text-decoration: none;
}
ul.pager li a.next:hover, ul.pager li a.next:active
{
	text-decoration: underline;
}
/* Minko Scheltinga */
ul.pager li span.previous
{
	padding-right: 15px;
	background-image: url(../../images/previous_link.png);
	background-repeat: no-repeat;
	background-position: 100% 2px;
}
ul.pager li span.next
{
	padding-left: 15px;
	background-image: url(../../images/next_link.png);
	background-repeat: no-repeat;
	background-position: 0% 2px;
}
/* /minko scheltinga */
/* /pager */
/* filter / search buttons */
button
{
	border: 0px;
	background-color: Transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px -8px;
}
button span
{
	display: block;
	height: 21px;
	padding: 0px 0px 0px 36px;
	background-image: url(../../images/button_back.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}
button span span
{
	display: block;
	height: 21px;
	padding: 2px 10px 0px 0px;
	background-image: url(../../images/button_back.png);
	background-position: 100% 0%;
	background-repeat: no-repeat; /* font-family : Demos, Times New Roman, Serif; */
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}
/* filter / search buttons */
/* input fields */
input.text
{
	padding-left: 5px;
	color: #000;
	border: solid 1px #000000;
	background-image: url(../../images/search_input_back.png);
	font-size: 85%;
}
select
{
	border: solid 1px #000000;
	margin-top: 5px;
	color: #000000;
	font-size: 85%;
}
/* /input fields */
/* tabular form */
table.form
{
	border: none;
	margin: 0px 0px 1em 0px;
}
table.form tfoot
{
}
table.form tfoot tr
{
}
table.form tfoot tr td
{
	text-align: right;
	padding-right: 2px;
	padding-top: 1em;
}
table.form tfoot tr td button
{
}
table.form tfoot tr td button span
{
	padding: 0px 0px 0px 20px;
	background-position: -15px 1px;
}
table.form tfoot tr td button span span
{
	padding: 2px 12px 0px 0px;
	background-position: 100% 1px;
}
table.form tfoot tr td button.reset
{
}
table.form tfoot tr td button.reset span
{
	padding: 0px 0px 0px 15px;
	background-image: url(../../images/button_back_reset.png);
}
table.form tfoot tr td button.reset span span
{
	padding: 2px 17px 0px 0px;
	background-image: url(../../images/button_back_reset.png);
	color: #767675;
}
table.form tfoot tr td button.submit
{
	margin-left: 10px;
}
table.form tfoot tr td button.submit span
{
}
table.form tfoot tr td button.submit span span
{
}
table.form tbody
{
}
table.form tbody tr
{
}
table.form tbody tr th
{
	padding-left: 0px;
}
table.form tbody tr th label
{
}
table.form tbody tr td
{
	border: none;
}
table.form tbody tr td input.text
{
	width: 280px;
}
table.form tbody tr td.condition
{
	font-size: 85%;
	color: #276e7a;
	padding-top: 6px;
}
/* /tabular form */
#extra
{
	float: right;
	width: 196px;
	overflow: hidden;
}
#extra img.illustration
{
}
#extra div.column
{
	padding: 10px 12px 12px 12px;
}
#extra h2
{
	color: #666666;
	font-size: 100%;
	font-weight: bold;
	font-family: Arial, Sans Serif;
	padding: 0px 0px 3px 0px;
	border-bottom: solid 1px #cadd36;
}
#extra p
{
}
/*toevoeging Minko Scheltinga */
#extra ul
{
	margin: 0px 0px 0px 8px;
	padding: 4px 0px 6px 0px;
}
#extra ul li
{
	text-decoration: none;
	padding-left: 1px;
	list-style-type: square;
	list-style-image: url(../../images/square_bullet.png);
}
/* einde toevoeging */

/* extra links for references */
#extra ul.referenceLinks
{
	margin: 0px 0px 1em 0px;
	padding: 4px 0px 6px 0px;
}
#extra ul.referenceLinks li
{
	list-style-type: none;
	padding-bottom: 4px;
}
#extra ul.referenceLinks li a
{
}
#extra ul.referenceLinks li a:link, #extra ul.referenceLinks li a:visited
{
	color: #005462;
	text-decoration: none;
}
#extra ul.referenceLinks li a:hover, #extra ul.referenceLinks li a:active
{
	color: #000000;
	text-decoration: underline;
}
/* /extra links for references */
#related
{
	float: right;
	width: 335px;
	overflow: hidden;
	margin-top:49px;
}
body.wide #related
{
	width: 196px;
}

#related a
{
	text-decoration:none;
}
#related div.column
{
	padding: 8px 12px 12px 12px;
}
#related h2
{
	/*color : #666666;*/
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	font-family: Arial, Sans Serif;
	padding: 0px 0px 3px 0px;
}
#related h2 strong
{
	color: #000000;
}
#related ul.library
{
	margin: 0px 0px 4px 0px;
	padding: 4px 0px 6px 0px;
	border-bottom: solid 1px #cadd36;
	font-size: 82%; /* toevoeging Minko Scheltinga */
}
#related ul.library li
{
	list-style-type: none;
	padding-bottom: 2px;
	color: #A3A3A3; /* toevoeging Minko Scheltinga */
}
#related ul.library li a
{
}
#related ul.library li a:link, #related ul.library li a:visited
{
	color: #005462;
	text-decoration: none;
}
#related ul.library li a:hover, #related ul.library li a:active
{
	color: #000000;
	text-decoration: underline;
}
/* active */
#related ul.library li a.active:link, #related ul.library li a.active:visited, #related ul.library li a.active:hover, #related ul.library li a.active:active
{
	color: #000000;
	text-decoration: none;
	padding-left: 18px;
	background-image: url(../../images/main_back.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#related ul.library li span.items
{
	padding-left: 0.3em;
}
#related ul.library li span.items a
{
}
#related ul.library li span.items a:link, #related ul.library li span.items a:visited
{
	color: #005462;
	text-decoration: underline;
}
#related ul.library li span.items a:hover, #related ul.library li span.items a:active
{
	color: #000000;
	text-decoration: underline;
}
#related p
{
	font-size: 82%; /*toevoeging Minko Scheltinga */
	color: #999999;
}
#related p img
{
	vertical-align: middle;
}
#related ul.externalLinks, #related ul.internalLinks
{
	font-size: 82%; /* tovoeging Minko Scheltinga */
	margin: 0px 0px 1em 0px;
	padding: 4px 0px 6px 0px;
}
#related ul.externalLinks li, #related ul.internalLinks li
{
	list-style-type: none;
	padding-bottom: 2px;
}
#related ul.externalLinks li a, #related ul.internalLinks li a
{
	display: block;
	width: 145px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#related ul.externalLinks li a:link, #related ul.externalLinks li a:visited, #related ul.internalLinks li a:link, #related ul.internalLinks li a:visited
{
	color: #005462;
	text-decoration: none;
	padding-left: 16px;
	background-image: url(../../images/internalLinks_link.png);
}
#related ul.externalLinks li a:hover, #related ul.externalLinks li a:active, #related ul.internalLinks li a:hover, #related ul.internalLinks li a:active
{
	color: #000000;
	text-decoration: underline;
	padding-left: 16px;
	background-image: url(../../images/internalLinks_hover.png);
}
#related ul.externalLinks
{
}
#related ul.externalLinks li
{
}
#related ul.externalLinks li a
{
}
#related ul.externalLinks li a:link, #related ul.externalLinks li a:visited
{
	background-image: url(../../images/externalLinks_link.png);
}
#related ul.externalLinks li a:hover, #related ul.externalLinks li a:active
{
	background-image: url(../../images/externalLinks_hover.png);
}
#related ul.externalDownloads
{
}
#related ul.externalDownloads li
{
}
#related ul.externalDownloads li a
{
}
#related ul.externalDownloads li a:link, #related ul.externalDownloads li a:visited
{
	background-image: url(../../images/externalDownloads_link.png);
}
#related ul.externalDownloads li a:hover, #related ul.externalDownloads li a:active
{
	background-image: url(../../images/externalDownloads_hover.png);
}
#related ul.internalDownloads
{
}
#related ul.internalDownloads li
{
}
#related ul.internalDownloads li a
{
}
#related ul.internalDownloads li a:link, #related ul.internalDownloads li a:visited
{
	background-image: url(../../images/internalDownloads_link.png);
}
#related ul.internalDownloads li a:hover, #related ul.internalDownloads li a:active
{
	background-image: url(../../images/internalDownloads_hover.png);
}
#mainNavigation
{
	float: left;
	width: 196px;
	overflow: hidden;
	display:block;
    margin-top:70px;
}
#mainNavigation div.column
{
	padding: 8px 0px 14px 14px;
}
#mainNavigation h2
{
	color: #005462;
	font-size: 100%;
	font-weight: bold;
	font-family: Arial, Sans Serif;
	padding: 0px 0px 3px 0px;
}
#mainNavigation h2 span
{
	float: right;
	margin: 0em 0px 0px 0px;
	padding: 0px 6px 0px 0px;
	background-image: url(../../images/title_link_right.png);
	background-repeat: no-repeat;
	background-position: 100% 5px;
}
#mainNavigation h2 span a
{
	font-size: 85%;
	padding: 0px 0px 0px 18px;
	background-image: url(../../images/title_link_left.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#mainNavigation h2 span a:link, #mainNavigation h2 span a:visited
{
	color: #005462;
	text-decoration: none;
}
#mainNavigation h2 span a:hover, #mainNavigation h2 span a:active
{
	color: #000000;
	text-decoration: underline;
}
#mainNavigation ul.topics
{
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 2px 0px;
	border-bottom: solid 1px #dbdbdb;
}
/*#mainNavigation ul.topics.last
{
	border-bottom: none;
	margin-bottom: 1em;
}*/
#mainNavigation ul.topics li
{
	list-style-type: none;
	padding-bottom: 2px;
}
#mainNavigation ul.topics li a
{
	font-weight: bold;
}
#mainNavigation ul.topics li a:link, #mainNavigation ul.topics li a:visited
{
	font-size: 82%; /*toevoeging Minko Scheltinga */
	color: #000000;
	text-decoration: none;
}
#mainNavigation ul.topics li a:hover, #mainNavigation ul.topics li a:active
{
	color: #005462;
	text-decoration: underline;
}
/* active */
#mainNavigation ul.topics li a.active:link, #mainNavigation ul.topics li a.active:visited, #mainNavigation ul.topics li a.active:hover, #mainNavigation ul.topics li a.active:active
{
	color: #005462;
	text-decoration: none;
	padding-left: 18px;
	background-image: url(../../images/main_back.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#mainNavigation ul.topics li ul
{
	margin: 0px;
	padding-top: 2px;
}
#mainNavigation ul.topics li ul li
{
}
#mainNavigation ul.topics li ul li a
{
	padding-left: 18px;
	font-weight: normal;
}
#canvas #mainNavigation ul.topics li ul li a:link, #canvas #mainNavigation ul.topics li ul li a:visited
{
	color: #005462;
	text-decoration: none;
}
#canvas #mainNavigation ul.topics li ul li a:hover, #canvas #mainNavigation ul.topics li ul li a:active
{
	color: #000000;
	text-decoration: underline;
}
/* active */
#canvas #mainNavigation ul.topics li ul li a.active:link, #canvas #mainNavigation ul.topics li ul li a.active:visited, #canvas #mainNavigation ul.topics li ul li a.active:hover, #canvas #mainNavigation ul.topics li ul li a.active:active
{
	color: #000000;
	text-decoration: none;
}
#mainNavigation ul.topics li ul li ul
{
	margin-left: 18px;
}
#mainNavigation ul.topics li ul li ul li
{
}
#mainNavigation ul.topics li ul li ul li a
{
}
#mainNavigation ul.topics li ul li ul li a:link, #mainNavigation ul.topics li ul li ul li a:visited
{
}
#mainNavigation ul.topics li ul li ul li a:hover, #mainNavigation ul.topics li ul li ul li a:active
{
}
#mainNavigation ul.cases
{
	margin: 0px 0px 1em 0px;
	padding: 4px 0px 2px 0px;
	font-size: 82%; /*toevoeging Minko Scheltinga */
}
#mainNavigation ul.cases li
{
	list-style-type: none;
	padding-bottom: 2px;
}
#mainNavigation ul.cases li a
{
	font-weight: bold;
}
#mainNavigation ul.cases li a:link, #mainNavigation ul.cases li a:visited
{
	color: #000000;
	text-decoration: none;
}
#mainNavigation ul.cases li a:hover, #mainNavigation ul.cases li a:active
{
	color: #005462;
	text-decoration: underline;
}
/* active */
#mainNavigation ul.cases li a.active:link, #mainNavigation ul.cases li a.active:visited, #mainNavigation ul.cases li a.active:hover, #mainNavigation ul.cases li a.active:active
{
	color: #005462;
	text-decoration: none;
	padding-left: 18px;
	background-image: url(../../images/main_back.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#mainNavigation ul.cases li ul
{
	margin: 0px;
	padding-top: 2px;
}
#mainNavigation ul.cases li ul li
{
}
#mainNavigation ul.cases li ul li a
{
	padding-left: 18px;
	font-weight: normal;
}
#canvas #mainNavigation ul.cases li ul li a:link, #canvas #mainNavigation ul.cases li ul li a:visited
{
	color: #005462;
	text-decoration: none;
}
#canvas #mainNavigation ul.cases li ul li a:hover, #canvas #mainNavigation ul.cases li ul li a:active
{
	color: #000000;
	text-decoration: underline;
}
/* active */
#canvas #mainNavigation ul.cases li ul li a.active:link, #canvas #mainNavigation ul.cases li ul li a.active:visited, #canvas #mainNavigation ul.cases li ul li a.active:hover, #canvas #mainNavigation ul.cases li ul li a.active:active
{
	color: #000000;
	text-decoration: none;
}
#mainNavigation ul.cases li ul li ul
{
	margin-left: 18px;
}
#mainNavigation ul.cases li ul li ul li
{
}
#mainNavigation ul.cases li ul li ul li a
{
}
#mainNavigation ul.cases li ul li ul li a:link, #mainNavigation ul.cases li ul li ul li a:visited
{
}
#mainNavigation ul.cases li ul li ul li a:hover, #mainNavigation ul.cases li ul li ul li a:active
{
}
#metaNavigation
{
	clear: both;
	position: absolute;
	left: 595px;
	top: 6px;
	width: 326px;
	margin: 0px;
	font-size: 84%;
}
#metaNavigation li
{
	float: left;
	list-style-type: none;
	padding: 0px 8px 0px 8px;
	background-image: url(../../images/meta_divider.png);
	background-repeat: no-repeat;
	background-position: 100% 3px;
}
#metaNavigation li a
{
}
#metaNavigation li a:link, #metaNavigation li a:visited
{
	color: #24616d;
	text-decoration: none;
}
#metaNavigation li a:hover, #metaNavigation li a:active
{
	color: #000000;
	text-decoration: underline;
}
/* active  */
#metaNavigation li a.active:link, #metaNavigation li a.active:visited, #metaNavigation li a.active:hover, #metaNavigation li a.active:active
{
	color: #000000;
	text-decoration: none;
}
#fontSize
{
	padding-left: 8px;
}
#fontSize h2
{
	position: absolute;
	top: -2000px;
}
#metaNavigation #fontSize a
{
	text-transform: uppercase;
}
#fontSize a.normal
{
	font-size: 90%;
}
#fontSize a.larger
{
	font-size: 100%;
}
#fontSize a.largest
{
	font-size: 110%;
}
#search
{
	position: absolute;
	left: 600px;
	top: 110px;
}
#search label
{
	position: absolute;
	top: -2000px;
}
#search input.text
{
	width: 175px;
	padding-left: 5px;
	color: #000000;
	border: solid 1px #000000;
	background-image: url(../../images/search_input_back.png);
	font-size: 85%;
}
#search button
{
	border: 0px;
	background-color: Transparent;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#search button span
{
	display: block;
	height: 21px;
	width:58px;
	padding: 0px 0px 0px 36px;
	background-image: url(../../images/button_back_theme1.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	cursor: pointer;
}
#search button span span
{
	display: none;
	height: 21px;
	padding: 2px 10px 0px 0px;
	background-image: url(../../images/button_back_theme1.gif);
	background-position: 100% 0%;
	background-repeat: no-repeat; /* font-family : Demos, Times New Roman, Serif; */
	font-weight: bold;
	color: #24616d;
	cursor: pointer;
}
#search select
{
	border: solid 1px #000000;
	margin-top: 5px;
	color: #000000;
	font-size: 85%;
}
#search select option
{
}
/* Skin Themes */
body.theme1
{
	background-image: url(../../images/body_back_theme1.png);
}
body.theme1 #header
{
	background-image: url(../../images/header_back_theme1.jpg);
}
body.theme1 #slogan
{
	background-image: url(../../images/slogan_back_theme1.gif);
}
body.theme1 #search button
{
}
body.theme1 #search button span
{
	background-image: url(../../images/button_back_theme1.gif);
}
body.theme2
{
	background-image: url(../../images/body_back_theme2.png);
}
body.theme2 #header
{
	background-image: url(../../images/header_back_theme2.jpg);
}
body.theme2 #slogan
{
	background-image: url(../../images/slogan_back_theme2.png);
}
body.theme2 #search button
{
}
body.theme2 #search button span
{
	background-image: url(../../images/button_back_theme2.png);
}
body.theme3
{
	background-image: url(../../images/body_back_theme3.png);
}
body.theme3 #header
{
	background-image: url(../../images/header_back_theme3.jpg);
}
body.theme3 #slogan
{
	background-image: url(../../images/slogan_back_theme3.png);
}
body.theme3 #search button
{
}
body.theme3 #search button span
{
	background-image: url(../../images/button_back_theme3.png);
}
body.theme4
{
	background-image: url(../../images/body_back_theme4.png);
}
body.theme4 #header
{
	background-image: url(../../images/header_back_theme4.jpg);
}
body.theme4 #slogan
{
	background-image: url(../../images/slogan_back_theme4.png);
}
body.theme4 #search button
{
}
body.theme4 #search button span
{
	background-image: url(../../images/button_back_theme4.png);
}
body.theme5
{
	background-image: url(../../images/body_back_theme5.png);
}
body.theme5 #header
{
	background-image: url(../../images/header_back_theme5.jpg);
}
body.theme5 #slogan
{
	background-image: url(../../images/slogan_back_theme5.png);
}
body.theme5 #search button
{
}
body.theme5 #search button span
{
	background-image: url(../../images/button_back_theme5.png);
}
body.theme6
{
	background-image: url(../../images/body_back_theme6.png);
}
body.theme6 #header
{
	background-image: url(../../images/header_back_theme6.jpg);
}
body.theme6 #slogan
{
	background-image: url(../../images/slogan_back_theme6.png);
}
body.theme6 #search button
{
}
body.theme6 #search button span
{
	background-image: url(../../images/button_back_theme6.png);
}
body.theme6a
{
	background-image: url(../../images/body_back.png);
}
body.theme6a #header
{
	background-image: url(../../images/header_back_theme6a.jpg);
}
body.theme6a #slogan
{
	background-image: url(../../images/slogan_back_theme6a.png);
}
body.theme6a #search button
{
}
body.theme6a #search button span
{
	background-image: url(../../images/button_back_theme6a.png);
}
body.theme7
{
	background-image: url(../../images/body_back_theme7.png);
}
body.theme7 #header
{
	background-image: url(../../images/header_back_theme7.jpg);
}
body.theme7 #slogan
{
	background-image: url(../../images/slogan_back_theme7.png);
}
body.theme7 #search button
{
}
body.theme7 #search button span
{
	background-image: url(../../images/button_back_theme7.png);
}
body.theme8
{
	background-image: url(../../images/body_back_theme8.png);
}
body.theme8 #header
{
	background-image: url(../../images/header_back_theme8.jpg);
}
body.theme8 #slogan
{
	background-image: url(../../images/slogan_back_theme8.png);
}
body.theme8 #search button
{
}
body.theme8 #search button span
{
	background-image: url(../../images/button_back_theme8.png);
}
body.theme9
{
	background-image: url(../../images/body_back_theme9.png);
}
body.theme9 #header
{
	background-image: url(../../images/header_back_theme9.jpg);
}
body.theme9 #slogan
{
	background-image: url(../../images/slogan_back_theme9.png);
}
body.theme9 #search button
{
}
body.theme9 #search button span
{
	background-image: url(../../images/button_back_theme9.png);
}
body.wide
{
	/*background-image: url(../../design/arrow.gif);*/
}
body.wide #extra
{
	display: none;
}
body.wide #content
{
	float: left;
	width: 588px;
}
body.full
{
	/*background-image: url(../../design/arrow.gif);*/
}
body.full #extra
{
	display: none;
}
body.full #content
{
	float: left;
	width: 940px;
}
body.full .first_box,body.full .second_box
{
	width: 450px;
}
.outputModeFooterPrint, .ref_lit_container, .ref_lit_container_print
{
	display: none;
}
#sitetabs .nw_contextmenu
{
	
}

#metaNavigationFirst
{
	float:left;
}
#metaNavigationSecond
{
float:right;

}