/*** DEFAULT STYLESHEET ***/

/*________________________________________________________________________________ GENERAL ELEMENTS ___*/

:focus {
	outline: none;
}

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: #ffffff;
	/*background: #000000; #ffffff; */
	line-height: 1.125em; /* Results in 18px. */
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em;
	line-height: 1.385em;
	font-family: Arial, sans-serif;
	color: #ff9933;
}

h1 {
	font-size: 2em;
}

h2 {
	margin: 0 0 0.5em;
	/*font-size: 1.583em;*/
	font-size: 1.417em;
}

div.col_2of4 h2 {
	margin: 0 0 0.5em;
}

h3 {
	font-size: 1.083em;
	color: #333333;
}

h4, h5, h6 {
	font-size: 1em;
}

p {
	margin-bottom: 1em;
	font-size: 1em;
}

a {
	text-decoration: underline;
	color: #003366;
}

a:hover {
	text-decoration: none;
}

img {
	display: block;
}

hr {
	clear: both;
	height: 0;
	margin: 0 0 0.75em;
	border: none;
	border-bottom: 1px solid #d6d6d6;
	color: #d6d6d6;
}

ul {
	margin: 0 0 1em 1em;
	padding: 0;
	list-style-type: none;
}

ul li {
	background: url(/images/elements/ico_listmarker.png) no-repeat left 4px;
	margin: 0;
	padding-left: 1.5em;
}

ol {
	margin: 0 0 1em 2.6em;
	padding: 0;
}

ol li {
	margin: 0;
}

br {
	clear: both;
	height: 0;
	line-height: 0;
}

table {
	margin: 0 0 1em;
	font-size: 1em;
}

table th,
table td {
	padding: 0.5em 1em;
}

table th {
	background: #e3e3e3;
	color: #333333;
	border-bottom: 1px solid #d6d6d6;
}

table td {
	padding: 0.5em 1em;
	border-bottom: 0px solid #d6d6d6; /*even op 0 gezet, kijken of dit verdere gevolgen heeft voor algemene opmaak */
	color: #666666;
}



/*________________________________________________________________________________ BASIC CLASSES ___*/

.clear {
	clear: both !important;
	height: 0 !important;
	text-indent: -9999px !important;
	line-height: 0 !important;
	font-size: 1px !important;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}



/*________________________________________________________________________________ COLUMN LAYOUT ___*/

div.pagewrapper {
	width: 924px;
	margin: 1.5em auto;
	font-size: 0.750em;
}

div.col_1of4,
div.col_2of4,
div.col_2of4_routeplanner,
div.col_3of4,
div.col_4of4 {
	float: left;
	margin: 0 18px 1em 0;
}

div.col_1of4 {
	width: 192px;
}

div.col_2of4 {
	width: 504px;
}

div.col_2breed {
	width: 690px;
	margin: 0 0 0.5em;
	float: left;
	margin: 0 18px 1em 0;
}

div.col_2of4_routeplanner {
	/*width: 680px;*/
	width: 690px;
}

div.col_3of4 {
	width: 714px;
}

div.col_4of4 {
	width: 924px;
}

div.col_4of4,
div.col_right {
	margin-right: 0;
}



/*________________________________________________________________________________ CONTENT ___*/

div.content {
	overflow: hidden;
}

div.content h1,
div.content h2 {
	position: relative;
}

div.container {
	overflow: hidden;
	margin-bottom: 2em;
}

div.container img {
	margin-bottom: 1em;
}

div.container div.container_col_left {
	position: relative;
	float: left;
	width: 240px;
}

div.container div.container_col_right {
	float: right;
	width: 240px;
}

div.container div.container_col_left p strong,
div.container div.container_col_right p strong {
	color: #333333;
}

div.small_content_block div {
	margin-bottom: 0.75em;
	border-bottom: 1px solid #D6D6D6;
}

/*________________________________________________________________________________ BASIC FORM ___*/

form legend {
	display: none;
}

form fieldset {
	margin: 0;
}

form fieldset br {
	clear: both;
	line-height: 0;
}

form fieldset label {
	display: block;
	margin: 0 0 0.5em;
	padding: 0.1em 0 0;
	font-weight: bold;
	color: #333333;
}

form fieldset label span {
	color: #333333;
	font-size: 0.909em;
	font-weight: normal;
	padding-left: 6px;
}

form fieldset input,
form fieldset textarea,
form fieldset select {
	/* float: left; PB: Deze maar es even uitgezet */

	background: #ffffff;
	width: 356px;
	margin: 0 0 1em;
	border: 1px solid #cccccc;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
}

 .radio {
	background: #ffffff;
	width: 20px;
	margin: 0 0 1em;
	border: 0px solid #cccccc;
	border-left: 0px solid #999999;
	border-top: 0px solid #999999; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
	float:none;
	vertical-align:text-top;
	height:17px;
}

 .radio_error {
	background: #FFF5EA;
	width: 20px;
	margin: 0 0 1em;
	border: 1px solid #999999;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
	float:none;
	vertical-align:text-top;
}

.sterretje	{
		color: #ff9933;
		display: inline;
		}

form fieldset input,
form fieldset select {
	height: 17px;	/* was 17px */
}

form fieldset input {
	padding: 3px 3px 0;	/* was padding: 5px 3px 0 */
}

form fieldset textarea {
	width: 359px;
	height: 100px;
	padding: 0 0 0 3px;
	line-height: 1.5em;
}

form fieldset select {
 	width: 364px;
	padding: 3px;
	height: 24px;
}

form fieldset select option {
	padding: 0 3px;
}

form fieldset div.navigation {
	margin: 0.75em 0 0;
}

form fieldset .error {
	background: #fff5ea;
}

form fieldset div.required {
	position: relative;
}

.required	{
	color:#FF9933;
	}

form fieldset div.required span {
	position: absolute;
	top: 5px;
	left: -20px;
	color:#FF9933;
}

form fieldset a.button_large {
	float: right;
}

div.form_error_report {
	background: url(/images/elements/bg_form_error_report_top.png) no-repeat left top;
	margin-bottom: 1.5em;
	padding: 6px 0 0;
}

div.form_error_report div.form_error_report_inner_holder {
	background: #ffffcc url(/images/elements/ico_information_formerror.png) no-repeat 20px 10px;
	padding: 1em 69px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}

div.form_error_report div.form_error_report_bottom {
	background: url(/images/elements/bg_form_error_report_bottom.png) no-repeat left top;
	width: 504px;
	height: 6px;
}

div.form_error_report h2 {
	margin-bottom: 0.5em;
	font-weight: normal;
	font-size: 1.545em;
	color: #131415;
}

div.form_error_report h3 {
	margin: 0 0 0.5em;
	font-weight: normal;
	font-size: 1em;
	color: #333333;
}

div.form_error_report p {
	margin: 0 0 0.25em;
	font-weight: normal; /*was bold */
	color: #333333;
}

div.form_error_report p a {
	font-style: normal;
	color: #003366;
	text-decoration: none;
}
div.form_error_report p a:hover {
	text-decoration: underline;
}



/*________________________________________________________________________________ HEADER ___*/

div.header {
	position: relative;
	background: #000000 url(/images/elements/bg_roundedblock_top.png) no-repeat left top;
	height: 78px;
	margin: 0 0 1em;
	padding: 15px 12px 13px;
	font-size: 0.917em;
}

div.header a.logo {
	position: absolute;
	right: 36px;
	top: 18px;
}

div.header img.logo_print {
	display: none;
}

div.header fieldset.header_search {
	float: left;
	margin: 0 0 0 48px;
	padding: 0;
}

div.header fieldset.header_search input {
	background: #ffffff url(/images/elements/ico_magnifier.png) no-repeat 5px center;
	width: 144px;
	padding-left: 26px;
	margin: 0 6px 0 0;
	float: left; /*toegevoegd om de submit button recht naast het inputfield te krijgen */
	color: #666666; /* PB: iets zachtere kleur */
}

div.header_bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background: url(/images/elements/bg_roundedblock_bottom.png) no-repeat left top;
	width: 924px;
	height: 13px;
}



/*________________________________________________________________________________ MAIN NAVIGATION ___*/

ul.main_nav {
	position: absolute;
	left: 0;
	bottom: 10px;
	margin: 0;
}

ul.main_nav li {
	float: left;
	position: relative;
	z-index: 20;
	background: none;
	margin: 0;
	padding: 0;
	border-left: 0px solid #38393a; /*uitgezet, stond op 1 px */
}

ul.main_nav li:first-child {
	border-left: none;
}

ul.main_nav li a {
	display: block;
	padding: 0.909em 1.091em 0.455em;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 1.091em;
	color: #ffffff;
}

ul.main_nav li.hover a,
ul.main_nav li:hover a {
	color: #ff9933;
}

ul.main_nav ul {
	display: none;
	position: absolute;
	left: -1px;
	margin: 0;
	border: 1px solid #4f4f4f;
	border-bottom: none;
}

ul.main_nav li:first-child ul {
	left: 2px;
}

ul.main_nav li.hover ul,
ul.main_nav li:hover ul {
	display: block;
}

ul.main_nav ul li {	
	display: block;
	float: left;
	width: 180px;
	padding: 0;
	border-left: none;
	border-bottom: 1px solid #4f4f4f;
}

ul.main_nav ul li a {
	display: block;
	background: #333333;	
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-transform: none;
}

ul.main_nav ul li a:hover {
	background: #3d3d3d;
}

ul.main_nav li.hover ul li a,
ul.main_nav li:hover ul li a {
	color: #ffffff;
}

ul.main_nav li.hover ul li a:hover,
ul.main_nav li:hover ul li a:hover {
	color: #ff9933;
}



/*________________________________________________________________________________ SECONDARY NAVIGATION ___*/

ul.secondary_nav {
	margin: 0;
}

ul.secondary_nav li {
	position: relative;
	z-index: 30;
	float: left;
	background: none;
	margin: 0 1em 0 0;
	padding: 0;
}

ul.secondary_nav li.submenu {
	background: url(/images/elements/ico_arrow_dropdown.png) no-repeat right 0.7em;
	padding: 0 1em 0 0;
}

ul.secondary_nav li a {
	display: block;
	padding: 0 0 0.25em;
	text-decoration: none;
	color: #e3e3e3;
}

ul.secondary_nav li.active a,
ul.secondary_nav li a:hover,
ul.secondary_nav li.hover a,
ul.secondary_nav li:hover a {
	color: #ff9933;
}

ul.secondary_nav ul {
	display: none;
	position: absolute;
	top: 20px;
	left: -6px;
	margin: 0;
	border: 1px solid #4f4f4f;
	border-bottom: none;
}

ul.secondary_nav li.hover ul,
ul.secondary_nav li:hover ul {
	display: block;
}

ul.secondary_nav ul li {	
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #4f4f4f;
}

ul.secondary_nav ul li a {
	display: block;
	background: #333333;	
	width: 115px;
	padding: 0.182em 0.545em 0.273em;
	text-transform: none;
}

ul.secondary_nav ul li a:hover {
	background: #3d3d3d;
}

ul.secondary_nav li.hover ul li a,
ul.secondary_nav li:hover ul li a {
	color: #ffffff;
}

ul.secondary_nav li.hover ul li a:hover,
ul.secondary_nav li:hover ul li a:hover {
	color: #ff9933;
}



/*________________________________________________________________________________ SUB NAVIGATION ___*/

ul.sub_nav {
	margin: 0 0 3em;
/*	border-top: 3px solid #e9e9e9;
	border-bottom: 3px solid #e9e9e9;
*/}

ul.sub_nav li {
	background: none;
	margin: 0;
	padding: 1px 0;	
}

ul.sub_nav li a {
	display: block;
	background: url(/images/elements/ico_arrow_darkgrey.png) no-repeat 9px 11px #e3e3e3;
	padding: 0.4em 0.5em 0.5em 1.5em;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

ul.sub_nav li a:hover,
ul.sub_nav li.active a {
	background-color: #ff9933;
	text-decoration: none;
	color: #ffffff;
}

ul.sub_nav ul {
	margin: 0;
}

ul.sub_nav ul li {
	border-top: 1px solid #d6d6d6;
}

ul.sub_nav ul li:first-child {
	border-top: none;
}

ul.sub_nav li.active ul li a,
ul.sub_nav ul li a {
	background: none;
	font-weight: normal;
	color: #333333;
}

ul.sub_nav li.active ul li a:hover,
ul.sub_nav li.active ul li.active a {
	background: none;
	color: #ff9933;
}



/*________________________________________________________________________________ BREADCRUMB NAVIGATION ___*/

div.breadcrumb_nav_holder {
	overflow: hidden;
	width: 504px;
	margin: 0 0 1em;		/* was 0 0 2em */
	font-size: 0.917em;
}

div.col_3of4 div.breadcrumb_nav_holder {
	width: 714px;
}

div.breadcrumb_nav_holder h5 {
	float: left;
	margin: 0 1em 0 0;
	line-height: 1.6em;
	font-family: Verdana, Arial, sans-serif;
	color: #525558;
}

ul.breadcrumb_nav {
	float: left;
	background: url(/images/elements/ico_arrow.png) no-repeat left center;
	margin: 0;
	padding-left: 8px;
}

div.col_3of4 ul.breadcrumb_nav {
	margin-left: 10px;
}

ul.breadcrumb_nav li {
	background: none;
	margin: 0;
	padding: 0;
	display: inline;
	color: #333333;
}

ul.breadcrumb_nav li span {
	padding: 0 3px 0 6px;
}

ul.breadcrumb_nav li a {
	text-decoration: none;
}

ul.breadcrumb_nav li a:hover {
	text-decoration: underline;
}



/*________________________________________________________________________________ FOOTER ___*/

div.footer {
	margin: 1em 0 1em;
	color: #ffffff;
	font-size: 0.917em;
}

div.footer h2 {
	font-size: 1.545em;
}

div.footer div.inner_footer {
	overflow: hidden;
	position: relative;
	background: #000000 url(/images/elements/bg_roundedblock_top_footer_large.png) no-repeat left top;
	padding: 2em 0 4em;
}

div.footer_small div.inner_footer {
	background: #000000 url(/images/elements/bg_roundedblock_top.png) no-repeat left top;
	padding: 1.5em 0 2.5em;
}

div.footer div.inner_footer a {
	color: #ffffff;
}

div.footer div.col_1of4 ul {
	margin: 0 0 0.5em;
}

div.footer div.col_1of4 ul li {
	float: none;
}

div.footer div.inner_footer a.link_more,
div.footer div.inner_footer ul.links_list li a {
	background-image: url(/images/elements/ico_arrow_white.png);
}

div.footer div.inner_footer hr {
	border-bottom: 1px solid #c6c6c6;
	color: #c6c6c6;
}

div.footer div.col_1of4 {
	width: 174px;
	padding: 0 0 0 18px;
}

div.footer div.col_2of4 {
	width: 468px;
	padding: 0 18px;
}

div.footer div.col_3of4 {
	width: 678px;
	padding: 0 18px;
}

div.footer div.col_right {
	padding: 0 18px 0 0;
}

div.footer div.col_1of4 fieldset {
	padding: 0 0 1em;
}

div.footer div.col_1of4 fieldset label {
	float: none;
	width: auto;
	margin: 0 0 0.5em;
	color: #ffffff;
}

div.footer div.col_1of4 fieldset input {
	float: none;
	width: 166px;
	margin: 0 0 0.25em;
	width: 166px;
}

div.footer div.col_1of4 fieldset a.button {
	float: left;
	margin: 0 1em 0 0;
}

div.footer address {
	margin: 0 0 0.5em;
	padding: 0 0 1.5em;
	border-bottom: 1px solid #c6c6c6;
	font-style: normal;	
}

div.footer address span {
	background: url(/images/elements/ico_listmarker_small.png) no-repeat left 6px;
	margin-left: 0.5em;
	padding-left: 1em;
}

div.footer_small address {
	padding: 0 0 0.5em;
	border-bottom: none;
}

div.footer div.inner_footer div.footer_bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(/images/elements/bg_roundedblock_bottom.png) no-repeat left top;
	width: 924px;
	height: 13px;
}

div.footer ul.legal_list {
	overflow: hidden;
	margin: 0;
}

div.footer ul.legal_list li {
	float: left;
	background: none;
	padding: 0 1em 0 0;
}

div.footer_small ul.links_list {
	font-size: 0.909em;
}

div.footer_small ul.links_list li a {
	background-position: left 4px;
}


/*________________________________________________________________________________ REUSABLE COMPONENTS ___*/

.sitewide {
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
a.sitewide:link, a.sitewide:visited {
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
a.sitewide:hover, a.sitewide:active {
	color: #000000;
	font-weight: normal;
}

/*___ BUTTON ___*/

a.button {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 0.909em;
	color: #ffffff;
	cursor: pointer;
	font-weight:bold;
}

a.button span {
	float: left;
	background-image: url(/images/elements/spr_button.png);
	height: 24px;
}

a.button span.button_left,
a.button span.button_right {
	background-repeat: no-repeat;
	width: 9px;
	text-indent: -9999px;
}

a.button span.button_left {
	background-position: 0 0;
}

a.button span.button_center {
	background-position: 0 -24px;
	background-repeat: repeat-x;
	width: auto;
	height: 24px;
	padding: 0 1.273em;
	line-height: 25px;
}

a.button span.button_right {
	background-position: -9px 0;
}

a.button:hover span.button_left {
	background-position: 0 -48px;
}

a.button:hover span.button_center {
	background-position: 0 -72px;
}

a.button:hover span.button_right {
	background-position: -9px -48px;
}


/*___ BUTTON LARGE ___*/

a.button_large {
	font-size: 1.636em;
}

a.button_large span {
	background-image: url(/images/elements/spr_button_large.png);
	height: 36px;
}

a.button_large span.button_center {
	background-position: 0 -36px;
	padding: 0 1.556em;
	line-height: 36px;
}

a.button_large:hover span.button_left {
	background-position: 0 -72px;
}

a.button_large:hover span.button_center {
	background-position: 0 -108px;
}

a.button_large:hover span.button_right {
	background-position: -9px -72px;
}


/*___ OPMAAK BUTTON MAAR ZONDER TRIGGER SUBMIT ___*/

a.buttonnosub {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 0.909em;
	color: #ffffff;
	cursor: pointer;
	font-weight:bold;
}

a.buttonnosub span {
	float: left;
	background-image: url(/images/elements/spr_button.png);
	height: 24px;
}

a.buttonnosub span.buttonnosub_left,
a.buttonnosub span.buttonnosub_right {
	background-repeat: no-repeat;
	width: 9px;
	text-indent: -9999px;
}

a.buttonnosub span.buttonnosub_left {
	background-position: 0 0;
}

a.buttonnosub span.buttonnosub_center {
	background-position: 0 -24px;
	background-repeat: repeat-x;
	width: auto;
	height: 24px;
	padding: 0 1.273em;
	line-height: 25px;
}

a.buttonnosub span.buttonnosub_right {
	background-position: -9px 0;
}

a.buttonnosub:hover span.buttonnosub_left {
	background-position: 0 -48px;
}

a.buttonnosub:hover span.buttonnosub_center {
	background-position: 0 -72px;
}

a.buttonnosub:hover span.buttonnosub_right {
	background-position: -9px -48px;
}


/*___ EINDE OPMAAK BUTTON MAAR ZONDER TRIGGER SUBMIT ___*/

/*___ LINK MORE & LINKS LIST ___*/

ul.links_list {
	margin: 0 0 1em;
}

ul.links_list li {
	background: none;
	padding: 0;
}

a.link_more,
ul.links_list li a {
	background: url(/images/elements/ico_arrow.png) no-repeat left 5px;
	padding: 0 0 0 0.75em;
}


/*___ HEAD ICONS ___*/

span.icon_key {
	position: absolute;
	right: 0;
	background: url(/images/elements/ico_key.png) no-repeat right top;
	width: 22px;
	height: 33px;
}

span.icon_lock {
	position: absolute;
	right: 0;	
	background: url(/images/elements/ico_lock.png) no-repeat right top;
	width: 14px;
	height: 28px;
}

span.icon_manager {
	position: absolute;
	right: 0;
	background: url(/images/elements/ico_manager_grey.png) no-repeat right top;
	width: 26px;
	height: 42px;
}

a.icon_rss {
	overflow: hidden;
	position: absolute;
	right: 0;
	background: url(/images/elements/ico_rss.png) no-repeat right top;
	width: 19px;
	height: 28px;
	text-indent: -9999px;
}

h1 a.icon_rss {
	width: auto;	
	padding: 0 25px 0 0;
	line-height: 2.5em;
	text-decoration: none;
	text-indent: 0;
	font-weight: normal;
	font-size: 0.417em;
}

h1 a.icon_rss:hover {
	text-decoration: underline;
}


/*___ PAGE BROWSER ___*/

ul.page_browser {
	overflow: hidden;
	float: left;
	margin: 1em 0 2em;
}

ul.page_browser li {
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
}

ul.page_browser li a {
	text-decoration: none;
	display: block;
}

ul.page_browser li.prev a,
ul.page_browser li.next a {
	background: #202020;
	color: #ffffff;
	height: 24px;
	text-align: center;
	line-height: 2em;	
	display: inline-block;
}

ul.page_browser li.prev a {
	background: url(/images/elements/ico_arrow_prev.png) no-repeat 10px #202020;
	padding: 0 10px 0 20px;
}
ul.page_browser li.prev a:hover {
	background: url(/images/elements/ico_arrow_prev.png) no-repeat 10px #FF9933;
}

ul.page_browser li.next a {
	background: url(/images/elements/ico_arrow_next.png) no-repeat 42px #202020;
	padding: 0 20px 0 10px;
}
ul.page_browser li.next a:hover {
	background: url(/images/elements/ico_arrow_next.png) no-repeat 42px #FF9933;
}

ul.page_browser ul,
ul.page_browser li.pages {
	margin: 0;
}

ul.page_browser ul li,
ul.page_browser ul li a {
	width: 24px;
	height: 24px;
	line-height: 24px;	
	text-align: center;
}

ul.page_browser li.pages li {
	background: #f1f1f1;
}

ul.page_browser li.pages li.active a,
ul.page_browser li.pages a:hover {
	background: #ff9933;
	color: #ffffff;
}


/*___ TEXT ELEMENTS ___*/

p.intro {
	font-weight: bold;
	color: #333333;
}

/*________________________________________________________________________________ PUSHBOX ___*/

div.pushbox {
	background: #000000 url(/images/pushbox/bg_pushbox_shadow.png) no-repeat left bottom;
	position: relative;
	padding-bottom: 5px;
}

div.pushbox div.pushbox_viewport {
	width: 714px;
	height: 269px;
	overflow: hidden;
	position: relative;	
}

div.pushbox img.main_visual {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

div.pushbox ul.slides li {
	float: left;
	position: absolute;
	top: 0;
	left: 714px;
	width: 714px;
	height: auto;
	padding-left: 0;
}

div.pushbox div.pushbox_container {
	/*background: url(/images/pushbox/bg_pushbox_container.png) repeat-y ;  uitgezet en in pushbox.asp class="bg" meegegeven*/
	width: 305px;
	height: 209px;
	border-right: 1px solid #666057;
	padding: 40px 20px 20px;
	overflow: hidden;
	position: relative;
	z-index: 5;		/* op 2 gezet, terug naar 5 op advies van e-focus*/
}

div.pushbox img.bg {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 3;                          
}

div.pushbox div.pushbox_container h2 {
	font-size: 3.273em;
	margin-bottom: 0.2em;
	line-height: 1em;
}

div.pushbox div.pushbox_container a {
	/*
	background: url(/images/pushbox/ico_arrow_pushbox.png) no-repeat left 5px;
	padding-left: 12px; 
	
	Deze parameters even uitgezet, staat mooier
	*/
	font-family: Arial, Verdana;
	font-size: 1.727em;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	line-height:1.1em;  /* iets meer ruimte tussen de regels */
}

div.pushbox div.pushbox_container a:hover {
	text-decoration: underline;
}

/*** PUSHBOX NAVIGATION ***/
div.pushbox ul.pushbox_nav {
	position: absolute;
	bottom: 20px;
	left: 200px;
	z-index: 10;
}

div.pushbox ul.pushbox_nav li {
	background: none;
	float: left;
	padding: 0;
	margin-right: 5px;
}

div.pushbox ul.pushbox_nav li a {
	background: url(/images/pushbox/bg_pushbox_nav.png) no-repeat left center;	
	display: block;
	width: 18px;
	height: 18px;
	color: #000000;
	text-decoration: none;	
	text-align: center;
}

div.pushbox ul.pushbox_nav li:hover a {
	background: url(/images/pushbox/bg_pushbox_nav_hover.png) no-repeat left center;	
}

div.pushbox ul.pushbox_nav li.active a {
	background: url(/images/pushbox/bg_pushbox_nav_active.png) no-repeat left center;	
}

/*** CORNERS ***/
div.pushbox div.corner_topleft,
div.pushbox div.corner_topright,
div.pushbox div.corner_bottomleft,
div.pushbox div.corner_bottomright {
	position: absolute;
	height: 2px;
	width: 2px;
	z-index: 3;	
	display: inline-block;
}

div.pushbox div.corner_topleft,
div.pushbox div.corner_topright {
	top: 0;
}

div.pushbox div.corner_topright,
div.pushbox div.corner_bottomright {
	right: 0;
}

div.pushbox div.corner_bottomleft,
div.pushbox div.corner_bottomright {
	bottom: 5px;
}

div.pushbox div.corner_topleft,
div.pushbox div.corner_bottomleft {
	left: 0;
}

div.pushbox div.corner_topleft {
	background: url(/images/pushbox/bg_pushbox_topleft.png) no-repeat top left;
}

div.pushbox div.corner_topright {
	background: url(/images/pushbox/bg_pushbox_topright.png) no-repeat top right;
}

div.pushbox div.corner_bottomleft {
	background: url(/images/pushbox/bg_pushbox_bottomleft.png) no-repeat bottom left;
}

div.pushbox div.corner_bottomright {
	background: url(/images/pushbox/bg_pushbox_bottomright.png) no-repeat bottom right;
}

/*________________________________________________________________________________ LOGIN ___*/

fieldset.login {
	background: url(/images/elements/bg_login_shadow.png) no-repeat left bottom;
	margin: 1em 0 2em;
	padding: 0 0 2em;
}

fieldset.login input {
	float: none;
	width: 184px;
	margin: 0 0 0.545em;
	padding-top: 3px;
}

fieldset.login a.button {
	float: left;
	margin: 0 1em 0 0;
}

fieldset.login a.link_more {
	font-size: 0.909em;
	text-decoration: none;
}

fieldset.login a.link_more:hover {
	text-decoration: underline;
}



/*________________________________________________________________________________ LATEST NEWS LIST ___*/

ul.latest_news_list {
	margin: 0;
}

ul.latest_news_list li {
	background: none;
	margin: 0 0 0.5em;
	padding: 0 0 0.75em;
	border-bottom: 1px solid #d6d6d6;
}

ul.latest_news_list li strong {
	display: block;
}

ul.latest_news_list li a {
	display: block;
	background: url(/images/elements/ico_arrow.png) no-repeat 0 7px;
	text-decoration: none;
	text-indent: 6px;
	color: #666666;
}

ul.latest_news_list li a:hover {
	text-decoration: underline;
}
/*________________________________________________________________________________ QUICK LINKS ___*/

div.easiertoleaseplan	{
	overflow: hidden;
	margin-top:12px;
	width: 192px;
	padding-top:50px;
	padding: 15px 0px;
	height:187px;
}

div.quick_links {
	overflow: hidden;
	position: relative;
	background: #e9e9e9 url(/images/elements/bg_corner_topleft.png) no-repeat left top;
	width: 504px;
	padding: 1.5em 0 2em;
}

div.quick_links div.quick_links_col_left,
div.quick_links div.quick_links_col_right {
	float: left;
	width: 215px;
	padding: 0 18px;
}

div.quick_links div.quick_links_col_left {
	border-right: 1px solid #d6d6d6;
}

div.quick_links div.quick_links_col_right {
	border-left: 1px solid #ffffff;
}

div.quick_links ul li a {
	text-decoration: none;
	position: relative;
}

div.quick_links ul li a:hover {
	text-decoration: underline;
}

div.quick_links span.icon_key {
	background-image: url(/images/elements/ico_key_grey.png);
}
/*________________________________________________________________________________ QUICK LINKS DIENSTEN ___*/

div.quick_links_diensten {
	overflow: hidden;
	position: relative;
	background: #e9e9e9 url(/images/elements/bg_corner_topleft.png) no-repeat left top;
	width: 713px;
	padding: 1.5em 0 2em;
}
div.quick_links_diensten div.quick_links_diensten_col_left, div.quick_links_diensten div.quick_links_diensten_col_right {
	float: left;
	width: 200px;
	padding: 0 18px;
}
div.quick_links_diensten div.quick_links_diensten_col_left {
	border-right: 1px solid #d6d6d6;
}
div.quick_links_diensten div.quick_links_diensten_col_right {
	border-left: 1px solid #ffffff;
}
div.quick_links_diensten ul li a {
	text-decoration: none;
	position: relative;
}
div.quick_links_diensten ul li a:hover {
	text-decoration: underline;
}
/*________________________________________________________________________________ QUICK LINKS NAVIGATIE ___*/

div.quick_links_nav {
	overflow: hidden;
	position: relative;
	background: url(/images/elements/bg_corner_topleft.png) no-repeat left top;
	width: 504px;
	padding: 1.5em 0 2em;
}

div.quick_links_nav div.quick_links_nav_col_left,
div.quick_links_nav div.quick_links_nav_col_right {
	float: left;
	width: 215px;
	padding: 0 18px;
}

div.quick_links_nav div.quick_links_nav_col_left {
	border-right: 0px solid #d6d6d6; /* even op 0 gezet */
}

div.quick_links_nav quick_links_nav_links_col_right {
	border-left: 1px solid #ffffff;
}

div.quick_links_nav ul li a {
	text-decoration: none;
	position: relative;
}

div.quick_links_nav ul li a:hover {
	text-decoration: underline;
}
/*________________________________________________________________________________ HIGHLIGHTS ___*/

ul.highlights_list {
	margin: 0;
}

ul.highlights_list li {
	overflow: hidden;
	background: none;
	margin: 0 0 1em;
	padding: 0 0 0.5em;
	border-bottom: 1px solid #d6d6d6;
}

ul.highlights_list li img {
	float: left;
	margin: 0 18px 0.5em 0;
}

ul.highlights_list li h3,
ul.highlights_list li p {
	margin: 0;
}



/*________________________________________________________________________________ INFOBOX ___*/

div.infobox {
	position: relative;
	background: url(/images/elements/bg_infobox.png) no-repeat left top;	
	margin: 0 0 2em;
}

div.infobox div.infobox_inner_holder {
	background: url(/images/elements/ico_infobox.png) no-repeat 15px 12px;
	padding: 1em 60px 0.25em;
	font-weight: bold;
	color: #ffffff;
}

div.infobox div.infobox_bottom {
	display: block;
	background: url(/images/elements/bg_infobox_bottom.png) no-repeat left bottom;	
	width: 504px;
	height: 11px;
}

div.infobox p {
	margin: 0;
}

div.infobox div.infobox_inner_holder a, 
div.infobox div.infobox_inner_holder a:visited,
div.infobox div.infobox_inner_holder a:active	{
	color:#ffffff;
	text-decoration:underline;
	}
	
div.infobox div.infobox_inner_holder a:hover	{
	color:#333333;
	}


/*________________________________________________________________________________ TEASER ___*/

div.teaser_home {
	padding: 0 0 2em;
	font-size: 0.909em;
}

div.teaser_home img {
	margin: 0 0 1em;
}

div.teaser {
	background: #e9e9e9;
	padding: 0 12px 2em;
	font-size: 0.909em;
}

div.teaser img {
	margin: 0 -12px 1em;
}

div.teaser h2,
div.teaser_home h2 {
	margin: 0 0 0.25em;
	font-size: 1.364em;
}

div.teaser dl {
	overflow: hidden;
	width: 168px;
	margin: 0 0 1em;
}

div.teaser dl dt,
div.teaser dl dd {
	float: left;
}

div.teaser dl dt {
	width: 38px;
	font-weight: bold;
	color: #333333;
}

div.teaser dl dd {
	width: 130px;
	color: #666666;
}

div.teaser_stopper {
	display: block;
	overflow: hidden;
	height: 0;
	margin: 1px 0 2em;
/*	border-bottom: 3px solid #e9e9e9;
*/}



/*________________________________________________________________________________ RELATED DOCS ___*/

ul.docs_list {
	margin: 1em 0;
}

ul.docs_list li {
	overflow: hidden;
	background: none;
	padding: 0 0 1em;
}

ul.docs_list li a {
	text-decoration: none;
	vertical-align: -6px;
}

ul.docs_list li a:hover {
	text-decoration: underline;
}

ul.docs_list li a img {
	float: left;
	margin: 0 0.5em 0 0;
}



/*________________________________________________________________________________ NEWS LIST ___*/

ul.news_list {
	margin: 0 0 2em;
} 

ul.news_list li {
	overflow: hidden;
	background: none;
	width: 502px;
	margin: 0;
	padding: 1em 0;
	border-bottom: 1px solid #d6d6d6;
	font-weight: bold;
	font-size: 1em;
	color: #333333;
} 

ul.news_list li span {
	float: left;
	width: 80px;
}

ul.news_list li a {
	float: left;
	background: url(/images/elements/ico_arrow.png) no-repeat 0 7px;
	width: 410px;
	padding-left: 12px;
	text-decoration: none;
	font-weight: normal;	
	
	color: #666666;
}

ul.news_list li a:hover {
	text-decoration: underline;
	color: #003366;
}



/*________________________________________________________________________________ NEWS OVERVIEW & NEWS ARTICLE ___*/

ul.news_overview {
	margin: 0 0 1em;
}

ul.news_overview li {
	overflow: hidden;
	width: 504px;
}

ul.news_overview li,
div.news_article {
	background: none;
	margin-bottom: 1.15em;
	padding: 0;
}

ul.news_overview li span.date,
div.news_article span.date {
	color: #333333;
}

ul.news_overview li h2,
div.news_article h2 {
	margin: 0 0 0.5em;
	line-height: 1em;
	font-size: 1.75em;
	color: #333333;
}

ul.news_overview li h3,
div.news_article h3 {
	margin: 0;
}

ul.news_overview li p span.location {
	font-weight: bold;
	color: #333333;
}

ul.news_overview li img,
div.news_article img {
	float: left;
	padding: 0 12px 0.5em 0;
  /*padding: 0 12px 1em 0; dit gaf teveel/onnodige witruimte onder de afbeelding*/
}

ul.news_overview li a.link_more,
div.news_article a.link_more {
	text-decoration: none;
}

ul.news_overview li a.link_more:hover,
div.news_article a.link_more:hover {
	text-decoration: underline;
}



/*________________________________________________________________________________ A-Z INDEX ___*/

ul.index_nav {
	overflow: hidden;
	background: url(/images/elements/bg_col_large_shadow_top.png) no-repeat left top;
	width: 670px;
	margin: 0;
	padding: 1.636em 34px 0 10px;
}

ul.index_nav li {
	float: left;
	background: none;
	margin: 0.25em 0 0.75em;
	padding: 0;
	border-right: 1px solid #666666;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	line-height: 1.2em;
}

ul.index_nav li.last {
	border: none;
}

ul.index_nav li a {
	display: block;
	height: 14px;
	padding: 0 1.25em;
	text-decoration: none;
}

ul.index_nav li a:hover {
	text-decoration: underline;
}

ul.index_nav li.inactive a {
	color: #cccccc;
}

div.index_divider {
	background: url(/images/elements/bg_col_large_shadow_bottom.png) no-repeat left top;
	width: 674px;
	height: 10px;
}

ul.index_subjects {
	float: left;
	margin: 2em 0 1em;
}

ul.index_subjects li {
	background: none;
	width: 214px;
	margin: 0 24px 12px 0;
	padding: 0;
}

ul.index_subjects li h2 {
	margin: 0;
	padding: 0 0 0.143em 0.143em;
	border-bottom: 1px solid #e3e3e3;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 1.909em;
}

ul.index_subjects li h2 a {
	text-decoration: none;
	color: #ff9933;
}

ul.index_subjects ul {
	margin: 0.455em 0 0 24px;
}

ul.index_subjects ul li {
	background: url(/images/elements/ico_arrow.png) no-repeat 0 6px;
	width: auto;
	margin: 0;
	padding-left: 12px;
}

ul.index_subjects ul li a {
	text-decoration: none;
	color: #666666;
}

ul.index_subjects ul li a:hover {
	text-decoration: underline;
}



/*________________________________________________________________________________ CONTACT ___*/

form fieldset.contact_form {
	margin: 0 0 2em;
	padding: 0 70px 0 70px;
}

form fieldset.contact_form_left {
	margin: 0 0 2em;
}

form fieldset.contact_form select  {
	width: 200px;
}

/* __________________________________________________________________________________ RAI 2011 form _ */

div.rai {
	width: 245px;
	margin-left:-50px;
	color:#ff9933;
}

/*________________________________________________________________________________ 404 ERROR PAGE ___*/

div.error_teaser,
div.error_message {
	margin: 2em 0 1em;
}

div.error_teaser {
	padding: 0.5em 0 0 12px;
}

div.error_teaser h2 {
	margin: 0 0 0.5em;
}

div.error_teaser h3 {
	margin: 0;
}

div.error_teaser p {
	font-size: 0.909em;
	line-height: 1.5em;	
}

div.error_message {
	overflow: hidden;
	padding: 0 18px;
	border-left: 0px solid #d6d6d6; /*stond op 1px*/
}

div.error_message p {
	font-size: 1.091em;
	line-height: 1.5em;
}


/*___ BUTTON ZOEKFORM ___*/

a.buttonzf {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 0.909em;
	color: #ffffff;
	cursor: pointer;
	font-weight:bold;
}

a.buttonzf span {
	float: left;
	background-image: url(/images/elements/spr_button.png);
	height: 24px;
}

a.buttonzf span.button_left,
a.buttonzf span.button_right {
	background-repeat: no-repeat;
	width: 9px;
	text-indent: -9999px;
}

a.buttonzf span.button_left {
	background-position: 0 0;
}

a.buttonzf span.button_center {
	background-position: 0 -24px;
	background-repeat: repeat-x;
	width: auto;
	padding: 0 1.273em;
	line-height: 25px;
}

a.buttonzf span.button_right {
	background-position: -9px 0;
}

a.buttonzf:hover span.button_left {
	background-position: 0 -48px;
}

a.buttonzf:hover span.button_center {
	background-position: 0 -72px;
}

a.buttonzf:hover span.button_right {
	background-position: -9px -48px;
}

/*___ BUTTON GRAY___*/

a.buttongr {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 0.909em;
	color: #ffffff;
	cursor: pointer;
	font-weight:bold;
}

a.buttongr span {
	float: left;
	background-image: url(/images/elements/spr_button_gr.png);
	height: 24px;
}

a.buttongr span.button_left,
a.buttongr span.button_right {
	background-repeat: no-repeat;
	width: 9px;
	text-indent: -9999px;
}

a.buttongr span.button_left {
	background-position: 0 0;
}

a.buttongr span.button_center {
	background-position: 0 -24px;
	background-repeat: repeat-x;
	width: auto;
	padding: 0 1.273em;
	line-height: 25px;
}

a.buttongr span.button_right {
	background-position: -9px 0;
}

a.buttongr:hover span.button_left {
	background-position: 0 -48px;
}

a.buttongr:hover span.button_center {
	background-position: 0 -72px;
}

a.buttongr:hover span.button_right {
	background-position: -9px -48px;
}

/*________________________________________________________________________________ Webmaster addons ___*/

/* certificaten homepage */

div.swap_ito {
background-image:url("/images/certificaten/ITO_100.jpg");
float:left; 
margin-top:20px;
}

div.swap_ito a:hover img {
visibility:hidden;
}

div.swap_top {
background-image:url("/images/certificaten/TOP_100.jpg");
float:right;
margin-right:20px;
margin-top:20px;
}

div.swap_top a:hover img {
visibility:hidden;
}

div.swap_wua {
background-image:url("/images/certificaten/wua_100.jpg");
float:left; 
margin-left:20px; 
margin-top:20px;
}

div.swap_wua a:hover img {
visibility:hidden;
}

/* Einde */

/* Actieauto's */



/*____________________________________________________________________ validatie */

div.val_container {
	border                  : 1px solid #FF9933;
	margin                  : 10px 0 20px 0;
	padding                 : 5px;
}

div.val_container ol {
	margin                  : 0;
}

div.val_container ol li {
	list-style-type         : none;
	line-height             : 20px;
	padding                 : 0;
	margin                  : 0;
}

div.val_container p.val_error {
	color                   : #F00;
	font-weight             : normal;
	margin                  : 0 0 0 5px;
}

div.val_container p.val_error:before {
	content                 : "- ";
}

/*____________________________________________________________________ validatie */

/*____________________________________________________________________ terugkoppeling MLA */
div#messverwerkt {
	border                  : 2px solid #ff9933;
	padding                 : 10px;
	margin                  : 20px 5px 5px 5px;
	background-color        : #FFFFCC;
	font-weight             : bold;
}

div#uploadverwerkt {
	border                  : 2px solid #ff9933;
	padding                 : 10px;
	margin                  : 20px 5px 5px 5px;
	background-color        : #FFFFCC;
	font-weight             : bold;
}



div#sperror {
	border                  : 2px solid #ff9933;
	padding                 : 10px;
	margin                  : 20px 5px 5px 5px;
	background-color        : #FFFFCC;
	font-weight             : bold;
}
/*____________________________________________________________________ terugkoppeling MLA */
/* Einde */


/*____________________________________________________________________ auto inleveren */

form.collectform {
	margin                   : 0;
	padding                  : 0;
}

label.collectLabel {
	float                    : left;
	color                    : #666;
	font-size                : 13px;
	font-weight              : bold;
	padding                  : 0 6px 0 6px;
	clear                    : both;
}

input.collectField {
	float                    : left;
	position                 : relative;
	width                    : 268px;
	margin                   : 0 10px 5px 0;
	padding                  : 4px 4px 2px 4px;
	font-family              : Arial, Verdana, sans-serif;
	font-size                : 13px;
	line-height              : 15px;
	color                    : #000;
	border                   : 1px solid #999;
	border-right             : 1px solid #CCC;
	border-bottom            : 1px solid #CCC;
}


/*____________________________________________________________________ auto inleveren */

/*____________________________________________________________________ auto inleveren BUTTON */

a.collectbtn {
	display                  : inline-block;
	text-transform           : uppercase;
	text-decoration          : none;
	font-family              : Arial, sans-serif;
	font-size                : 12px;
	color                    : #FFF;
	cursor                   : pointer;
	font-weight              : bold;
}

a.collectbtn span {
	float                    : left;
	background-image         : url(/images/elements/spr_button.png);
	height                   : 24px;
}

a.collectbtn span.button_left,
a.collectbtn span.button_right {
	background-repeat        : no-repeat;
	width                    : 9px;
	text-indent              : -9999px;
}

a.collectbtn span.button_left {
	background-position      : 0 0;
}

a.collectbtn span.button_center {
	background-position      : 0 -24px;
	background-repeat        : repeat-x;
	width                    : auto;
	height                   : 24px;
	padding                  : 0 1.273em;
	line-height              : 25px;
}

a.collectbtn span.button_right {
	background-position      : -9px 0;
}

a.collectbtn:hover span.button_left {
	background-position      : 0 -48px;
}

a.collectbtn:hover span.button_center {
	background-position      : 0 -72px;
}

a.collectbtn:hover span.button_right {
	background-position      : -9px -48px;
}

/*____________________________________________________________________ auto inleveren BUTTON */

div.next_btn_holder {
	float                    : right;
	margin                   : 10px 10px 0 0;
}

/*________________________________________________________________________________ TOP 5 ___*/


#accordion div.col h6 {
	font-family   : Arial, Helvetica, sans-serif;
	font-size     : 12px;
	font-weight   : bold;
	border-bottom : 1px solid #666666;
	border-top    : 1px solid #666666;
	height        : 25px;
	line-height   : 25px;
	width         : 100%;
}

#accordion div.col img {
	float         : right;
	margin        : -5px 0px 0 0;
}

/* ________________________________ Einde ______________________________________________ * /

/*__________________________________________________Geef uw mening / klacht compliment ___*/

div.updown {
width:192px;
}

div.swap_compliment {
background-image:url("/images/icons/compliment_100.png");
background-repeat:no-repeat;
margin-left:15px;
margin-right:15px;
float:left;
width:63px;
}

div.swap_compliment a:hover img {
visibility:hidden;
}

div.swap_klacht {
background-image:url("/images/icons/klacht_100.png");
background-repeat:no-repeat;
float:left;
}

div.swap_klacht a:hover img {
visibility:hidden;
}

div.valtxt {
	border:1px solid #F00;
	padding:5px;
	margin:0 0 25px 0;
	color:#F00;
	font-weight:bold;
}

/*________________________________________________________________________________ PROMOBOX ___*/


/*** promobox ***/
div.content div.col_4of4 {
	position: relative;
	z-index: 9;
}

div.col_4of4 div.promobox_container {
	width: 924px;
	height: 318px;
}

div.promobox_container {
	margin-bottom: 1em;
	background: #000000;
	position: relative;
}

div.promobox_container h2 {
	font-size: 2em;
	line-height: 1em;
	text-transform:uppercase;
	color:#F5821E;
}

div.promobox_container img,
div.col_4of4 div.promobox_content {
	position: absolute;
	right: 0;
	top: 0;
}

div.promobox_content {
	background: url(/handel/overlay_promobox_home.png) no-repeat;	
	left: 0;
	z-index: 2;
}

div.promobox_content div {
	padding: 26px;
	padding-right: 85px;
	width: 358px; /* 464 */
	height: 266px;	
}	

div.promobox_content p {
	color: #ffffff;
	font-size: 1.333em;
	line-height: 1.312em;
}

div.corner_topleft,
div.corner_topright,
div.corner_bottomleft,
div.corner_bottomright {
	position: absolute;
	height: 2px;
	width: 2px;
	z-index: 3;	
	display: inline-block;
}

div.corner_topleft,
div.corner_topright {
	top: 0;
}

div.corner_bottomleft,
div.corner_bottomright {
	bottom: 0;
}

div.col_right div.corner_bottomleft,
div.col_right div.corner_bottomright {
	bottom: 5px;
}

div.corner_topleft {
	background: url(/static/images/microsite/bg_promobox_topleft.png) no-repeat top left;
	left: 0;
}

div.corner_topright {
	background: url(/static/images/microsite/bg_promobox_topright.png) no-repeat top right;
	right: 0;
}

div.corner_bottomleft {
	background: url(/static/images/microsite/bg_promobox_bottomleft.png) no-repeat bottom left;
	left: 0;
}

div.corner_bottomright {
	background: url(/static/images/microsite/bg_promobox_bottomright.png) no-repeat bottom right;
	right: 0;
}

/*** promobox contentpage ***/
div.col_1of3 div.promobox_container {
	background: url(/static/images/microsite/bg_promobox_shadow.png) no-repeat bottom left;
	padding-bottom: 5px;
	width: 348px;
	height: 420px;
}

div.col_1of3 div.promobox_content {
	background: url(/static/images/microsite/overlay_promobox_content.png) repeat-y;	
	position: absolute;
	bottom: 5px;
	left: 0;
}

div.col_1of3 div.promobox_content div {
	width: 300px;
	height: auto;
	padding: 24px;
}
div.col_1of3_directie {
	width: 220px;
	float: left;
	margin: 0 18px 1em 0;
}
div.col_2of3_directie {
	width: 300px;
	float: left;
	margin: 0 20px 1em 0;
}
div.col_3of3_directie {
	width: 300px;
	float: left;
	margin: 0 20px 1em 0;
}
div.col_1of2_directie {
	width: 292px;
	float: left;
	margin: 0 20px 1em 0;
}
div.col_2of2_directie {
	width: 350px;
    height: 240px;
	float: left;
	margin: 0 20px 1em 0;
}
