/* CSS reset (based on Yahoo reset) */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal}
input,textarea,select{font-size:100%}
table{border-collapse:collapse}
fieldset,img{border:0}
caption,th{text-align:left}
q:before,q:after{content:''}
abbr{border:none}

/* HTML5 block elements */
article,aside,figure,footer,header,hgroup,nav,section{display:block}

/* Global typography and colors
----------------------------------------------------------------------------- */
html {
	background: #d7d6cc url('../img/bg.png') fixed repeat;
	color: #000;
	height: 100%;
	overflow-y: scroll;
}

body, input, textarea, select, table, footer h1 {
	font: normal normal normal 12px/16px 'lucida sans unicode', 'lucida grande', 'lucida sans', 'lucida sans regular', 'trebuchet ms', sans-serif;
}

body {
	width: 908px;
	padding: 0 44px;
	margin: 0 auto;
	background: url('../img/canvas.png') repeat-y 50% 0;
	min-height: 100%;
}

h1, h2, h3, h4, #menu {
	font-family: times, times new roman, garamond, serif;
	font-weight: normal;
	color: #038;
}

h1 a, h2 a, h3 a, h4 a {
	color: #038;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}

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

a:hover {
	text-decoration: none;
}

.hide {
	position: absolute;
	left: -99999em;
	overflow: hidden;
	width: 0;
	height: 0;
}

.nobr {
	white-space: nowrap;
}

:target,
:target a {
	color: #9e57b5 !important;
}

.no-related {
	padding-top: 11px;
	font-style: italic;
	color: #999
}

strong {
	background-color: #ffd;
	padding: 0 1px;
	margin: 0 -1px;
	font-weight: inherit;
}

a.admin {
	position: relative;
	outline: none;
	margin-left: .1em;
}

	a.admin img {
		background: none;
		border: none;
		width: 12px;
		height: 16px;
		margin: -4px 0 0;
		padding: 0 2px;
	}

	a.admin img:hover {
		background: #ddd;
	}

/* Global page structure
----------------------------------------------------------------------------- */
section.content {
	padding: 0 0 80px;
	width: 676px;
}

	section.content p,
	section.content li,
	section.content dd {
		text-align: left;
	}

body nav,
body .kolom,
body .content {
	float: left;
}

nav {
	width: 232px;
	padding: 0 0 64px;
}

	nav ul {
		list-style: none;
	}

body.overview .kolom1 {
	width: 328px;
	margin-right: 20px;
	min-height: 1px;
}

body.overview .kolom2 {
	width: 328px;
}

body.content .kolom1 {
	width: 424px;
}

body.content .kolom1 ul,
body.content .kolom1 ol {
	margin: 0 0 16px 15px;
}

body.content .kolom1 ul.attachments {
	overflow: hidden;
}

body.content .kolom1 ul {
	list-style: circle;
}

body.content .kolom1 li {
	margin: 0 0 8px;
}

body.content .kolom2 {
	width: 212px;
	float: right;
}

footer {
	clear: both;
}

figure img {
	display: block;
}

/* Read more, read less
----------------------------------------------------------------------------- */
p.read-more a,
p.read-less a,
h1.h-similar span,
section#home-kwartiermaken p.read-more-alt a,
p.read-more-small a {
	color: #213;
	font-size: 11px;
	background: transparent url('../img/rarr.png') no-repeat scroll 0 4px;
	padding-left: 17px;
}

body.home .kolom1 .read-more-small {
	margin: -8px 0 0;
}

p.read-more-small a {
	padding-left: 20px;
	background-position: 2px 4px;
}

p.read-less a {
	background-image: url('../img/larr.png');
}

section#home-kwartiermaken p.read-more-alt {
	text-align: right;
	margin: 0;
}

/* Attachment icons
----------------------------------------------------------------------------- */
body.content .kolom1 ul.attachments {
	margin-bottom: 24px;
	margin-left: 0;
}

	.attachments li {
		list-style: none;
	}

	.attachments li a {
		padding-bottom: 2px;
		float: left;
		clear: left;
	}

		.attachment-icon {
			padding-left: 20px;
			background: url('../img/icon/attach.png') no-repeat 0 0;
		}

		a[href$='.doc'], a[href$='.rtf'], a[href$='.odf'], a[href$='.txt'] {
			padding-left: 20px;
			background: url('../img/icon/page_white_word.png') no-repeat 0 0;
		}

		a[href$='.pdf'], a[href$='.ps'] {
			padding-left: 20px;
			background: url('../img/icon/page_white_acrobat.png') no-repeat 0 0;
		}

		a[href$='.xls'], a[href$='.xlsx'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt'] {
			padding-left: 20px;
			background: url('../img/icon/page_white_excel.png') no-repeat 0 0;
		}

		a[href$=.swf], a[href$=.as] {
			padding-left: 20px;
			background:url('../img/icon/page_white_flash.png') no-repeat 0 0;
		}

		a[href$='.ppt'], a[href$='.pptx'] {
			padding-left: 20px;
			background: url('../img/icon/page_white_powerpoint.png') no-repeat 0 0;
		}

		a[href$='.zip'], a[href$='.rar'], a[href$='.7z'] {
			padding-left: 20px;
			background: url('../img/icon/page_white_zip.png') no-repeat 0 0;
		}

		a[href$='.jpg'], a[href$='.gif'], a[href$='.png'], a[href$='.bmp'] {
			padding-left: 20px;
			background: url('../img/icon/image.png') no-repeat 0 0;
		}

		a[href$=.zip], a[href$=.rar], a[href$=.7z] {
			padding-left: 20px;
			background: url('../img/icon/archive.png') no-repeat 0 0;
		}

		figure a[href] {
			padding-left: 0;
			background: none;
		}

/* Header
----------------------------------------------------------------------------- */
header {
	height: 71px;
	overflow: hidden;
	margin: 0 -40px 32px;
	padding: 0 40px;
	background: url('../img/gradient.png') repeat-x 0 0;
	border-bottom: 1px solid #ccc;
}

	.portret {
		float:left;
		position:absolute;
		left:55%;
		top:8px
	}

	header h1 {
		float: left;
	}

	header h1,
	.zoek-top {
		margin-top: 24px;
	}

	.zoek-top {
		float: right;
	}

	.zoek-form {
		height: 36px;
		width: 212px;
	}

		.zoek-form fieldset {
			background: url('../img/zoeken.png') no-repeat 0 0;
			right: 4px;
			top: 5px;
		}

		.zoek-form button {
			background: url('../img/zoeken.png') no-repeat -211px -3px;
		}

		.zoek-form input:focus + button,
		.zoek-form input:hover + button,
		.zoek-form button:hover {
			background-position: -211px -27px;
		}

/* Navigation
----------------------------------------------------------------------------- */
#menu {
	list-style: none;
	font-size: 18px;
	line-height: 16px;
	margin: 10px 0 0;
}

	#menu li {
		margin-bottom: 16px;
	}

		#menu a {
			text-decoration: none;
			color: #038;
		}

		#menu a:hover,
		#menu a:active {
			text-decoration: underline;
		}

		#menu li strong,
		#lang li strong {
			background: none;
		}

			#menu li strong a,
			#lang li strong a{
				color: #9e57b5;
				font-weight: normal;
			}

#lang {
	margin-top: 37px;
	line-height: 24px;
}

	#lang li a {
		background: url('../img/vlaggen.png') no-repeat 0 -9999em;
		padding-left: 23px;
		color: #26b;
		text-decoration: none;
	}

	#lang li a:hover {
		text-decoration: underline;
	}

	#lang li.de a {
		background-position: 0 2px;
	}

	#lang li.en a {
		background-position: 0 -26px;
	}

/* Content
----------------------------------------------------------------------------- */
.content div.kolom h1,
.content article.kolom h1 {
	font-size: 24px;
	line-height: 28px;
	margin: 2px 0 10px;
	background: url('../img/header-line.png') repeat-x 0 100%;
}

div.kolom2 h1,
article.kolom2 h1 {
	background-position: 100% 100%;
}

	div.kolom h1 span,
	article.kolom h1 span {
		background: #fff;
		padding-right: 4px;
	}

.content div.kolom h2,
.content article.kolom h2 {
	font-size: 20px;
	line-height: 20px;
	margin: -9px 0 13px;
	color: #444;
}

.content p {
	margin: 0 0 16px;
}

.content p.intro {
	font-size: 13px;
	color: #444;
}

.content p.read-more,
.content p.read-less {
	background: url('../img/gradient.png') repeat-x 0 0;
	text-align: right;
	margin: -2px -4px 20px;
	padding: 2px 4px 7px 100px;
	font-size: 11px;
}

.content p.read-less {
	text-align: left;
	padding-left: 4px;
}

/* Sidebar
----------------------------------------------------------------------------- */
aside {
	color: #666;
	font-size: 11px;
}

body.publicaties aside {
	background: url('../img/header-line.png') repeat-x 0 22px;
}

	aside dl.metadata {
		margin: 22px 0 14px;
		padding: 13px 0 0;
		overflow: hidden;
		zoom: 1; /* haslayout ie6 */
		width: 220px;
	}

		aside dl.metadata dt {
			float: left;
			clear: both;
			width: 80px;
			margin: 0 0 8px;
		}

		aside dl.metadata dd {
			width: 140px;
			float: right;
			overflow: hidden;
			margin: 0 0 8px;
			color: #333;
		}

			aside dl.metadata dd a {
				text-decoration: none;
			}

			aside dl.metadata dd a:hover {
				text-decoration: underline;
			}

	aside h1.h-similar {
		font: normal normal normal 11px/16px 'lucida sans unicode', 'lucida grande', 'lucida sans', 'lucida sans regular', 'trebuchet ms', sans-serif;
		padding: 2px 4px;
		margin: 9px 0 11px;
		background: url("../img/gradient.png") repeat;
		color: #000;
	}

/* Small items
----------------------------------------------------------------------------- */
.content article.short {
	margin: 0 0 11px;
	overflow: hidden;
	padding: 0 0 8px;
	border-bottom: 1px solid #ccc;
}

.content article.short:last-child {
	border: none;
}

.content article.last-child { /* msie love */
	border: none;
}

	.content article.short p.onderdeel {
		margin: 0;
		font-size: 10px;
		text-transform: uppercase;
		color: #999;
	}

	.content article.short h1 {
		font-size: 20px;
		line-height: 20px;
		margin: 0 0 8px;
		background: none;
	}

	.content article.short h2 {
		font-size: 16px;
		line-height: 16px;
		margin: -6px 0 8px;
		color: #444;
	}

	span.date {
		display: block;
		font-size: 10px;
		text-transform: uppercase;
	}

	.content aside p,
	.content article.short p {
		margin-bottom: 8px;
	}

	.content aside a,
	.content article.short a,
	.content article.short p.read-more-small a {
		color: #26b;
	}

	.content article.short p.read-more-small {
		margin-bottom: 7px;
	}

	.content article.short a:hover {
		color: #26b;
	}

	.content article.short ul.attachments {
		margin: 0 0 7px;
		overflow: hidden;
	}

	.content article.short ul.attachments a {
		padding-bottom: 2px;
	}

/* Sidebar content on overview page
----------------------------------------------------------------------------- */
.content article.short + article.short-notreally {
	margin-top: 40px;
}

.content article.short-notreally {
	color: #666;
	position: relative;
	min-height: 30px;
	overflow: visible;
}

.content article.short-notreally .intro {
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

.content article.short-notreally h1 {
	font-size: 24px;
	line-height: 28px;
	margin: 2px 0 10px;
	background: url('../img/header-line.png') repeat-x 0 100%;
}

	.content article.bigtitle h1 span {
		background: #fff;
		padding-right: 4px;
	}

body.contact .kolom2,
body.overview article.short-notreally-notitle-first {
	padding-top: 46px;
}

body.overview article.short-notreally a.admin {
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	outline: 3px solid #fff;
}

/* Paging
----------------------------------------------------------------------------- */
div#prevnext {
	height: 20px;
	background: #f2f2f2;
	margin-top: -11px;
	padding-top: 2px;
}

	div#prevnext p {
		position: relative;
	}

		div#prevnext .herenow {
			text-align: center;
			display: block;
		}

		div#prevnext .next {
			text-align: right;
			position: absolute;
			right: 0;
			top: 0;
		}

			div#prevnext .next a {
				background: transparent url('../img/rarr.png') no-repeat scroll 100% 5px;
				padding-right: 20px;
			}

		div#prevnext .previous {
			position: absolute;
			left: 0;
			top: 0;
		}

			div#prevnext .previous a {
				background: transparent url('../img/larr.png') no-repeat scroll 0 4px;
				padding-left: 20px;
			}


/* Footer
----------------------------------------------------------------------------- */
footer {
	clear: both;
	margin: 0 -40px 0;
	padding: 80px 40px 36px;
	overflow: hidden;
	display: block !important;
	display: inline-block;
	background: #eee8f0 url('../img/rij.png') repeat-x 0 0;
}

.content-short footer {
	position: absolute;
	bottom: 0;
}

footer * {
	list-style: none;
	color: #888;
	font-size: 11px;
}

	footer * a {
		color: #666;
	}

	footer section {
		float: left;
		margin: 0 20px 0 0;
		width: 212px;
	}

	footer section#footer-section4 {
		margin-right: 0;
	}

		footer h1 {
			color: #111;
			padding: 0 0 5px 4px;
			border-bottom: 1px solid #8a7e8e;
			margin-bottom: 2px;
		}

		footer ul,
		footer p,
		footer dl {
			margin-left: 4px;
		}

		footer dt,
		footer dd {
			float: left;
		}

		footer dt {
			clear: left;
			margin-right: .4em;
		}

		footer dt:after {
			content: ':';
		}

/* Simple forms
----------------------------------------------------------------------------- */
.form-compact {
	position: relative;
}

.form-compact fieldset {
	position: absolute;
	height: 27px;
	width: 240px;
}

.form-compact input {
	border: none;
	width: 168px;
	position: absolute;
	top: 3px;
	left: 38px;
	padding: 2px 4px;
	background: none;
	color: #8e699a;
}

.form-compact input.default {
	font-style: italic;
	color: #999;
}

.form-compact input:focus {
	color: #9e57b5;
	outline: none;
}

.form-compact  button {
	height: 22px;
	position: absolute;
	right: 1px;
	top: 3px;
	width: 28px;
	border: none;
	display: block;
	text-indent: -999em;
	cursor: pointer;
}

/* Home
----------------------------------------------------------------------------- */
body.home .kolom1 section {
	margin: 0 0 20px;
	padding: 0 4px 0 4px;
}

body.home .kolom2 section {
	margin: 0 0 20px;
	padding: 0 4px;
}

.content section#home-nieuws article h1,
.content section#home-kwartiermaken h1 {
	background: none;
}

section#home-kwartiermaken {
	background: url('../img/home-kwartiermaken.png') no-repeat;
	padding: 102px 3px 14px 3px;
	position: relative;
	margin: -102px 0 23px 0;
	zoom: 1; /* ie6 haslayout */
}

	section#home-kwartiermaken h1 {
		color: #000;
	}

section#home-nieuwsbrief {
	margin: 0 0 32px;
}

	form.aanmelden-nieuwsbrief {
		height: 53px;
		background: url('../img/gradient.png') repeat-x 0 0;
		margin: 0 -4px 16px;
		padding: 0 4px;
		overflow: hidden;
	}

		form.aanmelden-nieuwsbrief fieldset {
			background: url('../img/aanmelden.png') no-repeat 0 0;
			right: 5px;
			top: 11px;
		}

		form.aanmelden-nieuwsbrief button {
			background: url('../img/aanmelden.png') no-repeat -211px -3px;
		}

		form.aanmelden-nieuwsbrief input:focus + button,
		form.aanmelden-nieuwsbrief input:hover + button,
		form.aanmelden-nieuwsbrief button:hover {
			background-position: -211px -30px;
		}

section#home-boek figure {
	position: relative;
	height: 0;
	margin: 0;
	overflow: visible;
	left: -140px;
	width: 136px;
	_margin-bottom: -222px;
}

		section#home-boek figure a img {
			padding: 3px 0 2px;
			display: block;
		}

		section#home-boek figure a span.text {
			background: url('../img/rarr.png') no-repeat 0 5px;
			padding-left: 17px;
			display: block;
		}

		section#home-boek figure a:hover span {
			text-decoration: underline;
		}

/* Publicaties
----------------------------------------------------------------------------- */
.content div.kolom h1.category-title {
	margin: 40px 0 10px;
}

.content div.kolom h1.category-title:first-child {
	margin-top: 2px;
}

.overview .kolom2 article.category {
	margin: 0 0 16px;
	border: none;
	padding: 8px 4px;
	color: #666;
	background: #f2f2f2;
}

	.overview .kolom2 article.category h1 {
		margin-bottom: 4px;
	}

	.overview .kolom2 article.category p {
		margin: 0;
	}

	.overview .kolom2 article.active {
		background: #faf5fb url(../img/gradient.png) repeat-x;
		color: #000;
	}

	.overview .kolom2 article.active h1 a,
	.overview .kolom2 article.active p.read-more-small a {
		color: #000;
		text-decoration: none;
	}

.overview .kolom2  h1.categorieen {
	margin: 2px 0 22px 4px;
}

/* Links
----------------------------------------------------------------------------- */
.links-category a.link {
	padding-left: 20px;
	background: url('../img/icon/link.png') no-repeat 0 1px;
	float: left;
	display: block;
}

.links-category dd {
	padding-left: 20px;
	margin: 0 0 8px;
	clear: both;
}

/* Zoek
----------------------------------------------------------------------------- */
div.zoek-page-wrap {
	margin: 0 0 11px;
	overflow: hidden;
}

form.zoek-page {
	margin: 1px 0 6px -4px;
}

section.zoektips {
	margin: 8px 0 32px;
	color: #666;
}

	.content section.zoektips h1 {
		margin-bottom: 5px;
	}

	section.zoektips li {
		margin-bottom: 8px;
		list-style: circle;
		margin-left: 15px;
	}

	section.zoektips li var {
		color: #9E57B5;
		white-space: nowrap;
	}

/* User message
----------------------------------------------------------------------------- */
body.message section.content {
	width: auto;
	float: none;
}

body.message .kolom {
	width: 400px;
	margin: 100px auto;
	float: none;
	padding: 20px 40px;
	border: 1px solid #ccc;
}
