﻿/*
	generic layout styles
*/

* {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Arial";
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

a {
	text-decoration: underline;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font-size: 13pt;
	font-weight: bold;
}

h4 {
	font-size: 12pt;
	font-weight: bold;
}


.afsluiter {
	clear: both;
}

/* window 
#window {
	margin-top: 10mm;
	margin-left: 25mm;
	margin-right: 25mm;
	margin-bottom: 15mm;
}
*/

/* printheader */
#printheader {
	border-bottom: solid 2px #000;
	margin-bottom: 10mm;
	padding-bottom: 20px;
}

#printheader img {
	float: right;
}

/* unordered lists */

ul {
	list-style: disc inside;
	
}

ul ul {
	list-style: circle inside;
	margin-left: 2em;
}

ul ul ul {
	list-style: square inside;
}

/* ordered lists */

ol {
	list-style: decimal inside;
	counter-reset: item
}

ol ol {
	list-style: decimal inside;
	margin-left: 2em;
}

ol ol ol {
	list-style: decimal inside;
}

/* hidden features */
#header {
	display: none;
}

#linkerkolom {
	display: none;
}

#contentblokken {
	display: none;
}

#footer {
	display: none;
}

#printknop {
	display: none;
}

#MasterHeader {
	display: none;
}

#keuze_periode {
	display: none;
}

fieldset.faq {
	display: none;
}

#keuzetool {
	display: none;
}

#paginator {
	display: none;
}

/* show breadrumb */
#breadcrumb {
	margin-bottom: 10px;
}

/* blokkenindex */
#blokkenindex a {
	display: block;
	border: solid 1px #000;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	width: 50%;
}

/* agenda / nieuws en pers */

#lijst .item a {
	margin-right: 1em;
	text-decoration: underline;
}

#lijst .item img {
	display: block;
	float: right;
}

#lijst .item {
	margin-bottom: 10px;
}
