@charset "UTF-8";
/* 

***********************************************************
	
	CSS-file by:
   
	Didjee, grafische vormgeving / multimedia, Delft
	Wateringsevest 38, 2611 AW Delft
	http://www.didjee.nl
	
	            
***********************************************************

*/

@import url('reset.css');

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: white;
}

#topflash {
	display: none;
}

#mainmenu {
	display: none;
}

#rightcontent {
	display: none;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.7em;
	font-weight: normal;
	line-height: 120%;
	color: black;
	margin: 0 0 20px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: normal;
	font-style: normal;
	line-height: 130%;
	color: black;
	margin: 1em 0 0.5em;
}

table {
	font-size: 1.1em;
	border: 1px solid gray;
	border-collapse: collapse;
	margin: 2em 0;
}

td {
	border: 1px solid gray;
	padding: 5px;
}


#maincontent p {
	line-height: 130%;
	font-size: 1.1em;
	margin: 0 0 1.1em;
}

#maincontent p a {
	color: gray;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border-left : 1px solid black;
	width: 280px;
	float: right;
	margin: 0 0 10px 15px;
	padding-left: 20px;
}

blockquote p {
	font-size: 2.1em !important;
	line-height: 130% !important;
	margin: 0 !important;
	padding: 0 !important;
}

#footer {
	border-top: 1px solid gray;
	padding: 8px 0;
	margin-top: 40px;
}

#footer a {
	display: none;
}

#maincontent ol, #maincontent ul {
	font-size: 1.1em;
	line-height: 160%;
	margin: 2em 30px;	
}

#maincontent ol {
	list-style-type: decimal;
}

#maincontent ul {
	list-style-type: disc;
}

#maincontent ol li, #maincontent ul li {
	margin: 0.5em 0;
}

/*/////////////////// ACCORDION /////////////////////*/

ul.faq li{ 
	padding: 0;
	border-top: 1px solid gray;
}

ul.faq { 
	list-style: none !important; 
	padding: 0 0 !important;
	margin: 0 0 30px !important;
}

div.collapse{ 
	width: 100%;
	margin: 0 0 8px;
}
	
div.collapse-container{ 
	color: black;
	height: 100%; 
	padding: 12px 30px 0 12px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}

ul.faq h3 {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
	line-height: 130%;
	padding: 8px 75px 8px 8px;
	color: black;
	margin: 0;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}

ul.faq h3 span { 
	font-weight: bold !important;
	font-size: 1.0em;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace !important;
	position: absolute;
	top: 5px;
	right: 12px;
	color: black; 
}


ul.faq h3 a {
	color: black;
	text-decoration: none;
}

/*////////////////////// NIEUWS /////////////////////*/

.article h3 {
	margin: 0 0 0.5em;
}

.article h3 a {
	color: black;
	text-decoration: none;
}

.article h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 130%;
	font-size: 1.6em;
	margin: 0 0 0.5em;
}

.article h3 a:hover {
	text-decoration: underline;
}

.article h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	line-height: 130%;
	color: gray;
	margin: 2em 0 0;
	padding: 8px 0 0;
	border-top: 1px solid gray;
}

/*//////////////// NIEUWSOVERZICHT ////////////////*/

.article {
	border: 1px solid gray;
	padding: 12px;
	margin-bottom: 10px;
}

.articlethumb {
	float: left;
	margin: 0 20px 8px 0;
}

.clearfloat {
	clear: both;
	height: 1px;
	line-height: 0%;
	font-size: 1px;
} 

/*////////////////// NIEUWSARTIKEL /////////////////*/

.postdate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: gray;
	margin: 0 0 10px;
}

.beeldnieuws {
	border: 5px solid gray;
	float: right;
	margin: -10px 0 12px 20px;
}

.readmore, .goback  {
	text-align: right;
	margin: 0 !important;
}

.readmore a, .goback a {
	font-weight: bold;
	text-decoration: none;
}

.readmore a:hover, .goback a:hover {
	text-decoration: underline;
}


/*/////////////////// DOWNLOADS ////////////////////*/

ul.downloads {
	font-size: 1.1em;
	line-height: 130%;
	padding: 8px 0;
	list-style-type: none !important;
	margin: 0 !important;
}

ul.downloads a {
	color: gray;
	text-decoration: none;
}

ul.downloads a:hover {
	text-decoration: underline;
}