/* -----------------------------------------------------------------------
 Blueprint CSS Framework 1.0
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.
----------------------------------------------------------------------- */

/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 0.8em;}
.left {float:left !important;}
p .left {margin:1.5em 1.5em 1.5em 0;padding:0;}
.right {float:right !important;}
p .right {margin:1.5em 0 1.5em 1.5em;padding:0;}
a:focus, a:hover {color:#09f;}
a {color:#06c;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong, dfn {font-weight:bold;}
em, dfn {font-style:italic;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {}
th, td, caption {padding:4px 10px 4px 5px;}
tbody tr:nth-child(even) td, tbody tr.even td {}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* grid.css */
.container {width:955px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8 {float:left;margin-right:5px;}
.last {margin-right:0;}
.span-1 {width:115px;}
.span-2 {width:235px;}
.span-3 {width:355px;}
.span-4 {width:475px;}
.span-5 {width:595px;}
.span-6 {width:715px;}
.span-7 {width:835px;}
.span-8 {width:955px;margin-right:0;}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8 {border-left-width:1px;border-right-width:1px;padding-left:5px;padding-right:5px;}
input.span-1, textarea.span-1 {width:103px;}
input.span-2, textarea.span-2 {width:223px;}
input.span-3, textarea.span-3 {width:343px;}
input.span-4, textarea.span-4 {width:463px;}
input.span-5, textarea.span-5 {width:583px;}
input.span-6, textarea.span-6 {width:703px;}
input.span-7, textarea.span-7 {width:823px;}
input.span-8, textarea.span-8 {width:943px;}
.append-1 {padding-right:120px;}
.append-2 {padding-right:240px;}
.append-3 {padding-right:360px;}
.append-4 {padding-right:480px;}
.append-5 {padding-right:600px;}
.append-6 {padding-right:720px;}
.append-7 {padding-right:840px;}
.prepend-1 {padding-left:120px;}
.prepend-2 {padding-left:240px;}
.prepend-3 {padding-left:360px;}
.prepend-4 {padding-left:480px;}
.prepend-5 {padding-left:600px;}
.prepend-6 {padding-left:720px;}
.prepend-7 {padding-left:840px;}
.border {padding-right:1px;margin-right:2px;border-right:1px solid #ddd;}
.colborder {padding-right:62px;margin-right:62px;border-right:1px solid #ddd;}
.pull-1 {margin-left:-120px;}
.pull-2 {margin-left:-240px;}
.pull-3 {margin-left:-360px;}
.pull-4 {margin-left:-480px;}
.pull-5 {margin-left:-600px;}
.pull-6 {margin-left:-720px;}
.pull-7 {margin-left:-840px;}
.pull-8 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8 {float:left;position:relative;}
.push-1 {margin:0 -120px 1.5em 120px;}
.push-2 {margin:0 -240px 1.5em 240px;}
.push-3 {margin:0 -360px 1.5em 360px;}
.push-4 {margin:0 -480px 1.5em 480px;}
.push-5 {margin:0 -600px 1.5em 600px;}
.push-6 {margin:0 -720px 1.5em 720px;}
.push-7 {margin:0 -840px 1.5em 840px;}
.push-8 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8 {float:left;position:relative;}
div.prepend-top, .prepend-top {margin-top:1.5em;}
div.append-bottom, .append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#e5eCf9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:1px;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

html, body, .wrap {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	font-family: Arial;
	line-height: 16px;
	font-size: 12px;
	color: #0000A1;
	font-weight: normal;
}
body {
	margin: 0px;
	padding: 0px 0px 100px 0px;
	background: #AFCFFF url(/imgs/header.png) repeat-x top scroll;
}
/* licht blauw   =AFCFFF= */
/* donker blauw	 =0000A1= */
/* rood	 =D31457= */

/* --------------- containerStyles --------------- */
.wrap {
	min-height: 100%;
	height: auto !important;
}
.layout {
	
}
.page {
	background: url(/imgs/flow.jpg) repeat-x top;
}

/* --------------- h1h2h3h4h5h6 --------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0px;
	padding: 0px;
	line-height: 24px;
}
h3 {
	text-align: center;
	margin: 5px 0px;
}

/* --------------- headerTop --------------- */
.header {
	height: 94px;
	margin: 0;
	padding: 0;
}
.header h1, .header h2 {
	margin: 0px 0px 0px 250px;
	padding: 0px 0px 0px 0px;
	line-height: 47px;
	font-size: 32px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: right;
}
.header h2 {
	font-size: 32px;
	height: 47px;
	overflow: hidden;
}
/* --------------- contentLeft styles --------------- */

@charset "UTF-8";

/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 188px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 170px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 98%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 188px;
	left: -1000em;
	top: 0;
	background-color: #AFCFFF;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 170px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/
/* licht blauw   =AFCFFF= */
/* donker blauw	 =0000A1= */
/* rood	 =D31457= */

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 0px solid #CCC;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #0000A1;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	display: block;
	cursor: pointer;
	background-color: none;
	width: 170px;
	padding: 2px 10px;
	padding: 0.4em 0.75em;
	color: #0000A1;
	text-decoration: none;
	font-weight: bold;
}
ul.MenuBarVertical a.hihlght {
	color: #D31457;
	margin: 25px 0 0 0;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #D31457;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #D31457;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/
/* licht blauw   =AFCFFF= */
/* donker blauw	 =0000A1= */
/* rood	 =D31457= */

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(/imgs/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-color: #D31457;
	background-image: url(/imgs/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: none;
	}
}



/* --------------- contentCenter styles --------------- */
.content {
	margin: 20px 0 10px -20px;
	font-family: Arial;
	color: #0000A1;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 18px;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin-left: 0px;
	margin-right: 0px;
}
.content ul {
	margin-left: 15px;
}
.content a, .right_column a {
	color: #0000A1;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 0px solid #0000A1;
	font-family: Arial;
}
.content a:hover, .right_column a:hover {
	color: #D31457;
	text-decoration: none;
	border-bottom: 0px solid #D31457;
}

.content a span.h2, .content a span.h2:visited, .content a span.h2:active {
	color: #0000A1;
	text-decoration: none;
	border-bottom: 0px none;
}
.content a span.h2:hover {
	color: #D31457;
	text-decoration: none;
	border-bottom: 0px none;
}

/* --------------- contentRight styles --------------- */
.right_column {
	margin: 0;
	font-family: Arial;
	color: #0000A1;
	padding: 0;
	font-size: 12px;
	padding: 275px 0 5px 35px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right top;
}


.right_column li a {
	display:block;
	padding: 2px 0px;
	color: #0000A1;
	font-weight: bold;
	text-decoration: none;
}
.right_column li a:hover {
	color: #D31457;
}
.bold {
	font-weight: bold;
	vertical-align: top;
}
/* --------------- footer --------------- */
.footer {
	height: 50px;
	color: #FFFFFF;
	line-height: 50px;
	font-size: 10px;
	padding: 0;
	text-align: center;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #0000A1;
	text-decoration: underline;
}
/* --------------- colofon --------------- */
.colofon {
	height: 50px;
	color: #FFFFFF;
	line-height: 50px;
	font-size: 11px;
	padding: 0;
	text-align: center;
}
.colofon a {
	color: #FFFFFF;
	text-decoration: none;
}
.colofon a:hover {
	color: #0000A1;
	text-decoration: underline;
}
/* -------------- LOCAL ZZPform CSS -------------- */
#contactForm {
	width: 520px; 
	color: #0000A1;
}
li.formbox {
	margin: 10px 0;
	padding: 10px 0;
	background: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#contactForm p, #contactForm label {
	font-family: Arial;
	line-height: 30px;
	font-size: 12px;
	font-weight: normal;
	color: #0000A1;
}
#contactForm p {
	border-bottom: 1px dotted #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#contactForm p.comment {
	border-bottom: 0px dotted #FFFFFF;
}
#contactForm p.last {
	border: 0px none;
}
#contactForm label {
	width: 150px;
	padding: 0px;
	margin: 0px;
}
#contactForm label.radiobox {
	width: auto;
	margin-left: 0px;
}
#contactForm input, #contactForm textarea {	
	border: 1px solid #0000A1;
	padding: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#contactForm textarea {
	width: 450px;
}
#contactForm span.textbox input {
	width: 300px;
}
#contactForm label.radiobox input {
	width: 18px;
	margin-left: -5px;
}
#contactForm label.invalidField {
	background: url(/imgs/icon_invalidField.png) top left no-repeat;
	padding: 16px 8px 4px 8px;
	margin: 0 0 0 155px;
	width: 250px;
	color: #FFFFFF;
	border: none;
}
/* -------------- LOCAL ZZPform submit buttons -------------- */
#contactForm input.submit  {
	text-transform:uppercase;
	padding: 0;
	color: #FFFFFF;
	font-size: 14px;
	border: none 0px;
	width: 190px;
	height: 40px;
	line-height: 38px;
	font-weight: bold;
	cursor: pointer;
	background: #0000A1;
}
#contactForm input.submit:hover {
	background: #D31457;
	color: #FFFFFF;
	font-weight: bold;
}
/* -------------- LOCAL ZZPform callback DIV -------------- */
.error {
	font-size: 12px;
	color: #FFFFFF;
	border: 2px solid #0000A1;
	display: block;
	margin: 10px 0;
	padding: 20px 10px;
	font-weight: bold;
	background-color: #0000A1;
}
#contactForm p.comment {
	color: #0000A1;
	font-weight: normal;
	line-height: 18px;
}
/* -------------- hide mail span -------------- */
span.mailtool {
	display: none;
}
