/*** DEFAULT STYLESHEET ***/

/*________________________________________________________________________________GENERAL ELEMENTS___*/

* {
	margin: 0;
	padding: 0;
}

* :focus { outline: 0; }

body {
	background: url(../img/bg_body.png) repeat-x #e5dfca;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%; /* 12px. */
	line-height: 1.75em; /* 21px. */
	color: #404040;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 0.5em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
}

h1 {
	font-size: 2em;
	color: #aa1d37;
	margin: 0;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.5em;
}

h3.subtitel{
	font-size:1em;
}

h4 {
	font-size: 1em;
}

p {
	font-size: 1em;
}

a {
	color: #aa1d37;
	text-decoration: underline;	
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	margin: 0 10px 10px 0;
}

hr {
	height: 0;
	color: #cccccc;
	border: none;
	border-bottom: 1px solid #cccccc;
	clear: both;
}

ul {
	margin: 0 0 1em 1.5em;
	padding: 0;
	list-style-type: none;
}

ul li {
	background: url(../img/arrow.png) no-repeat 0 7px;
	margin: 0.2em 0;
	padding-left: 1em;
}

ol {
	margin: 0 0 1em 3em;
	padding: 0;
}

ol li {
	margin: 0.25em 0;
}

table {
	margin: 0 0 1em;
	border-top: 1px solid #c3c2bd;
	border-left: 1px solid #c3c2bd;
	font-size: 1em;
}

table th,
table td {
	padding: 0.5em 1em;
	border-bottom: 1px solid #c3c2bd;
	border-right: 1px solid #c3c2bd;
}


/*________________________________________________________________________________BASIC CLASSES___*/

.clear {
	clear: both !important;
	height: 0 !important;
	overflow: hidden !important;
}

.hidden {
	display: none !important;
}

.noborder {
	border: none !important;
}

.nomargin {
	margin: 0 !important;
}

.center {
	text-align: center !important;
}

.noprint {
	display: block !important;
}

.printonly {
	display: none !important;
}

p.link_read_more a,
p a.link_read_more  {
	background: url(../img/arrow.png) no-repeat 0 4px;
	padding: 0 0 0 10px;
	color: #ae0014;
	text-decoration: none;
}

p.link_read_more a:hover,
p a:hover.link_read_more  {
	text-decoration: underline;
}

div.col_right p.link_read_more a,
div.col_right  p a.link_read_more  {
	color: #404040;
}

p.introduction,
p span.introduction {
	font-weight: bold;
}

p span.date {
	font-size: 0.9em;
	font-weight: normal;
	color: #d8d6d5;
}

p span.job_function {
	font-weight: bold;
}

div.content p.link_read_more {
	padding-top: 0.5em;
	margin-top: 1em;
	border-top: 1px solid #c3c2bd;
}

.button {
	float: left;
	background: url(../img/bg_button.png) repeat-x bottom #868686;
	height: auto;
	padding: 0 5px;
	border: 1px solid #383839;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

:hover.button {
	text-decoration: underline;
}

a.button_red,
a.button_dark {
	padding: 8px 20px;
	border: none;
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	line-height: 18px;
	font-size: 13px;
}

a.button_red {
	background: url(../img/bg_button_red.png) #ae0014 repeat-x 0 100%;
}

a.button_dark {
	background: url(../img/bg_button_dark.png) repeat-y 0;
}

div.col_left p {
	font-size: 1em;
	margin: 0 0 1.5em;
}

div.col_left p.no_margin {
	margin: 0;
}

div.promorow {
	clear: both;
}


/*________________________________________________________________________________BASIC FORM___*/

form legend,
legend {
	font-weight: bold;
	padding: 10px 0 15px 0;
}

form fieldset,
fieldset {
	margin: 0;
	border: none;
}

form fieldset br {
	clear: both;
}

form fieldset label,
form fieldset p.label {
	position: relative;
	float: left;
	display: block;
	width: 115px;
	margin: 0 2em 0.5em 0;
}

form fieldset label span,
form fieldset p.label span {
	padding: 0 0 0 0.5em;
}

form fieldset input,
form fieldset textarea,
form fieldset select {
	float: left;
	background: #ffffff;
	width: 250px;
	border: 1px solid #cccccc;
}

form#f26_searchbox_2 fieldset select {
	float: none;
}

form fieldset input,
form fieldset textarea,
form fieldset select,
form fieldset div.inputgroup {
	margin: 0 10px 1em 0;
}

form fieldset input,
form fieldset textarea,
form fieldset select {
	font-family: Arial, Helveticca, sans-serif;
	font-size: 1em;
}

form fieldset input {
	height: 18px;
}

form fieldset input {
	padding: 2px 3px 0;
}

form fieldset textarea {
	width: 250px;
	height: 35px;
	padding: 2px 3px 0;
}

form fieldset select {
	width: 259px;
	padding: 0 0 0 0;
	height: 20px;
}

form fieldset select#interessegebied {
	height: 87px;
}

form fieldset div.radio {
    display: block;
    float: left;
    width: 350px;
}

form fieldset div.inputgroup {
	float: left;
	width: 375px;
}

form fieldset div.inputgroup p {
	margin: 0;
}

form fieldset select option {
	padding: 0 3px;
}

form fieldset label,
form fieldset p.label {
	padding: 0.1em 0 0;
}

form fieldset .field_half {
	width: 100px !important;
}

form fieldset .field_quart {
	width: 40px !important;
}

form fieldset .field_auto {
	width: auto;
}

form fieldset div.inputgroup input,
form fieldset div.inputgroup label {
	float: left;
	width: auto;
}

form fieldset div.inputgroup input {
	background: none;
	margin: 0 0.25em 0 0;
	border: none;
}

form fieldset div.inputgroup label {
	height: 22px; /* Standard input height + 2px. */
	margin: 0 0.5em 0 0;
	text-align: left;
}

form fieldset div.opties label {
	margin: 0 1.5em 0 0;
}

form fieldset div.inputgroup label input.radio {
	margin-top: 2px;
}

form fieldset div.radiobutton label {
	margin: 0 3em 0 0;
}

form fieldset div.inputgroup.error,
form fieldset.error {
	background: #EED2D7;
	border: none;
}

form fieldset div.inputgroup.error p.label {
	color: #ff3333;
}

form fieldset div.inputgroup div.inputlist {
	float: left;
	margin: 0 0 0.5em;
}

form fieldset div.inputgroup div.inputlist label {
	clear: both;
	width: 200px;
	height: auto;
	margin: 0;
}

form fieldset div.textfields label {
	position: relative;
	float: left;
	display: block;
	width: 15em;
	margin: 0 2em 0 0;
}

form fieldset div.textfields label span {
	position: absolute;
	top: 0;
	right: -1em;
	padding: 0 0 0 0.5em;
	text-align: left;
}

form fieldset div.textfields input {
	float: left;
	background: #ffffff;
	border: 1px solid #cccccc;
}

form fieldset a.formbutton {
	background: url(../img/bg_formbutton.png) repeat-x #540000;
	padding: 5px 7px;
	margin: 0 20px 0 0;
	color: #ffffff;	
	border: 1px solid #c7c8c8;
	text-transform: uppercase;
	font-size: 1em;
	text-decoration: none;
}

form fieldset a.formbutton:hover {
	text-decoration: none;
	color: #c39c9d;
}

form fieldset input.error,
form fieldset select.error, 
form fieldset textarea.error {
	background: #eed2d7;
}

form fieldset p.error {
	float: left;
	color: #aa1d37;
	margin: 0;
	width: 225px;
}

form fieldset div.form_error_report {
	clear: both;
	background: #ffdddd;
	margin: 0 0 1em;
	padding: 0.5em 1em 1em;
	border: 1px solid #ff0000;
	text-align: left;
}

form fieldset div.form_error_report p.form_error_head {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 0.2em;
	color: #990000;
}

form fieldset div.form_error_report p {
	margin: 0;
	color: #ff0000;
}

form fieldset br {
	line-height: 0;
}


/*________________________________________________________________________________F23, F24, F25 formulieren___*/

div.formulier {
	margin-right: 20px;
}

div.formulier form {
	border-top: 1px solid #c3c2bd;
	padding: 0 0 2em 0;	
}

div.formulier form fieldset {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #c3c2bd;
}

div.formulier form fieldset.send_form {
	border: none;
	padding: 1.5em 0 0;
}

div.formulier form fieldset h3 {
	font-size: 1em;
	padding-bottom: 1em;
}

div.formulier form fieldset.send_form p {
	margin: 0 0.3em 0 0;
}

div.formulier form fieldset.send_form a.send_button {
	margin: 0 0 0 190px;
}

form fieldset div.opties,
form fieldset div.custom {
	float: left;
	width: 259px;
}

form fieldset div.opties label,
form fieldset div.custom label {
	width: 250px;	
}

form fieldset.send_form a.send_button {
	float: left;
}


/*________________________________________________________________________________GENERAL LAYOUT___*/

body.lightbox {
	background: #ffffff;
	padding: 10px;
}

div.page_wrapper {
	background: url(../img/bg_pagewrap.png) repeat-y top left;
	width: 929px;
	margin: 0 auto;
}

/*  Pagebrowser  */

div.subcolumn  ul.tx-pagebrowse {
	display: block;
	margin: 1em 0 0 13em;
	border: none;
}

div.subcolumn  ul.tx-pagebrowse ol {
	margin: 0 0 0 0.5em;
}

div.subcolumn  ul.tx-pagebrowse,
div.subcolumn  ul.tx-pagebrowse ol {
	list-style-type: none;	
}

div.subcolumn ul.tx-pagebrowse li {
	float: left;
	margin: 0 0.5em 0 0;
	padding: 0;
	background: none;
	border: none;
}

div.subcolumn ul.tx-pagebrowse li a {
	padding: 0.25em 0.75em;
	background: #ecebe4; 
	text-decoration: none;
	border: 1px solid #ecebe4;	
}

div.subcolumn ul.tx-pagebrowse li.tx-pagebrowse-first a {
	background: url(../img/icon_arrow_first.png) no-repeat 15% 0.6em #ecebe4;
	padding: 0.25em 0.5em 0.25em 1.5em;
}

div.subcolumn ul.tx-pagebrowse li.tx-pagebrowse-last a {
	background: url(../img/icon_arrow_last.png) no-repeat 85% 0.6em #ecebe4;
	padding: 0.25em 1.5em 0.25em 0.5em;
}

div.subcolumn ul.tx-pagebrowse li.tx-pagebrowse-prev a {
	background: url(../img/icon_arrow_prev.png) no-repeat 10% 0.6em #ecebe4;
	padding-left: 15px;
}

div.subcolumn ul.tx-pagebrowse li.tx-pagebrowse-next a {
	background: url(../img/icon_arrow_next.png) no-repeat 85% 0.6em #ecebe4;
	padding-right: 15px;
}

div.subcolumn ul.tx-pagebrowse li ol li.tx-pagebrowse-current {
	padding: 0 0.75em;
	background: #ffffff;
	margin-top: -1px;
	border: 1px solid #e9e8e3;
	text-align: center;
	color: #404040;
}


/*________________________________________________________________________________HEADER___*/

div#header {
	position: relative;	
	width: 925px;
	height: 135px;
	margin-left: 2px;
	z-index: 10;
}

.color1 div#header {
	background-image: url(../img/bg_header1.png);
}
.color2 div#header {
	background-image: url(../img/bg_header2.png);
}
.color3 div#header {
	background-image: url(../img/bg_header3.png);
}
.color4 div#header {
	background-image: url(../img/bg_header4.png);
}
.color5 div#header {
	background-image: url(../img/bg_header5.png);
}
.color6 div#header {
	background-image: url(../img/bg_header6.png);
}
.color7 div#header {
	background-image: url(../img/bg_header7.png);
}
.color8 div#header { /* default color */
	background-image: url(../img/bg_header8.png);
}

div#header a.logo {
	position: absolute;
	top: 12px;
	left: 9px;
	display: block;
	underline: none;
}

div#header div.payoff {
	position: absolute;
	top: 12px;
	left: 84px;
	display: block;
	background: url(../img/bg_payoff.png) no-repeat 0 0;
	width: 396px;
	height: 71px;
	text-indent: -999em;
}

div#header img.logo_print {
	display: none;
}

div#header ul.top_nav {
	z-index: 30;
	position: absolute;
	top: 38px;
	right: 10px;
	width: auto;
	margin: 0;
}

div#header ul.top_nav li,
div#header ul.top_nav li a {
	color: #8c8f92;	
}

.color3 div#header ul.top_nav li,
.color3 div#header ul.top_nav li a,
.color2 div#header ul.top_nav li,
.color2 div#header ul.top_nav li a {
	color: #292929;	
}

div#header ul.top_nav li {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}

div#header ul.top_nav li a {
	padding: 0 5px;
	text-decoration: none;
	font-size: 11px;
}

div#header ul.top_nav li a:hover {
	text-decoration: underline;
}

div#header ul.top_nav li fieldset {
	margin: 0 0 0 15px;
}

div#header ul.top_nav li fieldset legend {
	display: none;
}

div#header ul.top_nav li fieldset label {
	float: left;
	width: auto;
	margin-right: 5px;
}

div#header ul.top_nav li fieldset input {
	float: left;
	border: 1px solid #bbbbbb;
	width: 150px;
	padding: 1px 2px 2px;
	margin-right: 5px;
}

div#header ul.top_nav li fieldset a.search_button, .search_button2 {
	float: left;
	background: url(../img/bg_button.png) repeat-x bottom #868686;
	padding: 0 5px;
	border: 1px solid #bbbbbb;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

div#header div.logo_overlay {
	z-index: 20;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/bg_header_logo_overlay.png) no-repeat 0 0;
	width: 182px;
	height: 95px;
}

div#header ul#main_nav {
	z-index: 30;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #292929 url(../img/bg_main_nav.png) repeat-x 0 0;
	width: 922px;
	margin: 0;
	padding: 0 3px 0 0;
}

div#header ul#main_nav li {
	position: relative;
	float: left;
	background: none;
	margin: 0;
	padding: 0;
	color: #ffffff;
}

div#header ul#main_nav li a {
	display: block;
	height: 24px;
	padding: 8px 15px;
	line-height: 24px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	color: #ffffff;	
	text-transform: uppercase;
	text-decoration: none;
}

div#header ul#main_nav li.active a,
div#header ul#main_nav li:hover a,
div#header ul#main_nav li.hover a {
	background: url(../img/spr_main_nav.png) repeat-x 0 0;
	text-decoration: none;
}

div#header ul#main_nav li.active a.btn_color62,
div#header ul#main_nav li:hover a.btn_color62,
div#header ul#main_nav li.hover a.btn_color62 {
	background-position: 0 0;
}

div#header ul#main_nav li.active a.btn_color5,
div#header ul#main_nav li:hover a.btn_color5,
div#header ul#main_nav li.hover a.btn_color5 {
	background-position: 0 -50px;
}

div#header ul#main_nav li.active a.btn_color4,
div#header ul#main_nav li:hover a.btn_color4,
div#header ul#main_nav li.hover a.btn_color4 {
	background-position: 0 -100px;
}

div#header ul#main_nav li.active a.btn_color100,
div#header ul#main_nav li:hover a.btn_color100,
div#header ul#main_nav li.hover a.btn_color100 {
	background-position: 0 -150px;
}

div#header ul#main_nav li.active a.btn_color2,
div#header ul#main_nav li:hover a.btn_color2,
div#header ul#main_nav li.hover a.btn_color2 {
	background-position: 0 -200px;
}

div#header ul#main_nav li.active a.btn_color10,
div#header ul#main_nav li:hover a.btn_color10,
div#header ul#main_nav li.hover a.btn_color10 {
	background-position: 0 -250px;
}

div#header ul#main_nav li.active a.btn_color3,
div#header ul#main_nav li:hover a.btn_color3,
div#header ul#main_nav li.hover a.btn_color3 {
	background-position: 0 -300px;
}

div#header ul#main_nav li div {
	position: absolute;
	width: 200px;
	top: 39px;
	left: 0;
	background: url(../img/bg_mainnav_transparant.png) repeat;
	padding: 0 5px 3px 0;
	margin: 6px 0 0 0;
	display: none;
	z-index: 9999;
}

div#header ul#main_nav li:hover div,
div#header ul#main_nav li.hover div {
	display: block;
}

div#header ul#main_nav ul {
	display: block;
	margin: -5px 0 0 0;
	letter-spacing: 0;
}

div#header ul#main_nav ul li {
	clear: both;
	margin: 0 0 -1px 0;
	padding: 0;
	width: 200px;
	background: #ffffff;
	letter-spacing: 0;
}

div#header ul#main_nav ul li a {
	height: auto;
	line-height: auto;
}

div#header ul#main_nav ul li a,
div#header ul#main_nav li.active ul li a,
div#header ul#main_nav li:hover ul li a,
div#header ul#main_nav li.hover ul li a {
	display: block;
	background: url(../img/arrow.png) no-repeat 5px 12px;
	width: 182px;
	margin: 0;
	padding: 2px 0 2px 16px;
	border: 1px solid #c7c5be;
	text-transform: none;
	font-size: 1em;
	color: #000000;
}

div#header ul#main_nav ul li a:hover {
	background: url(../img/arrow.png) no-repeat 5px 1em #f3f1e9;
	text-decoration: underline;
}

/* 
 * language switch
 */
ul#lang_switch {
	/* display: none; */
	position:absolute;	
	bottom:12px;
	right:15px;
	z-index:40;
	margin:0;
}
	ul#lang_switch li {
		margin:0 0 0 5px;
		background:none;	
	}
		ul#lang_switch li a img {
			display:block;
			float:none;
			margin:0;
			border:0;
		}


/*________________________________________________________________________________CONTENT___*/

div.column_wrapper {
	float: left;
	background: url(../img/bg_columnwrapper.png) repeat-y;
	margin: 0 0 0 2px;
	position: relative;	
}

div.col_left {
	float: left;
	width: 696px;
	margin: 2px 2px 0 2px;
	overflow: hidden;
}

div.col_right {
	float: left;
	margin: 0 0 0 3px;
	width: 220px;
	padding: 0;
	border-top: 2px solid #ffffff;
}

div.col_left div.subcolumn {
	padding: 0 0 20px 20px;
	width: 676px;
	overflow: hidden;
}

div.col_left div.subcolumnleft {
	width: 425px;
	padding: 0 0 33px 25px;
	float: left;
}

div.col_left div.subcolumnright {
	width: 200px;
	padding-bottom: 135px;
	margin-left: 25px;
	float: left;
	overflow: hidden;
}

div.col_left div.f4_pushbox {
	margin-bottom: 40px;
	width: 696px;
	overflow: hidden;
}

div#col_right div.box_aanmelden {
	background: #c7c5be;
}


/*________________________________________________________________________________FOOTER___*/

div#footer {
	float: left;
	position: relative;
	background: url(../img/bg_footer.png) repeat-x #514f4e;
	padding: 0 0 10em 0;
	color: #ffffff;
}

div#footer div.footer_col_left,
div#footer div.footer_col_right {
	float: left;
	width: 412px;
	padding: 0 25px;
}

div#footer ul {
	display: block;
	float: left;
	margin: 0 0 30px 0;
	padding: 6px 0 6px 12px;
	width: 917px;
	border-bottom: 1px solid #cccccc;
}

div#footer ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}

div#footer ul li a {
	padding: 0 12px;	
	color: #b2b2b2;
	font-weight: bold;
	text-decoration: none;
}

div#footer ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

div#footer h2 {
	color: #d8d6d5;
}

div#footer p.copyright {
	position: absolute;
	bottom: 0;
	left: 25px;
	font-size: 0.9em;
	color: #cbcaca;
}

div#footer p {
	margin: 0 0 1.5em;
}

div#footer a.link_read_more {
	background: url(../img/arrow_footer.png) no-repeat 0 1em;
	display: block;
	padding: 5px 0 5px 15px;
	border-top: 1px solid #acaaa9;
	border-bottom: 1px solid #acaaa9;	
	color: #acaaa9;
	text-decoration: none;
}

div#footer a.link_read_more:hover {
	text-decoration: underline;
}


/*________________________________________________________________________________Pushbox */

div.f4_pushbox,
div.f4_pushbox div.viewport,
div.f4_pushbox div.slide {
	width: 696px;
	height: 302px;
}

div.f4_pushbox {
	position: relative;
	top: 0;
	left: 0;
}

div.f4_pushbox div.viewport {
	position: relative;
	overflow: hidden;
}

div.f4_pushbox div.slide {
	position: absolute;
	top: 0;
	left: 696px;
}

div.f4_pushbox div.label {
	position: absolute;
	top: 0;
	left: 0;
	background: no-repeat 0 0;
	width: 171px;
	height: 107px;
	text-indent: -999em;
}

div.f4_pushbox div.label a {
	display: block;
	width: 171px;
	height: 107px;
}

div.f4_pushbox div.almost_full {
	background-image: url(../img/bg_label_almost_full.png);
}

div.f4_pushbox div.event_begins {
	background-image: url(../img/bg_label_event_begins.png);
}

div.f4_pushbox div.slide div.info {
	position: absolute;
	bottom: 20px;
	left: 0px;
	background: url(../img/bg_pushbox_info.png) repeat;
	width: 555px;
	padding: 13px 70px;
}

div.f4_pushbox div.slide div.info img {
	float: left;
	margin-left: 5px;
}

div.f4_pushbox div.slide div.info h2 {
	line-height: 1.1em;
	font-weight: normal;
	font-size: 2em;
	color: #ffffff;
}

div.f4_pushbox div.slide div.info h2 strong {
	font-weight: bold;
}

div.f4_pushbox div.slide div.info p {
	float: left;
	width: 420px;
	color: #ffffff;
}

div.f4_pushbox div.slide div.info p a {
	background: url(../img/arrow_white.png) no-repeat 0 4px;
	padding: 0 0 0 10px;	
	margin: 0 0 0 5px;
	color: #ffffff;
}

div.f4_pushbox div.slide div.info p a,
div.f4_pushbox div.slide div.info h2 a {
	color: #ffffff;
	text-decoration: none;
}


div.f4_pushbox div.slide a.button {
	clear: both;
	white-space: nowrap;
}

div.f4_pushbox div.slide a:hover.button {
	text-decoration: none;
}

div.f4_pushbox ul.slideshow_nav {
	position: absolute;
	bottom: 5px;
	left: 0px;	
	margin: 0;
	width: 696px;
}

div.f4_pushbox ul.slideshow_nav li {
	background: none;
	float: left;
	margin: 0 9px 0 0;
	padding: 0;
	display: inline;
}

div.f4_pushbox ul.slideshow_nav li.prev,
div.f4_pushbox ul.slideshow_nav li.next {
	width: 298px;
	margin: 0;
}

div.f4_pushbox ul.slideshow_nav li.prev {
	position: relative;
	z-index: 999;
}

div.f4_pushbox ul.slideshow_nav li.next {
	float: right;
}

div.f4_pushbox ul.slideshow_nav li a {
	overflow: hidden;
	float: left;
	background: url(../img/bg_pagination_pushbox.png) no-repeat;
	width: 11px;
	height: 11px;
	padding: 0;
	text-indent: -999em;
}

div.f4_pushbox ul.slideshow_nav li.active a,
div.f4_pushbox ul.slideshow_nav li a:hover {
	background: url(../img/bg_pagination_pushbox_active.png) no-repeat;
	color: #ae0014;
}

div.f4_pushbox ul.slideshow_nav li a.prev,
div.f4_pushbox ul.slideshow_nav li a.next {
	display: block;
	width: 26px;
	height: 26px;
	padding: 0 0 65px;
	margin-top: -80px;
}

div.f4_pushbox ul.slideshow_nav li a.prev {
	background: url(../img/arrow_prev_pushbox.png) no-repeat left top;
	margin-left: 10px;
}

div.f4_pushbox ul.slideshow_nav li a:hover.prev {
	background-image: url(../img/arrow_prev_pushbox_hover.png);
}

div.f4_pushbox ul.slideshow_nav li a.next {
	float: right;
	background: url(../img/arrow_next_pushbox.png) no-repeat right top;	
	margin-right: 10px;
}

div.f4_pushbox ul.slideshow_nav li a:hover.next {
	background-image: url(../img/arrow_next_pushbox_hover.png);
}


/*________________________________________________________________________________F3 Webtrail */

div.f3_webtrail_title {
	padding: 2px 0 6px 0;	
	width: 656px;
	border-bottom: 1px solid #c3c2bd;	
	margin: 0 20px 10px 20px;
}

div.f3_webtrail_title p.webtrail {
	border-bottom: 1px solid #ecebe4;
	color: #404040;
	margin-bottom: 35px;
	padding-bottom: 2px;
}

div.f3_webtrail_title p.webtrail span.seperator {
	color: #404040;
}

div.f3_webtrail_title p.webtrail a {
	text-decoration: none;
}

div.f3_webtrail_title p.webtrail a:hover {
	text-decoration: underline;
}

div.f3_webtrail_title h1 {
	margin: 0;	
}

div.f3_webtrail_title h3.subtitle {
	padding-bottom: 5px;	
}
	

/*________________________________________________________________________________F5 Aanmelden___*/

div.f5_aanmelden {
	border-bottom: 2px solid #ffffff;
	padding: 14px;
	background: #c7c5be;
}

div.f5_aanmelden,
div.f6_bestellen {
	float: left;
	color: #ffffff;
	width: 192px;
}

div.f6_bestellen select,
div.f5_aanmelden select {
	float: left;
	padding: 3px;
	margin: 0 2px 0 0;
	width: 155px;
	height: 23px;
	color: #808080;
	border: 1px solid #383839;
	font-size: 0.9em;
}

div.f6_bestellen legend,
div.f5_aanmelden legend {
	display: none;
}


/*________________________________________________________________________________F6 Bestellen___*/

div.f6_bestellen {
	border-bottom: 2px solid #ffffff;	
	padding: 14px;
	background: #c7c5be;
}


/*________________________________________________________________________________F7_contact___*/

div.f7_contact {
	float: left;
	border-bottom: 2px solid #ffffff;
	padding: 14px;
	background: #ecebe4;
	width: 192px;
}

div.f7_contact h3.phonenumber {
	background: url(../img/icon_phone.png) no-repeat center left;
	padding: 0 0 0 25px;
	height: 32px;
}


/*________________________________________________________________________________F8_maatwerk___*/

div.f8_maatwerk {
	float: left;
	border-bottom: 2px solid #ffffff;	
	padding: 14px;
	background: #ecebe4;
	width: 192px;
}


/*________________________________________________________________________________F9_populair___*/

div.f9_populair {
	float: left;
	margin: 0;	
	padding: 14px;
	background: #ecebe4;
	width: 192px;
	border-bottom: 2px solid #ffffff;
}

div.f9_populair ul {
	margin: 0;
	border-top: 1px solid #c3c2bd;
}

div.f9_populair ul li {
	margin: 0;
	padding: 1px 0;
	border-bottom: 1px solid #c3c2bd;
	background: none;
}

div.f9_populair ul li a {
	background: url(../img/arrow.png) no-repeat 10px 13px;
	display: block;
	padding: 0.5em 0 0.5em 20px;
	color: #404040;
	text-decoration: none;
}

div.f9_populair ul li a:hover {
	background: url(../img/arrow.png) no-repeat 10px 13px #dcdbd4;
	color: #ae0014;
	text-decoration: underline;	
}


/*________________________________________________________________________________F10_nieuwsbrief___*/

div.f10_nieuwsbrief {
	float: left;
	padding: 14px 0 0 0;
	background: #c7c5be;
	border-bottom: 2px solid #ffffff;
	width: 220px;
}

div.f10_nieuwsbrief h3 {
	padding-left: 14px;
}

div.f10_nieuwsbrief p {
	position: relative;
	width: 186px;
	padding: 0 14px;
}

div.f10_nieuwsbrief a.apply_button {
	height: 31px;
}

div.f10_nieuwsbrief a.apply_button img {
	float: left;
	margin: 0;
}


/*________________________________________________________________________________F12 Hoofdthema___*/

div.f12_thema_content {
	padding: 0 20px 0 20px;
	margin: 0 0 3em 0;
	width: 656px;
	overflow: hidden;
	margin: 0 0 3em 0;
}

div.f12_thema_content img {
	float: left;
	margin: 0 20px 10px 0;
}

div.f12_thema_content h2 {
	font-size: 1.5em;
	color: #ae0014;	
}

div.f12_thema_content p.date {
	margin-top: -0.5em;
	margin-bottom: 0.5em;
	color: #737373;
}

div.f12_thema_content p a.link_read_more {
	margin-left: 5px;
}


/*________________________________________________________________________________F13 PromoBox___*/

div.f13_promobox {
	float: left;
	width: 313px;
	margin: 0 25px 30px 0;
}

div.f13_promobox h2 a {
	text-decoration: none;
}

div.f13_promobox h2 a:hover {
	text-decoration: underline;
}

div.f13_promobox p {
	margin-bottom: 0.5em;
}

div.f13_promobox p.link_read_more {
	position: relative;
	margin: 0.5em 0 0 0;
	color: #ae0014;
}

div.f13_promobox img {
	padding-top: 0.2em;
	border-top: 1px solid #c7c5be;
}


/*________________________________________________________________________________F14 PromoBox Small___*/

div.f14_promobox_small {
	float: left;
	width: 200px;
	margin: 0 25px 1em 0;
}

div.f14_promobox_small h3 {
	width: 200px;
}

div.f14_promobox_small h3 a {
	text-decoration: none;
}

div.f14_promobox_small h3 a:hover {
	text-decoration: underline;
}

div.f14_promobox_small p {
	margin-bottom: 0.5em;
}

div.f14_promobox_small p.link_read_more {
	margin: 0.5em 0 0 0;
	color: #ae0014;
}
 
div.subcolumnright div.f14_promobox_small {
	margin-bottom: 2em;
}

div.f14_promobox_small img {
	padding-top: 0.2em;
	border-top: 1px solid #c7c5be;
}


/*________________________________________________________________________________F15 Events___*/

div.f15_eventlist {
	float: left;
	width: 200px;
}

div.subcolumnright div.f15_eventlist {
	bottom: 15px;
	right: 245px;
	float: left;
	width: 200px;
}

div.f15_eventlist h3 {
	color: #ae0014;
}

div.col_left ul.links {
	position: relative;
	margin: 0 0 2em;
	border-top: 1px solid #c7c5be;
}

div.col_left ul.links li {
	position:relative;
	margin: 0;
	padding: 1px 0;
	border-bottom: 1px solid #c7c5be;
	line-height: 1.2em;
	background: none;
}

div.col_left ul.links li a span.date {
	display: inline-block;
	width: 200px;
	font-size: 0.9em;
	color: #737373;
}

div.f15_eventlist ul.links li a span.date {
	display: inline;
	width: auto;
}

div.col_left ul.links  li a:hover span.subject {
	text-decoration: underline;
	/*padding-right:40px;*/
}

div.col_left ul.links  li a {
	position: relative;
	background: url(../img/arrow.png) no-repeat 5px 10px;
	display: block;
	padding: 0.5em 0 0.5em 15px;
	color: #404040;
	text-decoration: none;
}

div.col_left ul.links li a:hover {
	background: url(../img/arrow.png) no-repeat 5px 10px #ecebe4;
	text-decoration: none;
	color: #ae0014;
}

div.col_left ul.links li img.lang {
	position:absolute;
	top:0.5em;
	right:8px;	
	margin:0;
	float:none;
	border:0;
}


/*________________________________________________________________________________F16 Overzicht hoofdthema___*/

div.f16_overzicht p.link_read_more {
	margin-left: 5px;	
}

div.f17_overzicht ul.links li a span.date,
div.f16_overzicht ul.links li a span.date {
	/*width: auto;*/	
}

div.f16_overzicht div.left {
	margin: 0 25px 0 0;
}

div.f16_overzicht div.overview_list_main {
	float: left;
	width: 200px;
	margin-bottom: 1em;
}

div.f16_overzicht div.overview_list_main ul {
	margin: 0 0 5px 0;
	border-top: 1px solid #C7C5BE;
}

div.f16_overzicht div.overview_list_main ul li p {
	margin: 12px 0px;
}


/*________________________________________________________________________________F17 overzicht subthema___*/

div.f17_overzicht div.overview_list_sub {
	margin-bottom: 2.5em;	
}

div.f17_overzicht div.overview_list_sub h3 a {
	color: #404040;
}

div.f17_overzicht div.overview_list_sub ul {
	margin: 0 0 5px 0;
}

div.f18_overzicht_oude_events div.overview_list_sub ul li p,
div.f17_overzicht div.overview_list_sub ul li p {
	margin: 12px 0px;
}

div.f17_overzicht p.link_read_more {
	margin-left: 5px;	
}


/*________________________________________________________________________________F19 Event Content___*/

div.f19_eventcontent p.introduction {
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1.6em;
}

div.f19_eventcontent img {
	margin: 0 0 1em 0;
}

div.f19_eventcontent ul {
	margin: 0 0 1.5em 0;
}

div.f19_eventcontent ul li {
	background: url(../img/bullet_contentlist.png) no-repeat 0 7px; 
}

div.f19_eventcontent img {
	border: 1px solid #c7c5be;
	padding: 2px;
}

div.f19_eventcontent div.event_testimonials {
	padding: 2em 0 0;
	border-top: 1px solid #c3c2bd;
}

div.f19_eventcontent div.event_testimonials h3 {
	color: #000000;
}

div.f19_eventcontent div.event_testimonials blockquote {
	margin: 0 0 2em;
}

div.f19_eventcontent div.event_testimonials blockquote p {
	margin: 0;
}


/*________________________________________________________________________________F20 Event acties___*/

div.f20_event_acties {
	float: left;
	width: 425px;
	overflow: hidden;
}

div.f20_event_acties ul {
	float: left;
	border-top: 1px solid #c3c2bd;
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	width: 100%;
	overflow: hidden;
}

div.f20_event_acties ul li {
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
	background: none;
}

div.f20_event_acties ul li.action_link a {
	color: #404704;
	text-decoration: none;
	line-height: 28px;
	padding-left: 10px;
	background: url(../img/arrow.png) no-repeat 0 4px;
	text-decoration: underline;
}

div.f20_event_acties ul li.action_link a:hover {
	text-decoration: none;
}

div.f20_event_acties ul li span {
	margin: 0 5px 0 10px;
}

div.f20_event_acties ul li a.button {
	margin-right: 1em;
}


/*________________________________________________________________________________F21 Event actiebox___*/

div.f21_event_actiebox {
	float: left;
	margin: 0;	
}

div.f21_event_actiebox h3 {
	font-weight: normal;
}

div.f21_event_actiebox a.button {
	display: inline-block;
	margin: 0 0 0.75em;
	width:190px;
	padding:8px 5px;
	text-align:center;
}


div.f21_event_actiebox div.definition_list {
	float: left;
	background: #ecebe4;
	margin: 0 0 1.5em;
}

div.f21_event_actiebox dl {
	background: #ecebe4;
	width: 200px;
}

div.f21_event_actiebox dl dt,
div.f21_event_actiebox dl dd {
	background: #ecebe4;
	padding: 5px 10px;
	overflow: hidden;
}

div.f21_event_actiebox dl dt {
	float: left;
	clear: both;
	margin: 0;
	font-weight: bold;
	width: 40px;
	border-top: 1px solid #ffffff;
	color: #000000;
}

div.f21_event_actiebox dl dd {
	margin: 0;
	width: 118px;
	float: right;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

div.f21_event_actiebox dl dt.wide,
div.f21_event_actiebox dl dd.wide {
	width: 180px;
}

div.f21_event_actiebox dl dd.date {
	clear: left;
}

div.f21_event_actiebox dl span {
	padding: 0 5px;
}

div.f21_event_actiebox dl dd.date {
	margin-bottom: 0;
}

div.f21_event_actiebox ul.event_sub_nav {
	clear: both;
	margin: 0 0 2em;
}

div.f21_event_actiebox ul.event_sub_nav li a {
	color: #404040;
}

div.f21_event_actiebox div.brochure_request a.brochure {
	display: inline-block;
	margin-left: 24px;
}

div.f21_event_actiebox div.brochure_request a.brochure img {
	display: block;
	margin: 0;
}

div.f21_event_actiebox div.brochure_request a.button {
	float: none;
	margin: 1em 0 2em;
}

div.f21_event_actiebox div.event_testimonials,
div.f21_event_actiebox div.share_event {
	margin-bottom: 2em;
	padding-top: 1.5em;
	border-top: 1px solid #c3c2bd;
}

div#at20mc #at16p .atbtn {
	width: 80px !important;
}

div#at20mc #at16p .atrse {
	width: 60px !important;
}

.addthis_default_style .at15t_compact {
	margin-right: 0 !important;	
}

/*________________________________________________________________________________F22 Content ___*/

div.f22_content {
	width: 656px;
}

div.f22_content p.intro {
	color: #404040;
	font-size: 1.25em;
}

div.f22_content img {
	border: 1px solid #c7c5be;
	padding: 1px;
}


/*________________________________________________________________________________F23 aanmeldformulier ___*/

div.f23_aanmeldformulier {
	margin-right: 20px;
}

div.f23_aanmeldformulier form {
	border-top: 1px solid #c3c2bd;
	padding: 0 0 2em 0;	
}

div.f23_aanmeldformulier form fieldset {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #c3c2bd;
}

div.f23_aanmeldformulier form fieldset.send_form {
	border: none;
	padding: 1.5em 0 0;
}

div.f23_aanmeldformulier form fieldset.send_form p {
	margin: 0 0.3em 0 0;
}

div.f23_aanmeldformulier form fieldset.send_form a.send_button {
	margin: 0 0 0 190px;
}

div.f23_aanmeldformulier form fieldset.send_form a#apply_more_persons {
	margin: 0 10px 0 20px;
}

div.f23_aanmeldformulier form fieldset.send_form a.send_button {
	margin: 0;
}

div.f23_aanmeldformulier div#stromingen div.inputgroup label {
	width: 350px;
	height: auto;
}

div.f23_aanmeldformulier div#stromingen div.inputgroup label input {
	margin-bottom: 10px;
}

div.deel2 form fieldset.send_form a.send_button {
	margin: 0 0 0 20px;
}

form fieldset div#dataprijzen label {
	height: auto;
}

form fieldset div#dataprijzen label span.info {
	color: #838383;
	font-size: 0.917em;
	margin-left: 12px;
	display: block;
	line-height: normal;
	position: relative;
}

form.formcontainer fieldset.voorwaarden label.checkbox {
	margin: 0;	
	width: auto;
	margin-right: 20px;
}

/*________________________________________________________________________________F23 Aanmeldformulier REDESIGN___*/

div.subscribe {
	margin: 0 20px 0 0;
}

div.subscribe div.training_date {
	float: none;
}

div.subscribe label.radiolabel {
	width: auto;
}

div.subscribe label.radiolabel span {
	padding: 0;
	font-size: 11px;
}

div.subscribe input.radio {
	background: none;
	width: 13px;
	height: 13px;
	margin-top: 3px;
	margin-bottom: 0;
	border: none;
}

div.tip-top,
div.tip-bottom {
	display: none;
}

div.tip {
	background: #ffffff;
	padding: 0.75em 1em;
	border: 1px solid #404040;
}

div.subscribe ul.form_tabs {
	display: inline-block;
	background: #eaeaea;
	width: 100%;
	margin-left: 0;
	padding: 0;
}

div.subscribe ul.form_tabs li {
	float: left;
	background-position: 0 12px;
	margin: 0 20px 0 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #999999;
}

div.subscribe ul.form_tabs li.active {
	font-weight: bold;
	color: #404040;
}

div.subscribe div.training_date {
	float: left;
	width: 210px;
}

div.subscribe div.training_date h3 {
	font-size: 1em;
}

div.subscribe div.training_date ul {
	margin-left: 0;
}

div.subscribe div.training_date ul li {
	background: none;
	padding: 0;
}

div.subscribe div.training_date label.radiolabel {
	float: none;
}

div.subscribe div.training_date input.radio {
	margin: 3px 5px 0 0;
}

div.subscribe form.formcontainer fieldset {
	background: #eaeaea;
	margin: 0 0 20px 0;
	padding: 10px;
}

div.subscribe form.formcontainer fieldset.errormsg p.label {
	width: 100%;
	color: #AA1D37;
	margin: 0;
}

div.subscribe form.formcontainer fieldset.extrapersons {
	margin-top: -2em;
	padding-left: 149px;
}

div.subscribe label.checkbox {
	margin-left: 140px;
	width: 100%;
}

div.subscribe label.checkbox input {
	width: auto;
}

div.subscribe fieldset.buttons input.previous {
	padding: 5px 20px;
	border: none;
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 13px;
	background: url(../img/bg_button_red_arrow_back.png) no-repeat left top;
}


div.subscribe fieldset.buttons input.next {
	padding: 5px 20px 5px 20px;
	border: none;
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 13px;
	background: url(../img/bg_button_red_arrow.png) no-repeat right top;
}

div.subscription_remarks {
	clear: both;
	padding: 10px 14px;
}

div.subscription_remarks ul {
	margin-left: 0;
}

div.subscription_remarks ul li {
	filter: alpha(opacity=50);
	opacity: 0.5;
	margin: 0 0 1em;
}

div.subscription_remarks h4,
div.subscription_remarks p {
	margin: 0;
}

div.subscription_remarks ul li ul {
	margin: 0;
}

div.subscription_remarks ul li ul li {
	background-image: url(../img/bullet_square_small.png);
	background-position: 0 9px;
	margin: 0;
}

div.subscription_remarks ul li.active,
div.subscription_remarks ul li.active ul li {
	filter: alpha(opacity=100);
	opacity: 1;
}


/*________________________________________________________________________________F25 bestel formulier ___*/

div.f25_bestelformulier form fieldset.voorwaarden {
	border-bottom: 1px solid #c3c2bd;
	padding: 1em 0 0 0;
}


/*________________________________________________________________________________F26 Search ___*/

div.f26_search {
	margin-right: 20px;
}

div.f26_search label {
	width: 50px;
	margin-right: 10px;
}

div.f26_search input {
	margin-right: 10px;
	color: #bfbfbf;
}

div.f26_search input.checkbox {
	width: auto;	
}

div.f26_search input.focus {
	color: #000;
}

div.f26_search h4 {
	font-size: 1em;
	margin-bottom: 0;
	font-weight: bold;
}

div.f26_search h4 a {
	color: #404040;
}

div.f26_search p.searchresults {
	border-bottom: 1px solid #c3c2bd;
	border-top: 1px solid #c3c2bd;
	padding: 15px 0;
	margin-top: 6px;
}

div.f26_search ul {
	margin: 0;
	padding: 0;
}

div.f26_search ul li {
	background: none;
	margin: 0;
	padding: 0;
}

div.f26_search ul li p {
	margin-bottom: 0;
}

div.f26_search ul li p.date {
	color: #737373;
	font-size: 11px;
	line-height: 14px;
}

div.f26_search p.webtrail {
	border-bottom: 1px solid #c3c2bd;
	color: #404040;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

div.f26_search p.webtrail span.seperator {
	color: #404040;
}

div.f26_search p.webtrail a {
	color: #ae0014;
	text-decoration: none;
}

div.f26_search p.webtrail a:hover {
	color: #ae0014;
	text-decoration: underline;
}


/*________________________________________________________________________________F27 Route ___*/

div.f27_route {
	padding-right: 20px;
}

div.f27_route p.adresinfo {
	border-bottom: 1px solid #c3c2bd;
	padding: 0 0 15px 0;
	margin-bottom: 15px;
}

div#route_map {
	height: 465px;
	position: relative;
	display: block;
	border: 1px solid #c7c5be;
}

form#route_form {
	border-bottom: 1px solid #c3c2bd;
	border-top: 1px solid #c3c2bd;
	margin: 15px 0;
	padding: 15px 0;
}

form#route_form input {
	margin-bottom: 0;
}

form#route_form h3 {
	font-size: 1em;
	margin-bottom: 0;
}

form#route_form label {
	width: 400px;
}

a.googleroute {
	background: url(../img/arrow.png) no-repeat 0px 4px;
	padding-left: 10px;
}

a#route_button {
	background: url(../img/bg_formbutton.png) repeat-x;
	border: 1px solid #c8c8c8;
	height: 29px;
	color: #fff;
	padding: 3px 6px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}

div#route_directions table td img {
	margin: 0 0 0 10px;
}

div#route_directions table td a {	
	font-size: 0.9em;
	text-decoration: none;
	width: 15px;
}

div#route_directions table td a:hover {	
	text-decoration: underline;
}

div#route_directions table tr {
	padding-right: 10px;
}


/*________________________________________________________________________________F28 Login Formulier ___*/
/*________________________________________________________________________________F29 Aanvraag Brochure ___*/

div.f28_login,
div.f29_aanvragen_brochure {
	width: 425px;
	background: #ffffff;
	margin: 0;
}

div.f28_login form,
div.f29_aanvragen_brochure form {
	border: none;
	margin: 2em 0 1em 0;
	padding: 0 0 2em 0;
}

div.f28_login form fieldset,
div.f29_aanvragen_brochure form fieldset {
	border: none;
}

div.f28_login p,
div.f28_login form,
div.f29_aanvragen_brochure p,
div.f29_aanvragen_brochure form {
	padding-left: 10px;
	padding-right: 10px;
}

div.f28_login div.title,
div.f29_aanvragen_brochure div.title {
	padding: 10px 10px 5px 10px;
	margin-bottom: 10px;
	background: #c7c5be;
}

div.f28_login h2,
div.f29_aanvragen_brochure h2 {
	float: left;
}

div.f28_login a.close_window,
div.f29_aanvragen_brochure a.close_window {
	float: right;
	color: #000000;
}

div.f28_login form fieldset legend,
div.f29_aanvragen_brochure form fieldset legend {
	display: none;
}

div.f28_login form fieldset p.error,
div.f29_aanvragen_brochure form fieldset p.error {
	float: left;
	margin: 0;
	padding: 0 0 0.5em 0;
}

div.f28_login form fieldset p.label, 
div.f28_login form fieldset input,
div.f28_login form fieldset a.send_button,
div.f29_aanvragen_brochure form fieldset p.label, 
div.f29_aanvragen_brochure form fieldset input,
div.f29_aanvragen_brochure form fieldset a.send_button {
	margin-top: 10px;	
}

div.f28_login form fieldset p.label,
div.f29_aanvragen_brochure form fieldset p.label {
	font-size: 0.9em;
	font-style: italic;
	width: 150px;
}

div.f28_login form fieldset input,
div.f29_aanvragen_brochure form fieldset input {
	margin: 0;
	height: 20px;
}

div.f28_login form fieldset.send_form {
	margin-top: 5px;
	border-top: 1px solid #C3C2BD;
}

div.f28_login form fieldset.send_form a.send_button,
div.f29_aanvragen_brochure form fieldset.send_form a.send_button {
	float: right;
	margin: 0 15px 0 0;
}

div.f28_login p span {
	margin: 0 10px;
}

form fieldset input.button {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;	
}


/*________________________________________________________________________________F30 Vacancy ___*/

div.f30_vacancy {
	margin-right: 20px;
}
div.f30_vacancy h4 {
	font-size: 1em;
	margin-bottom: 0;
	font-weight: bold;
}

div.f30_vacancy ul.vacancy li p {
	margin-bottom: 0;
}

div.f30_vacancy ul.vacancy {
	margin: 0;
	padding: 0;
	border-top: 1px solid #c3c2bd;
	padding-top: 15px;
}

div.f30_vacancy ul.vacancy li {
	border-bottom: 1px solid #C3C2BD;
	background: none;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

div.f30_vacancy ul.vacancy li a {
	text-decoration: underline;
}

div.f30_vacancy ul.vacancy li a:hover {
	text-decoration: none;
}

div.f30_vacancy ul.vacancy li a.link_read_more {
	text-decoration: none;
}

div.f30_vacancy ul.vacancy li a.link_read_more:hover {
	text-decoration: underline;
}


/*________________________________________________________________________________F31 Vacature Informatie ___*/

div.f31_vacature_informatie {
	width: 656px;
}

div.f31_vacature_informatie p.intro {
	color: #404040;
	font-size: 1.25em;
}

div.f31_vacature_informatie img {
	border: 1px solid #c7c5be;
	padding: 1px;
}


/*________________________________________________________________________________F33 Download ___*/

div.f33_download {
	width: 656px;
}

div.f33_download p.intro {
	color: #404040;
	font-size: 1.25em;
}

div.f33_download ul li {
	padding-bottom: 5px;
}

div.f33_download ul li h4 {
	font-size: 1.2em;
	margin: 0;
}

div.f33_download ul li p {
	margin: 0;
}


/*________________________________________________________________________________F34 Sitemap ___*/


div.f34_sitemap {
	width: 656px;
}

div.f34_sitemap ul.main_category {
	margin: 0 0 2em;
	border-bottom: 1px solid #c7c5be;
	padding-bottom: 10px;
}

div.f34_sitemap ul.main_category li {
	background: none;
	margin: 0 0 1em;
}

div.f34_sitemap ul.sub_categories {
	margin: 0;
}

div.f34_sitemap ul.sub_categories li {
	border-bottom: 1px solid #c7c5be;
	width: 288px;
	margin: 0 25px 2em 0;
	padding: 0 0 0.5em 15px;
	float: left;
}

div.f34_sitemap ul.sub_categories li hr {
	margin-left: -15px;
	padding: 10px 0 0 0;
}

div.f34_sitemap ul.sub_categories li a {
	display: inline-block;
	margin-bottom: 0.5em;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #404040;
}

div.f34_sitemap ul.sub_categories li a:hover {
	text-decoration: underline;
	color: #aa1d37;
}

div.f34_sitemap ul.sub_categories ul {
	margin: 0;
}

div.f34_sitemap ul.sub_categories ul li {
	float: none;
	background: url(../img/bullet_square_small.png) no-repeat 0 1em;
	width: auto;
	margin-right: 0;
	margin-bottom: 3px;
	padding-bottom: 0;
	border: none;
	font-size: 11px;
}

div.f34_sitemap ul.sub_categories ul li a {
	margin-bottom: 0;
	font-size: 11px;
}

div.f34_sitemap ul.sub_categories ul ul, div.f34_sitemap ul.sub_categories ul.event_links {
	margin: 0 0 1em 5px;
}

div.f34_sitemap ul.sub_categories ul ul li, div.f34_sitemap ul.sub_categories ul.event_links li {
	background: none;
}

div.f34_sitemap ul.sub_categories ul ul li a, div.f34_sitemap ul.sub_categories ul.event_links li a {
	font-weight: normal;
}


/*_____________________________________________________________Teaser Contactformulier___*/

#teaser_contactformulier, #teaser_contactformulier td {
	border: 0px;
	padding: 0px;
}

#teaser_contactformulier input, #teaser_contactformulier textarea {
	width: 100px;			
	margin-left: 5px;
	border: 1px solid #404040;
}

#teaser_contactformulier input, #teaser_contactformulier textarea, #teaser_contactformulier span {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 1em;
	color: #404040;
}

div.teaser_sponsors {
	float: left;
	padding: 0px 10px 0px 10px;
	background: #ecebe4;
	width: 192px;
}

div.pi29_sponsors h3 {
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
}


/*________________________________________________________________________________PI32___*/

div.pi32_socialmedia_line
{
	border-top: 1px solid #C7C5BE;
	padding-top: 20px;
	position: relative;
	top: -10px;
}


/*________________________________________________________________________________Formulier bedankpagina___*/

div.formulier p.thankmessage {
	margin: 0 0 3em;
}

div.formulier ul.links {
	margin: 0 0 2em;
}

div.formulier ul.links li {
	line-height: 1.5em;
}

div.formulier ul.links li a {
	padding-top: 4px;
	padding-bottom: 6px;
	padding-right: 5px;
}

div.formulier ul.links li span.date {
	float: right;
	width: 100px;
	text-align: right;
}

div.formulier ul.links li span.subject {
	display: block;
	width: 530px;
}

ul.form_tabs {
	width: 656px;	
	height: 30px;
	padding-top: 10px;
	padding-left: 10px;
	margin-left: 0px;
	background: #eaeaea;		
}

ul.form_tabs li {
	float: left;	
	margin-right: 20px;
	color: #ccc;
}

ul.form_tabs li.active {
	font-weight: bold;
	color: #404040;	
}

div.col_left p.vroegboek {
	clear: both;
	font-size: 10px;
	font-style: italic;	
}

div.block-datum {
	float: left;
	width: 200px;
	margin-right: 12px;
	margin-bottom: 20px;
}

div.block-datum h3 {
	font-size: 0.8em;
	line-height: 1.2em;
}

div.block-datum ul {
	list-style-type: none;	
	margin-left: 0;
}

div.block-datum ul li {
	background: none;
	margin-top: 0;
	padding-left: 0;
	padding-bottom: 10px;	
	width: auto;
	overflow: hidden;
	font-size: 11px;
}

div.block-datum ul li label {
	margin: 0;
	padding-top: 0;
	width: auto;	
	line-height: 14px;
}

div.block-datum ul li label input.radio {
	margin-top: 0;
}

p#totalpriceblock {
	clear: both;
	margin: 0 0 15px 0;
	padding-top: 0.5em;
}

form.formcontainer fieldset {
	background: #eaeaea;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 10px;	
}

form.formcontainer fieldset.extrapersons {
	margin-top: 0px;	
}

form.formcontainer fieldset label.checkbox {
	margin-left: 140px;	
	width: 100%;
}

form.formcontainer fieldset label.checkbox input {
	width: auto;	
}


/*________________________________________________________________________________Attention bar___*/

div.attention_bar {
	background: #ecebe4;
	margin: 1em 20px 1.5em;
	padding: 1em 1em 0.5em;
	border: 1px solid #c3c2bd;
}

div.attention_bar h3 {
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
}

div.attention_bar ul {
	margin: 0;
}

div.attention_bar ul li {
	display: inline-block;
	margin-right: 1em;
}

div.attention_bar ul li a {
	color: #404040;
}


/*________________________________________________________________________________Event nav___*/

div.event_nav {
	overflow: hidden;
	margin: 0 20px 1em;
}

div.event_nav ul {
	margin: 0;
}

div.event_nav ul li {
	float: left;
}

div.event_nav ul.primary {
	float: left;
	margin-bottom: -1px;
	padding-left: 1em;
}

div.event_nav ul.primary li {
	background: none;
	margin: 0 1px 0 0;
	padding: 0;
}

div.event_nav ul.primary li a {
	display: block;
	background: #5b90a3;
	padding: 0.25em 0.75em;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #5b90a3;
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	text-decoration: none;
	color: #ffffff;
}

div.event_nav ul.primary li.active a {
	background: #ffffff !important;
	font-weight: bold;
	color: #5b90a3;
}

div.event_nav ul.secondary {
	float: right;
	margin-top: 0.25em;
}

div.event_nav ul.secondary li {
	background: none;
	margin: 0 1.5em 0 0;
	padding: 0;
}

div.event_nav ul.secondary li.active {
	font-weight: bold;
}

div.event_nav ul.secondary li a {
	text-decoration: none;
	color: #404040;
}

div.event_nav hr {
	border-color: #5b90a3;
}

.color1 div.event_nav ul.primary li a {
	background: #843a00;
	border-color: #843a00;
}

.color1 div.event_nav ul.primary li.active a {
	color: #843a00;
}

.color1 div.event_nav hr {
	border-color: #843a00;
}

.color2 div.event_nav ul.primary li a {
	background: #5b90a3;
	border-color: #5b90a3;
}

.color2 div.event_nav ul.primary li.active a {
	color: #5b90a3;
}

.color2 div.event_nav hr {
	border-color: #5b90a3;
}

.color3 div.event_nav ul.primary li a {
	background: #5c968c;
	border-color: #5c968c;
}

.color3 div.event_nav ul.primary li.active a {
	color: #5c968c;
}

.color3 div.event_nav hr {
	border-color: #5c968c;
}

.color4 div.event_nav ul.primary li a {
	background: #633d66;
	border-color: #633d66;
}

.color4 div.event_nav ul.primary li.active a {
	color: #633d66;
}

.color4 div.event_nav hr {
	border-color: #633d66;
}

.color5 div.event_nav ul.primary li a {
	background: #6e6536;
	border-color: #6e6536;
}

.color5 div.event_nav ul.primary li.active a {
	color: #6e6536;
}

.color5 div.event_nav hr {
	border-color: #6e6536;
}

.color6 div.event_nav ul.primary li a {
	background: #6e3b36;
	border-color: #6e3b36;
}

.color6 div.event_nav ul.primary li.active a {
	color: #6e3b36;
}

.color6 div.event_nav hr {
	border-color: #6e3b36;
}

.color7 div.event_nav ul.primary li a {
	background: #506e36;
	border-color: #506e36;
}

.color7 div.event_nav ul.primary li.active a {
	color: #506e36;
}

.color7 div.event_nav hr {
	border-color: #506e36;
}

.color8 div.event_nav ul.primary li a {
	background: #3a3a3a;
	border-color: #3a3a3a;
}

.color8 div.event_nav ul.primary li.active a {
	color: #3a3a3a;
}

.color8 div.event_nav hr {
	border-color: #3a3a3a;
}


/*________________________________________________________________________________Elevator pitch___*/

div.elevator_pitch {
	margin: 0 20px 1em;
	font-style: italic;
	font-size: 1.25em;
}
