@charset "UTF-8";
*{
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #FFF;
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
img{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container{
	height: 100%;
	width: 100%;
}
#headerContainer{
	background-image: url(img/backgroundLogo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 190px;
	width: 100%;
}
#header{
	height: 165px;
	width: 880px;
	background-image: url(img/headerLogo.gif);
	background-position: 0px 25px;
	background-repeat: no-repeat;
}
#headerNav{
	float: right;
	clear: both;
	color: #ACACAC;
	padding-top: 50px;
	width: 565px;
	text-align: right;
	font-size: 16px;
}
#headerNav ul {
    float: left;
}
#headerNav li{
	list-style-type: none;
	clear: none;
	float: left;
}
#headerNav li a{
	display: block;
	list-style-type: none;
	float: left;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	font-size: .8em;
	/*color: #ACACAC;*/
    color: #434343;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #ACACAC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color:#ACACAC;
	padding-right: 5px;
	padding-left: 5px;
}
#headerNav li a:hover{
	color: #0076BE;
}
#headerLang a.link{
    text-transform: uppercase;
	font-weight: bold;
	color: #0080D8;
}
#headerLang a.section{
    text-transform: uppercase;
	font-weight: bold;
	color: #FF0103;
}
#headerNav label{
	font-size: .8em;
}
#headerTabs{
	height: 25px;
	width: 880px;
}
#headerTabs li{
	list-style-type: none;
	clear: none;
	float: left;
}
#headerTabs li a{
	display: block;
	list-style-type: none;
	float: left;
	font-weight: normal;
	text-decoration: none;
	background-image: url(img/tab.gif);
	background-repeat: no-repeat;
	background-position: right -25px;
	text-align: center;
	height: 25px;
	font-size: 12px;
	padding-right: 25px;
	padding-left: 25px;
	color: #FFF;
	line-height: 25px;
}
#headerTabs li a:hover{
	display: block;
	list-style-type: none;
	float: left;
	font-weight: normal;
	text-decoration: none;
	background-image: url(img/tab.gif);
	background-repeat: no-repeat;
	background-position: right -50px;
	text-align: center;
	height: 25px;
	font-size: 12px;
	padding-right: 25px;
	padding-left: 25px;
	color: #FFF;
	line-height: 25px;
}
#headerTabs li a.section{
	display: block;
	list-style-type: none;
	float: left;
	font-weight: normal;
	text-decoration: none;
	background-image: url(img/tab.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	text-align: center;
	height: 25px;
	font-size: 12px;
	padding-right: 25px;
	padding-left: 25px;
	color: #FFF;
	line-height: 25px;
}
#searchField, #SearchForm_SearchForm_Search{
	background-color: #EBEBEB;
	border: 1px solid #828282;
	height: 14px;
	font-size: 12px;
	width: 100px;
}
#headerContact{
	text-align: right;
	float: right;
	height: 60px;
	width: 375px;
	padding-top: 35px;
}
#content{
	background-color: #FFF;
	width: 864px;
	margin-top: 3px;
	clear: both;
	overflow: hidden;
	padding-top: 16px;
	padding-left: 16px;
	background-image: url(img/contentBackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#contentHeader{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B8DAF3;
	width: 832px;
	float: left;
	margin-right: 11px;
	padding-bottom: 16px;
}

#footer{
	background-color: #D9E8F3;
	width: 848px;
	clear: both;
	overflow: hidden;
	height: 100px;
	background-image: url(img/corner_nw_40.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	font-size: 11px;
	color: #0057B0;
	padding-top: 16px;
}
.telephone{
	font-size: 1.5em;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
.tagline{
	font-size: 0.8em;
	line-height: 1em;
	font-weight: normal;
	color: #0067B8;
	text-decoration: none;
}
.contentSingleColumn{
	float: left;
	width: 200px;
	margin-bottom: 8px;
	overflow: hidden;
	padding-right: 16px;
}
.contentDoubleColumn{
	float: left;
	width: 416px;
	margin-bottom: 16px;
	overflow: hidden;
	padding-right: 16px;
}
.contentTripleColumn{
	float: left;
	width: 632px;
	margin-bottom: 11px;
	overflow: hidden;
	padding-right: 16px;
}
.contentQuadColumn{
	float: left;
	width: 848px;
	margin-bottom: 11px;
	overflow: hidden;
	background-color: #FFF;
	padding-right: 16px;
}
#contentTagTitle{
	font-size: 2.25em;
	color: #0067B8;
	font-weight: bold;
	text-align: left;
	/*text-indent: 1em;*/
}
#contentTagQuote{
	font-size: 1em;
	font-style: italic;
	color: #EC0000;
	text-indent: 4em;
}
.tabMenu{}
.tabMenu a{}
.tabMenu a:hover{}
.contentArticle{
	margin-bottom: 16px;
}
.contentMenu{
	background-color: #D9E8F3;
	background-image: url(img/corner_ne_20.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 0.8em;
	padding: 5px;
	text-align: left;
	margin-bottom: 11px;
}
.contentMenu h1 a{
    text-decoration: none;
	color: #0067B8;
}
.contentMenu li{
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0088D9;
	margin-top: 3px;
}
.contentMenu li a{
	font-size: 1em;
	font-weight: bold;
	color: #0067B8;
	text-decoration: none;
	text-align: left;
	line-height: 1.5em;
}
.contentMenu li a:hover, .contentMenu li a.section{
	color: #FD0103;
}
.contentMenu li li {
    margin-left: 10px;
    list-style: none;
    border: 0px;
} 
.contentIntro{
	margin-bottom: 16px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #4A96EB;
	padding-top: 4px;
}
.readmore{
	margin-top: 8px;
	margin-bottom: 8px;
}
.readmore a{
	font-weight: bold;
	color: #0065B4;
	text-decoration: none;
	font-size: .8em;
}
.readmore a:hover{
	color: #CE0000;
}
#content p, label{
	font-size: .9em;
	line-height: 1.2em;
	color: #434343;
	text-decoration: none;
	text-align: left;
}
#content h1{
	text-align: left;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	color: #0077CD;
	text-decoration: none;
	margin-bottom: 8px;
}
#content h2{
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #0077CD;
	text-decoration: none;
}
.tabMenu{
	margin-top: 5px;
	margin-bottom: 5px;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0073CA;*/
	/*padding-top: 5px;
	padding-bottom: 5px;*/
	/*border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0073CA;*/
}
.tabMenu a{
	background-color: #0074CC;
	font-size: 1.25em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 5px;
	background-image: url(img/corner_ne_20.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 5px;
}
.tabMenu a:hover{
	color: #FFF;
	background-color: #D30000;
}
.icon{
	margin-bottom: 16px;
}
div.sitemap{
    text-align: left;
    list-style: none;
    font-size: .9em;
}
div.sitemap li li{
    list-style: none;
    margin-left: 30px;
}
div.sitemap a, div.searchResults a{
	color: #0065B4;
}

form#SearchForm_SearchForm fieldset {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

form#SearchForm_SearchForm legend {
    display: none;
}

form#SearchForm_SearchForm fieldset div#Search div.middleColumn, form#SearchForm_SearchForm fieldset #Search{
    float: left;
    width: 100px;
}

form#SearchForm_SearchForm div.middleColumn input.text {
    width: 95%;
}

form {
    text-align: left;
}
div.contentQuadColumn form#SearchForm_SearchForm div.middleColumn {
    margin: 0px;
}
div.searchResults {
    text-align: left;
}
div.searchResults p {
    margin-bottom: 8px;
}
div.searchResults small{
    color: gray;
}

div.contentArticle fieldset {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

div.contentArticle label, div.contentArticle input {
    margin-bottom: 8px;
}

div.contentArticle input.text {
    width: 320px;
}

div.contentArticle .validationError{
	font-size: .9em;
	line-height: 1.2em;
	color: red;
	text-decoration: none;
	text-align: left;
	padding-bottom: 4px;
}

/* index page */
#index_body{
	background-color: #99ccff;
	background-image: url(img/indexBackground.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#index_header{
	height: 110px;
	width: 880px;
	/*
	background-image: url(img/indexHeader.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	*/
}
#index_content{
	width: 880px;
	position: relative;
	top: -50px;
}
#index_logo{
	height: 250px;
	width: 880px;
	background-image: url(img/indexLogo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#index_logo a{
	float: left;
	width: 440px;
	margin: 0px;
	padding: 0px;
	height: 210px;
}
.index_choice {
	width: 200px;
	text-align: center;
	float: left;
}
.index_choice ul{
	list-style-type: none;
}
.index_choice ul li a{
	display: block;
	height: 40px;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	margin-top: 20px;
}
#NL{
	margin-left: 190px;
	float: left;
}
#FR{
	margin-right: 190px;
	float: right;
}
#NL a{
	text-align: center;
	display: block;
	height: 40px;
	width: 200px;
	background-image: url(img/indexButton.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
}
#NL a:hover{
	background-position: 0px -80px;
}
#FR a{
	text-align: center;
	display: block;
	height: 40px;
	width: 200px;
	background-image: url(img/indexButton.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
}
#FR a:hover{
	background-position: 0px -80px;
}

td a, p.breadcrumbs a {
    color: #0065B4;
    text-decoration: none;
}

p.breadcrumbs {
    padding-bottom: 8px;
}
h2.intranet {
    padding-top: 16px;
}
p.no_files {
    padding-top: 8px;
}

div.home {
    min-height: 430px;
    width: 190px;
    float: left;
    margin-right: 10px;
}
div.home ul {
    min-height: 240px;
    list-style: none;
}
div.child {
    width: 190px;
    float: left;
    margin-right: 8px;
    min-height: 350px;
}
div.child img {
    padding-bottom: 8px;
}
div.home h1 {
    height: 50px;
}

a.headerLogo {
    float: left;
}

#content div.citaat p {
    font-style: italic;
    color: #0065B4;
    font-size: 1.2em;
    margin-bottom: 10px;
}
#content div.citaat img {
    padding: 16px 0;
}
table.attachments tr td {
    text-align: left;
}

div.contentArticle li {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 24px;
	font-size: 0.9em;
    color: #434343;
}

div.contentArticle form li {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 0px;
	list-style: none;
	font-size: 0.9em;
}

a {
	color: #0067B8;
}
div.contentArticle blockquote {
	background-color: #D9E8F3;
    padding: 8px;
    margin: 8px 0;
    font-style: italic;
}

div.contentArticle div.left {
    text-align: left;
}

div.sitemap ul li {
    font-size: 1.0em;
    line-height: 1.2em;
}

div#header #SearchForm_SearchForm {
	float: right;
}

div#header #SearchForm_SearchForm div {
    float: left;
}

div#content #SearchForm_SearchForm input#SearchForm_SearchForm_Search {
	width: 240px;
}

div#content #SearchForm_SearchForm div, div#content #SearchForm_SearchForm div#Search div.middleColumn {
	float: none;
}

div#content input#SearchForm_SearchForm_action_results {
   margin-top: 6px;
}

/*div#content div.field {
    float: left;
}*/
   
#SearchForm_SearchForm_action_results {
    margin-top: 6px;
    width: 20px;
    height: 20px;
    background-image: url(../images/search.png);
    background-repeat:no-repeat;
    background-position:center center;
    border: 0px;
    background-color: white;
}

div#infostroom ul li {
    margin-left: 20px;
}

div.field, div.Actions {
    padding-top: 8px;
}

label.FormHeading {
	display: block;
}
