/* Standaard style voor het menu                                                   */
/* Als het menu aan de rechterkant een scrollbar heeft moet height worden verhoogd */
iframe.menu
{
	width: 140px;    /* Waarde was 140px */ 		
	height: 800px;	 /* deze waarde vergroten als menu-items toegevoegd worden. Waarde was 640px */
	border-width: 0px;
	overflow: hidden;
}
/* Einde Standaard style voor het menu                                             */
/* Hieronder kunnen de syltes voor de afdeling worden opgenomen                    */
/* Vermijd naamconflicten en zorg voor unieke stylenamen                           */
td.inhoud {
	background-image: url(images/ag_hnk_geel.gif);
}
a.a_tekstkleurvet {
	color: #008000;
	font-style: normal;
	font-weight: bolder;
	line-height: normal;
	text-decoration: underline;
}
a.a_tekstkleurvet:hover {
	text-decoration: underline;
	color: #FF0000;
}
a.a_tekstkleurvetgroot {
	color: #008000;
	font-size: large;
	font-style: normal;
	font-weight: bolder;
	line-height: normal;
	text-decoration: underline;
}
a.a_tekstkleurvetgroot:hover {
	text-decoration: underline;
	color: #FF0000;
}
h1.a_h1
{
	color: #008000;
}
h2.a_h2
{
	color: #008000;
}
hr {
	color: green;
	height: 1px;
}
td.a_bestuurfoto
{
	width: 175px;
}
td.a_bestuurfunctie
{
	vertical-align: top;
}
td.a_bestuurnaam
{
	vertical-align: top;
	width: 225px;
}
.a_tekstalarm
{
	color: #FF0000;	/* red                                                     */
	font-weight: bolder;
}
.a_tekstkleurvet
{
	color: #008000;
	font-weight: bolder;
}
