/*
KLEUREN:
Zwart (BG-color)		-	#231f20
Grijs (tekst)			-	#686a6c
Oranje					-	#f05d22
Blauw (header en links)	-	#374c93
*/

body{font-size: 12pt;background:#fff;color:#000;text-align:left;font-family: Arial, "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, sans-serif;}

#container{width: 100%; margin: 0; float: none !important;}

ul.nav{display:none; !important}

#heading_zwarte_bg, #heading_witte_bg, #top_menu, #accordion_menu_container, #footer_zwarte_bg, #footer_witte_bg, .vorige, .volgende{display:none; !important}


#content_witte_bg{width:90%;text-align:left;margin:0px;}

#content_witte_bg ul{display:block;list-style: none;margin:0 0 14px 14px;padding:0;}
#content_witte_bg ul li{list-style-type: square;font-size:12pt;padding:0px;background:#fff;}


#content_zwarte_bg{
width:90%;
overflow:visible;
margin:0px;
padding:0;
text-align:left;
}
#content_zwarte_bg img, #content_zwarte_bg img.last_in_row{padding:0px;margin:0;border:1px solid #ccc;}


h1{font-size:15pt;padding:0 0 14px 0px;margin:0;font-weight:bold;color:#0053a0;background:#fff;}
h2{font-size:14pt;padding:0 0 14px 0px;;margin:0;font-weight:bold;color:#0053a0;background:#fff;}
h3{font-size:13pt;padding:0 0 14px 0px;margin:0;font-weight:bold;color:#0053a0;background:#fff;}

p{font-size:12.5pt;line-height:18px;padding:0px;margin:0 0 20px 0;}

blockquote p{
    color: #0053a0;
	font-size:12.5pt;
    font-weight: bold;
    font-style: italic;
	padding:0 0 20px 0px;}


/* LINKS (blauw) in TEKSTEN */
a:link, a:visited {color: #0053a0;text-decoration: none;}
	
/* De print-Footer...ontzichtbaar op de website, alleen voor printdoeleinden! */
#footer_voor_printjes{display:inline;width:100%;text-align:center;font-size:12pt;line-height:18pt;padding-bottom:10px;clear:both;}

#footer_voor_printjes a:link, #footer_voor_printjes a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
