/* default margins */
p,
ul,
ol,
table,
dd,
fieldset,
pre,
ul.sitemap li,
.lijstopmaak ul li,
.list li,
blockquote {
	margin-bottom: 1.364em; /* 15px bij 1em=11px */
	}
	ul.sitemap li li,
	ul ul,
	ul ol,
	ol ol,
	ol ul,
	.list li p {
		margin-bottom: 0;
		}



/* content elements / typography */

.article ul {
	list-style-type: square;
	margin-left: 20px;
	}
.article ol {
	list-style-type: decimal;
	margin-left: 0;
	}
	.article ul ul {
		list-style-type: circle;
		}
	.article ol ol {
		list-style-type: lower-alpha;
		list-style-position: inside;
		}
pre,
code {
	font-family: "Monaco", "Courier New", "Courier", monospace;
	font-size: 1em; /* 12px */
	}
pre {
	background-color: #eee;
	padding: 0.75em 10px;
	}
h1, p.dossiertitle {
	font-family: Arial, sans-serif;
	font-size: 2em; /* 22px */
	font-weight: normal;
	line-height: 1.091; /* 24px */
	margin-bottom: 0.682em; /* 15px */
	}
.article .node h2 {
	clear: both;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.455em; /* 16px */
	font-weight: normal;
	line-height: 1.125; /* 18px */
	margin-top: 0;
	margin-bottom: 0.25em; /* 4px */
	}
.article h2,
body.home h2,
h2.sectionhead {
	clear: both;
	font-family: Arial, sans-serif;
	font-size: 1.364em; /* 15px */
	font-weight: bold;
	line-height: 1.0; /* 15px */
	margin-bottom: 0.667em; /* 10px */
	margin-top: 2.333em; /* 35px */
	}
h3,
.article .list h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em; /* 11px */
	font-weight: bold;
	line-height: 1.364; /* 15px */
	margin: 0 !important;
	}
.sidebar h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.091em; /* 12px */
	font-weight: bold;
	line-height: 1.25; /* 15px */
	margin: 0 0 0.583em 0;
	}
.intro {
	font-weight: bold;
	}
table {
	}
	table caption {
		}
	table td,
	table th {
		}
blockquote {
	}
dt {
	font-style: italic;
	}
dd {
	margin-left: 20px;
	}
