BODY{
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	
}
TD{ /* fonteigenschappen tekst */
	line-height: 1.7em;
	font-size: 100%;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
TD.bodytekst{
	/*font-size: 12px;*/
	color: black;
	vertical-align: top;
}
P{
	/*font-size: 0.9em;*/
	color: black;
	vertical-align: top;
}
TD A{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	/*font-size: 0.9em;*/
	text-decoration: underline;
}
TD A:hover{
	color: black;
	/*font-size: 0.9em;*/
	text-decoration: none;
}
.border{ /* border tabel */
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
TD.footer{ /* bg footer */
border-top: 1px solid black;
color: black
}
TD.date{ /* disclaimer + datum */
	color: black;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.9em;
	padding-right: 0.9em;
}
TD.date A:link, TD.date A:active, TD.date A:visited, TD.date A:hover{
	color: black;
	text-decoration: none;
}

TD.page_title{ /* titel */
	font-weight: bold;
	font-size: medium;
	padding-bottom: 0.9em;
}
/* Nieuws */
TD.newscolumntitle {	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;

}
TD.newscolumntitle A{
	color: black;
	text-decoration: none;
}
TD.newscolumntitle A:hover{
	text-decoration: none;
	color: black;
}
TD.news_introduction{
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 0.8em;*/
}
TD.news_backlink{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 0.9em;*/
}
TD.news_date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
TD.news_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
hr{
color: black;
height: 1px;
}
/* Zoekfunctie bovenzijde */
TD.zoek{
	/*background-color:#667FBC;
	height: 38px;*/
	padding-top: 0.2em;
	padding-left: 0.9em;
}
INPUT.zoek {
	width: 134px;
	padding-left: 0.4em;
	color: black;
/*	height: 17px;*/
	border: 1px solid black;	
	font-family: Arial, Helvetica, sans-serif;
	line-height: 0.9em;
}

TD.zoek #iframedcontent{
	width: 178px;
	height: 35px;
}

/* Uitlijning afbeeldingen*/
IMG.img,IMG.imglinks{
	float:left;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}

IMG.imgrechts{
	float:right;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}

IMG.imgmidden{
	margin-top: 3px;
	margin-bottom: 3px;
}

/* laten zien of niet laten zien van tabellen met tekstblokken ja of nee */
table.ja{
	display: block;
}
table.nee{
	display: none;
}
