body {
	scrollbar-3dlight-color: #006633;
	scrollbar-arrow-color: #006633;
	scrollbar-darkshadow-color: #006633;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #006633;
	scrollbar-track-color: #74ac93;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	background-color: #006633;
	}

/* Styles voor het afdrukken van de pagina  */
@media print {
	#TopDiv,#NavDiv,#imgDiv {
		display: none; 
	}
	/* Bovenbalk met loge en horizontale navigatie */
	#TopTabel {
		background-color: #ffffff;
	}
	/* linkse navigatie */
	#NavTabel {
		background-color: #ffffff;
	}
	#NavTD {
		width: 2px;
		background-color: #ffffff;
	}
}

/* Styles schermen   */
/* Bovenbalk met loge en horizontale navigatie */
@media screen {
	#TopNavTabel {
		background-color: #000066;
	}
	/* linkse navigatie */	
	#NavTabel {
		background-color: #DFEAF6;
	}
	#NavTD {
		width="162px"
		vertical-align: top;
		background-color: #DFEAF6;
	}
}	

.ul-list {
	list-style-image: url(images/icons/bullet.gif);
	list-style-position: outside;
	list-style-type: none;
}
INPUT, TEXTAREA, SELECT  {
	font-size: 11px;
	border: 1px solid #006633;
	background-color: #fdfcb9;
	padding : 1px;
}
hr {
	color : #999999;
	height: 1px;
}
.error {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #990033;
}
.footnote {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color : #000066;
}

	/* homepage */ 
.home-titel	{
	font-size: 14px;
	color: #000066;
	background-color: #FCFA8B;	
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 4px;
	padding-top: 2px;
	border-bottom-color: #000066;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.art-datum	{
	font-size: 11px;
	color: #000066;
	padding-top: 4px;
	padding-left: 5px;
}
.art-tekst	{
	font-size: 11px;
	color: #000066;
	padding-bottom: 4px;
	padding-left: 5px;
}
.art-Link:link, .art-Link:active, .art-Link:visited {
	text-decoration: none;
	color: #000066;
}
.art-Link:hover {
	text-decoration: underline;
	color: #666666;
}
.home-tekst	{
	font-size: 12px;
	color: #000066;
	line-height: 17px;
	padding-bottom: 5px;
	padding-top: 5px;	
}
.home-tekst-Link:link, .home-tekst-Link:active, .home-tekst-Link:visited {
	text-decoration: none;
	color: #000066;
}
.home-tekst-Link:hover {
	text-decoration: underline;
	color: #666666;
}

	/* tekstpagina's */ 
.page-titel	{
	font-size: 14px;
	color: #000066;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 4px;
	padding-top: 15px;
	border-bottom-color: #000066;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.page-niv1	{
	font-size: 14px;
	color: #000066;
	font-weight: bold;
	line-height: 35px;
}
.page-tekst-large	{
	font-size: 14px;
	color: #000066;
	line-height: 18px;
}
.page-tekst	{
	font-size: 12px;
	color: #000066;
	line-height: 18px;
}
.page-tekst-Link:link, .page-tekst-Link:active, .page-tekst-Link:visited {
	text-decoration: underline;
	color: #000066;
}
.page-tekst-Link:hover {
	text-decoration: none;
	color: #666666;
}
.stappen	{
	font-size: 12px;
	color: #000066;
	background-color: #fdfcb9;
	font-weight: bold;
}

.tekst {
	font-size: 12px;
}
.tekst-Link:link, .tekst-Link:active, .tekst-Link:visited {
	text-decoration: none;
	color: #000066;
}
.tekst-Link:hover {
	text-decoration: underline;
	color: #666666;
}

/*  Brochures - pdf  */
.pdfTekst {
	font-size: 12px;
	color : #000066;
	padding-top: 4px;
	padding-bottom: 2px;
	font-weight: bold;
}
.pdfTekst-Link:link, .pdfTekst-Link:active, .pdfTekst-Link:visited {
	text-decoration: none;
	color: #000066;
}
.pdfTekst-Link:hover {
	text-decoration: underline;
	color: #666666;
}

/*  Navigatie - topframe  */
.topTekst {
	font-size: 12px;
	color : #ffffff;
	padding-top: 4px;
	padding-bottom: 2px;
	font-weight: bold;
}
.topTekst-Link:link, .topTekst-Link:active, .topTekst-Link:visited {
	text-decoration: none;
	color: #ffffff;
}
.topTekst-Link:hover {
	text-decoration: underline;
	color: #666666;
}



/*  Navigatie - breadcrump  */
.breadcrump {
	font-size: 10px;
	color : #666666;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 5px;
	padding-bottom: 2px;
}
A.breadcrump-link:link, A.breadcrump-link:active, A.breadcrump-link:visited {
	color : #666666;
	text-decoration: none;
	font-weight: normal;
}
A.breadcrump-link:hover {
	color : #999999;
	text-decoration: none;
	font-weight: bold;
}
	
	
	
	

