/*

	Stylesheet for deBuren

	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>
	Author:     Yoni De Beule <yoni@netlash.com>

*/

/*
	Reset
*/

body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border:0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }
a:focus { overflow: hidden; }

/*
	General
*/

body {
	font: 300 12px Arial, sans-serif;
	line-height: 1.5;
	color: #000;
}

/*
	Typography and text styles
*/

/* General */

p {
	padding: 0 0 12px 0;
}

strong, b, th, thead td {
	font-weight: 700;
}

/* Headings */

h1, h2, h3 {
	line-height: 1.1;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
}

h1 a, h2 a, h3 a, h4 a {
	border: 0;
}

h1 {
	font-size: 20px;
	padding: 0 0 12px 0;
}

h2 {
	font-size: 18px;
	padding: 0 0 12px 0;
}

	h2 span {
		color: #666;
	}

	h2 .archived {
		color: #db0029;
		font-style: italic;
		font-size: 14px;
		font-weight: 300;
	}

	h2 .cancelled {
		color: #666;
		text-transform: uppercase;
		font-style: normal;
		font-size: 11px;
		background: #FFA;
		font-weight: 300;
	}

h3 {
	font-size: 16px;
	padding: 0 0 12px 0;
}

	h3.big {
		font-size: 18px;
		padding: 0 0 14px 0;
	}

h4 {
	font-size: 12px;
	padding: 0 0 6px 0;
}

/* Links */

a {
	border-bottom: 1px solid #666;
	text-decoration: none;
}

a:link {
	color: #110975;
	border-color: #b1aed2;
}

a:visited {
	color: #490975;
	border-color: #c3aed2;
}

a:hover {
	color: #110975;
	border-color: #110975;
}

a:active {
	color: #000;
	border-color: #000;
}

/* .content defaults */

.content ul {
	list-style: disc;
	padding: 0 0 12px 14px;
}

.content ol {
	list-style-type: decimal;
	padding: 0 0 12px 22px;
}

.content dl {
	padding: 0 0 12px 12px;
}

.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
	padding-bottom: 0;
}

.content code {
	font-family: Monaco, "Courier New", monospace;
}

.content pre {
	font-size: 12px;
	line-height: 18px;
	background: #F5F5F5;
	margin: 0 0 12px 0;
	padding: 10px;
}

.content blockquote,
.content q {
	font-style: italic;
	color: #666;
}

.content blockquote {
	padding: 0 10px;
	padding: 12px 0;
	text-indent: -0.8em;
}

.content cite,
.content em {
	font-style: italic;
}

.content table {
	border-top: 1px solid #bbb;
}

.content td,
.content th {
	border-bottom: 1px solid #bbb;
	padding: 4px;
	vertical-align: top;
}

.content th {
	font-weight: 700;
}

.content thead {
	background: #f4f4f4;
}


#content .col-5 table {
	margin-left: 1px !important;
}

/*
	Page structure and layout
*/

#container {
	width: 936px;
	margin: 0 auto;
}

	/* General */

	.silverBox {
		padding: 10px;
		background: #f7f7f7;
		margin-bottom: 12px;
	}

	.item {
		padding-bottom: 18px;
	}

		.noPaddingParagraphs ul,
		#documenten ul {
			padding: 0 0 12px 14px;
			list-style-type: disc;
		}

	#blogBrowse .item {
		padding-bottom: 12px;
		margin-bottom: 12px;
		border-bottom: 1px solid #EEE;
	}

		.item h2 span {
			font-size: 11px;
			font-weight: 700;
			font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		}

	caption {
		display: none;
	}

	div.hr hr {
		display: none;
	}

	div.hr {
		height: 1px;
		font-size: 0;
		background: #e1e1e1;
		margin: 8px 0 16px 0;
	}

	small {
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		font-size: 11px;
		line-height: 1.454;
	}

		/* Table linklist */

		table.linkList {
			width: 100%;
			margin-bottom: 12px;
			border-collapse: collapse;
		}

		table.linkList thead {
			display: none;
		}

		table.linkList td {
			border-bottom: 1px solid #f4f4f4;
			vertical-align: top;
		}

		.silverBox table.linkList td {
			border-bottom: 1px solid #e1e1e1;
			vertical-align: top;
		}

		table.linkList tr:hover,
		table.linkList tr:active {
			background: #110975;
		}

		table.linkList a {
			display: block;
			padding: 6px 10px;
			border: 0;
		}

		table.linkList tr:hover a,
		table.linkList tr:active a {
			color: #fff;
		}

		table.linkList td.small,
		table.linkList td.compact {
			font-family: "Lucida Grande", Verdana, Arial, sans-serif;
			font-size: 11px;
			line-height: 1.636;
		}

			table.linkList td.small a:link,
			table.linkList td.small a:visited {
				color: #999;
			}

			table.linkList tr:hover td.small a,
			table.linkList tr:active td.small a {
				color: #fff;
			}

		table.linkList td.dark {
			font-weight: 700;
		}

			table.linkList td.dark a:link,
			table.linkList td.dark a:visited {
				color: #333;
			}

			table.linkList tr:hover td.dark a,
			table.linkList tr:active td.dark a {
				color: #fff;
			}

		table.linkList td.date {
			width: 60px;
			white-space: nowrap;
		}

		table.linkList td.type {
			width: 168px;
			white-space: nowrap;
		}

	.noPaddingParagraphs p {
		padding: 0;
	}

	/* Div linklist */

		.divLinkList {
			margin-bottom: 12px;
		}

		.divLinkList p {
			border-bottom: 1px solid #e1e1e1;
		}

		.divLinkList p:hover,
		.divLinkList p:active {
			background: #110975;
		}

		.divLinkList p a {
			display: block;
			padding: 6px 10px;
			border: 0;
		}

		.divLinkList p small a {
			padding: 6px 10px 0 10px;
		}

		.divLinkList p:hover a,
		.divLinkList p:active a {
			color: #fff;
		}

		.divLinkList p small {
			font-family: "Lucida Grande", Verdana, Arial, sans-serif;
			font-size: 11px;
			line-height: 1.454;
		}

			.divLinkList p small a:link,
			.divLinkList p small a:visited {
				color: #999;
			}

			.divLinkList p:hover small a,
			.divLinkList p:active small a {
				color: #fff;
			}

		.divLinkList p small.dark {
			font-weight: 700;
		}

			.divLinkList p small.dark a:link,
			.divLinkList p small.dark a:visited {
				color: #666;
			}

			.divLinkList p:hover small.dark a,
			.divLinkList p:active small.dark a {
				color: #fff;
			}

		/* Buttons */

		a.button {
			font-family: "Lucida Grande", Verdana, Arial, sans-serif;
			font-size: 11px;
			line-height: 1.636;
			border: 1px solid #ccc;
			background: #f7f7f7;
			padding: 2px 8px;
			margin-left: 4px;
			color: #333;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			display: block;
		}

			a.button:link,
			a.button:visited {
				border-color: #ccc;
				background: #f7f7f7;
				color: #333;
			}

			a.button:hover,
			a.button:active {
				border-color: #8884ba;
				background: #e7e6f1;
				color: #110975;
			}

			.silverBox a.button,
			.silverBox a.button:link,
			.silverBox a.button:visited {
				border-color: #ccc;
				background: #fff;
				color: #333;
			}

			.silverBox a.button:hover,
			.silverBox a.button:active {
				border-color: #8884ba;
				background: #e7e6f1;
				color: #110975;
			}

		p.buttonHeight {
			padding: 3px 0;
		}

		/* Share button */

		a.a2a_dd {
			padding-right: 24px;
			background: #f7f7f7 url(../images/share_icon.gif) no-repeat right 2px;
			overflow: hidden;
		}

		a.a2a_dd:link,
		a.a2a_dd:visited {
			background: #f7f7f7 url(../images/share_icon.gif) no-repeat right 2px;
		}

		a.a2a_dd:hover,
		a.a2a_dd:active {
			background: #e7e6f1 url(../images/share_icon.gif) no-repeat right -16px;
		}

	/* Header */

	#header {
		position: relative;
		height: 110px;
	}

	#extraBar {
		float: right;
		background: #eee;
	}

	#headerRss {
		float: left;
		padding: 10px 6px 10px 12px;
	}

	#headerRss a {
		width: 15px;
		height: 16px;
		background: url(../images/rss_icon.gif) no-repeat 0 0;
		text-indent: -9999px;
		display: block;
		overflow: hidden;
		border: 0;
	}

		#headerRss a:hover {
			background-position: 0 -16px;
		}

		#headerRss a:active {
			background-position: 0 -32px;
		}

	#language {
		float: left;
		padding: 7px 6px;
	}

	#language li {
		float: left;
		padding: 2px 12px 2px 6px;
	}

	#language li.selected {
		padding: 0 6px 0 0;
	}

	#language li a {
		display: block;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		font-size: 11px;
		line-height: 1.636;
		color: #666;
		border-color: #c1c1c1;
	}

		#language li a:link,
		#language li a:visited {
			color: #666;
			border-color: #c1c1c1;
		}

		#language li a:hover,
		#language li a:active {
			color: #333;
			border-color: #333;
		}

	#language li.selected a {
		padding: 2px 6px;
		border: 0;
		background: #999;
		color: #fff;
	}

		#language li.selected a:link,
		#language li.selected a:visited {
			background: #999;
			color: #fff;
		}

		#language li.selected a:hover,
		#language li.selected a:active {
			background: #888;
			color: #fff;
		}

	#searchBar {
		float: right;
		padding: 6px 6px 0 0;
	}

	#searchBar form,
	#searchBar fieldset {
		float: left;
	}

	#searchBar input.input-text {
		border-color: #750015;
		width: 110px;
	}

	#searchBar input.input-submit {
		color: #fbe6ea;
		background: #750015;
		padding: 4px 4px;
		border: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	#searchBar input.input-submit:hover {
		color: #fff;
		background: #5c0011;
	}

	#searchBar input.input-submit:active {
		color: #fff;
		background: #42000c;
	}

	@-moz-document url-prefix() {
		#searchBar input[type="submit"]:focus {
			outline: 2px solid #ed8094;
			-moz-outline-radius: 3px;
			fborder-color: #750015;
		}
		#searchBar input[type="search"]:focus {
			outline: 2px solid #ed8094;
			-moz-outline-radius: 3px;
			fborder-color: #750015;
		}
	}

	/* Search results */

	#searchResults {
		/* No styles */
	}

		#searchResults li {
			margin: 0 0 12px;
			padding: 0 0 12px;
			border-bottom: 1px solid #e1e1e1;
		}

		#searchResults li:last-child {
			border: none;
		}

	/* Logo */

	#header h1 {
		width: 122px;
		height: 93px;
		background: url(../images/logo.gif) no-repeat;
		text-indent: -9999px;
		float: left;
		margin-top: 17px;
		padding: 0;
	}

	#header h1 a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
	}

	/* Navigation */

	#navigationBar {
		background: #db0029;
		position: absolute;
		top: 74px;
		left: 147px;
		width: 789px;
	}

	#navigation li {
		float: left;
	}

	#navigation li a {
		display: block;
		padding: 9px 18px;
		border: 0;
		background: #db0029;
		color: #fff;
	}

		#navigation li a:link,
		#navigation li a:visited {
			background: #db0029;
			color: #fff;
		}

		#navigation li a:hover,
		#navigation li a:active {
			background: #f4f4f4;
			color: #db0029;
		}

	#navigation li.selected a {
		background: #c20024;
		color: #fbe6ea;
	}

		#navigation li.selected a:link,
		#navigation li.selected a:visited {
			background: #c20024;
			color: #fbe6ea;
		}

		#navigation li.selected a:hover,
		#navigation li.selected a:active {
			background: #c20024;
			color: #fff;
		}

	/* Breadcrumb */

	#breadcrumb {
		clear: both;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		font-size: 11px;
		line-height: 1.636;
		padding: 9px 12px;
		border-bottom: 1px solid #e1e1e1;
		color: #999;
	}

	#breadcrumb p {
		padding: 0;
	}

	#breadcrumb a,
	#breadcrumb a:link,
	#breadcumb a:visited {
		color: #666;
		border-color: #cdcdcd;
	}

	#breadcrumb a:hover,
	#breadcumb a:active {
		color: #555;
		border-color: #555;
	}

	/* Content */

	#content {
		clear: both;
		padding: 12px 0;
	}

	#content .contentImageWrapper object,
	#content .contentImageWrapper img {
		max-width: 200px;
	}

	#content .col-5 #glocation object,
	#content .col-5 #glocation img {
		max-width: none;
	}

	/* Index intro */

	#indexIntro h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		font-weight: 300;
		color: #666;
		text-align: center;
		padding: 12px 0 24px 0;
	}

	/* indexFocus */

	#focusImageWrapper {
		width: 252px;
		padding-right: 24px;
		float: left;
	}

	#focusImageWrapper img {
		width: 252px;
		height: 190px;
		display: block;
	}

	#focusImageWrapper a {
		display: block;
		border: 0;
	}

	#focusListWrapper {
		width: 636px;
		float: left;
	}

	/* Thumblist */

	.thumbList {
		border-bottom: 1px solid #e1e1e1;
		margin-bottom: 12px;
		width: 244px;
	}

	body#home .thumbList {
		width: 340px;
	}

		body#home .thumbList:last-child {
			border: none;
		}

	.bigThumbList {
		border-bottom: 1px solid #e1e1e1;
		margin-bottom: 16px;
		width: 456px;
		clear: both;
	}

	.thumbList small {
		font-weight: 700;
		color: #333;
	}

	.bigThumbList small {
		color: #666;
	}

	.bigThumbList small b {
		color: #333;
	}

	.thumbList small a {
		font-weight: 300;
	}

	.thumbList .thumbWrapper {
		width: 62px;
		padding: 0 24px 12px 0;
		float: left;
	}

	.bigThumbList .thumbWrapper {
		width: 72px;
		padding: 0 24px 12px 0;
		float: left;
	}

	.thumbList .thumbWrapper img {
		width: 62px;
		display: block;
	}

	.bigThumbList .thumbWrapper img {
		width: 72px;
		display: block;
	}

	.thumbList .thumbWrapper a,
	.bigThumbList .thumbWrapper a {
		border: 0;
		display: block;
	}

	.thumbList .infoWrapper {
		width: 158px;
		float: left;
	}

	.thumbList .infoWrapper p {
		padding-bottom: 8px;
	}

	body#home .thumbList .infoWrapper {
		width: 254px;
	}

	.bigThumbList .infoWrapper {
		width: 360px;
		float: left;
	}

	/* Newsletter */

	.sideNewsletter {
		padding: 15px;
		border: 1px solid #e1e1e1;
		background: #fff;
	}

	.sideNewsletter h4 {
		padding-left: 24px;
		background: url(../images/mail_icon.gif) no-repeat 0 3px;
	}

	.sideNewsletter small {
		color: #999;
	}

	.sideNewsletter input.input-text {
		width: 134px;
	}

	body#home .sideNewsletter input.input-text {
		width: 230px;
	}

	body#home.fr .sideNewsletter input.input-text,
	body#home.en .sideNewsletter input.input-text {
		width: 220px;
	}

	/* Logos */

	.logos {
		width: 360px;
	}

	.logos a {
		border: 0;
		float: left;
		margin: 0 2px 2px 0;
	}

	#indexAlsoVisit a {
		margin: 0 4px 4px 0;
	}

	#indexAlsoVisit a.lastChild {
		margin: 0 0 4px 0;
	}

	#indexSocialMedia a {
		margin: 0 3px 3px 0;
	}

	#indexSocialMedia a.lastChild {
		margin: 0 0 3px 0;
	}

	.logos img {
		display: block;
	}

	/* Subnavigation */

	#subNavigation {
		padding-bottom: 36px;
		width: 168px;
	}

	#subNavigation li {
		border: 0;
		padding: 0;
		margin: 0;
	}

	#subNavigation a {
		display: block;
		padding: 5px 10px;
		margin: 0;
		background: #fff;
		border-color: #e1e1e1;
		color: #333;
	}

		#subNavigation a:link,
		#subNavigation a:visited {
			background: #fff;
			border-color: #e1e1e1;
			color: #333;
		}

		#subNavigation a:hover,
		#subNavigation a:active {
			background: #db0029;
			border-color: #e1e1e1;
			color: #fff;
		}

	#subNavigation li.selected a {
		display: block;
		padding: 5px 10px;
		font-weight: 700;
		background: #f4f4f4;
		border-color: #999;
		color: #333;
	}

		#subNavigation li.selected a:link,
		#subNavigation li.selected a:visited {
			background: #f4f4f4;
			border-color: #e1e1e1;
			color: #333;
		}

		#subNavigation li.selected a:hover,
		#subNavigation li.selected a:active {
			background: #db0029;
			border-color: #e1e1e1;
			color: #fff;
		}

	#subNavigation li.selected li a {
		padding: 3px 10px 3px 20px;
		background: #f9f9f9;
		border-color: #e1e1e1;
		color: #666;
		font-weight: 300;
	}

		#subNavigation li.selected li a:link,
		#subNavigation li.selected li a:visited {
			background: #f9f9f9;
			border-color: #e1e1e1;
			color: #666;
			font-weight: 300;
		}

		#subNavigation li.selected li a:hover,
		#subNavigation li.selected li a:active {
			background: #db0029;
			border-color: #750015;
			color: #fff;
			font-weight: 300;
		}

	#subNavigation li.selected li.selected a {
		font-weight: 700;
		background: #e1e1e1;
		border-color: #999;
		color: #333;
	}

		#subNavigation li.selected li.selected a:link,
		#subNavigation li.selected li.selected a:visited {
			background: #e1e1e1;
			border-color: #999;
			color: #333;
		}

		#subNavigation li.selected li.selected a:hover,
		#subNavigation li.selected li.selected a:active {
			background: #db0029;
			border-color: #750015;
			color: #fff;
		}

	/* Sub logo's */

	#subLogos {
		padding: 12px;
	}

	#subLogos a {
		border: 0;
		display: block;
		margin-bottom: 4px;
	}

	#subLogos a.lastChild {
		margin-bottom: 0;
	}

	#subLogos img {
		display: block;
	}

	/* Icon list */

	.iconList {
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		font-size: 11px;
		line-height: 1.636;
		padding: 12px 0;
	}

	.iconList li {
		float: left;
		padding-right: 15px;
	}

	.iconList li a {
		display: block;
		border: 0;
		padding-left: 20px;
	}

	.iconList li.podcasts a {
		background: url(../images/logos/podcast_icon.gif) no-repeat;
	}

	.iconList li.videos a {
		background: url(../images/logos/video_icon.gif) no-repeat;
	}

	.iconList li.pictures a {
		background: url(../images/logos/picture_icon.gif) no-repeat;
	}

	.iconList li.reports a {
		background: url(../images/logos/report_icon.gif) no-repeat;
	}

	.iconList li a span,
	.iconList li a:link span {
		border-bottom: 1px solid #b1aed2;
	}

	.iconList li a:visited span {
		border-bottom: 1px solid #c3aed2;
	}

	.iconList li a:hover span {
		border-bottom: 1px solid #110975;
	}

	.iconList li a:active span {
		border-bottom: 1px solid #000;
	}

	.podcasts h3 {
		background: url(../images/logos/podcast_icon.gif) no-repeat;
		padding-left: 24px;
	}

	.videos h3 {
		background: url(../images/logos/video_icon.gif) no-repeat;
		padding-left: 24px;
	}

	.pictures h3 {
		background: url(../images/logos/picture_icon.gif) no-repeat;
		padding-left: 24px;
	}

	.reports h3 {
		background: url(../images/logos/report_icon.gif) no-repeat;
		padding-left: 24px;
	}

	.iconParagraph a {
		border: 0;
		color: #666;
	}

	/* Content Image */

	.contentImageWrapper {
		float: left;
		padding-right: 10px;
		text-align: center;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		font-size: 11px;
		line-height: 1.454;
		color: #666;
	}

	.contentImageWrapper a {
		border: 0;
		display: block;
	}

	.contentImageWrapper img {
		display: block;
	}

	.contentImageWrapper p {
		background: #f7f7f7;
		padding: 1px 0;
		border-bottom: 1px solid #eee;
	}

	/* Blog */

	p.date {
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		font-size: 11px;
		line-height: 1.454;
		color: #999;
	}

	.meta {
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		font-size: 11px;
		line-height: 1.454;
		color: #666;
		padding-bottom: 12px;
	}

	.gravatar {
		padding: 3px 12px 6px 0;
	}

	#activitiesComments {
		padding-top: 36px;
	}

	/* Activities */

	.reserveBtn {
		overflow: hidden;
		zoom: 1;
	}

		.reserveBtn a {
			float: left;
			margin: 10px 0;
		}

	#ticketInfo {
		padding: 10px 0 0 0;
	}

		#reserveForm .form-error {
			display: block;
			float: right;
			width: 311px;
		}

		#reserveForm fieldset p {
			overflow: hidden;
			zoom: 1;
			padding: 0 0 7px 0;
		}

		#reserveForm label {
			float: left;
			width: 115px;
		}

		#reserveForm label.inline {
			float: none;
			width: 311px;
			padding-left: 115px;
		}

		#reserveForm fieldset input {
			float: left;
		}

		#reserveForm small {
			font-style: italic;
			color: #999;
		}

		#reserveForm .requiredInfo {
			padding-left: 115px;
		}

		#reserveForm .neverShowed {
			display: block;
			float: left;
			padding: 4px 0 0 10px;
		}

		#reserveForm .input-submit {
			margin-left: 115px;
		}

		#reserveForm .extraInfo {
			padding: 0 0 10px 0;
			font-style: italic;
		}

	/* Podcast player */

	.podcastImage {
		width: 72px;
		padding-right: 24px;
		float: left;
	}

	.podcastImage img {
		width: 72px;
		height: auto;
		display: block;
	}

	.podcastPlayer {
		width: 360px;
		float: left;
	}

	/* Sitemap */

	.sitemap li {
		font-weight: 700;
	}

	.sitemap li li {
		font-weight: 300;
	}

	.sitemap ul {
		padding: 0 0 6px 12px;
	}

	.sitemap ul ul {
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		font-size: 11px;
		line-height: 1.454;
	}

	/* Footer */

	#footer {
		background: #999;
		padding: 0 12px;
		color: #fff;
		margin-bottom: 24px;
		width: 912px;
	}

	#footer a,
	#footer a:link,
	#footer a:visited {
		color: #eee;
		border-color: #bbb;
	}

	#footer a:hover,
	#footer a:active {
		color: #fff;
		border-color: #fff;
	}

	#footer li {
		float: left;
		line-height: 48px;
		padding: 0 12px;
	}

	#footer li.bzIcon a,
	#footer li.ocwIcon a,
	#footer li.vlIcon a,
	#footer li.rijksoverheidIcon a {
		border: 0;
		height: 48px;
		display: block;
		overflow: hidden;
		text-indent: -9999px;
		opacity: 0.75;
		-moz-opacity: 0.75;
		filter: alpha(opacity=75);
	}

	#footer li.bzIcon a:hover, #footer li.bzIcon a:active,
	#footer li.ocwIcon a:hover, #footer li.ocwIcon a:active,
	#footer li.vlIcon a:hover, #footer li.vlIcon a:active,
	#footer li.rijksoverheidIcon a:hover, #footer li.rijksoverheidIcon a:active {
		opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100);
	}

	#footer li.rijksoverheidIcon a {
		width: 89px;
		background: url(../images/footer_logo_rijksoverheid.gif) no-repeat 0 0;
	}

	#footer li.bzIcon a {
		width: 70px;
		background: url(../images/footer_logo_bz.gif) no-repeat 0 0;
	}

	#footer li.ocwIcon a {
		width: 34px;
		background: url(../images/footer_logo_ocw.gif) no-repeat 0 0;
	}

	#footer li.vlIcon a {
		width: 42px;
		background: url(../images/footer_logo_vl.gif) no-repeat 0 0;
	}

/*
	Column system
*/

.col { width: 72px; padding-right: 24px; float: left; overflow: hidden; }
.col-2 { width: 168px; }
.col-3 { width: 264px; }
.col-4 { width: 360px; }
.col-5 { width: 456px; }
.col-6 { width: 552px; }
.col-7 { width: 648px; }
.col-8 { width: 744px; }
.col-9 { width: 840px; }
.lastCol { padding-right: 0; }
.spacer { min-height: 1px; }

/*
	Dialog boxes
*/

.dialogBox {
 	padding: 10px;
 	margin-bottom: 10px;
 	background: #f4f4f4;
 	border: 1px solid #eee;
 	color: #666;
 }

.dialogSucces {
	background: #e6efc2;
	border-color: #c6d880;
	color: #264409;
}

.dialogError {
	background: #fbe3e4;
	border-color: #fbc2c4;
	color: #8a1f11;
}

.dialogNotice {
	background: #fff6bf;
	border-color: #ffd324;
	color: #514721;
}

/*
	Pagination
*/

.paginationWrap {
	width: 100%;
	overflow: hidden;
}

.pagination {
	float: left;
	position: relative;
	left: 50%;
}

.pagination ul {
	padding: 18px 0;
	z-index: 2;
	overflow: hidden;
	position: relative;
	left: -50%;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	text-decoration: none;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.636;
	text-align: center;
}

.pagination li span {
	float: left;
	display: block;
	padding: 4px 5px;
	color: #ccc;
	min-width: 12px;
}

.pagination li.currentpage span {
	font-weight: 700;
	color: black;
}

.pagination li.selected span {
	padding: 4px 5px;
	font-weight: 700;
	color: black;
}

.pagination li a:link,
.pagination li a:visited {
	float: left;
	display: block;
	padding: 2px 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	min-width: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: black;
}

.pagination li a:hover,
.pagination li a:active {
	background: #e7e6f1;
	border: 1px solid #8884ba;
	color: #110975;
}

.nextpage, .previouspage {
	font-size: 11px !important;
}

.pagination li.nextpage {
	margin-left: 10px;
}

.pagination li.previouspage {
	margin-right: 15px;
}

/* Form styles */

legend {
	display: none;
}

label {
	display: block;
	padding: 4px 0;
}

input.input-text,
input.input-password,
textarea {
	font-size: 12px;
	background: #fcfcfc;
	border: 1px solid #ccc;
	color: #666;
	font-family: Arial, sans-serif;
	padding: 4px 2px;
}

.smallInput input {
	width: 44px;
}

input:focus,
textarea:focus {
	border-color: #999;
	background: #fff;
}

@-moz-document url-prefix() {
	input[type="text"]:focus,
	textarea:focus {
		outline: 2px solid #b6cbe5;
		-moz-outline-radius: 3px;
		fborder-color: #5d92d4;
	}
}

input.input-submit {
	color: #333;
	background: #f7f7f7;
	padding: 3px 4px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	border: 1px solid #ccc;
	text-align: center;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input.input-submit:hover {
	border: 1px solid #bababa;
	background: #ddd;
}

input.input-submit:active,
input.input-submit:focus {
	border-color: #1a2f49;
	background: #b6cbe5;
}

.form-error {
	padding: 4px;
	margin: 3px 0;
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #8a1f11;
	display: block;
}

/* General classes */

.hidden { display: none; }
.block { display: block; }

.noPadding { padding: 0 !important; }
.noBottomPadding, p.noBottomPadding { padding-bottom: 0 !important;}
.noMargin { margin: 0 !important; }

.padding { padding-bottom: 12px; }
.margin { margin-bottom: 12px; }

.floatLeft { float: left; }
.floatRight { float: right; }

.noBorder { border: none !important; }
.border { border: 1px solid #C7C7C7; }

.clear { clear: both;}

.serif { font-family: "Times New Roman", Times, Georgia, serif; }
.serifSpecial { font-family: "Hoefler Text", "Palatino Linotype", "Times New Roman", Times, Georgia, serif; }
.uc { text-transform: uppercase; }
.sc { font-variant: small-caps; }
.lc { text-transform: lowercase; }

.rc {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.mute666 { color: #666;}
.mute999 { color: #999;}

/* Image classes */

img.alignLeft {
	float: left;
	padding: 0 10px 10px 0;
}

img.alignRight {
	float: right;
	padding: 0 0 10px 10px;
}

/* Index image classes */

img.goLeft {
	float: left;
	padding: 4px 24px 6px 0;
}

.goRight p,
.goRight h4 {
	overflow: hidden;
	width: 360px;
}

#home .goRight p,
#home .goRight h4 {
	padding-left: 169px;
	width: auto;
}

#blogBrowse .goRight p,
#blogBrowse .goRight h4 {
	padding-left: 96px;
}

#topShare {
	padding: 10px 0 5px 0;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}

#topShare .fb-like {
	padding-right: 10px;
}

#topShare .twitter-share-button {
	max-width: 100px;
}

#bottomShare {
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	margin-bottom: 10px;
}

#bottomShare .fb-like,
#bottomShare .twitter-share-button {
	padding-right: 10px;
}

.fb-like > span {
	vertical-align: baseline !important;
}

.pb50 {
	padding-bottom: 70px;
}

#home img.goLeft {
	margin-left: -169px;
	width: 145px;
	height: auto;
	padding-right: 24px;
}

#blogBrowse img.goLeft {
	margin-left: -96px;
	width: 72px;
	height: auto;
	padding-right: 24px;
}

#indexColumn img.goLeft,
#indexBorderViewer img.goLeft,
#indexWorthKnowing img.goLeft,
#blogBrowse img.goLeft {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#indexColumn .cols,
#indexBorderViewer .cols,
#indexWorthKnowing .cols,
#blogBrowse .article {
	position: relative;
}

/*
	Extra styles
*/
p.font10 { font-size: 10px; line-height: 2px; }
p.font11 { font-size: 11px; line-height: 3px; }
p.font12 { font-size: 12px; line-height: 4px; }
p.font13 { font-size: 13px; line-height: 5px; }
p.font14 { font-size: 14px; line-height: 6px; }
p.font15 { font-size: 15px; line-height: 7px; }
p.font16 { font-size: 16px; line-height: 8px; }
p.font17 { font-size: 17px; line-height: 9px; }
p.font18 { font-size: 18px; line-height: 10px; }
p.font19 { font-size: 19px; line-height: 11px; }
p.font20 { font-size: 20px; line-height: 12px; }

/*
	Clearfix
*/

.clearFix:after,
.cols:after,
.item:after,
.meta:after,
.buttonHolder:after,
#header:after,
#content:after,
#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
	Activities
*/

#activitiesDetail .header {
	margin-bottom: 15px;
}

#activitiesDetail h2 {
	font-size: 24px;
	padding-bottom: 3px;
}

#activitiesDetail .subTitle {
	font-size: 16px;
	padding-bottom: 0;
}

#activitiesDetail .date {
	color: #db0029;
	font-weight: bold;
}

#activitiesDetail .info {
	float: right;
	width: 240px;
}

#activitiesDetail .info p {
	padding: 0 0 10px 0;
}

#activitiesDetail .info.got-canceled,
#activitiesDetail .info.got-canceled.noGoTo {
	text-decoration:line-through;
}

	.canceled-label {
		color: #DC143C !important;
	}


#activitiesDetail .archived,
#activitiesDetail .cancelled {
	background: #DDD;
	color: #666;
	font-size: 14px;
	font-weight: 300;
	padding: 3px 7px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#activitiesDetail #reserveBox {
	padding-bottom: 9px;
}

#activitiesDetail .iconList {
	padding: 17px 10px;
}

#activitiesDetail .iconListArchive {
	background: #EEE;
}

#activitiesDetail	.sideInfo {
	float: left;
	width: 200px;
}

#activitiesDetail	.sideInfo .contentImageWrapper {
	margin-bottom: 15px;
}

#activitiesDetail #topShare {
	border-bottom: 0;
	border-top: 0;
}

#activitiesDetail	.goto {
	background: #f7f7f7;
	margin-bottom: 20px;
}

#activitiesDetail #subNavigation li.selected a {
	background: #db0029;
	border-color: #e1e1e1;
	color: #fff;
}

	#subNavigation li.selected a:link,
	#subNavigation li.selected a:visited {
		background: #db0029;
		border-color: #e1e1e1;
		color: #fff;
	}

/*#activitiesDetail .item.content {*/
	/*min-height: 500px;*/
/*}*/

#activitiesDetail.archived {
	background: rgba(235,235,235,1);
	background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,235,235,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0 );
	border-top: 1px solid #DDD;
	padding: 20px;
	position: relative;
}

/* Border background technique: http://jsfiddle.net/necolas/vqnk9/ */
#activitiesDetail.archived:before, #activitiesDetail.archived:after {
	content: "";
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: 0px;
	width: 1px;

	background: #DDD;
	background: -moz-linear-gradient(top, #DDD 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #DDD), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, #DDD 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, #DDD 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, #DDD 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, #DDD 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDD', endColorstr='#ffffff', GradientType=0 );
}

#activitiesDetail.archived:after {
	left: auto;
	right:-1px;
}

	#activitiesDetail.archived .info {
		width: 200px;
	}


.videos iframe {
    max-width: 100%;
}

#fotos object {
    max-width: 100%;
}

.archived .podcastPlayer {
    width: 310px
}