
/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, address, blockquote {
	display: block;
}
audio[controls], canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
/* =============================================================================
   Base
   ========================================================================== */

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size:0.74em;
	line-height:1.4em;
}
body, button, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #606060;
}

/* These selection declarations have to be separate */
::-moz-selection {
background: #000;
color: #fff;
text-shadow: none;
}
::-webkit-selection {
background: #000;
color: #fff;
text-shadow: none;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */

a {
	color: #252525;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
a:visited {
	color: #606060;
}
a:focus {
	outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers */
a:hover, a:active {
	outline: 0;
	color: #151515;
}
a:hover {
	text-decoration:underline;
}
/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
	border-bottom: 1px dotted;
} /* abbreviation */
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
} /* definition */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
} /* a text that has been inserted into a document */
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}




/* =============================================================================
   FONTFACE
   ========================================================================== */

@font-face{
	font-family: 'foco_std_rg-webfont';
	src: url('fontface/foco_std_rg-webfont.eot');
	src: url('fontface/foco_std_rg-webfont.eot?#iefix') format('embedded-opentype'), url('fontface/foco_std_rg-webfont.woff') format('woff'), url('fontface/foco_std_rg-webfont.ttf') format('truetype'), url('fontface/foco_std_rg-webfont.svg#foco_std_rg-webfont') format('svg');
}

@font-face{
	font-family: 'foco_std_bd-webfont';
	src: url('fontface/foco_std_bd-webfont.eot');
	src: url('fontface/foco_std_bd-webfont.eot?#iefix') format('embedded-opentype'), url('fontface/foco_std_bd-webfont.woff') format('woff'), url('fontface/foco_std_bd-webfont.ttf') format('truetype'), url('fontface/foco_std_bd-webfont.svg#foco_std_bd-webfont') format('svg');
}

@font-face{
	font-family: 'foco_std_blk-webfont';
	src: url('fontface/foco_std_blk-webfont.eot');
	src: url('fontface/foco_std_blk-webfont.eot?#iefix') format('embedded-opentype'), url('fontface/foco_std_blk-webfont.woff') format('woff'), url('fontface/foco_std_blk-webfont.ttf') format('truetype'), url('fontface/foco_std_blk-webfont.svg#foco_std_blk-webfont') format('svg');
}


/* =============================================================================
   Headings & Paragraph
   ========================================================================== */

#main p {
	margin: 0 0 1.5em 0;
}
#main .contentLeft .body p {
	overflow:hidden;
}
h1, h2, h3, h4, h5, h6, pre, blockquote, dl, hr, address {
	margin: 0 0 0.8em 0;
	padding: 0;
}
#main h1 {
	color:#151515;
	font-size:2.4em;
	line-height:1.2em;
	font-weight:normal;
	margin:0 0 0.9em 0;
}
.home h2,
.content h1 {
	font-family: 'foco_std_rg-webfont', Arial, sans-serif;
	color:#070707;
	font-weight:normal;
	font-size:1.65em;
}
#main h2 {
	color:#070707;
}
#main h3 {
	color:#070707;
	font-weight:normal;
	font-size:1.1em;
}
#main h4 {
	color:#070707;
	font-weight:normal;
	font-size:1em;
	font-style:italic;
}
#main h5 {
}
#main h6 {
}
/* =============================================================================
   Floats & aligns
   ========================================================================== */

/* Floats */
.floatL {
	float:left;
}
.floatR {
	float:right;
}
img.floatL {
	margin:0 20px 20px 0;
	clear:both;
}
img.floatR {
	margin:0 0 15px 15px;
	clear:both;
}
.noPadding {
	padding:0;
}
.imgL {
	float:left;
	margin:0 20px .5em 0!important;
}
.imgR {
	float:right;
	margin:0 0 .5em 20px!important;
}
/* Textalign */
.alignL {
	text-align:left;
}
.alignR {
	text-align:right;
}
/* =============================================================================
   Lists
   ========================================================================== */

dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main ul, #main ol {
	margin:1em 0 1.5em;
	padding:0;
}
#main li {
	padding: 0 0 0 14px;
	margin:0 0 .5em 0;
	list-style:none;
	background:url(../images/bul_content.png) 0 .5em no-repeat;
}
#main ul ul li {
	background:url(../images/bul_content2.png) 0 .5em no-repeat;
	margin:0 0 .3em 0;
}
#main ul ul ul li {
	background:url(../images/bul_content3.png) 0 .5em no-repeat;
	margin:0 0 .3em 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */

/* Improve image quality when scaled in IE7 */
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/* Correct overflow displayed oddly in IE9 */
svg:not(:root) {
	overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */

figure {
	margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */

form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
legend {
	border: 0;
*margin-left: -7px;
	padding: 0;
}
label {
	cursor: pointer;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
button, input {
	line-height: normal;
*overflow: visible;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
/* Consistent box sizing and appearance */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/* Remove inner padding and border in FF3/4 */
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea {
	overflow: auto;
	vertical-align: top;
}

/* Colors for form validity */
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}
/* Obligatory */
.obligatory {
	font-size:0.8em;
	font-style:italic;
	margin:0 0 10px 0;
}
/* =============================================================================
   Tables
   ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table tr td {
	padding: 0;
	border: 0;
	margin: 0;
}
/* =============================================================================
   Primary styles
   Author: ...
   ========================================================================== */

body {
	background:#efefef url(../images/bck_page.png) fixed no-repeat;
}
/* --- general style */
#head, #navList, #foot-list {
	margin: 0 auto;
	width: 960px;
}
/* --- Main */
.mainCentered {
	margin:0 auto;
	width: 980px;
	position:relative;
}
/* --- Header */
#header {
	background:#fff;
}
#header .brandFunc{
	z-index:499;
}
/* --- funcNav */
#funcNav {
	padding-left:219px;
	height:50px;
	overflow: hidden;
	line-height:50px;
	color:#868686;
	font-size:95%;
}
.region-functional-navigation {
	float:left;
}
.region-language-navigation {
	float:right;
	text-transform:uppercase;
}
.region-language-navigation .locale-untranslated {
    /*display: none;*/
}
.region-functional-navigation .active {
	font-weight:bold;
}
#funcNav ul {
}
#funcNav li {
	display:inline;
	background:url(../images/bul_funcNav.png) no-repeat 0 4px;
	padding:0 4px 0 13px;
}
#funcNav li:first-child {
	background:none;
	padding-left:0;
}
#funcNav a {
	color:#868686;
	text-decoration:none;
}
#funcNav a:hover, #funcNav .active a {
	color:#252525;
}
#funcNav a:hover {
	text-decoration:underline;
}
/* --- brand */
#brand {
	position:absolute;
	width:201px;
	height:177px;
	z-index:499;
}
/* --- Home Flash */
#flash {
	background: url(../images/bck_flashHome.jpg) center top;
	height:205px;
	overflow:hidden;
	padding:0 20px;
}
#flash .mainCentered {
	padding:0 0 0 20px;
	width:960px;
}
.region-home-theme-img {
	width:330px;
	height:205px;
	border-left:2px solid #fff;
	float:left;
}
.region-home-theme-img img {
	width:330px;
	height:205px;
}
.region-home-theme-body {
	color:#fff;
	font-size:1.15em;
	text-shadow: 1px 1px 1px #82980f;
	filter: dropshadow(color=#82980f, offx=1, offy=1);
	width:254px;
	height:205px;
	padding: 0 0 0 20px;
	position:relative;
	border-left:2px solid #fff;
	float:left;
}
.ie7 .region-home-theme-body,
.ie8 .region-home-theme-body,
.ie9 .region-home-theme-body {
	text-shadow: none;
	filter:none!important ;
}
.home .region-home-theme-body h2 {
    color: #fff;
    font-family: 'foco_std_bd-webfont',Arial,sans-serif;
    font-size: 1.75em;
    line-height: 1em;
    margin: .8em 30px 0 0;
}
.home .region-home-theme-body p {
	margin:.5em 0;
}
.home .region-home-theme-body a {
	background: url(../images/btn_moreFlashHome.png) right top no-repeat;
    color: #fff;
    display:block;
    text-decoration:none;
}
.home .region-home-theme-body a:hover {
    text-decoration:underline;
}
.home region-home-theme-body {}
.home .region-home-theme-body a.more {
	background:url(../images/ill_arrowWhite.png) left .2em no-repeat;
	margin-top:1em;
	padding-left:1.2em;
	text-decoration:underline;
}


/* --- main nav and search */
#navContainer {
	position:relative;
	z-index:50;
}
.home #navContainer {
	background:#f6f6f6 url(../images/bck_mainNavHome.png) repeat-x bottom;
	height:131px;
}
.content #navContainer {
	background:#f6f6f6 url(../images/bck_headerContent.png) repeat-x center bottom;
	height:111px;
}
#navContainer {}
#mainNav {}
.home #mainNav {
	width:770px;
	margin-right:20px;
}
.content #mainNav {
	float:right;
	width:850px;
}
#navContainer .wrapper {
    display: table;
    width: 100%;
}
#navContainer .cell {
	background:url(../images/bck_mainNavLine.png) right 1.5em no-repeat;
	cursor: pointer;
    display: table-cell;
    text-shadow: 0px 1px 1px #ff;
	filter: dropshadow(color=#fff, offx=0, offy=1);
	width:120px;
	float:left;
}
.ie7 #navContainer .cell, .ie8 #navContainer .cell, .ie9 #navContainer .cell{ filter: none !important; }
#navContainer .cell > div {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:.9em;
	line-height:1.2em;
}
.home #navContainer .cell.colour-0 {
    padding-left:23px;
}
.content #navContainer .cell.colour-0 {
    padding-left:88px;
}
.home #navContainer .cell {
	background-position: right 2.3em;
    padding:0 16px;
	height:134px;
}
.content #navContainer .cell {
    padding:0 18px 0;
	height:114px;
}
#navContainer .cell:hover > a,
#navContainer .cell.active > a,
#navContainer .cell:hover > div,
#navContainer .cell.active > div {
    color: #fff;
}
#navContainer div.cell > a {
    display: block;
    position: relative;
    text-decoration: none !important;
	font-family: 'foco_std_bd-webfont', Arial, sans-serif;
	text-transform:uppercase;
	font-size:1.35em;
	height:2.7em;
}
.ie7 #navContainer div.cell > a,
.ie8 #navContainer div.cell > a,
.ie9 #navContainer div.cell > a {
	text-shadow: none;
	filter:none!important ;
}
.home #navContainer div.cell > a {
    margin-top:26px;
}
.content #navContainer div.cell > a {
    margin-top:16px;
}
#navContainer div.cell.colour-0 > a {
    color: #9ab512;
}
#navContainer div.cell.colour-0:hover > a,
#navContainer div.active.cell.colour-0 > a {
	color:#fff!important;
	text-shadow: 0px -1px 0px #889426;
	filter: dropshadow(color=#889426, offx=0, offy=-1);
}
#navContainer div.cell.colour-1 > a {
    color: #90992e;
}
#navContainer div.cell.colour-1:hover > a,
#navContainer div.active.cell.colour-1 > a {
	color:#fff!important;
	text-shadow: 0px -1px 0px #808525;
	filter: dropshadow(color=#808525, offx=0, offy=-1);
}
#navContainer div.cell.colour-2 > a {
    color: #663;
}
#navContainer div.cell.colour-2:hover > a,
#navContainer div.active.cell.colour-2 > a {
	color:#fff!important;
	text-shadow: 0px -1px 0px #4d4d14;
	filter: dropshadow(color=#4d4d14, offx=0, offy=-1);
}
#navContainer div.cell.colour-3 > a {
    color: #669;
}
#navContainer div.cell.colour-3:hover > a,
#navContainer div.active.cell.colour-3 > a {
	color:#fff!important;
	text-shadow: 0px -1px 0px #42425f;
	filter: dropshadow(color=#42425f, offx=0, offy=-1);
}
#navContainer div.cell.colour-4 > a {
    color: #2c77bd;
}
#navContainer div.cell.colour-4:hover > a,
#navContainer div.active.cell.colour-4 > a {
	color:#fff!important;
	text-shadow: 0px -1px 0px #3f6b89;
	filter: dropshadow(color=#3f6b89, offx=0, offy=-1);
}
#navContainer .colour-0:hover,
#navContainer .colour-0.active {
	background: rgb(197,215,58); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(197,215,58,1) 0%, rgba(172,195,34,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(197,215,58,1)), color-stop(100%,rgba(172,195,34,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(197,215,58,1) 0%,rgba(172,195,34,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(197,215,58,1) 0%,rgba(172,195,34,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(197,215,58,1) 0%,rgba(172,195,34,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(197,215,58,1) 0%,rgba(172,195,34,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5d73a', endColorstr='#acc322',GradientType=0 ); /* IE6-9 */
}
#navContainer .colour-1:hover,
#navContainer .colour-1.active {
	background: rgb(186,193,56); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(186,193,56,1) 0%, rgba(157,166,33,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(186,193,56,1)), color-stop(100%,rgba(157,166,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(186,193,56,1) 0%,rgba(157,166,33,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(186,193,56,1) 0%,rgba(157,166,33,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(186,193,56,1) 0%,rgba(157,166,33,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(186,193,56,1) 0%,rgba(157,166,33,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bac138', endColorstr='#9da621',GradientType=0 ); /* IE6-9 */
}
#navContainer .colour-2:hover,
#navContainer .colour-2.active {
	background: rgb(158,158,42); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(158,158,42,1) 1%, rgba(125,125,24,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(158,158,42,1)), color-stop(100%,rgba(125,125,24,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(158,158,42,1) 1%,rgba(125,125,24,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(158,158,42,1) 1%,rgba(125,125,24,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(158,158,42,1) 1%,rgba(125,125,24,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(158,158,42,1) 1%,rgba(125,125,24,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e2a', endColorstr='#7d7d18',GradientType=0 ); /* IE6-9 */
}
#navContainer .colour-3:hover,
#navContainer .colour-3.active {
	background: rgb(136,136,193); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(136,136,193,1) 0%, rgba(99,99,166,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(136,136,193,1)), color-stop(100%,rgba(99,99,166,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(136,136,193,1) 0%,rgba(99,99,166,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(136,136,193,1) 0%,rgba(99,99,166,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(136,136,193,1) 0%,rgba(99,99,166,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(136,136,193,1) 0%,rgba(99,99,166,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8888c1', endColorstr='#6363a6',GradientType=0 ); /* IE6-9 */

}
#navContainer .colour-4:hover,
#navContainer .colour-4.active {
	background: rgb(105,172,217); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(105,172,217,1) 0%, rgba(69,141,201,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(105,172,217,1)), color-stop(100%,rgba(69,141,201,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(105,172,217,1) 0%,rgba(69,141,201,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(105,172,217,1) 0%,rgba(69,141,201,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(105,172,217,1) 0%,rgba(69,141,201,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(105,172,217,1) 0%,rgba(69,141,201,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69acd9', endColorstr='#458dc9',GradientType=0 ); /* IE6-9 */
}
#navContainer .selected .sitemap {
    opacity: 1;
}
.home #navContainer .selected .sitemap {
    top: 131px;
}
.content #navContainer .selected .sitemap {
    top: 111px;
}
#navContainer .sitemap {
	-moz-transition: opacity 0.2s ease 0s;
    background:#fff;
    cursor: default;
    left: 0;
    opacity: 0;
    padding: 20px;
    position: absolute;
    text-align: left;
    top: -10000px;
    width: 934px;
    z-index: 50;
    border:3px solid grey;
	border-top:none;
}
#navContainer .colour-0 .sitemap {
    border:3px solid #acc322;
	border-top:none;
}
#navContainer .colour-1 .sitemap {
    border:3px solid #9da621;
	border-top:none;
}
#navContainer .colour-2 .sitemap {
    border:3px solid #7d7d18;
	border-top:none;
}
#navContainer .colour-3 .sitemap {
    border:3px solid #6363a6;
	border-top:none;
}
#navContainer .colour-4 .sitemap {
    border:3px solid #458dc9;
	border-top:none;
}
#navContainer .sitemap ul {
    margin: 10px 15px 0;
    font-family:arial;
    font-style:normal;
}
#navContainer .sitemap ul ul {
    margin: 10px 15px 3em 0;
}
#navContainer .sitemap ul li {
	display:block;
	float:left;
	margin-right:20px;
	margin-bottom:.5em;
	width:205px;
}
#navContainer .sitemap ul li a {
	color:#2068ac;
	font-size:1.6em;
	line-height:1.2em;
	text-decoration:none;
}
#navContainer .sitemap ul li a:hover {
	text-decoration:underline;
}
#navContainer .sitemap ul ul li {
	float:none;
	margin-bottom:.8em;
}
#navContainer .sitemap ul ul li a {
	color:#606060;
	font-size:1em;
	text-decoration:none;
}
#navContainer .sitemap ul ul li a:hover {
	color:#151515;
}
#navContainer .sitemap .content li {
    background: url("../images/ill_arrowGrey.png") 0 .2em no-repeat;
    margin: 0 0 0.7em;
    padding: 0 0 0 14px;
}
body .sitemap .sitemapClose {
    display: none;
}

.page-sitemap .content ul.site-map-menu ul.site-map-menu ul.site-map-menu ul.site-map-menu {
	display: none;
}

.page-sitemap h2.title {
	display: none;
}

#navContainer .pointer {
	display:none;
	background:url(../images/ill_navPointer.png) center bottom no-repeat;
	width:17px;
	height:9px;
	z-index:60;
	margin:0 0 -5px 4.8em;
	position:absolute;
}
.home #navContainer .pointer {
	top:125px;
}
.content #navContainer .pointer {
	top:105px;
}
#navContainer div.cell:hover .pointer {
	display:block;
}




#search {
	background:url(../images/bck_search.png) no-repeat;
	width:200px;
	height:31px;
	position:absolute;
	right:0;
	z-index:20;
}
.home #search {
	top:26px;
}
.content #search {
	top:131px;
}
.region-search-block {
	float:left;
}
#edit-search-block-form--2 {
    background: none;
    border: none;
    float: left;
    padding: 7px 5px;
    width: 112px;
}
#search .form-submit {
	background:none;
	border:none;
	width:37px;
	height:31px;
	float:left;
	text-indent:-999px;
	overflow: hidden;
	font-size: 0;
	display:block;
	line-height: 0;
}
a.advanced-search {
	background:url(../images/btn_searchPlus.png) no-repeat;
	display:block;
	width:35px;
	height:29px;
	float:right;
	text-indent:-10000px;
	cursor:pointer;
}
.breadcrumb .page-title {
	font-weight:bold;
}
.page-search .breadcrumb .page-title {
	display: none;
}



/* --- Home intro h1 */
h1#intro {
	padding:20px 0 0 220px;
	height:58px;
	overflow: hidden;
	font-size:1em;
	color:#636363;
	margin:0;
	line-height:1.4em;
	font-weight:normal;
}
#main {
	background:url(../images/bck_colourBar.png) top center repeat-x;
}

/* --- home content top */
#home_contentTop {
	padding:39px 0;
}
.region-home-cta {
	float:left;
	padding:50px 0 0 20px;
	width:200px;
	margin-right:30px;
}
.cta-1, .cta-2, .cta-3, .cta-4, .cta-5 { /* zie ook authorStyles.css */
	display:block;
	text-align:center;
	text-decoration:none!important;
	color:#fff!important;
	margin-bottom: 4px;
	height:43px;
	padding:10px 30px 0 0;
	position:relative;
}
.cta-1 a, .cta-2 a, .cta-3 a, .cta-4 a, .cta-5 a{
	color: #fff;
}
.cta-1 { /* zie ook authorStyles.css */
	background: rgb(195,213,56); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(195,213,56,1) 0%, rgba(173,196,35,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(195,213,56,1)), color-stop(100%, rgba(173,196,35,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(195,213,56,1) 0%, rgba(173,196,35,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(195,213,56,1) 0%, rgba(173,196,35,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(195,213,56,1) 0%, rgba(173,196,35,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(195,213,56,1) 0%, rgba(173,196,35,1) 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d538', endColorstr='#adc423', GradientType=0 ); /* IE6-9 */
}
.cta-1:hover {
	background: rgb(195,213,56);
}
.cta-2 {/* zie ook authorStyles.css */
	background: rgb(84,73,144); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(84,73,144,1) 0%, rgba(59,47,118,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(84,73,144,1)), color-stop(100%, rgba(59,47,118,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(84,73,144,1) 0%, rgba(59,47,118,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(84,73,144,1) 0%, rgba(59,47,118,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(84,73,144,1) 0%, rgba(59,47,118,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(84,73,144,1) 0%, rgba(59,47,118,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#544990', endColorstr='#3b2f76', GradientType=0 ); /* IE6-9 */
}
.cta-2:hover {
	background: rgb(84,73,144)
}
.cta-3 {/* zie ook authorStyles.css */
	background: rgb(67,100,171); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(67,100,171,1) 0%, rgba(42,74,146,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(67,100,171,1)), color-stop(100%, rgba(42,74,146,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(67,100,171,1) 0%, rgba(42,74,146,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(67,100,171,1) 0%, rgba(42,74,146,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(67,100,171,1) 0%, rgba(42,74,146,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(67,100,171,1) 0%, rgba(42,74,146,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4364ab', endColorstr='#2a4a92', GradientType=0 ); /* IE6-9 */
}
.cta-3:hover {
	background: rgb(67,100,171);
}
.cta-4 {/* zie ook authorStyles.css */
	background: rgb(50,127,200); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(50,127,200,1) 0%, rgba(25,102,175,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(50,127,200,1)), color-stop(100%, rgba(25,102,175,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(50,127,200,1) 0%, rgba(25,102,175,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(50,127,200,1) 0%, rgba(25,102,175,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(50,127,200,1) 0%, rgba(25,102,175,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(50,127,200,1) 0%, rgba(25,102,175,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#327fc8', endColorstr='#1966af', GradientType=0 ); /* IE6-9 */
}

.cta-4:hover {
	background: rgb(50,127,200);
}

.cta-5 {
    background: rgb(152,171,23); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(152,171,23,1) 0%, rgb(116,132,6,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(116,132,6,1)), color-stop(100%, rgba(25,102,175,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(152,171,23,1) 0%, rgba(116,132,6,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(152,171,23,1) 0%, rgba(116,132,6,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(152,171,23,1) 0%, rgba(116,132,6,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(152,171,23,1) 0%, rgba(116,132,6,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98ab17', endColorstr='#758506', GradientType=0 ); /* IE6-9 */
}
.cta-5:hover {
    background: rgb(152,171,23);
}
.cta-1 strong, .cta-2 strong, .cta-3 strong, .cta-4 strong , .cta-5 strong{
	font-family: 'foco_std_blk-webfont', Arial, sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
    font-weight:normal;
}
.region-home-cta .arrow,
#contentRight .arrow {
	background:url(../images/btn_moreFlashHome.png);
	position:absolute;
	top:12px;
	right:12px;
	width:29px;
	height:29px;
}
.region-home-cta a:hover .arrow,
#contentRight a:hover .arrow {
	right:8px;
}
.region-home-related {
	float:left;
	width:236px;
	margin-right:30px;
}
.region-home-related h2 {
	background:url(../images/bck_balloonTop.png) left bottom no-repeat;
	line-height:50px;
	font-weight:normal;
	margin:0;
}
.region-home-related .content {
	/*min-height:224px;*/
    height:280px; /* update 0506 */
	background:#fff url(../images/bck_box.png) bottom repeat-x;
	border:1px solid #cdcdcd;
	border-top:none;
	padding:0 12px;
}
.region-home-related a {
	text-decoration:none;
	color:#606060;
	display:block;
/*	min-height:96px;*/
}
.region-home-related .contextual-links-trigger,
.region-home-related .contextual-links a {
	min-height:0;
}
.region-home-related a:hover {
	text-decoration:underline;
}
#main .region-home-related h3 {
	font-weight:normal;
	font-size:1.3em;
	margin:1em 0;
}
.region-home-related h3 a {
	background:url(../images/ill_arrowBlue.png) right .2em no-repeat;
	color:#2c77bd;
}
.region-home-related hr {
	height:1px;
	overflow:hidden;
	margin:0 -12px;
	border-top:1px dotted #bbb;
}
.region-home-carrousel {
	float:right;
	width: 469px;
	margin:0 -7px 0 0;
	min-height:224px;
}
.region-home-carrousel ul,
.region-home-carrousel li {
	margin:0;
	padding:0k;
}
.region-home-carrousel .in-the-picture-list li {float: left!important;}
.region-home-carrousel h2 {
	background:url(../images/bck_balloonTop.png) left bottom no-repeat;
	line-height:50px;
	font-weight:normal;
	margin:0 26px 0 0;
}
.region-home-carrousel .content {
	background:#fff;
	border:1px solid #cdcdcd;
	border-top:none;
	width:417px;
	padding:12px;
	/*height:200px;*/
    height:256px; /* update 0506 */
	position:absolute;
	font-size:1.1em;
	line-height:1.3em;
}
.region-home-carrousel .content li a {
	color:#2c77bd;
	font-size:1.3em;
	text-decoration:none;
}
.region-home-carrousel .content li a:hover {
	text-decoration:underline;
}
.region-home-carrousel .content li p {
	margin:1em 0 0!important;
}
.region-home-carrousel .content li img {
	float:left;
	margin:0 12px 5px 0;
}
.bx-prev {
	display:none;
}
.bx-wrapper .bx-next {
	background:url(../images/btn_carrouselNext.png) no-repeat;
	position:absolute;
	top:72px;
	left:429px;
	text-indent:-10000px;
	width:27px;
	height:69px;
}
.bx-wrapper .bx-next:hover {
	background-position: 0;
}
.bx-wrapper .bx-controls-direction a{
	height:60px;
}
.bx-wrapper .bx-pager {
	position:absolute;
	right:0;
}
.bx-wrapper .bx-pager a {
	background:url(../images/ill_bullCarrousel.png) no-repeat;
	width:9px;
	height:9px;
	margin-left:11px;
	display:block;
	text-indent:-10000px;
	float:left;
}
.bx-wrapper .bx-viewport {
	height: 100% !important
}
.bx-wrapper .bx-pager a:hover,
a.pager-active {
	background:url(../images/ill_bullCarrousel_HL.png) no-repeat;
}
#main .region-home-carrousel ul {
	overflow:hidden;
	height:180px;
}
#main .region-home-carrousel li {
	margin:0;
	padding:0;
}
#main .region-home-carrousel li {
	list-style-type:none;
	background:none;
}
#main .region-home-carrousel li li {
	padding: 0 0 0 14px!important;
	margin:0 0 .5em 0!important;
	list-style:none;
	background:url(../images/bul_content.png) 0 .5em no-repeat!important;
	display:block!important;
}



/* --- home content bot */
#home_contentBot.mainCentered {
	width:940px;
	border-top:3px solid #d1d1d1;
	position:relative;
}
#stamp {
	position:absolute;
	right:-40px;
	top:28px;
	width:153px;
	height:182px;
	background:url(../images/bck_stamp.png) no-repeat;
}
.region-bottom article {
	float:left;
	width:273px;
	padding:39px 20px 39px 20px;
	margin-bottom:39px;
	font-size:.95em;
	line-height:1.4em;
	position: relative;
}
.region-bottom article.first {
	padding:39px 40px 39px 0;
}
.region-bottom article.last {
	padding:39px 0 39px 40px;
}
.home #main .region-bottom h2 {
	font-size:1.75em;
}
.region-bottom a {
	text-decoration:none;
	color:#606060;
}
.region-bottom a:hover {
	text-decoration:underline;
	color:#151515;
}
.region-bottom a.more {
	cursor:pointer;
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	color:#fff;
	background:#2d2d2d url(../images/ill_arrowWhite.png) right .5em no-repeat;
	line-height:25px;
	padding:0 1.5em 0 1em;
	border-right:11px solid #2d2d2d;
}
.region-bottom a.more:hover {
	background-color:#666;
	border-right:11px solid #666;
	text-decoration:none;
}
.region-bottom h3 {
	color:#181818;
	text-transform:uppercase;
	margin:.9em 0 0;
	font-weight:bold;
	font-size:1em;
}


/* --- Breadcrumb --- */
.region_breadcrumb {
	color:#8c8c8c;
	font-size:.95em;
	margin:25px 0 25px 0;
	padding-right:254px;
}
#main .region_breadcrumb a {
	background:url(../images/ill_arrowGrey.png) right .2em no-repeat;
	color:#8c8c8c!important;
	margin-right:.7em;
	padding:0 1em 0 0;
	text-decoration:none;
}
#main .region_breadcrumb a:hover {
	text-decoration:underline;
}


/* --- Content --- */
#main .contentLeft h1 {
	background:url(../images/bck_balloonTop.png) left bottom no-repeat;
	line-height:1em;
	font-weight:normal;
	margin:0;
	padding:0 0 15px 0;
	min-height:28px;
}
.node-type-faq #main .contentLeft h1,
.node-type-news #main .contentLeft h1,
.node-type-event #main .contentLeft h1 {
	padding-bottom:1.2em;
}
.contentLeft {
	line-height:1.5em;
	float:left;
	width:744px;
	margin-bottom:12px;
}
.contentLeft hr {
	height:1px;
	overflow:hidden;
	margin:1.5em -20px;
	border-top:1px dotted #bbb;
}
.contentLeft .body {
	background:#fff;
	border:1px solid #cdcdcd;
	border-top:none;
	padding:20px;
	position:relative;
}

#main .contentLeft .body ul, #main .contentLeft .body ol {
	margin-left:1em;
	padding:0;
}
#main .contentLeft .intro,
#main .contentLeft .view-header {
	color:#252525;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.3em;
	line-height:1.4em;
	border-bottom:1px dotted #bbb;
	margin:0 -20px 20px;
	padding:20px;
}
#main .contentLeft .region-content .intro {
	color: #2C77BD;
    font-size: 1.625em;
    font-weight: normal;
    line-height: 1.3em;
}
#main .contentLeft .view-news .intro {
	color:#252525;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:1em;
	line-height:1.4em;
	border-bottom:none;
	margin:0;
	padding:0;
}
#main .contentLeft .view-news .intro img {
	padding-left:18px;
	width:132px;
	height:88px;
}
.cbpl-detail-pager {
	border-top:1px dotted #bbb;
	margin:40px -20px 0;
	padding:20px;
	font-size:.95em;
}
.cbpl-detail-pager a {
	text-decoration:none;
}
.cbpl-detail-pager a:hover {
	text-decoration:underline;
}
.cbpl-detail-pager .cbpl-previous a {
	float:left;
	background:url(../images/ill_arrowBackGrey.png) left .3em no-repeat;
	margin:0 5em 0 .6em;
	padding-left:1.3em;
}
.cbpl-detail-pager .cbpl-next a {
	float:right;
	background:url(../images/ill_arrowNextGrey.png) right .3em no-repeat;
	margin:0 .6em 0 5em;
	padding-right:1.3em;
}
#main .contentLeft .intro h2,
#main .contentLeft .view-header h2 {
	color:#2c77bd;
	font-size:1.25em;
	font-weight:normal;
	line-height:1.3em;
}
#main .contentLeft .intro img {
	width:330px;
	height:auto;
	float:left;
	margin:0 30px 1em 0;
}
#main .contentLeft .view-id-event .intro img {
	margin-left:20px;
}
#main .contentLeft .intro .field-name-field-pub-date,
#main .contentLeft .intro .field-name-field-event-date {
	margin-bottom:1em;
}
.field-name-field-event-date { color:#fff;}
.field-name-field-event-location {
	color:#2c77bd;
	text-transform: uppercase;
}
.field-name-body {
	clear:both;
}
#main .contentLeft .intro .date-display-single {
	background:#2c77bd;
	border:1px solid #2c77bd;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
	line-height:16px;
	margin-bottom:1em;
	font-size:.7em;
	font-style:normal;
	padding:0 1em;
}
#main .contentLeft a.back {
	background:#e4e4e4 url(../images/ill_arrowBackWhite.png) 10px .65em no-repeat;
	color:#2c77bd;
	font-size:.95em;
    padding: 0 12px 0 28px;
	position:absolute;
	top:-25px;
	text-decoration:none;
	right:-1px;
	line-height:25px;
	-webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
	text-shadow: 0px 1px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1);
}
#main .contentLeft a.back:hover {
	background-color:#f2f2f2;
}
.contentLeft hr {
	clear:both;
}
#main .contentLeft h2 {
	font-size:1.35em;
	font-weight:normal;
}


/* --- News list --- */
.view-content {	}

.view-id-news .views-row {
	border-bottom:1px dotted #bbb;
	margin:0 -20px;
	padding:20px;
	position:relative;
	min-height:88px;
}
#main .contentLeft .view-id-news .views-row h2 {
	font-size:1em;
	font-weight:bold;
	color:#252525;
	margin-bottom:0;
	float:right;
	width:550px;
}
#main .contentLeft .view-id-news .views-row h2 a {
	text-decoration:none;
}
#main .contentLeft .view-id-news .views-row h2 a:hover {
	text-decoration: underline;
}
.view-id-news .field-type-datetime {
	background:#2c77bd;
	color:#fff;
	float:left;
	font-size:.9em;
	line-height:16px;
	text-align:center;
	text-transform:uppercase;
	width:130px;
}
.views-row .field-type-datetime {
	font-size:1.3em;
}
.view-id-news .field-type-image {
	position:absolute;
	left:0;
	padding-top:16px;
	width:132px;
}
.view-id-news .field-type-image img {
	width:132px;
	max-height:88px;
}
.view-id-news .field-type-text-with-summary {
	float:right;
	width:550px;
}
.view-id-news .field-type-text-with-summary h2 {
	color:#252525;
	font-size:1em;
	font-weight:bold;
}
.view-id-news .item-list {
	border-bottom:1px dotted #bbb;
	margin:0 -20px;
	padding:5px 20px;
	position:relative;
}
#main .item-list .pager {
	font-size:.95em;
}
#main .item-list .pager li {
	margin:0;
	padding:0 .3em;
	display:inline;
	background:none;
}
#main .item-list .pager li a {
	text-decoration:none;
}
#main .item-list .pager li.pager-current {
	background:url(../images/bck_pagerHL.png) center 1px no-repeat;
	color:#fff;
	font-weight:normal;
}
#main .item-list .pager li.pager-next a {
/*	background:url(../images/ill_arrowNextGrey.png) right .1em no-repeat;*/
	margin:0 .6em 0 5em;
	padding-right:1.3em;
}
#main .item-list .pager li.pager-last a {
/*	background:url(../images/ill_arrowDoubleGrey.png) right .1em no-repeat;*/
	padding-right:2em;
}
#main .item-list .pager li.pager-previous a {
/*	background:url(../images/ill_arrowBackGrey.png) left .1em no-repeat;*/
	margin:0 5em 0 .6em;
	padding-left:1.3em;
}
#main .item-list .pager li.pager-first a {
/*	background:url(../images/ill_arrowBackDoubleGrey.png) left .1em no-repeat;*/
	padding-left:2em;
}


/* --- events --- */

.view-id-event .views-row {
	border-bottom:1px dotted #bbb;
	margin:0 -20px;
	padding:20px;
	position:relative;
}
#main .contentLeft .view-id-event .views-row h2 {
	font-size:1em;
	font-weight:bold;
	color:#252525;
	margin-bottom:0;
	float:right;
	width:550px;
}
#main .contentLeft .view-id-event .views-row h2 a {
	text-decoration:none;
}
#main .contentLeft .view-id-event .views-row h2 a:hover {
	text-decoration: underline;
}
.view-id-event .field-type-datetime {
	background:#2c77bd;
	color:#fff;
	float:left;
	line-height:16px;
	text-align:center;
	text-transform:uppercase;
	width:132px;
}
.view-id-event .views-row .field-type-datetime {
	font-size:.7em;
}
#main .contentLeft .view-id-event .intro .date-display-single,
.date-display-start,
.date-display-end {
	font-size:1em;
}
.view-id-event .field-name-field-event-date {
	padding:0;
	margin:0;
}
.field-name-field-event-location {
	width:550px;
	float:right;
}
#main .view-id-event .field-type-image {
	position:absolute;
	left:0;
	padding-top:16px;
	width:132px;
}
#main .view-id-event .field-type-image img {
	width:132px;
	max-height:88px;
}
.view-id-event .field-type-text-with-summary {
	float:right;
	width:550px;
}
.view-id-event .field-type-text-with-summary h2 {
	color:#252525;
	font-size:1em;
	font-weight:bold;
}
.view-id-event .item-list {
	border-bottom:1px dotted #bbb;
	margin:0 -20px;
	padding:5px 20px;
	position:relative;
}
#main .contentLeft .view-id-event .intro {
    border-bottom: none;
    margin: 0;
    padding: 0;
}
#main .item-list .pager {
	font-size:.95em;
}
#main .item-list .pager li {
	margin:0;
	padding:0 .3em;
	display:inline;
	background:none;
}
#main .item-list .pager li a {
	text-decoration:none;
}
#main .item-list .pager li.pager-current {
	background:url(../images/bck_pagerHL.png) center 1px no-repeat;
	color:#fff;
	font-weight:normal;
}
#main .item-list .pager li.pager-next a {
/*	background:url(../images/ill_arrowNextGrey.png) right .1em no-repeat;*/
	margin:0 .6em 0 5em;
	padding-right:1.3em;
}
#main .item-list .pager li.pager-last a {
/*	background:url(../images/ill_arrowDoubleGrey.png) right .1em no-repeat;*/
	padding-right:2em;
}
#main .item-list .pager li.pager-previous a {
/*	background:url(../images/ill_arrowBackGrey.png) left .1em no-repeat;*/
	margin:0 5em 0 .6em;
	padding-left:1.3em;
}
#main .item-list .pager li.pager-first a {
/*	background:url(../images/ill_arrowBackDoubleGrey.png) left .1em no-repeat;*/
	padding-left:2em;
}


/* --- vacancy --- */

.view-id-vacancy  .views-row {
	border-bottom:1px dotted #bbb;
	margin:0 -20px;
	padding:20px;
	position:relative;
}
#main .contentLeft .view-id-vacancy .views-row h2 {
	font-size:1.4em;
	font-weight:normal;
	color:#252525;
	margin-bottom:0;
}
#main .contentLeft .intro .field-name-field-vacancy-subtitle ,
#main .contentLeft .view-header .field-name-field-vacancy-subtitle {
	font-size: 1.35em;
    color: #606060;
    margin: 0 0 0.8em;
    font-family:arial;
    font-size:.85em;
}
#main .contentLeft .view-id-vacancy .views-row h2 a {
	text-decoration:none;
}
#main .contentLeft .view-id-vacancy .views-row h2 a:hover {
	text-decoration: underline;
}
.view-id-vacancy .field-type-datetime {
	background:#2c77bd;
	color:#fff;
	float:left;
	line-height:16px;
	text-align:center;
	text-transform:uppercase;
	width:130px;
}
.view-id-event .views-row .field-type-datetime {
	font-size:.7em;
}
#main .contentLeft .view-id-vacancy .intro .date-display-single,
.date-display-start,
.date-display-end {
	font-size:1em;
}
.view-id-vacancy .field-name-field-event-date {
	padding:0;
	margin:0;
}
.field-name-field-event-location {
	width:550px;
	float:right;
}
#main .view-id-vacancy .field-type-image {
}
#main .view-id-vacancy .field-type-image img {
	background:#ccc;
	width:132px;
}
.view-id-vacancy .field-type-text-with-summary {}
.view-id-vacancy .field-type-text-with-summary h2 {
	color:#252525;
	font-size:1em;
	font-weight:bold;
}
.view-id-vacancy .item-list {
	border-bottom:1px dotted #bbb;
	margin:0 -20px;
	padding:5px 20px;
	position:relative;
}
#main .contentLeft .view-id-vacancy .intro {
    border-bottom: none;
    margin: 0;
    padding: 0;
}
#main .item-list .pager {
	font-size:.95em;
}
#main .item-list .pager li {
	margin:0;
	padding:0 .3em;
	display:inline;
	background:none;
}
#main .item-list .pager li a {
	text-decoration:none;
}
#main .item-list .pager li.pager-current {
	background:url(../images/bck_pagerHL.png) center 1px no-repeat;
	color:#fff;
	font-weight:normal;
}
#main .item-list .pager li.pager-next a {
/*	background:url(../images/ill_arrowNextGrey.png) right .1em no-repeat;*/
	margin:0 .6em 0 5em;
	padding-right:1.3em;
}
#main .item-list .pager li.pager-last a {
/*	background:url(../images/ill_arrowDoubleGrey.png) right .1em no-repeat;*/
	padding-right:2em;
}
#main .item-list .pager li.pager-previous a {
/*	background:url(../images/ill_arrowBackGrey.png) left .1em no-repeat;*/
	margin:0 5em 0 .6em;
	padding-left:1.3em;
}
#main .item-list .pager li.pager-first a {
/*	background:url(../images/ill_arrowBackDoubleGrey.png) left .1em no-repeat;*/
	padding-left:2em;
}
#main .contentLeft .node-vacancy .intro .date-display-single {
	padding:0 10px;
}



/* --- Landing --- */
.node-type-landingspage h1 {
	background:none!important;
}
.node-type-landingspage .contentLeft {
	width:auto;
}
.node-type-landingspage .contentLeft .body {
    background:none;
    border:none;
    padding:0;
}
.node-type-landingspage .region-region-1,
.node-type-landingspage .region-region-2,
.node-type-landingspage .region-region-3,
.node-type-landingspage .region-region-4 {
	position:relative;
	zoom:1;
	clear:both;
}
.node-type-landingspage .region-region-1 article,
.node-type-landingspage .region-region-2 article,
.node-type-landingspage .region-region-3 article,
.node-type-landingspage .region-region-4 article {
	background:#fff;
    border:1px solid #cdcdcd;
    padding: 20px;
    margin-bottom:12px;
    position: relative;
}
.node-type-landingspage .region-region-1 .first {}
.node-type-landingspage .region-region-2 .odd,
.node-type-landingspage .region-region-3 .odd,
.node-type-landingspage .region-region-4 article {
	float:left;
}
.node-type-landingspage .region-region-2 .even,
.node-type-landingspage .region-region-3 .even {
	float:right;
}
.node-type-landingspage .region-region-3 .odd {}
.node-type-landingspage .region-region-3 .even {}
.node-type-landingspage .region-region-4 article {
	margin-right:20px;
	margin-right:29px;
}
.node-type-landingspage .region-region-2 .odd,
.node-type-landingspage .region-region-3 .even {
	width:602px;
}

.node-type-landingspage .region-region-3 .odd,
.node-type-landingspage .region-region-2 .even,
.node-type-landingspage .region-region-4 article {
	width:250px;
	width:265px;
}
.node-type-landingspage .region-region-3 .odd .btnLinkSmall {}
.node-type-landingspage .region-region-3 .even .btnLinkSmall {}
.node-type-landingspage .region-region-4 article .btnLinkSmall {
	padding-left:40px;
	background-position:0 .7em; width:180px;
}
.node-type-landingspage .region-region-4 .last {
	/*float:right;
	margin-right:0;*/
}
.node-type-landingspage .region-contextual-blocks {
	display:none;
}
.node-type-landingspage a.more { /* zie ook authorStyles.css */
	background:#e6e6e6 url(../images/ill_arrowBlack.png) right .7em no-repeat;
	border-right:12px solid #e6e6e6;
	font-family: Arial, Helvetica, sans-serif!important;
	font-style:normal;
	position:absolute;
	right:0;
	bottom:0;
	line-height:25px;
	padding:0 1.5em;
	text-decoration:none;
	font-size:.95em;
}
.node-type-landingspage .region-region-1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.4em;
	line-height:1.5em;
}
.node-type-landingspage .region-region-1 a.more {
	font-size:.65em;
}
.node-type-landingspage .region-region-1 a.btnLink,
.node-type-landingspage .region-region-1 a.btnLinkSmall {
	font-size:.87em;
}
.node-type-landingspage .region-region-1 h2 {
	color:#2c77bd!important;
	margin-top:.5em;
}
.node-type-landingspage .region-region-1 img {
	float:left;
	margin:0 2em 0 0;
	/*width:330px;*/
	height:auto;
}
.node-type-landingspage .region-region-2 .even img,
.node-type-landingspage .region-region-3 .odd img ,
.node-type-landingspage .region-region-4 img {
	margin:0;
	/*width:265px;*/
	height:auto;
}
.node-type-landingspage .region-region-2 .odd img {
	float:left;
	margin:0 2em 0 0;
	/*width:265px;*/
	height:auto;
}
.node-type-landingspage .region-region-3 .even img {
	float:left;
	margin:0 2em 0 0;
	/*width:265px;
	height:auto;*/
}
.node-type-landingspage .region-region-4 {
	margin-right:-29px;
}
a.btnLink,
a.btnLinkSmall { /* zie ook authorStyles.css */
	background:url(../images/btn_arrowLink.png) 20px .7em no-repeat;
	color:#a0b418;
	font-family: Arial, Helvetica, sans-serif!important;
	font-style:normal;
	text-transform: uppercase;
	font-weight:bold;
	padding:0 40px 0 60px;
	padding:15px 40px 0 60px;
	/*line-height:48px;*/
	min-height:26px;
	display:block;
	text-decoration:none;
}
a.btnLinkSmall { /* zie ook authorStyles.css */
	float:left;
	width:270px;
}
.node-type-landingspage .region-region-1 a.btnLinkSmall {
	width:360px;
}
a.btnLink:hover,
a.btnLinkSmall:hover {
	text-decoration:underline;
}
.comment { /* zie ook authorStyles.css */
	font-style:italic;
	color:#888;
}
.highlight { /* zie ook authorStyles.css */
	background:#2c77bd;
	color:#fff;
	padding:.8em;
}
a.highlight, .highlight a { /* zie ook authorStyles.css */
	color:#fff! important;
}



/* --- Contextual --- */
#contentRight {
	float:right;
	font-size:.95em;
	margin-bottom:3em;
	padding-top:22px;
	width:200px;
}
#contentRight .view-cta {
	padding-top:20px;
}
#contentRight .view-cta .cta-1,
#contentRight .view-cta .cta-2,
#contentRight .view-cta .cta-3,
#contentRight .view-cta .cta-4,
#contentRight .view-cta .cta-5 {
    margin-bottom: 6px;
}
#contentRight h2 {
	font-weight:normal;
	font-size:1.3em;
}
#main #contentRight ul,
#main #contentRight ol {
    margin:0 0 1.5em;
}
#main #contentRight img {
	width:100%;
	height:auto;
	margin-bottom:.5em;
}
#main #contentRight li {
	background-image: url(../images/ill_arrowGrey.png);
}
#main #contentRight a:link {
	text-decoration:none;
}
#main #contentRight a:hover {
	text-decoration:underline;
}
#contentRight article {
	border-bottom: 3px solid #d1d1d1;
	padding-top:20px;
}
#contentRight .more {
	display: block;
	text-align:right;
	padding-right:1em;
	background:url(../images/ill_arrowGrey.png) right .5em no-repeat;
}
#contentRight .region-contextual-cta {
	padding-top:20px;
}


/* --- lexicon --- */
.lexicon-links {
    background-color: #eee;
    padding:.2em 0;
    color: #888888;
    text-align: center;
    margin:.5em 0;
}
.lexicon-links a {
    font-size: 100%;
    text-transform: normal;
    font-weight:bold;
}
.lexicon-alphabar-instructions {
	color: #aaa;
    font-size: 0.9em;
    font-style: italic;
    margin-bottom: 2em;
}
.lexicon-letter {
	border-top:3px solid #d1d1d1;
	padding-top:1em;
	margin-top:2em;
}
.lexicon_go_to_top_link {
	display:block;
	text-align:right;
}
dt {
	color:#333;
	font-size:1.1em;
	margin-bottom:.5em;
}




/* --- faq --- */
.faq-question {
	/*border-top:1px dotted #bbb!important;*/
	margin:0 -20px 0!important;
	padding:20px 20px .8em!important;
}
.faq-answer {
	padding:0 30px 20px!important;
	overflow:hidden;
	border-bottom:1px dotted #bbb!important;
	margin-bottom:1em;
}
.faq-answer .field-label {
	float:left;
	margin-right:.5em;
}
.faq-answer .field-name-field-faq-taxonomy {
	display:none;
}
.faq-answer ul.inline li {
	text-align:right;
	display:block;
	list-style:none;
	background:none!important;
}



/* --- doc list --- */
.view-document .view-content {
	overflow:hidden;
}
.home .view-document .views-row {
    padding: 0;
}
.view-document .views-row {
	clear:both;
	position:relative;
	padding:1.5em 0;
	overflow:hidden;
	/*min-height:107px;*/
	border-bottom:1px dotted #bbb;
}
.view-document .views-row-1 {
	border-top:1px dotted #bbb;
}
.document-list-title,
.document-list-teaser,
.document-list-date,
.document-list-des-number {
	/*float:left;*/
	/*width:50px;*/
}
.document-list-des-number {
	color:#999;
	font-style:italic;
}
.document-list-type-icon,
.document-list-img {
	position:absolute;
	right:0;
}
.document-list-type-icon {display:none;}
.document-list-type-icon img,
.document-list-img img {
	width:88px;
}



/* --- section page --- */
	/* --- overruling drupal css ---*/
	.field-group-multiple-container .even {
	    background:none!important;
	}
	.field-group-multiple-container .multiple-inline-element {
	    border: none!important;
	    padding: 0!important;
	}
	.field-group-multiple-container .multiple-element {
	    float: none!important;
	    padding:0!important;
	}
.anchorLink {
	/*width:45%;
	float:left;*/
}
.anchorLink a {
	background:url(../images/btn_arrowLink.png) 0 .2em no-repeat;
	color:#a0b418;
	display:block;
	font-family: Arial, Helvetica, sans-serif!important;
	font-style:normal;
	text-transform: uppercase;
	font-weight:bold;
	padding:0 60px 0 40px;
	line-height:38px;
	text-decoration:none;
}
.anchorLink a:hover {
	text-decoration:underline;
}
.group_page_section {
	clear:both;
	padding-top:20px;
	}
	.field-group-multiple-container .multiple-inline-element {
		border-top:1px dotted #bbb!important;
		margin:0 -20px 0!important;
		padding:20px!important;
		float: left;
	}
		.topLink {
			float:right;
		}
		.field-item-field_section_title h3 {}
		.field-item-field_section_body {}






/* --- search --- */
#search-form {
	border-bottom:1px dotted #bbb;
	margin:0 -20px 20px;
	padding:20px;
}
#search-form label {
	display:block;
    font-size: 1.35em;
    color: #070707;
    padding-bottom:.5em;
}
#search-form .form-submit {
	/*height: 24px;
    line-height: 24px;
    padding-top: 4px;*/
}
#search-form .form-text {
	height:20px;
	margin-right:1em;
}
.ie7 #search-form .form-text,
.ie8 #search-form .form-text,
.ie9 #search-form .form-text {
	float:left;
	margin-top:.2em;
}
#search-form .container-inline div.form-type-checkbox {
	clear:both;
	display:block;
}
#search-form label.option {
	color:#8C8C8C;
	display:inline;
	font-size:1em;
	font-size:.9em;
}
.spelling-suggestions {
	overflow:hidden;
	margin-bottom:2em;
	border-bottom:1px dotted #bbb;
}
.spelling-suggestions dt {
	float:left;
	margin-right:.5em;
}
.apachesolr-browse-blocks article {
	border-top:1px dotted #bbb;
	padding:2em 0;
}
#main ol {
	margin: 0.5em 0;
    padding: 0 20px;
}
#main ol.search-results {
	margin-top:2em;
}
#main ol li {
	background:none;
	list-style-type:decimal;
	padding:0;
}
#main ol li.search-result {
	border-bottom:1px dotted #bbb;
	margin-bottom:1em;
}
#main ol li.search-result .search-info {
    display: none;
}
.facet-date-popup {
	overflow:hidden;
}
.container-inline-date {
	float:left;
	margin-right:1em;
	clear:none!important;
}
.container-inline-date label {
	float:left;
	margin-right:.5em;
}
.container-inline-date .date-padding {
    padding: 0!important;
}
.container-inline-date > .form-item {
    border: none!important;
    margin:2px .5em 0 0;
}
.search-snippet .file-icon {
	vertical-align: middle;
	margin-left:.5em;
}
#main #contentRight .block-current-search li {
	background:#e6e6e6;
	padding-left:.8em;
	color:#202020;
}
.search-snippet span {
	display: none;
}


/* --- site-map --- */
#site-map ul {
	margin:2em 0;
}
#site-map ul ul {
	margin:0 0 1em;
}
#site-map ul ul ul {
	margin:1em 0 1em;
}
#site-map ul li {
	background:none;
	font-size:1.2em;
	padding-left:0;
	text-transform:uppercase;
	font-weight: bold;
	padding-top:0;
}
#site-map ul li a {
	background:#2c77bd;
	color:#fff;
	display:block;
	padding:.3em 1em;
}
#site-map ul li li {
	border-top:none;
	border-top:1px dotted #bbb;
	font-size:1em;
	text-transform:none;
	padding-left:1em;
	font-weight:normal;
	padding-top:.7em;
}
#site-map ul li li a {
	background:none;
	color:#404040;
	display:inline;
	padding:0;
}
#site-map ul li li:first-child {
	border:none;
}
#site-map ul li li li {
	background: url(../images/ill_arrowGrey.png) left .5em no-repeat!important;
	padding:0 0 0 1.5em;
	border:none;
	font-size:.82em;
}


/* --- document --- */
.node-document .field {
	clear:both;
	padding-bottom:.5em;
	margin-bottom:.5em;
	border-bottom:1px solid #ccc;
}
.block-system .node-document .field {
	border-bottom:none;
}

.block-system .node-document,
.block-system .node-document-list {
	border-bottom:1px solid #ccc;
	padding:1em 0;
}
.node-document .field-label {
	width:150px;
	float:left;
}
.node-document .field-item {
	width:550px;
	display:table-cell;
}

.node-document .field .file img {
	vertical-align:middle;
}



/* --- Doormat Footer --- */
.region-doormat {
	margin:2em 0 3em;
	padding:1em 30px 30px;
	clear:both;
}
.region-doormat .topLink {
    border-bottom: 1px dotted #eee;
    padding-bottom: 0.5em;
    text-align: right;
}
.region-doormat,
.colour-0 .region-doormat {
	background: rgb(197,215,58); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(197,215,58,1) 0%, rgba(172,195,34,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(197,215,58,1)), color-stop(100%,rgba(172,195,34,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(197,215,58,1) 0%,rgba(172,195,34,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(197,215,58,1) 0%,rgba(172,195,34,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(197,215,58,1) 0%,rgba(172,195,34,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(197,215,58,1) 0%,rgba(172,195,34,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5d73a', endColorstr='#acc322',GradientType=0 ); /* IE6-9 */
	text-shadow: 0px 1px 0px #dae3a6;
	filter: dropshadow(color=#dae3a6, offx=0, offy=1);
}
.colour-1 .region-doormat {
	background: rgb(186,193,56); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(186,193,56,1) 0%, rgba(157,166,33,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(186,193,56,1)), color-stop(100%,rgba(157,166,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(186,193,56,1) 0%,rgba(157,166,33,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(186,193,56,1) 0%,rgba(157,166,33,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(186,193,56,1) 0%,rgba(157,166,33,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(186,193,56,1) 0%,rgba(157,166,33,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bac138', endColorstr='#9da621',GradientType=0 ); /* IE6-9 */
	text-shadow: 0px -1px 0px #848d1c;
	filter: dropshadow(color=#848d1c, offx=0, offy=-1);
}
.colour-2 .region-doormat {background: rgb(158,158,42); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(158,158,42,1) 0%, rgba(125,125,24,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,158,42,1)), color-stop(100%,rgba(125,125,24,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(158,158,42,1) 0%,rgba(125,125,24,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(158,158,42,1) 0%,rgba(125,125,24,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(158,158,42,1) 0%,rgba(125,125,24,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(158,158,42,1) 0%,rgba(125,125,24,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e2a', endColorstr='#7d7d18',GradientType=0 ); /* IE6-9 */
	text-shadow: 0px -1px 0px #6b6b16;
	filter: dropshadow(color=#6b6b16, offx=0, offy=-1);
}
.colour-3 .region-doormat {
	background: rgb(136,136,193); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(136,136,193,1) 0%, rgba(99,99,166,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(136,136,193,1)), color-stop(100%,rgba(99,99,166,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(136,136,193,1) 0%,rgba(99,99,166,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(136,136,193,1) 0%,rgba(99,99,166,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(136,136,193,1) 0%,rgba(99,99,166,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(136,136,193,1) 0%,rgba(99,99,166,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8888c1', endColorstr='#6363a6',GradientType=0 ); /* IE6-9 */
	text-shadow: 0px -1px 0px #55558c;
	filter: dropshadow(color=#55558c, offx=0, offy=-1);
}
.colour-4 .region-doormat {
	background: rgb(105,172,217); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(105,172,217,1) 0%, rgba(69,141,201,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(105,172,217,1)), color-stop(100%,rgba(69,141,201,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(105,172,217,1) 0%,rgba(69,141,201,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(105,172,217,1) 0%,rgba(69,141,201,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(105,172,217,1) 0%,rgba(69,141,201,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(105,172,217,1) 0%,rgba(69,141,201,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69acd9', endColorstr='#458dc9',GradientType=0 ); /* IE6-9 */
	text-shadow: 0px -1px 0px #3c78a9;
	filter: dropshadow(color=#3c78a9, offx=0, offy=-1);
}
.region-doormat a,
.colour-0 .region-doormat a {
	color:#454e0c;
	text-decoration:none;
}
.colour-1 .region-doormat a,
.colour-2 .region-doormat a,
.colour-3 .region-doormat a,
.colour-4 .region-doormat a {
	color:#fff;
}
.region-doormat a:hover {
	text-decoration:underline;
}
#main .region-doormat .menu > li {
	width:210px;
	float:left;
	padding:2em 15px 0 0;
	margin:0;
	background:none;
}
#main .region-doormat ul.menu {
	margin:0 20px 3em 0;
}
#main .region-doormat .menu li a {
	font-size:1.3em;
}
#main .region-doormat .menu li ul {
	margin-top:1em;
}
#main .region-doormat .menu li li,
.colour0 #main .region-doormat .menu li li {
	background:url(../images/ill_arrowLightGrey.png) left .3em no-repeat;
	padding:0 0 .5em 1.1em;
}
.colour-1 #main .region-doormat .menu li li,
.colour-2 #main .region-doormat .menu li li,
.colour-3 #main .region-doormat .menu li li,
.colour-4 #main .region-doormat .menu li li {
	background:url(../images/ill_arrowGrey.png) left .3em no-repeat;
}
#main .region-doormat .menu li li a {
	font-size:.95em;
}




/* --- Form */
.form-submit {
	background: rgb(176,195,47); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(176,195,47,1) 0%, rgba(150,169,21,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(176,195,47,1)), color-stop(100%,rgba(150,169,21,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(176,195,47,1) 0%,rgba(150,169,21,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(176,195,47,1) 0%,rgba(150,169,21,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(176,195,47,1) 0%,rgba(150,169,21,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(176,195,47,1) 0%,rgba(150,169,21,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0c32f', endColorstr='#96a915',GradientType=0 ); /* IE6-9 */
	text-shadow: 0px -1px 0px #798718;
	/*filter: dropshadow(color=#798718, offx=0, offy=-1);*/
	border:none;
	color:#fff;
	font-weight:bold;
	padding:.3em 1.5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:1.2em;
	margin-top:.1em!important;
}
.form-submit:hover {
	background: rgb(197,215,58); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(197,215,58,1) 0%, rgba(172,195,34,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(197,215,58,1)), color-stop(100%,rgba(172,195,34,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(197,215,58,1) 0%,rgba(172,195,34,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(197,215,58,1) 0%,rgba(172,195,34,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(197,215,58,1) 0%,rgba(172,195,34,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(197,215,58,1) 0%,rgba(172,195,34,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5d73a', endColorstr='#acc322',GradientType=0 ); /* IE6-9 */
}
#search-block-form .form-submit,
#search-block-form .form-submit:hover {
	filter:none;
}
.form-text {
	border:1px solid #ccc;
	height:20px;
}
.form-textarea {
	border:1px solid #ccc;
}
label {
	color:#333;
	font-size:1.2em;
	font-weight:normal;
}
.form-radio {
	vertical-align:middle;
}



/* --- Footer */
.region-footer {
	color: #868686;
	height: 53px;
	line-height:50px;
	font-size:.95em;
	background:#fff url(../images/bck_colourBar.png) bottom repeat-x;
	border-top:1px solid #e2e2e2;
}
.region-footer ul {
	margin:0;
}
.region-footer li {
	display:inline;
	background:url(../images/bul_funcNav.png) no-repeat 0 4px;
	padding:0 4px 0 13px;
}
.region-footer li:first-child {
	background:none;
	padding-left:0;
}
.region-footer a {
	color:#868686;
	text-decoration:none;
}
.region-footer a:hover {
	color:#252525;
}
.region-footer a:hover {
	text-decoration:underline;
}


/* --- Push Footer to bottom */
html, body {
	height: 100%;
	width: 100%
}
#container {
	min-height: 100%;
	height: auto!important;
	height: 100%;
	margin-bottom:-54px;
	width:100%;
}
.ie8 #container{}
#push {
	height: 74px;
}



/* --- tables content --- */
.body .content table {
	border:1px solid #ccc;
	margin: 0 0 1.5em;
}
.body .content th {
	background:#2C77BD;
	border-bottom: 0 none;
    font-weight: bold;
    padding: 0.2em 0.5em;
    text-transform:uppercase;
}
.body .content td {
	vertical-align:top;
	border-top:1px solid #ccc;
	padding:.2em .5em;
}





/* =============================================================================
   Non-semantic helper classes
   ========================================================================== */

/* For image replacement */
.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.ir br {
	display: none;
}
/* Hide for both screenreaders and browsers */
.hidden {
	display: none;
	visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility: hidden;
}
/* Contain floats */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.overflow {
	overflow:hidden;
}
.clearfloats {
	clear:both;
}






/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design. These override the primary
   ('mobile first') styles. Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
/* Style adjustments for viewports 480px and over go here */
}
@media only screen and (min-width: 768px) {
/* Style adjustments for viewports 768px and over go here */
}


/* =============================================================================
   Print styles
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter:none !important;
		-ms-filter: none !important;
	}
	a, a:visited {
		color: #444 !important;
		text-decoration: underline;
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page { margin: 0.5cm;}
	p, h2, h3 {	orphans: 3;	widows: 3;}
	h2, h3 { page-break-after: avoid;}
	#nav, #contentRight, #header, .region_breadcrumb, .region-doormat, #footer {display: none;}
	header { border-bottom: 1px solid #777;}
	.contentLeft {
		float:none;
		width:auto!important;
		margin-top:2em;}
	.body {
		border:none!important;
		padding:0!important;
	}
	.views-row {
	    margin: 0!important;
	    padding: 20px 0!important;
	}
	.mainCentered {
		width: auto;
	}
	#main ul {
		margin:.5em 2em!important;
	}
	#main ul ul {
		margin:.5em 1.5em!important;
	}
	#main li {
		list-style-type:disc;
		padding:0;
		margin:0;
	}
	#main li li {
		list-style-type:circle;
	}

	/* --- Landing --- */
	.node-type-landingspage .region-region-1,
	.node-type-landingspage .region-region-2,
	.node-type-landingspage .region-region-3,
	.node-type-landingspage .region-region-4 {

	}
	.node-type-landingspage .region-region-1 article,
	.node-type-landingspage .region-region-2 article,
	.node-type-landingspage .region-region-3 article,
	.node-type-landingspage .region-region-4 article {
		width:100%!important;
		padding:0!important;
		clear:both!important;
		float:none!important;
		margin:2em 0;
		border:none;
		border-bottom:1px solid #ccc;
		padding:1px 0;
	}
	.node-type-landingspage .region-region-1 article[style],
	.node-type-landingspage .region-region-2 article[style],
	.node-type-landingspage .region-region-3 article[style],
	.node-type-landingspage .region-region-4 article[style] {
		height:auto!important;
	}

	.node-type-landingspage .region-region-3 .odd {}
	.node-type-landingspage .region-region-3 .even {}
	.node-type-landingspage .region-region-4 article {
		margin-right:0;
	}
	.node-type-landingspage a.more {
		display:none;
	}
	.node-type-landingspage .region-region-4 {
		margin-right:0;
	}
}
img {
	vertical-align:middle;
}
.block-current-search h3 {
  display: none;
}

/*
* ============================ mschuddings hide langs ========================
*/
.language-switcher-locale-url .de {
  display: none!important;
}

/*
* ============================ fbogaerts ========================
*/
.view-display-id-block_kadaster{
	background: #fff;
	border: 1px solid #cdcdcd;
	padding: 20px;
	margin-bottom: 12px;
	position: relative;
}
.body .content table{border:none;}
.body .content th{padding:1em; background:#2c77bd;}
.body .content th a{color:#FFF; text-decoration:none;}
.body .content th a img{padding-left:7px;}
.body .content td{padding:1em;}
th.views-field-title{width:22%;}
th.views-field-field-doc-request-organization{width:22%;}
th.views-field-field-doc-verstrekker{width:22%;}
th.views-field-field-doc-doeleinde{width:22%;}
th.views-field-field-pub-date{width:11%;}
#edit-field-pub-date-value-wrapper label{float:left; padding-right:10px; line-height:1.9em;}
.views-widget{float:left; margin-top:2px;}
.views-exposed-widgets{padding-bottom:25px;}


/* ---- include authorstyles ----- */
@import url("authorStyles.css");




.menu-block-wrapper > ul > li{
	padding: 15px;
}
