/*! normalize.css v1.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}


body {
    margin: 0;
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
}

a { color:#009FC6; font-weight:bold; }

a:focus {
    outline: none;
}


a:active,
a:hover {
    outline: 0; cursor:pointer; text-decoration:underline;
}

h1 {
    /*font-size: 2em;*/
    font-size: 30px;
    margin: 0.67em 0;
}

h2 {
    /*font-size: 1.5em;*/
    font-size: 27px; 
    margin: 0.83em 0;
}

h3 {
    /*font-size: 1.17em; */
    font-size: 22px;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}


p,
pre {
    margin: 1em 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
}

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
	
}





html,
button,
input,
select,
textarea {
    color: #222;
}



hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}
.seo { text-indent:-9999px; display:inline-block;}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clear:before,
.clear:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clear:after {
    clear: both;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    /*font-size: 1em;*/
    font-size: 14px;
    line-height: 1.6;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.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: h5bp.com/p
 */

.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;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    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;
    }
}

/* -------------
 * Buttons
 * ------------- */
button.jqTransformButton {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
	font-family: Arial;
}

*:first-child+html button.jqTransformButton[type]{width: 1;} /* IE7 */

button.jqTransformButton span {
	background: transparent url(img/btn_right.gif) no-repeat right top;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
	height: 33px;
}

button.jqTransformButton span span {
	background: transparent url(img/btn_left.gif) no-repeat top left;
	color: #333;
	padding: 8px 4px 0px 8px;
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
	display: block;
	text-decoration: none;
	height: 33px;
}

/*hover*/
button.jqTransformButton_hover span span { background-position: left -33px ; }
button.jqTransformButton_hover span { background-position: right -33px ; }

/*clicked*/
button.jqTransformButton_click span span { background-position: left -66px ; }
button.jqTransformButton_click span { background-position: right -66px ; }

/* IE 6 */
* html button.jqTransformButton { height:33px; }
* button.jqTransformButton span span { height: 25px; }
/* IE 7 */
*+ html button.jqTransformButton { height:33px; }
*+ button.jqTransformButton span span { height: 25px; }



/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}
/* Stylesheet: jqtransform Modified On 2013-10-15 11:29:18 */




.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

html {
overflow-y: scroll;
}

.fancyboxHTML {
overflow-y: auto;
}

body {
	color: #595959;
	
	
}
/*body.w-enabled{background: url('../img/bg.jpg') repeat-x 0 49px;}

body.home {
	background: url('../img/bgHome.jpg') repeat-x 0 3px;
}
body.home.w-enabled{background: url('../img/bgHomejpg') repeat-x 0 49px;}

body.bgMid {
	background: url('../img/bgMid.jpg') repeat-x 0 3px;
}

body.bgContent {
	background: url('../img/bgContent.jpg') repeat-x 0 3px;
}

body.bgShort {
	background: url('../img/bgShort.jpg') repeat-x 0 3px;
}*/


#header {
	border-top: 41px solid #004CA1;
}

#top {
	width: 978px;
	margin: 0 auto;
	height: 84px;
}

#logo {
	width: 485px;
	height: 76px;
	background: url('../img/logo.png') no-repeat 0px 15px;
	position: relative;
	padding: 15px 0 0 20px;
}

#logo a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#zoekContainer {
	width: 224px;
	height: 53px;
	margin: 35px -1px 0;
}
#zoekContainer form { background-color:transparent; padding:0; border:0;}

#zoekContainer .buttonContainer { 
	width: 110px;
	height: 28px;
	margin: 14px 0 0 16px; }

#zoekContainer .zoeken {
	padding: 10px 1px 0;
	width: 213px;
}

#zoekContainer .zoeken input {
	display: block;
	width: 146px;
	height: 35px;
	border: 0;
    border-radius: 4px 0 0 4px;
	padding: 0 0 0 10px;
	font-size: 12px;
    background-color: #EDF1F4;
    color: #707173;
    -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none;
}

#zoekContainer .zoeken button.submit {
	width: 49px;
    height: 35px;
    background: none; filter:none;
    position:relative; 
	overflow: hidden;
	padding: 0; 
    background-color: #009FC6;
    border: 0;
    border-radius: 0 4px 4px 0;
    color: #fff;
}
#zoekContainer .zoeken button.submit:hover {
    background-color: #49BBD5;
}

.buttonContainer {	
	-webkit-box-shadow: 0 3px 4px rgba(0,0,0,.11);
	-moz-box-shadow: 0 3px 4px rgba(0,0,0,.11);
	box-shadow: 0 3px 4px rgba(0,0,0,.11);
}

.buttonContainer .button {
margin-bottom: 10px;
}

.button {
	line-height: 30px;
	text-align: center;
	display: inline-block;
	font-size: 13px;
	font-weight:bold;	
	text-decoration: none;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.1);
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,.1);
	box-shadow: inset 0 1px 1px rgba(255,255,255,.1);
	border:0;
	padding: 0px 15px;
}

.greenWhite {
	color: #fbfbfb;
	text-shadow: 0 1px #608617;	
	background-color: rgba(210,210,210,0);
	background-image: -webkit-linear-gradient(#9bc03b, #628718);
	background-image: -moz-linear-gradient(#9bc03b, #628718);
	background-image: -o-linear-gradient(#9bc03b, #628718);
	background-image: linear-gradient(#9bc03b, #628718);
line-height: 29px;
}

.gray {
	color: #656565;
	text-shadow: 0 1px #fff;	
	background-color: rgba(210,210,210,0);
	background-image: -webkit-linear-gradient(#fbfbfb, #dedede);
	background-image: -moz-linear-gradient(#fbfbfb, #dedede);
	background-image: -o-linear-gradient(#fbfbfb, #dedede);
	background-image: linear-gradient(#fbfbfb, #dedede);
	border: 1px solid #c5c5c5;
	font-size: 12px;
}

/* breadcrumb */
#breadcrumb {
	height: 32px;
	background: #fff;
	font-size: 12px;
    padding-top:15px;
    border-bottom: 1px solid #EDF1F4;
    margin-top: 44px;
    background-color: #EDF1F4;
}

#breadcrumb .center {
	width: 978px;
	height: 100%;
	margin: 0 auto;
	position:relative;
    padding-left: 30px;
}
#breadcrumb a{
color: #424244;
text-decoration: none;
}
#breadcrumbs .current {
font-weight: bold;
}


/*#breadcrumbDropshadow {
	width: 830px;
	height: 17px;
	background: url('../img/dropshadowMenu.png') no-repeat 85px 0;
	margin: 0 auto;
	padding: 0 0 0 85px;
}*/



/* SLIDER */

#slider {
padding-top: 0px;
	width: 990px;
	margin: -11px auto 0;
}

#slideImages {
	width: 100%;
	height: 404px;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.manual-options { width:810px; margin:55px auto; }
.manual-options a { display:block; width:50%; float:left; text-align:center; padding:35px 0; text-decoration:none; border-left:2px solid #c4d308; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; transition:All 0.2s ease;-webkit-transition:All 0.2s ease;-moz-transition:All 0.2s ease;
-o-transition:All 0.2s ease; 
background: rgb(214,225,4); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(214,225,4,1) 0%, rgba(196,211,7,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,225,4,1)), color-stop(100%,rgba(196,211,7,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(214,225,4,1) 0%,rgba(196,211,7,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(214,225,4,1) 0%,rgba(196,211,7,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(214,225,4,1) 0%,rgba(196,211,7,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(214,225,4,1) 0%,rgba(196,211,7,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6e104', endColorstr='#c4d307',GradientType=0 ); /* IE6-9 */


}
.manual-options a:first-of-type{ border-right:1px solid #e4eb62; border-left:0; }
.manual-options a:hover { margin-top:-10px; 
	background: rgb(181,198,33); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(181,198,33,1) 0%, rgba(118,151,28,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,198,33,1)), color-stop(100%,rgba(118,151,28,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(181,198,33,1) 0%,rgba(118,151,28,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(181,198,33,1) 0%,rgba(118,151,28,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(181,198,33,1) 0%,rgba(118,151,28,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(181,198,33,1) 0%,rgba(118,151,28,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5c621', endColorstr='#76971c',GradientType=0 ); /* IE6-9 */
	}
.manual-options a i { color:#fff; font-size:85px;  transition:All 0.2s ease;-webkit-transition:All 0.2s ease;-moz-transition:All 0.2s ease; -o-transition:All 0.2s ease; }
.manual-options a:hover i { font-size:100px; }
.manual-options a button { box-shadow:0 2px 2px #b1be06; background-color:#779c25;}
.manual-options a:hover button { box-shadow:0 2px 2px #718d18; color:#7a7b7d; text-shadow:1px 1px 0 #fff;
background: rgb(251,251,251); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(251,251,251,1) 0%, rgba(222,222,222,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,251,1)), color-stop(100%,rgba(222,222,222,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(222,222,222,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(222,222,222,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(222,222,222,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(251,251,251,1) 0%,rgba(222,222,222,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */


}
#shadowSlider {
	background: url('../img/shadowOnderSlider.png') no-repeat;
	height: 41px;
	width: 621px;
	position: absolute;
	bottom: 0;
	left: 20%;
	z-index: 1;
}
.manual-options h2{ color:#689fcd; font-size:24px; text-transform:uppercase; font-weight:normal; text-shadow:1px 1px 1px #e9f161;  }
.manual-options a:hover h2{ color:#fff; text-shadow:1px 1px 1px #567300;}
.manual-options h3{ color:#545454; font-weight:normal;  font-size:18px; text-transform:none; text-shadow:1px 1px 1px #fff; margin-top:10px;}
.manual-options a:hover h3{ color:#fff; text-shadow:1px 1px 1px #567300;}
#slideText {
	position: relative;
	z-index: 6;
	width: 978px;
	height: 125px;
	margin: 0 auto;
	background: url('../img/slideText-shadow.jpg') no-repeat 0 bottom;
	
}

#slideText .text {
	text-align: right;
	width: 346px;
	font-weight: 200;
	color: #707173;
	font-size: 20px;
	line-height: 100%;
	font-style: italic;
}

#slideText h3 {
	margin: 0;
	font-weight: normal;
	color: #689fcd;
	font-size: 20px;
	line-height: 100%;
	padding: 21px 0 8px 0;
}
#slideText h4 {font-weight:normal; color:#9b9b9b; font-size:20px; margin-top:0px;}
#slideText .slide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#slideText a { text-decoration:none;}
#slideText a:hover { color:#92be2a;}
#slideText .left { text-align:right; width:50%; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; padding:0px 30px 20px; margin-top:10px; border-right:1px dashed #689fcd; }
#slideText .right { text-align:left;width:50%;-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box;padding:30px 30px; font-size:16px;}
#slideText .right span { display:block; margin-bottom:10px; color:#689fcd; font-weight:bold;}
#slideText i { margin-right:10px; color:#689fcd;}

#slideText .active {
	display: block;
	z-index: 3;
}

#slideText .slide .buttons {
	width: 488px;
	padding: 28px 0 0 54px;
	color: #424244;
	font-size: 13px;
	line-height: 100%;
}

#slideText .slide .buttons span {
	display: block;
	text-align: center;
	padding: 0 0 13px;
}

#slideText .slide .buttons .button {
	width: 220px;
padding: 3px 0;
}


#slidetextcontainer {
	width: 969px;
	height: 100%;
	position: relative;
}


/*mainmenu*/
.nav { width:263px; float:left; background-color:#EDF1F4; padding-bottom:50px;}
.nav ul { padding:0;}
.nav li { border-bottom:1px solid #fff;}
.nav li a { display:block; padding:10px; text-decoration:none;  font-weight:normal; color:#424244; font-size:15px; /*border-bottom:1px solid #dbdbdb;*/

}
.nav li a i {visibility:hidden;}

.nav li a:hover, .nav li.current a { 
    background-color:#009FC6; 
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;}


/*submenu*/
.nav ul li > ul li a { font-family:sans-serif;}
.nav li ul {  background-color:#cfcfcf; /*list-style:none;*/ margin:0; 
    -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 76, 161, 0.1); 
    box-shadow: inset 0px 2px 3px 0px rgba(0, 76, 161, 0.1); 
    display:none;
}
.nav li.current ul { display:block}
.nav li li { 
    border-bottom:1px solid #b2d4f1;
}
.nav li li a {padding-left:25px; font-size:12px; font-weight:bold; /*border-bottom:1px solid #aeaeae;*/ }
.nav li.current li a, .nav li.current li a { background-color:#c9e2f8; color: #424244;}
.nav li li a:hover, .nav li li.current a { background-color:#c9e2f8;}
.nav li li a:hover, .nav li li.current a { color:#009FC6;}
.nav li li a i {visibility:visible;}

/*subsubmenu*/
.nav li ul ul { background-color:#b2d4f1; list-style:disc; padding:10px 0; 
    /*-webkit-box-shadow: inset 0px 1px 3px 0px rgba(#004CA1, 0.2);
    box-shadow: inset 0px 1px 3px 0px rgba(#004CA1, 0.2);*/
}
.nav li.current li ul { display:none;}
.nav li.current li.current ul { display:block;}
.nav li li li { list-style:none/*disc !important*/; border:0; }
.nav li li li a { padding-left:40px; border:0; padding:5px 10px 5px 40px; font-weight:normal; color:#424244; }
.nav li.current li.current li a { background-color:transparent; color:#424244; }
.nav li.current li.current li.current a, .nav li.current li.current li.current a:hover, .nav li.current li.current li a:hover {color:#009FC6;}
/*.nav li li a:hover, .nav li li.current a { background-color:#aeaeae;}*/

/*subsubsubmenu*/
.main-nav .sub-nav .sub-nav .sub-nav { box-shadow:none; padding:0; display:none;   }
.main-nav .sub-nav .sub-nav .current .sub-nav { display:block;}
.main-nav .sub-nav .sub-nav .sub-nav li {padding-left:15px; background:url("../img/subnav-line.png") no-repeat scroll 0px 12px transparent; border-left:1px solid #C9E2F8; margin-left:43px; }
.main-nav .sub-nav .sub-nav .sub-nav li a { padding-left:0; }
.main-nav .sub-nav .sub-nav .current .sub-nav li a { color:#424244;}
.main-nav .sub-nav .sub-nav .current .sub-nav li.current a, .main-nav .sub-nav .sub-nav .current .sub-nav li a:hover { color:#009FC6;}

/* CONTENT */
.container {width: 978px; margin: 0 auto; overflow:hidden; background:#fff url(../img/bg-container.png) 0 0 repeat-y;}
#content { width:715px; float:left; padding:30px 5px 50px 60px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box;}

.supp { overflow:hidden; margin:0 0 30px 0}
.supp li { list-style:none; float:right; margin-left:10px; padding-right:10px; border-right:1px solid #e2e2e2;}
.supp li i { margin-right:5px;}
.supp li:first-child { border:0; padding:0;}
.supp a { text-decoration:none;}
.supp a:hover { text-decoration:underline; color:#14bfe9;}



h1{
	height: 25px;
	line-height: 25px;
	color :#689fcd;
	font-weight: 700;
	/*font-size: 20px;*/
	padding: 0 0 15px;	
}
.title { color:#689fcd; font-weight: 700;}


h3 {
	height: 25px;
	line-height: 25px;
	color :#689fcd;
	font-weight: 200;
	text-transform: uppercase;
	/*font-size: 17px;*/
}


article a {
color: #689fcd;
}

.article-image{
	float:right;
}

article table td, article table th{
	border: 1px solid #AEAEAE;
	background:#F6F6F6;
	padding:4px 6px 2px 5px;
}

article table th{
	background:#DBDBDB;
}

a.leesverder {
	display: block;
	background: url('../img/arrowRight.png') no-repeat right 0;
	text-align: right;
	padding: 5px 33px 0 0;
	font-size: 15px;
	color: #689fcd;
	font-style: italic;
	text-decoration: none;
	line-height: 100%;
	height :20px;
	margin: 20px 0 0;
}

#footerWrapper {
	background: #004CA1;
	color: #80a6d0;
	margin-top: 0px; clear:both;
}

#footerWrapper .wrapper {
	width: 990px;
	margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}

#footerWrapper h3 {
	text-transform: uppercase;
	color: #ececec;
	font-size: 20px;
	line-height: 20px;
	margin: 20px 0 8px;
}
#footerWrapper h3 span{ color:#689fcd;}
#footerWrapper h3 strong {
	font-weight: normal;
	
}
#footerWrapper a {
    color: #b0cfe9;
    text-decoration: none;
    margin: 0 15px;
    font-size: 16px;
    font-weight: 300;
}
#footerWrapper a:hover {
    color: #fff;
}
#footerWrapper span {
    margin: 0 15px;
}
#footerWrapper span a {
    margin-left: 0;
}

#footerWrapper .white {
	color: #eaeaea;
}

.green {
	color: #689fcd;
}

#footer_ice {
	position: relative;
	width: 268px;
	height: 239px;
}

#footer_ice img {
	position: absolute;
	left: -6px;
	top: -11px;	
}

#footerWrapper .kolom1 {
	margin-left: 75px;
	width: 195px;
}


#footerWrapper .kolom {
	padding-top: 47px;
	line-height: 15px;
}

#footerWrapper .kolom ul, .submenuContainer .kolom ul, #searchresults ul {
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
}

/*#footerWrapper .kolom li,*/ .submenuContainer .kolom li, #searchresults li {
	padding: 0 0 0 8px;
	background: url('../img/bullet.png') no-repeat 0 center;
}

#searchresults li {
	margin-bottom: 6px;
}
#search-results ul { padding-left:0;}
.search-result { list-style:none; border-bottom:1px solid #EEEEEE; padding-bottom:15px;}

#footerWrapper .kolom a {
	text-decoration: none;
	color: inherit;
}
#footerWrapper .kolom a:hover { color:#689fcd;}

#searchresults li a {
	text-decoration :none;
	color: inherit;
}

#sluiter {
	margin: 90px 0 0;
	padding: 6px 6px 20px 6px;
	border-top: 1px solid #5a5a5b;
	color: #689fcd;
	font-family: arial;
}

#sluiter a {
	color: #689fcd;
	text-decoration: none;
}




/* --------------------------------
ZOEKRESULTATEN
-------------------------------*/

#q { margin-bottom:5px; }

#searchresults {
	padding: 0 0 30px;
}

#searchresults .leesverder {
	display: inline-block;
	margin: 0;
}

.largeButton {
	background: url('../img/buttonBg.png') no-repeat 0 0;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #707173;
	font-weight: 200;
	padding: 16px 0 0 47px;
	height: 32px;
	display: block;
	width: 175px;
	font-family: helvetica_neue_cn;
}

.knopLinkLarge {
margin-right: 30px;
}

/* class */

.lichtGrijsBG {
	background: #F0F1F1;
}

.donkerGrijsBG {
	background: #B1B3B4;
}

.groen {
	color: #689fcd;
}

.rood {
color: red;
}

.nomargin {
	margin: 0;
}

.borderGrijs {
	border: 1px solid #CECECE;	
}

.gradientGrijs {
	background: #e8e8e8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e8e8e8 0%, #e3e3e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8e8e8 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8e8e8 0%,#e3e3e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8e8e8 0%,#e3e3e3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8e8e8 0%,#e3e3e3 100%); /* W3C */

		
}

h2, h4 {
	color: #689fcd;
	/*font-size: 16px;*/
	line-height: 17px;
	/*margin: 19px 0 0px;*/
}

p {
	margin-top: 0px;
}

li > ul {
    margin-top: 0;
    margin-bottom: 0;
}
/*
form styling*/
form {
    background-color: #E0EFFC;
    border: 0;
    border-radius: 6px;
    font-family: "museo-sans", sans-serif;
}
.search-form {
    margin-bottom: 50px;
}
.search-form input[type=submit], .row.submit input[type=submit] {
    border: 0;
    text-shadow: none;
    background: #ce3786;
    color: #fff;
    padding:  10px 20px 7px;
}
.search-form input[type=submit]:hover {
    background: #FF0086;
}
label {
    font-family: "museo-sans", sans-serif;
}
#login-form {
    margin-bottom: 100px;
}
