@charset "UTF-8";
/* 

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

*/

body {
	font-family: Arial, Helvetica, sans-serif;
}

div#top,
div#breadtrail,
div#content_rechts,
div#footer {
	display: none;
}

div#logocontainer {
	position: absolute;
	left: 0;
	top: 0;
}

div#content {
	padding-top: 90px;
}

div#faq h4 {
	margin: 15px 0 0;
	padding: 0;
}

div.element_container {
	visibility: visible !important;
	opacity: 100 !important;
	height: auto !important;
	overflow: visible !important;
}

/* --- STYLING -- */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

div#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #484848;
}

div#content p {
	margin-bottom: 15px;
}

div#content p.quote,
div#content p.quote_border {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #999999;
	line-height: 150%;
	overflow: auto;
}

div#content p.quote_border {
	margin-left: 15px;
	border-left: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
	padding: 0 15px 15px;
	margin-bottom: 30px;
}

div#content table {
	clear: both;
	margin-bottom: 15px;
	border-collapse: collapse;
	border: 1px solid #8CB7D8;
	background: #E2EDF5;
}

div#content table td {
	color: #5293C5;
	padding: 4px 6px;
	border: 1px solid #8CB7D8;
}

div#content a {
	color: #0F69AE;
	text-decoration: none;
	border-bottom: 1px dotted #0F69AE;
	font-weight: bold;
}

div#content ul {
	list-style-type: square;
	margin: 20px 25px;
}

p.quote_border img.beeldlinks {
	float: left;
	clear: left;
	margin: 0 15px 0 0;
}

img.beeldrechts {
	float: right;
	clear: right;
	margin: 0 0 10px 15px;
}

img.beeldrechts_lijn {
	float: right;
	clear: right;
	margin: 0 0 10px 15px;
	border: 1px solid #E6E6E6;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #0F69AE;
	line-height: 110%;
	margin-bottom: 25px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #EA6C07;
	line-height: 110%;
	margin-top: 30px;
	margin-bottom: 15px;
}

h3 a {
	color: #0F69AE;
	border-bottom: 1px dotted #0F69AE;
	text-decoration: none;
}