/* div's for all content */

div.block {
	width:486px;
	height:auto;
	float:left;
	padding:0 30px 0 10px;
	border:0px solid #0000FF;
	z-index: 2;
}

* html div.block {   
	width: 500px; /* for IE5 and IE6 in quirks mode */
	width: 490px; /* for IE6 in standards mode */
}
/*******************************************************************************************/
/* div's for content */

div.content {
	width:460px;
	height:auto;
	float:left;
	position:relative;
	border:0px solid #FF0000;
	margin: 0;
	padding-left: 32px;
	padding-top: 40px;
		padding-right: 20px;
}

/*******************************************************************************************/

/* border for nieuwsberichten */
.topborder { border-top:20px solid #FCE7C8; }
/*******************************************************************************************/

/* div for extra block (see homepage) */
div.extra { width:510px; position:relative; border-top:20px solid #003580; border-bottom:20px solid #003580; background:#DEE1ED; } 
div.extra h2 { padding:0; margin:10px 0 5px 20px; text-align:left; }
/*div.extra p { font-size:8pt; line-height:1.4; padding:0 20px 20px 20px; margin:0; text-align:left; }*/
/*******************************************************************************************/

/* sitemap */
div#sitemap { font:"verdana"; width:440px; float:left; margin:0; background:#FFF5E7;}
div#sitemap { padding:1em 1.5em; line-height:20px; text-align:left; }
div#sitemap li { padding:0 0 0 24px; margin:0; list-style-type:none; }
div#sitemap li { background: url('../images/gui/extm.gif') no-repeat 0% 0%; }
div#sitemap li.last { background: url('../images/gui/exlm.gif') no-repeat 0% 0%; }
div#sitemap ul { padding:0 0 0 24px; margin:0 0 0 -24px; list-style-type:none; }
div#sitemap ul { background: url('../images/gui/exim.gif') repeat-y 0% 0%; }
div#sitemap ul.last { background-image: none; }
/*******************************************************************************************/

/* search */
div.search_results { }
div.search_results a { font-size:9pt; font-weight:bold; }
div.search_results hr { color:#000; background-color:#000; height:1px; }


/*******************************************************************************************/

/* NIEUWS */

div#item { padding-top: 5px; padding-bottom: 5px; border-top-width: 4px; border-top-style: solid;
	border-top-color: #CCCCCC; } 

div#item imgright { margin-left: 2px; margin-top: 2px; float: right;}
div#item imgleft { margin-top: 2px; margin-right: 6px; float: left; }



