/* Default stylesheet for PFZW website */

/******************** General elements ***/

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #444444;
	background: #ffffff;
}

h1 {
	font-size: 3.273em;
	line-height: 1em;
	font-family: 'ITC Franklin Gothic BookCp', Arial Narrow, Helvetica, sans-serif;
	font-weight: normal;
	color: #21358b;
}

h2 {
	font-size: 1.455em;
	font-family: 'Franklin Gothic Demi Cond', Arial Narrow, Helvetica, sans-serif;
	font-weight: normal;
	color: #21358b;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #21358b;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #111111;
}

h5 {
	font-size: 0.909em;
	color: #000000;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

p {
	margin-bottom: 1em;
}

a {
	color: #21358b;
	text-decoration: underline;
}

a:visited {
	color: #53237f;
}

a:hover {
	color: #00a94f;
	text-decoration: none;
}

ul,
ol {
	margin: 0 0 1em;
	padding: 0 0 0 30px;
}

ul a {
	text-decoration: none;
}

ul a:hover {
	text-decoration: underline;
}

/*________________________________________________________________________________ TABLES ___*/

table,
input,
select,
textarea {
	font-size: 1em;
	font-family: Verdana, Helvetica, sans-serif;
}

table {
	margin: 0 0 1em 0;
	font-size: 1em;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

table th,
table td {
	padding: 0.5em 0.909em;
	border-bottom: 1px solid #e9e8e3;
	text-align: left;
	vertical-align: top;
	color: #525558;
}

table th {
	border-color: #98999a;
	color: #111111;
	vertical-align: bottom;
}

table a {
	color: #21358b;
	text-decoration: none;
}

/*________________________________________________________________________________ BASIC FORM ___*/

form legend {
	display: none;
}

form fieldset {
	margin: 0 0 2.182em;
	padding-left: 1.091em;
}

form fieldset h3 {
	margin-bottom: 1em;
}

form fieldset br {
	clear: both;
	line-height: 0;
}

form fieldset label,
form fieldset p.label {
	position: relative;
	float: left;
	display: block;
	width: 182px; /* 230px */
	margin: 0 2em 0.5em 0;
}

form fieldset input,
form fieldset textarea,
form fieldset select {
	float: left;
	background: #ffffff;
	color: #444444;
	width: 316px; /* 326px */
	border: 1px solid #7e9db9;
	margin: 0 10px 0.909em 0;
}

form fieldset textarea {
	width: 203px; /* Standard input width + 3px. */
	height: 100px;
	padding: 0 0 0 3px;
}

form fieldset select {
	width: 157px; /* Standard input width + 9px. */
	height: 21px;
	padding: 1px;
}

form fieldset select option {
	padding: 0 3px;
}

form fieldset label {
	position: relative;
	float: left;
	display: block;
	width: 182px; /* 230px */ 
	margin: 0 2em 0.909em 0;
	color: #333333;
}

form fieldset label span {	
	padding: 0 0 0 0.5em;
	text-align: left;
}

form fieldset input {
	float: left;
	padding: 3px 3px 0;
	height: 16px;
	background: #ffffff;
	border: 1px solid #7e9db9;
}

form fieldset input.currency {
	text-align: right;
}

/** SMALL FORM **/
form.smallform fieldset input,
form.smallform fieldset textarea,
form.smallform fieldset select {
	margin-right: 5px;
}

form.smallform fieldset input {
	width: 182px;
}

form.smallform fieldset select {
	width: 190px;
}

form fieldset select.field_onethird {
	width: 60px; /* Standard input width + 9px. */
}

form fieldset select.field_twothird {
	width: 125px; /* Standard input width + 9px. */
}

form fieldset input.field_twothird {
	width: 117px; 
}

form fieldset input.field_quart {
	width: 65.5px; 
}

form fieldset input.field_half {
	width: 149px;
}

form.smallform fieldset div.inputgroup input.field_medium {
	width: 147px;
}

form.smallform fieldset div.inputgroup input.field_small {
	width: 22px;
}

form.smallform fieldset input.field_quart {
	width: 35.75px; 
}

form.smallform fieldset input.field_half {
	width: 84.5px;
}

form.smallform fieldset p.validation {	
	width: 40px;
	height: 15px;
}

form.smallform a.button {
	float: right;
	margin-right: 79px;
}

/** FORM: INPUTGROUP **/
form fieldset div.inputgroup {
	float: left;
	width: auto;
	margin: 0;
}

form fieldset div.inputgroup span {
	float:left;
}

form fieldset div.inputlist {
	float: left;
	width: 319px;
	margin-bottom: 0.909em;
}

form fieldset div.inputlist label{
	display: inline-block;
	width: 316px;
	margin: 0;
}

form fieldset .checkbox {
	margin: 3px 5px 5px 0;
}

form fieldset div.radio input,
form fieldset div.inputgroup label,
form fieldset label input.checkbox {
	float: left;
	width: auto;
}

form fieldset div.inputgroup label {
	height: 22px; /* Standard input height + 2px. */
	line-height: 15px;
	margin: 0 10px 0 0;
	text-align: left;
}

form fieldset p.labelinfo {
	clear: both;
	margin: 0 0 0.909em 21em;
	text-align: left;
}

form fieldset p.labelinfo span {
	display: inline-block;
	width: 324px;
}

div.radio label input,
form fieldset input.checkbox {
	background: none;
	border: none;
}

/** FORM: VALIDATION ICONS/MESSAGE **/
form fieldset div.form_error_report {
	clear: both;
	background: #ffdddd;
	margin: 0 1em 1em 0;
	padding: 0.5em 1em 0.5em;
	border: 1px solid #ff0000;
	text-align: left;
}

form fieldset div.form_error_report p {
	margin: 0; 
	padding: 0;
	color: #ff0000;
}

form fieldset p.validation {
	background: url(/HTML/images/2010/icon_validation.png) no-repeat left 4px;	
	float: right;
	padding-left: 20px;
	width: 164px;
	margin: 1px 0 0;
}

form fieldset p.valid {
	background: url(/HTML/images/2010/icon_valid.png) no-repeat left 4px;
}

form fieldset p.notvalid {
	background: url(/HTML/images/2010/icon_error.png) no-repeat left 4px;
}

form fieldset .error {	
	border: 1px solid #cc0000;
	color: #cc0000;
}

form fieldset p.form_comment,
form fieldset p.error {
	border: none;
	background: none;
	width: 326px;
	margin: 0 0 0.273em 230px;
	clear: both;
}

form fieldset input.date {
	background: url(/HTML/images/2010/datepicker/calendar.png) no-repeat right center;
	padding-right: 23px;
	width: 296px; /* 316px*/
}

form.smallform fieldset input.date {
	width: 162px; /* 182px*/
}

/** FORM :BUTTON **/
div.form a.formbutton {
	float: right;
	position: relative;
	margin-right: 192px;
	line-height: 24px;
	height: 24px;
	color: #ffffff;	
	background: #21358b;
	padding: 0 11px;
	text-decoration: none;
}

div.form a.formbutton:hover {
	text-decoration: underline;
}

a.formbutton span {
	position: absolute;
	top: 0;
	width: 11px;
	height: 24px;	
}

a.formbutton span.leftcap {
	background: url(/HTML/images/2010/bg_formbutton_left.png) no-repeat left;
	left: 0;
}

a.formbutton span.rightcap {
	background: #21358b url(/HTML/images/2010/bg_formbutton_right.png) no-repeat right;
	right: 0;	
}

/** FORM EXCEPTIONS **/
form fieldset.bg_grey {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #ffffff;
	background: #f9f9f9;
	padding: 20px 1.091em 10px;
	margin: 0;
}

form fieldset.bg_grey label {
	width: 557px;
}

form fieldset.steps {
	background: #e1e1e1 url(/HTML/images/2010/bg_formsteps.png) repeat-x left top;
	padding: 15px 10px 5px;
	border-bottom: 1px solid #d6d6d6;
	border-color: #d6d6d6;
}

/** FORM: STEPS **/
div.buttons {
	display: inline-block;
	width: 543px;
	margin-top: 5px;
}

div.buttons a.prev {
	background: url(/HTML/images/2010/icon_arrow_prev.png) no-repeat left top;
	padding-left: 26px;	
	float: left;
	text-decoration: none;
}

div.buttons a.next {
	float: right;
}

form fieldset.steps p.description {
	float: right;
	width: 170px;
	padding-left: 10px;
	margin-bottom: 0;
}

form fieldset p.required {
	margin-left: 26px;
	font-style: italic;
}

/** FORM: NAVIGATION TABS **/
div.form ul.formnav {
	display: inline-block;
	border-bottom: 1px solid #98999a;
	width: 760px;
	padding: 0;
	margin-top: 2em;
	overflow: hidden;
}

/** REGULAR STATE **/
div.form ul.formnav li {
	float: left;
	background: #cbcccc url(/HTML/images/2010/bg_formnav.png) repeat-x top;
	height: 36px;
	margin-right: 2px;
	list-style: none;
	line-height: 41px;
	color: #444444;
	position: relative;
	padding: 0 17px 0 35px;
	overflow: hidden;
}

div.form ul.formnav li a {
	color: #444444;
	display: inline-block;
}
div.form ul.formnav li a:hover {
	text-decoration: none;
}

div.form ul.formnav li span.step,
div.form ul.formnav li span.leftcap,
div.form ul.formnav li span.rightcap {
	background: url(/HTML/images/2010/sprite_formnav.png) no-repeat;
	position: absolute;
	top: 0;
	height: 36px;
}

div.form ul.formnav li span.step {
	background-position: 0 -36px;
	width: 16px; /* 29px */
	left: 0;
	padding-left: 13px;
	color: #000000;
}

div.form ul.formnav li span.leftcap {
	background-position: 0 0;
	width: 18px;
	left: 0;
}

div.form ul.formnav li span.rightcap {
	background-position: -18px 0;
	background-color: #cbcccc;
	width: 18px;	
	right: 0;
}

/** ACTIVE STATE **/
div.form ul.formnav li.active {
	background: #21358b url(/HTML/images/2010/bg_formnav_active.png) repeat-x;
	color: #ffffff;
}

div.form ul.formnav li.active span.leftcap { 
	background-position: -36px 0; 
}

div.form ul.formnav li.active span.rightcap { 
	background-position: -54px 0; 
}

div.form ul.formnav li.active span.step { 
	background-position: -29px -36px;
	line-height: 37px;
}

/** COMPLETED STATE **/
div.form ul.formnav li.completed span.step {  
	background-position: -58px -36px;
	text-indent: -9999px;
}

/** FORM: TOOLTIP **/

div.labelgroup {
	position: relative;		
	float: left;
}

div.labelgroup label {
	margin-left: 26px;
}

a.tooltip {
	overflow: hidden;
	background: url(/HTML/images/2010/icon_tooltip.png) no-repeat left 0;
	position: absolute;
	left: 0;
	top: 4px;	
	width: 11px;
	height: 11px;
	text-indent: -9999px;
	cursor: help;
	outline: none;
	z-index: 10;
}

.tip-wrap {
	display: none;
}

.tip {
	background: #ffffff;
	border: 1px solid #00a94f;
	width: 145px; 
	font-family: Verdana, Arial, Serif;
	font-size: 0.625em;
	padding: 10px;
	position: relative;
}

.tip-text { 
	background: url(/HTML/images/2010/bg_tooltip.png) no-repeat right top;
	width: 148px; 
	margin: 0 -23px 0 0;
	padding-right: 20px;
	display: block;
	position: relative;
}


/******************** Page layout ***/

div.pagewrapper {
	font-size: 0.688em;
	line-height: 1.636em;
	width: 980px;
	margin: 0 auto;
	padding: 15px 0;
}

div.col_home {
	display: inline-block;
	width: 992px;
	border-bottom: 1px solid #98999a;	
}

div.col_left_home {
	float: left;
	width: 780px;
	margin-right: 20px;
}

div.col_right_home {
	float: left;
	width: 180px;
}

div.col_left {
	float: left;
	width: 200px;
	margin-right: 20px;
}

div.col_middle {
	float: left;
	width: 500px;
	margin-right: 20px;
}

div.col_right {
	float: left;
	width: 240px;
}

div.col_wide {
	float: left;
	width: 760px;
	position: relative;
}

/******************** Common styles ***/

.clear {
	clear: both !important;
	height: 0 !important;
	float: none !important;
}

a.button {
	display: inline-block;
	height: 25px;
	left: -4px;
	top: -4px;
	position: relative;
	margin: 0 15px 0 0;
	padding: 7px 0 0 19px;
	background: url(/HTML/images/2010/bg_button.png) no-repeat left top;
	color: #ffffff !important;
	font-weight: bold;
	text-decoration: none !important;
	white-space: nowrap;
}

a.button span {
	position: absolute;
	right: -19px;
	top: 0;
	background: url(/HTML/images/2010/bg_button.png) no-repeat right top;
	width: 19px;
	height: 32px;
	cursor: pointer;
}

a.button span.arrow {
	background: url(/HTML/images/2010/bg_button_arrow.png) no-repeat right top;
	right: -38px;
	width: 38px;	
}

a.button:hover {
	background-position: left bottom;
}

a.button:hover span {
	background-position: right bottom;
}

input.text,
select,
textarea {
	border: 1px solid #7e9db9;
	padding: 2px 7px;
	background: #ffffff;
}

select {
	padding: 1px 1px 1px 7px;
}

.readmore {
	background: url(/HTML/images/2010/icon_arrow_blue.png) no-repeat right 8px;
	padding-right: 10px;
}

img {
	display: block;
}

img.left {
	float: left;
	margin: 5px 20px 10px 0;
}

img.right {
	float: right;
	margin: 5px 0 10px 20px;
}

.intro {
	font-size: 1.273em;
	line-height: 1.286em;
	margin-bottom: 1.5em;
}

/******************** Specific styles ***/

/** Header */
div.header {
	height: 55px;
	margin: 0 0 15px;
	background: #eaebeb url(/HTML/images/2010/bg_header.png) no-repeat right top;
}

div.header a.homelink {
	float: left;
	padding: 0 3px 0 0;
	background: #ffffff;
	height: 55px;
}

ul.mainnav {
	float: left;
	margin: 19px 0 0 18px;
	height: 36px;
	padding: 0;
	list-style: none;
	font-size: 1.273em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

ul.mainnav li {
	float: left;
	margin: 0 1px 0 0;
}

ul.mainnav li a {
	display: block;
	background: url(/HTML/images/2010/bg_mainnav.png) no-repeat right bottom;
	color: #ffffff !important;
	padding: 0 15px 0 0;
	text-decoration: none !important;
}

ul.mainnav li a img {
	margin: 0 5px 0 -5px;
}

ul.mainnav li a span.rounded {
	display: block;
	background: url(/HTML/images/2010/bg_mainnav.png) no-repeat left bottom;
	height: 22px;
	padding: 14px 0 0 15px;
	cursor: pointer;
}

ul.mainnav li a:hover,
ul.mainnav li.active a {
	background-position: right top;
}

ul.mainnav li a:hover span.rounded,
ul.mainnav li.active a span.rounded {
	background-position: left top;
}

ul.mainnav li a span.nav1,
ul.mainnav li a span.nav2,
ul.mainnav li a span.nav3 {
	overflow: hidden;
	display: block;
	height: 0;
	padding-top: 22px;
}

ul.mainnav li a span.nav1 {
	background: url(/HTML/images/2010/nav_particulieren.png) no-repeat;
	width: 101px;
}

ul.mainnav li a span.nav2 {
	background: url(/HTML/images/2010/nav_werkgevers.png) no-repeat;
	width: 71px;
}

ul.mainnav li a span.nav3 {
	background: url(/HTML/images/2010/nav_overpfzw.png) no-repeat;
	width: 51px;
}

fieldset.qgo_search {
	float: right;
	margin: 21px 14px 0 0;
}

fieldset.qgo_search input.text {
	font-size: 0.909em;
	width: 260px;
	padding: 5px 7px;
	vertical-align: 4px;
}

fieldset.qgo_search_content {
	float: left;
	margin: 5px 0px 0 0;
}

fieldset.qgo_search_content input.text {
	font-size: 0.909em;
	width: 260px;
	padding: 5px 7px;
	vertical-align: 4px;
}

div.webtrail p {
	font-size: 0.909em;
	color: #98999a;
}

div.webtrail p a {
	color: #0e1276;
	white-space: nowrap;
}

div.webtrail p span {
	margin-left: 5px;
	white-space: nowrap;
}

div.col_wide div.webtrail {
	display: inline-block;
	width: 500px;
}

/** SUBNAV **/
div.subnav ul {
	padding: 0;
	margin-bottom: 2em;
}

div.subnav ul li {
	list-style: none;
	border-bottom: 1px solid #98999a;
}

div.subnav ul li a {
	display: block;
	color: #444444;
	font-weight: bold;
	padding: 5px 0 6px 5px;
}

div.subnav a:hover {
	color: #00a94f;
}

div.subnav > ul > li.active > a {
	color: #00a94f;
}

/** sub sub menu **/
div.subnav ul ul {
	border-top: 1px solid #98999a;
	margin-bottom: 0;
	padding: 2px 0 6px;
}

div.subnav ul ul li {
	border: none;
}

div.subnav ul ul li a {
	font-weight: normal;
	color: #444444;	
	padding: 4px 0 3px 15px;
}

div.subnav ul ul li.active a { 
	border-left: 2px solid #00a94f;
	padding-left: 13px;
	color: #00a94f;
}

div.subnav ul ul li.active li a { 
	color: #444444;	
	padding: 2px 0 2px 30px;
	border: none;
}

div.subnav ul ul ul li.active a { 
	color: #00a94f;
	font-weight: bold;
}

div.subnav ul ul ul {
	border: none;
	padding-top: 0;
}

/** CONTENTBLOCK **/
div.content {
	margin-bottom: 1em;
}

div.content ul {
	padding: 0;
}

div.content ul li {
	background: url(/HTML/images/2010/icon_arrow_blue.png) no-repeat 0 7px;
	padding: 0 0 0 10px;
	list-style: none;
}

/* CONTENTBLOCK: Keuze maken */

ul.keuzemaken {
	font-size: 0.909em;
	font-weight: bold;
	color: #98999a;
	list-style: none;
	margin: 0;
	padding: 7px 0 0 10px;
	background: #e1e1e1 url(/HTML/images/2010/bg_keuzemaken_stap1.png) repeat-x;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

ul.keuzemaken ul {
	margin: 0;
	padding: 21px 0 0 10px;
	background: #e1e1e1 url(/HTML/images/2010/bg_keuzemaken_stap.png) no-repeat;
	list-style: none;
}

ul.keuzemaken li {
	margin: 0 16px 0 0;
	cursor: pointer;
}

ul.keuzemaken a,
ul.keuzemaken a:hover,
ul.keuzemaken a:visited {
	display: inline;
	width: 100%;
	height: 100%;
	color: #98999a;
	text-decoration: none;
}

ul.keuzemaken div.box {
	position: relative;
	background: url(/HTML/images/2010/bg_keuzemaken_inactive.png) no-repeat left top;
	padding: 6px 3px 0 9px;
	margin-bottom: 6px;
}

ul.keuzemaken div.rt {
	background: url(/HTML/images/2010/bg_keuzemaken_inactive.png) no-repeat right top;
	height: 100%;
	width: 6px;
	position: absolute;
	top: 0;
	right: -6px;
}

ul.keuzemaken div.lb {
	background: url(/HTML/images/2010/bg_keuzemaken_inactive.png) no-repeat left bottom;
	height: 6px;
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: -6px;
	left: 0;
}

ul.keuzemaken div.rb {
	background: url(/HTML/images/2010/bg_keuzemaken_inactive.png) no-repeat right bottom;
	height: 6px;
	width: 6px;
	position: absolute;
	bottom: -6px;
	right: -6px;
}

ul.keuzemaken li.active > div,
ul.keuzemaken li:hover > div {
	color: #ffffff;
}

ul.keuzemaken li.active > div,
ul.keuzemaken li.active > div > div,
ul.keuzemaken li:hover > div,
ul.keuzemaken li:hover > div > div {
	background-image: url(/HTML/images/2010/bg_keuzemaken_active.png);
}

ul.keuzemaken li.active > div > a,
ul.keuzemaken li.active > div > a:hover,
ul.keuzemaken li.active > div > a:visited,
ul.keuzemaken li:hover > div > a,
ul.keuzemaken li:hover > div > a:hover,
ul.keuzemaken li:hover > div > a:visited {
	color: #ffffff;
}


/** CTA: CALL TO ACTION **/
div.col_home div.cta {
	width: 180px;	
} 

div.cta {
	margin-bottom: 1.818em;	
	display: inline-block;
	width: 240px;
}

div.cta ul {
	padding: 0;
}

div.cta ul li {
	background: url(/HTML/images/2010/icon_arrow_blue.png) no-repeat 0 7px;
	list-style: none;
	padding-left: 10px;
}

/* CTA: brochures */
div.brochures ul li {
	background: url(/HTML/images/2010/icon_pdf.png) no-repeat 0 0;
	padding-left: 25px;
}

/* CTA: contact */
div.contact img.icon {
	float: right;
	margin: 0 40px 10px 10px;
}

/** BOTTOM NAV **/
div.bottom_nav {
	background: #eaebeb url(/HTML/images/2010/bg_bottom_nav_top.png) no-repeat;
	width: 980px;
	overflow: hidden;
	display: inline-block;
	padding: 20px 0 9px 0;
	margin: 20px 0 10px 0;
	position: relative;
	clear: both;
}

div.bottom_nav div.bottom_bg {
	background: url(/HTML/images/2010/bg_bottom_nav_bottom.png) no-repeat bottom;
	height: 9px;
	width: 980px;
	position: absolute;
	bottom: 0;
	left: 0;
}

div.bottom_nav div.container {
	background: url(/HTML/images/2010/bg_bottom_nav_divider.png) no-repeat right top;
	float: left;
	padding: 0 18px 0 20px;
	width: 157px;
	min-height: 120px;
}

div.bottom_nav div.links,
div.bottom_nav div.col_right {
	background: none;
}

/** BOTTOM NAV LINKS **/
div.bottom_nav div.links {	
	padding: 30px 0 0 25px;
	color: #0f1278;
	font-size: 1.091em;
}

div.bottom_nav div.container ul {
	margin: 0.545em 0; 
	padding: 0;
}

div.bottom_nav div.container ul li {
	background: url(/HTML/images/2010/icon_arrow_blue.png) no-repeat 0 7px;
	padding-left: 10px;
	list-style: none;
}

/** BOTTOM NAV HOME **/
div.col_left_home div.bottom_nav {
	width: 800px;
	margin-top: 0;
}

div.col_left_home div.bottom_nav,
div.col_left_home div.bottom_nav div.bottom_bg,
div.col_left_home div.bottom_nav div.container {
	background: none;
}

div.col_left_home div.links {
	display: none;
}

div.col_left_home div.bottom_nav div.container {
	padding: 0;
	margin: 0 20px 0 0;
	width: 180px;
}

div.col_left_home div.bottom_nav div.container ul li {
	margin-left: 5px;
}

div.col_left_home div.bottom_nav div.container h3 {
	background: #21358b url(/HTML/images/2010/bg_bottom_nav_title.png) no-repeat;
	width: 170px;
	padding: 5px 0 0 10px;
	margin-bottom: 10px;
	height: 23px;
}

div.col_left_home div.bottom_nav div.container h3 a {
	color: #ffffff !important;
	text-decoration: none;
}

/** FOOTER **/
div.footer {
	display: inline-block;
	width: 980px;
}

div.col_left_home div.footer {
	border-top: 1px solid #98999a;
}

div.footer ul {
	padding: 0;
}

div.footer ul li {
	float: left;
	list-style: none;
}

div.footer ul li a,
div.footer ul li span {
	color: #98999a;	
	font-size: 0.909em;
}

div.footer ul li a {
	margin: 0 10px 0 10px;
}

/** OVERZICHTSPAGINA **/
div.overzichtspagina div.container {
	float: left;
}

div.overzichtspagina ul {
	padding: 0;
}

div.overzichtspagina ul li {
	padding: 0;
	list-style: none;	
	width: 240px;
	margin-bottom: 1.5em;
}

div.overzichtspagina h3 {
	background: #21358b url(/HTML/images/2010/bg_landingpage_title.png) no-repeat;
	line-height: 0;	
	margin-bottom: 1em;
	padding: 3px 0 0 10px;
}

div.overzichtspagina h3 a {
	display: inline-block;
	padding: 5px 0 0 10px;
	width: 220px; /* 240px */
	color: #ffffff;
}

/** LANDINGSPAGE **/
div.landingspage div.container {
	float: left;
	width: 250px; /* 251px */
	border-right: 1px solid #98999a;
	margin-bottom: 2em;
}

div.landingspage img {
	margin-bottom: 0.455em;
}

div.landingspage div.col_right {
	width: 239px; /* 249px */
	border: none;
	margin: 0 0 0 10px;
}

div.landingspage div.container p {
	font-size: 1em;
}

div.landingspage div.container a.readmore {
	margin-left: 125px;
}

/** SITEMAP **/
div.sitemap h4 a {
	color: #111111;
}

div.sitemap ul {
	background: url(/HTML/images/2010/bg_sitemap_divider.png) repeat-y 0 0;
	display: inline-block;
	margin-bottom: 2em;
}

div.sitemap ul li {	
	float: left;
	margin: 0 20px 0 0;
}

div.sitemap ul li.col_right {
	margin-right: 0;
}

div.sitemap ul ul {
	background: none;
	margin-bottom: 0;
}

div.sitemap ul ul li {  
	margin: 0 0 1em 0;
	background: none;
}

div.sitemap ul ul ul li {
	margin: 0 0 0 0;
	padding-left: 10px;
	width: 230px;
}

div.sitemap ul ul ul ul li {
	background: url(/HTML/images/2010/icon_minus.png) no-repeat 0 8px;
	margin: 0 0 0 10px;
	padding-left: 10px;
	width: 210px;	
}

div.sitemap ul ul ul ul li a {
	font-size: 0.909em;
}

div.sitemap ul ul ul ul ul li {
	margin-left: 15px;
	background-position: 0 10px;
	width: 185px;
}

/** BANNER **/
div.banner {
	position: relative;
	display: inline-block;
	padding: 1px;
	width: 198px; /*200px*/
	border: 1px solid #98999a;
}

div.banner img {
	float: left;
	margin-right: 10px;
	max-width: 60px;
}

div.banner p {
	margin-bottom: 0;
	float: left;
	width: 128px;
}

div.banner p a {
	color: #00a94f;
	margin: 0;
	text-decoration: none;
	display: block;
}

div.banner p em {
	color: #21358b;
	font-style: normal;
}

div.banner div.bg_shadow_right {
	background: url(/HTML/images/2010/bg_banner_shadow_right.png) no-repeat;
	width: 2px;
	height: 60px;
	position: absolute;
	right: -3px;
	top: 0;
}

div.banner div.bg_shadow_bottom {
	background: url(/HTML/images/2010/bg_banner_shadow_bottom.png) no-repeat;
	width: 203px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -3px;
}

/** PUSHBOX **/
div.pushbox {
	overflow: hidden;
	background: url(/HTML/images/2010/bg_pushbox_shadow.png) no-repeat bottom left;
	padding-bottom: 9px;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}

div.pushbox div.corner_topleft,
div.pushbox div.corner_bottomleft,
div.pushbox div.corner_topright,
div.pushbox div.corner_bottomright {
	display: inline-block;
	line-height: 0;
	position: absolute;
	width: 8px;
	height: 8px;	
	text-indent: -9999px;
	z-index: 11;
}

div.pushbox div.corner_topleft {
	background: url(/HTML/images/2010/bg_pushbox_corner_topleft.png) no-repeat;
	top: 0;
	left: 0;
}

div.pushbox div.corner_bottomleft {
	background: url(/HTML/images/2010/bg_pushbox_corner_bottomleft.png) no-repeat;
	bottom: 9px;
	left: 0;
}

div.pushbox div.corner_topright {
	background: url(/HTML/images/2010/bg_pushbox_corner_topright.png) no-repeat;
	top: 0;
	right: 0;
}

div.pushbox div.corner_bottomright {
	background: url(/HTML/images/2010/bg_pushbox_corner_bottomright.png) no-repeat;
	bottom: 9px;
	right: 0;
}

div.pushbox div.viewport,
div.pushbox ul.slides,
div.pushbox ul.slides li {
	width: 780px;
	height: 260px;
	background: #ffffff;
}

div.pushbox div.viewport {
	overflow: hidden;
}

div.pushbox ul.slides {
	position: relative;
	margin: 0;
	padding: 0;
}

div.pushbox ul.slides li {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}

div.pushbox ul.slides li div.innerblock {
	width: 225px;
	position: absolute;
	top: 45px;
	left: 473px;
	color: #21358b;
}

div.pushbox ul.slides li div.gradientoverlay {
	position: absolute;
	top: 0;
	right: 0;
	background: url(/HTML/images/2010/pushbox_gradient.png) repeat-y;
	height: 260px;
	width: 560px;
}

div.pushbox div.pushbox_nav_holder {	
	width: 780px;
}

div.pushbox ul.pushbox_nav {
	padding: 0;
	margin-bottom: 0;
}

div.pushbox ul.pushbox_nav li {
	float: left;
	background: #ffffff url(/HTML/images/2010/icon_arrow_blue.png) no-repeat 10px 13px;
	padding: 0 20px;	
	height: 30px;
	border-right: 1px solid #98999a;
	color: #0f1278;
	line-height: 30px;		
	cursor: default;
	list-style: none;
	font-size: 1em;
	cursor: pointer;
}

div.pushbox ul.pushbox_nav li.active {
	background: url(/HTML/images/2010/bg_pushbox_listitem_active.png) repeat-x;
	border: none;
	color: #ffffff;
}

div.pushbox .button {
	left: -12px;
	margin-top: 10px;
}


/** Accordion **/
div.trail_container,
div.accordion {
	margin-bottom: 1em;
	display: inline-block;
}

div.accordion {
	margin-top: 1em;
}

div.trail_container h2 {
	margin: 0 0 6px 6px;
}

div.trail_container div.trail {
	background: #e1e1e1 url(/HTML/images/2010/bg_gradient_grey.png) repeat-x;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #d6d6d6;
	padding: 0 6px;
	display: inline-block;
	width: 488px;
}

div.trail p {
	background: url(/HTML/images/2010/icon_accordion_closed.png) no-repeat left 6px;
	padding: 0 10px 0 24px;
	height: 27px;
	line-height: 27px;	
	margin: 0;
	color: #003081;
}

div.trail p a {
	background: url(/HTML/images/2010/icon_arrow_blue.png) no-repeat left 5px;
	padding-left: 14px;
	margin-right: 6px;
	text-decoration: none;
	white-space: nowrap;
}

div.trail p a:first-child {
	background: none;
	padding-left: 0;
}

div.accordion h3 {
	background: #21358b url(/HTML/images/2010/bg_accordion_title.png) no-repeat left top;
	width: 480px;
	padding: 6px 10px;
	font-size: 1.091em;
	color: #ffffff;
	font-weight: normal;
}

div.accordion ul {
	padding: 0;
}

div.accordion ul li {
	background: #e1e1e1 url(/HTML/images/2010/bg_accordion_list.png) repeat-x left top;
	list-style: none;
}

div.accordion ul li.open,
div.accordion ul li:hover {
	background: #f3f3f3 url(/HTML/images/2010/bg_accordion_list_active.png) repeat-x left bottom;
}

div.accordion ul li h4 {
	background: url(/HTML/images/2010/icon_accordion_closed.png) no-repeat 6px 7px;
	border-bottom: 1px solid #d6d6d6;
	padding: 6px 6px 5px 30px;
	color: #003081;
	font-weight: normal;
	cursor: pointer;
	font-weight: bold;
}

div.accordion ul li.open h4 {
	background-image: url(/HTML/images/2010/icon_accordion_open.png);
	border-color: #efefef;
}

div.accordion ul li:hover h4 {
	border-color: #efefef;
}

div.accordion div.answer_block {
	padding: 24px;
	background: #ffffff;
}

div.accordion div.answer_block h5 {
	padding: 10px 0;
}

div.accordion div.answer_block ul li {
	background: none;
	list-style: disc;
	margin-left: 14px;
	padding-left: 0;
}

/** NEWSTICKER **/
div#news_ticker {
	background: url(/HTML/images/2010/bg_newsticker.png) no-repeat left top;
	padding: 6px 20px 0 0; 
	width: 740px;
	height: 26px;
	position: relative;
}

div#news_ticker a {
	font-family: Arial, Verdana;
	color: #21358b;
	font-weight: bold;
	text-decoration: none;
}

div#news_ticker a:hover {
	color: #00a94f;
}

div#news_ticker ul li {
	list-style: none;
	float: left;
}

div#news_ticker a.title {		
	font-size: 1.091em;
	display: inline-block;
	width: 76px;
	line-height: 12px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	padding: 0 5px;
}

div#news_ticker a.prev,
div#news_ticker a.next {
	width: 11px;
	height: 11px;
	display: inline-block;
	text-indent: -9999px;
	line-height: 0;
	outline: none;
	vertical-align: middle;
}

div#news_ticker a.prev {
	background: url(/HTML/images/2010/icon_previous.png) no-repeat;
	margin-right: 6px;
	margin-left: 7px;
}

div#news_ticker a.next {
	background: url(/HTML/images/2010/icon_next.png) no-repeat;
}

div#news_ticker ul.headlines li {
	position: absolute;
	overflow: hidden;
	top: 7px;
	left: 150px;
}

div#news_ticker ul.headlines li p {
	font-size: 1em;
	background: #ffffff;
}

div#news_ticker ul.headlines li p span {
	padding: 0 5px;
}

/** PAGE ACTIONS **/
div.page_actions {
	float: right;
	display: block;
	margin-bottom: 2.4em;
}

div.col_wide div.page_actions {
	position: absolute;
	top: 0;
	right: 0;
}

div.page_actions a {
	text-decoration: none;
	padding-right: 20px;	
	display: inline-block;
	font-size: 0.909em;
}

div.page_actions a.print {
	background: url(/HTML/images/2010/icon_print.png) no-repeat right 3px;
	margin-right: 20px;
}

div.page_actions a.readto {
	background: url(/HTML/images/2010/icon_readto.png) no-repeat right 3px;
	margin-right: 30px;
}

div.col_right_home div.page_actions a.readto {
	margin-right: 10px;
}

/** QGO **/
div#qgo_container {
	display: none;
}

a.qgo_lb_close {
	float: right;
	background: url(/HTML/images/2010/icon_qgo_lb_close.png) no-repeat right center;
	line-height: 11px;
	padding: 0 20px 2px 0;
	font-size: 0.688em;
	outline: none;
}

ul.qgo_nav {
	background: url(/HTML/images/2010/bg_qgo_tabnav.png) no-repeat left top;
	margin: 18px 0 0;
	padding: 9px 0 0;
	list-style: none;
	height: 33px;
}

ul.qgo_nav li {
	float: left;
	margin: 0 1px 0 0;
}

ul.qgo_nav li a {
	display: block;
	background: url(/HTML/images/2010/sprite_qgo_tabs.png) no-repeat;
	height: 0;
	padding-top: 33px;
	overflow: hidden;
}

ul.qgo_nav li#qgonav1 a {
	background-position: 0 0;
	width: 107px;
}
ul.qgo_nav li#qgonav1.active a,
ul.qgo_nav li#qgonav1 a:hover {
	background-position: 0 -33px;
}

ul.qgo_nav li#qgonav2 a {
	background-position: -108px 0;
	width: 68px;
}
ul.qgo_nav li#qgonav2.active a,
ul.qgo_nav li#qgonav2 a:hover {
	background-position: -108px -33px;
}

ul.qgo_nav li#qgonav3 a {
	background-position: -177px 0;
	width: 104px;
}
ul.qgo_nav li#qgonav3.active a,
ul.qgo_nav li#qgonav3 a:hover {
	background-position: -177px -33px;
}


/** LIGHTBOX **/
#sb-container,#sb-wrapper{
	text-align:left; 
}
#sb-container,#sb-overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	margin:0;
	padding:0;
}
#sb-container{
	height:100%;
	display:none;
	visibility:hidden;
	z-index:999;
}
body > #sb-container{
	position:fixed;
}
#sb-container > #sb-overlay{
	height:100%;
}
#sb-wrapper{
	position:relative;
	background: url(/HTML/images/2010/bg_lightbox.png) no-repeat center center;
}
#sb-wrapper img{
	border:none;
}
#sb-body{
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;
}
#sb-body-inner{
	position:relative;
	height:100%;
	padding-left: 24px;
	padding-right: 24px;
}
#sb-content.html{
	height:100%;
	overflow:auto; 
}
#sb-loading{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	padding-top:10px;
}
#sb-title,#sb-info{
	position:relative;
	margin:0; 
	padding:0;
	overflow:hidden;
}
#sb-title-inner,#sb-info-inner{
	position:relative;
	font-family:'Lucida Grande',Tahoma,sans-serif;
	line-height:16px;
}
#sb-title,#sb-title-inner{
	height:26px;
}
#sb-title-inner{
	font-size:16px;
	padding:5px 0;
	color:#fff;
}
#sb-info,#sb-info-inner{
	height:20px;
}
#sb-info-inner{
	font-size:12px;
	color:#fff;
}
#sb-nav{
	float:right;
	height:16px;
	padding:2px 0;
	width:45%;
}
#sb-nav a{
	display:block;
	float:right;
	height:16px;
	width:16px;
	margin-left:3px;
	cursor:pointer;
}
#sb-nav-close{
	background-image:url(/HTML/images/2010/icon_lb_close.png);
	background-repeat:no-repeat;
}
#sb-nav-next{
	background-image:url(/HTML/images/2010/icon_lb_next.png);
	background-repeat:no-repeat;
}
#sb-nav-previous{
	background-image:url(/HTML/images/2010/icon_lb_previous.png);
	background-repeat:no-repeat;
}
#sb-nav-play{
	background-image:url(/HTML/images/2010/icon_lb_play.png);
	background-repeat:no-repeat;
}
#sb-nav-pause{
	background-image:url(/HTML/images/2010/icon_lb_pause.png);
	background-repeat:no-repeat;
}
#sb-counter{
	float:left;
	padding:2px 0;
	width:45%;
}
#sb-counter a{
	padding:0 4px 0 0;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
}
#sb-counter a.sb-counter-current{
	text-decoration:underline;
}
div.sb-message{
	font-family:'Lucida Grande',Tahoma,sans-serif;
	font-size:12px;
	padding:10px;
	text-align:center;
}
div.sb-message a:link,div.sb-message a:visited{
	color:#fff;
	text-decoration:underline;
}/* onlinedesk machtiging */
#odesk {
}

/* nullify paddings  ed */
/*
#odesk form fieldset {
 padding-left:0;
}

#odesk form.smallform fieldset input {
 width: 296px;
}
#odesk form.smallform fieldset input.field_medium {
 width: 127px;
}
#odesk form.smallform fieldset input.field_small {
 width: 42px;
}
#odesk form.smallform fieldset div.radio input {
 width: auto;
}*/
#odesk form fieldset p.validation {
 float: left;
 width: 16px;
 padding:0;
}
/*
#odesk div.labelgroup label {
 margin-left: 0;
 width: 130px; 
}*/
#odesk span {
 float: left;
 width: 10px;
}
/*
#odesk div.labelgroup label.voorl {
 width: 80px;
 text-align: right;
 padding-right: 10px;
 margin:0;
}
#odesk div.labelgroup label.gesla {
 width: 70px;
 text-align: right;
 padding-right: 10px;
 margin:0;
}

#odesk div.radio div.labelgroup label {
 width: 34px;
}
#odesk #titels, #odesk #titelsb {
 width: 80px;
}
#odesk #achternaam, #odesk #achternaamb {
 width: 134px;
}*/
#handtekening {
 border: 0px;
 border-bottom: 1px dotted;
 width: 200px;
}
#printbut {
 margin-right: 200px;
}
#Geb_Maand {
 width: 64px;
}
form.smallform fieldset input.checkbox {
	float: left;
	width: auto;
}
form.smallform fieldset p.error {
 width: 256px;
}
div.fixw {
 width: 190px !important;
}
div.form form.smallform a.formbutton {
 margin-right:174px;
}
#Mijn_klacht {
 width: 390px !important;
}
form fieldset select.field_maxwidth {
	width: 190px; /* Standard input width + 9px. */
}

form.smallform fieldset div.inputgroup input.field_medium {
	width: 127px;
}

form.smallform fieldset div.inputgroup input.field_small {
	width: 42px;
}#smoelenboek {
 padding-top: 10px;
}
#col_sma {
 float: left;
 width: 380px;
}
#col_smb {
 float: left;
 width: 380px;
}
#smoelenboek h3 {
 margin-top: 10px;
}
#smoelenboek div.clear {
 clear: both;
 margin-bottom: 10px;
}
img.sm {
 float: left; 
 margin-right: 5px;
 width: 100px;
}
div.tit {
 display: inline;
}
div.i {
 display: inline;
}
div.tv {
 display: inline;
}
div.an {
 display: inline;
}
div.bed {
}