/* CSS by www.max.nl */

/* Colors used in stylesheets */

/* Color 1 shades */

/* Dark: 				#BD5F09 */
/* Medium dark: 		#F58D32 */
/* Medium: 				#F8B475 */
/* Medium light: 		#FDE6CE */
/* Light:				#F58D32 */

/* Color 2 shades */

/* Dark: 				#064276 */
/* Medium dark: 		#0A72CD */
/* Medium: 				#9ACDFA */
/* Medium light: 		#D0E8FD */
/* Light:				#EBF5FE */

/* Visited:				#A0009E */

body, table, input, select, textarea {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}


/* body */

body {
	font-size: 9px;
	line-height: 180%;
	color: #353535;
	background: white;
	font: 80% "georgia", times;
	font-style: italic;
}

#bodysubstyle_home {
	font: 80% "georgia", times;
	font-style: italic;
}

#bodysubstyle_home .cmsContent {
	xfont: 125% "georgia", times;
	xfont-style: italic;
	line-height: normal;
}

.cmsContent,
.route_module {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 170%;
}


/* headers */

h1, h2, h3, h4, h5, h6 {
	font-family: "georgia", times;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #2B2B2B;
}
.ballon_projectlist,
.ballon_projectlist h1,
.ballon_projectlist h2,
.ballon_projectlist h3,
.ballon_projectlist h4,
.ballon_projectlist h5,
.ballon_projectlist h6,
.ballon_project_small,

.ballon_project_small h2,
.ballon_project_small h3,
.ballon_project_small h4,
.ballon_project_small h5,
.ballon_project_small h6 {
	color: #fff;	
}

.ballon_projectlist h1 {
	font-size: 14px;
}

.ballon_project_small h1 {
	color: #ee1997;
	font-size: 200%;
	line-height: 110%;
	margin-left: 75px;
	width: 260px;
	height: 52px;
	xborder: 1px solid red;
	position: relative;
	vertical-align: bottom;
}

h1 {
	display: none;
	font-size: 200%;
	margin-bottom: 0.5em;
}

#landingspage h1 {
	display: block;
	font-size: 200%;
	margin-bottom: 0.5em;
	color: #EE1997;
}

h2 {
	font-size: 120%;
}

.cmsContent h2 {
	font-size: 110%;
	margin-bottom: 0.5em;
}

 #cmssubstyle_home h2 {
	margin-top: 0;
	font-size: 125%;
}

#applyHead h2 {
	color: #EE1997;
	margin-top: 0;
	font-size: 120%;
	margin-bottom:1.2em;
}

#LinksWrapper h2 {
	margin-top: 0;
	margin-bottom: 0.7em;
	font-size: 100%;
}

#content #LinksWrapper a {
	font-weight: bold;
	text-decoration: none;
	font-size: 85%;
}

#testimonialHome_wrapper h2,
#actie_banner h2 {
	font-size: 125%;
	font-weight: normal;
	margin-bottom: 0.5em;	
}

.route .tabcontent h2 {
	display: none;
}


h3 {
	font-size: 110%;
	margin-bottom: 0.2em;
	margin-top: 1.5em;
}

h4 {
	font-size: 90%;
}

h5 {
	font-size: 80%;
}


h6 {
	font-size: 70%;
}


/* default margins */

address, blockquote, dl, fieldset, form, hr, ol, p, pre, table, ul {
	margin: 0 0 1em 0;
}


/* lists */

ul {
	padding-left: 25px;
	position: relative;
}

.cmsContent ul {
	list-style: none;
}

.cmsContent ul li {
	background: url(graphics/bullet_pink.png) no-repeat;
	background-position: 0 8px;
	padding-left: 12px;
	margin-left: -12px;
}

#overlay ul li {
	background-position: 0 4px;
}

ol {
	padding-left: 30px;
}

/*
#content ul {
	list-style-image: url(graphics/bullet.png);


* html #content ul {
	/ * IE/WIN doesn't vertical-align the bullet well * /
	list-style-image: url(graphics/bullet_ie.png);
}
*/

#breadcrumb ul li a {
	font-size: 80%;
	font-weight: bold;
}

#breadcrumb ul li.li1 a {
	font-size: 80%;
	font-weight: normal;
}

#breadcrumb ul li.li2 a {
	font-size: 100%;
}

#breadcrumb ul li.li3 a {
	font-size: 140%;
}

#breadcrumb ul li.li4 a {
	font-size: 160%;
}

#breadcrumb ul li.li5 a {
	font-size: 160%;
}


/* detail pages */

dt {
	clear: left;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	font-weight: bold;
}

dd {
	display: block;
	margin: 0 0 0.25em 11em;
	padding: 0;
}

* html dd {
	height: 1px;
}

*+html dd {
    min-height: 0;  /* clear floats for IE7 */
}

html>body dd {
	height: auto;
	min-width: 1em;
}

body dd:after {
	content: ".";
	visibility: hidden;
}

dd ul, dd ol, dd li {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* form structure */

form div {
	clear: left;
	margin: 0.33em 0;
}

form div label {
	display: block;
	width: 10em;
	float: left;
}

* html form div div {
	margin-left: 0;	
}

form div div {
	clear: none;
	float: none;
	width: auto;
	margin: 0 0 0 10em;
}

form div.file div,
form div.image div {
	/* undo previous for image/files */
	margin-left: 0;
}

* html form div div {
	/* fixes 3px jog in IE/WIN  */
	height: 1px;
}


/* form input fields */

form div div label {
	display: inline;
	width: auto;
	float: none;
}

form div div div {
	margin-left: 0;
}

form div.edit           input,
form div.calendar       input,
form div.dutchzipcode   input,
form div.password       input,
form div.doublepassword input,
form textarea,
form select {
	background:transparent url(graphics/bg_input.png) no-repeat scroll left top;
	border:1px solid #C9C9C9;
}

form div input.radio,
form div input.check {
	border: 0;
	background: none;
}

form div.edittitle input {
	/* cms "page title" field. */
	font-size: 200%;
	color: #BD5F09;
	margin-bottom: 0.5em;
	border: 1px solid #BD5F09;
	width: 99.6%;
}

*+html .fileinputs{
	margin-left: 5em;	
	padding-left: 0;
}

.fileinputs div input {
	position:relative;
	top:-7px;
	margin-right:3px;
	background:transparent url(graphics/bg_input.png) no-repeat scroll left top;
	border:1px solid #C9C9C9;
}


/* form fieldsets */

fieldset.multipleSelect{
	padding-bottom: 1em;
}

fieldset.multipleSelect label {
	clear: none;
	font-weight: bold;
	margin: 5px;
	width: 47%;
	text-align: center;
	background: #0A72CD;
	color: white;
}

fieldset.multipleSelect label select {
	width: 100%;
}

option.newSelected {
	background-color: silver;
}
	
option.newDeselected {
	background-color: silver;
}


/* admin tools, form footer */

ul.tools,
ul.tools li,
ul.footer,
ul.footer li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.tools {
	line-height: 150%;
	margin-bottom: 1em;
	padding: 0.5em;
}

ul.tools *,
ul.footer * {
	vertical-align: middle;
}

ul.tools:after,
ul.footer:after {
	/* clear floats */
	content: "."; 
	font-size: 0;
	line-height: 0%;
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html ul.tools,
* html ul.footer {
	/* IE/WIN fix: element will behave as if there's a clearing element inside it */
	height: 0.1em;
}

*+html ul.tools,
*+html ul.footer {
    min-height: 0;  /* clear floats for IE7 */
}


*+html form.sollicitatieform .footer .button {
	margin-left: -10em;	
}

form .footer {
	clear: left;
	margin: 1em 0;
	padding: 0.5em 0.5em 0.5em 10em;
}


input.submit,
.button {
	font-weight: bold;
	padding: 0.1em 0.5em 0.2em 0.5em;
	background: #fdfdfd url(graphics/button_bg.png) top left repeat-x;
	color: #2B2B2B;
	border: 1px solid #cfcfcf;
	font-family: Georgia;
	font-style: italic;
	cursor: pointer;
}


input.submit:hover,
.button:hover {
	background: #fdfdfd url(graphics/button_bg_active.png) top left repeat-x;
}


* html .tabcontent input.submit,
* html form div.footer input,
* html #frmNewsletter .footerNewsletter input {
	width: 86px;
	height: 28px;
}


.tabcontent input.submit,
form div.footer input,
#frmNewsletter .footerNewsletter input {
	background: #fff url(graphics/button_verstuur.png) top left repeat-x;
	border: 1px solid #fff;
	width: 84px;
	height: 26px;
	padding: 0;
}

.tabcontent input.submit:hover,
form div.footer input:hover,
#frmNewsletter .footerNewsletter input:hover {
	background: #fff url(graphics/button_verstuur_active.png) top left repeat-x;
	border: 1px solid #fff;	
}

* html .tabcontent input#print_button {
	width: 121px;
	height: 28px;
}

.tabcontent input#print_button {
	background: #fff url(graphics/button_afdrukken.png) top left repeat-x;
	border: 1px solid #fff;
	width: 119px;
	height: 26px;
}

.tabcontent input#print_button:hover {
	background: #fff url(graphics/button_afdrukken_active.png) top left repeat-x;
	border: 1px solid #fff;
}




/* admin tool items */

ul.tools li,
ul.footer li {  /* footer is used in delete page */
	display: block;
	float: left;
}

* html ul.tools li a,
* html ul.footer li a {
	/* This makes the whole link clickable in IE/WIN, not just the text. */
	white-space: nowrap;
	width: 0.1em;
}

ul.tools li,
ul.footer li {
	font-weight: bold;
	background-color: #2A2A2A;
	background-repeat: no-repeat;
	background-position: 4px;
	border: 1px solid #C9C9C9;
	margin-right: 0.4em;
}

ul.tools li a,
ul.footer li a {
	display: block;
	text-decoration: none;
	padding: 0.125em 0.5em 0.25em 0.5em;
	margin: 0;
	padding-left: 24px;
	background-color: transparent;
	color: white;
	font-family: Georgia;
	font-style: italic;
	cursor: pointer;
}

ul.tools li a:link,
ul.tools li a:visited,
ul.footer li a:link,
ul.footer li a:visited {
	color: white;
}


/* tool item icons */

li.ok, 
li.yes {
	background-image: url('graphics/ok.gif');
}

li.import {
	background-image: url('graphics/import.gif');
}

li.preview {
	background-image: url('graphics/preview.gif');
}

li.select_none {
	background-image: url('graphics/select_none.gif');
}

li.select_all {
	background-image: url('graphics/select_all.gif');
}

li.select {
	background-image: url('graphics/select.gif');
}

ul.tools li.delete {
	background-image: url('graphics/delete.gif');
	float: right;
	margin: 0;
}

ul.tools li.add {
	background-image: url('graphics/add.gif');	
}

ul.tools li.back {
	background-image: url('graphics/back.gif');	
}

ul.tools li.list {
	background-image: url('graphics/list.gif');	
}

ul.tools li.edit {
	background-image: url('graphics/edit.gif');	
}

li.ok, 
li.yes {
	background-image: url('graphics/ok.gif');
}

li.cancel, 
li.no {
	background-image: url('graphics/cancel.gif');
}

ul.tools li.email {
	background-image: url('graphics/email.gif');	
}


/* forms in tool lines */

ul.tools form,
ul.footer form {
	margin: 0;
	padding: 0;
}

ul.tools label {
	width: auto;
	margin-right: 0.5em;
}

ul.tools.cluster input {
	width: 4em;
}

#wrapper li.search {
	background-color: transparent;
	border: 0;
	cursor: default;
	margin-left: 0.5em;
	white-space: nowrap;
}

* html #wrapper li.search {
	/* trigger "hasLayout" so nowrap works */
	height: 0.1em;
}

#wrapper li.search input.button {
	padding: 0.1em;
}


/* page selector in tools */

ul.tools li.pageSelector {
	float: right;
	background-color: transparent;
	border: none;
	margin: 0;
}

ul.tools li.pageSelector form label {
	width: auto !important;
}


/* list page tables */

form table {
	border: none;
	/* border-collapse doesn't work like expected in Mozilla, but the same effect is achieved by setting border-spacing to 0. */
	border-spacing: 0;
	border-bottom: 1px solid #0A72CD;
	background:	#0A72CD;  /* for missing header elements above edit/delete cells */
}

* html form table {
	/* set border-collapse for IE/WIN */
	border-collapse: collapse;
}

caption {
	font-size: 150%;
	line-height: 133%;
	background: #9ACDFA;
	color: #064276;
}


/* calendar table exceptions */

table.calendar {
	z-index: 10;
	background-color: white; /* fix empty cells at the end */
}

table.calendar tr {
	background-color: #0a72cd; /* restore headers */
}

table.calendar caption {
	font-size: 100%;
	line-height: 100%;
}

table.calendar a.button {
	height: 25px;
	cursor: pointer;
	padding: 0.1em 0.3em 0.1em 0.3em;
	margin: 0;
}


/* table header */

thead th {
	text-align: left;
	padding: 0;
}

thead th a:link,
thead th a:visited,
thead th a:hover {
	text-decoration: none;
	padding: 0.25em 24px 0.25em 0.5em;
	display: block;
}

form thead th a:hover {
	background: #329BF5;
}

* html thead th a {
	/* This makes the whole link clickable in IE/WIN, not just the text. */
	height: 0.1em;
}

form thead th.asc,
form thead th.desc {
	border-top: 1px solid #BD5F09;
	border-bottom: 1px solid #BD5F09;
	background: #F58D32;
}

form thead th.asc a:link,
form thead th.asc a:visited,
form thead th.asc a:hover {
	background: #F58D32 url(graphics/up.gif) no-repeat right;
}

form thead th.desc a:link,
form thead th.desc a:visited,
form thead th.desc a:hover {
	background: #F58D32 url(graphics/down.gif) no-repeat right;
}


/* table cell styling */

form th,
form td {
	vertical-align: top;
	padding: 0.25em 0.5em;
	border: none;
	border-bottom: 1px solid #9ACDFA;
	background: white;
}

form th	{
 	background: #0A72CD;
	border-bottom: 1px solid #0A72CD;
 }

* html form th, 
* html form td {
	border-top: 1px solid #0A72CD;
}


/* table details/edit/delete */

td.details,
td.edit,
td.delete {
	background: #EBF5FE;
}

form table tr:last-child td {
	border-bottom: 0;
}


/* table odd/even effects */

form tr.odd td {
	
}

form tr.even td {
	background: #EBF5FE;
}

form td.asc,
form td.desc {
	background: #FDF2E7;
	border-bottom: 1px solid #F8B475;
}

form tr.even td.asc,
form tr.even td.desc {
	background: #FDE6CE;
}


/* table row hover effects */

form tbody tr:hover td.asc,
form tbody tr.hover td.asc,
form tbody tr:hover td.desc,
form tbody tr.hover td.desc {
	background: #F58D32;
	color: white;
}

form tbody tr.even td.details,
form tbody tr.even td.edit,
form tbody tr.even td.delete {
	background: #D0E8FD;
}

form tbody tr:hover td,
form tbody tr.hover td {
	background: #FDE6CE;
	cursor: pointer;
}

form tbody tr:hover td.details,
form tbody tr.hover td.details,
form tbody tr:hover td.edit,
form tbody tr.hover td.edit,
form tbody tr:hover td.delete,
form tbody tr.hover td.delete {
	background: #F8B475;
}


/* index / navigation bar */

div.index {
	padding: 0.25em 0.5em;
}

div.index.top {
	border-bottom: 1px solid #F58D32;
	margin-bottom: 1em;
}

div.index.bottom {
	border-top: 1px solid #F58D32;
}

div.index ol,
div.index ol li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.index ol {
	margin-bottom: 1em;
	overflow: visible;
}


div.index ol li {
	display: block;
	float: left;
}

div.index ol li.active {
	font-weight: bold;
	border: 1px solid #F58D32;
	background: white;
	margin: 0 0.25em;
}

div.index ol li a, div.index ol li.active {
	display: block;
	padding: 0 0.25em;
	margin: 0 0.25em;
}

div.index ol li.previous,
div.index ol li.next,
div.index ol li.previous a,
div.index ol li.next a {
	font-weight: bold;
	color: #BD5F09;
	margin: 0;
	padding: 0;
}

div.index ol li.previous,
div.index ol li.next {
	color: #F8B475;
}


/* misc form features */

.error,
.mandatory {
	color: #EE1997;
}


/* anchors */

a:link {
	color: #EE1997;
}

a:visited {
	color: #EE1997;
}

a:hover {
	xcolor: #2B2B2B;
	color: #888;
}


#content a {
	font-size: 90%;	
	line-height: 160%;
}

#content .cmsContent a {
	font-size: 100%;	
}


* html .profiel_link a:visited {
	color: #353535;
}

* html .profiel_link {
	z-index: 10;
}
* html .function {
	z-index: 10;
}

* html .person_in_list .image img {
	z-index: 5;
}

.profiel_link a,
.details_name,
.details_function {
	font-family:"georgia",times;
	font-style:italic;
	text-decoration: none;
	color: #353535;
	font-weight: bold;
}

.profiel_link a:hover {
	color: #888;
}

.details_function {
	font-weight: normal;
}

.details_name,
.details_function {
	font-size: 140%;
}

/* images */

img {
	border: none;
}


/* emphasize */

em {
	
}

strong {
	line-height: 150%;
}

.cmsContent span.textaccent {
	color: #EE1997;
}

#moduleListWrapper .moduleMonth,
#news_headers .date {
	font-size: 85%;
	color: #555555;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0.4em;
	display: none;
}
.news_titel {
	color: #555555;
	font-style: normal;
	font-weight: bold;
	height: 16px;
}

#news_headers .date {
	xdisplay: block;
	xmargin-top: 1em;
}

#moduleListWrapper .moduleTitle,
#news_headers h3 {
	background: url(graphics/stippellijn.gif) repeat-x bottom;
	font-size: 85%;
	font-weight: bold;
	line-height: normal;
	padding: 5px 0;
}
.newsTitleLinkWrapper {
	background: url(graphics/stippellijn.gif) repeat-x bottom;
}
#news_headers h3 {
	margin-top: 0;
}


#moduleListWrapper .moduleShortText,
#news_wrapper .newsText {
	font-size: 85%;
	font-family: Verdana;
	font-style: normal;
	display: none;
}

#moduleListWrapper .active .moduleTitle {
	color: #EE1997;
}

#news_headers .newsMore {
	font-size: 95%;
	font-weight: bold;
	display: none;
}

#content #news_headers .newsMore a {
	text-decoration: none;
}

.homeBannerText h5 {
	color: #fff;
	font-size: 85%;
	margin-bottom: 1em;
	font-weight: bold;
}
#actieBanner {
	background: url(banner_actie.png) no-repeat;
	display: block;
}

#header_carousel .homeBannerText a.homeBannerTextLink,
#header_carousel2 .homeBannerText a.homeBannerTextLink {
	position: absolute;
	right: -36px;
	bottom: -30px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	font-size: 85%;
	xdisplay: block;
	width: 121px;
	height: 45px;
	padding-right: 35px;
}

* html #header_carousel .homeBannerText a.homeBannerTextLink:hover {
	xbackground: url(graphics/hoekje_active_hover.png) 132px 13px no-repeat;
}

#header_carousel .homeBannerText a.homeBannerTextLink:hover {
	color: #888;
	xbackground: url(graphics/hoekje_active_hover.png) 133px 15px no-repeat;
}	


#bodysubstyle_home .homeBannerText h1 {
	display: block;
	color: #EE1997;
	font-weight: bold;
	margin-bottom: -3px;
}

.homeBannerText p {
	color: #fff;
	font-size: 85%;
	line-height: 120%;
	font-family: "verdana", arial, helvetica;
	font-style: normal;
}

.homeBannerText a.homeBannerTextLink:hover {
	text-decoration: underline;
	color: #EE1997;
}

.route_map .route_module .address {
	display: none;	
}

#links .address {
	font-family: verdana, arial;
	font-size: 85%;
	font-style: normal;	
	line-height: 170%;
}

#links .address p {
	padding: 1em 0;
	margin: 0;
}


.route_map #links {
	padding-bottom: 5px;
}

.kvk {
	font-size: 90%;
	font-style: italic;

}


#links .address input {
	margin-top: 1em;	
}

/*person details */


.PersonVolgLink h3 {
	font-size: 100%;
	margin: 1em 0 0.5em 0;
}

