/* Standaard style voor het menu                                                   */
/* Als het menu aan de rechterkant een scrollbar heeft moet height worden verhoogd */
iframe.menu
{	width: 140px;		
	height: 640px;	 /* deze waarde vergroten als menu-items toegevoegd worden */
	border-width: 0px;
	overflow: hidden;
	marginwidth:"0";
}
/* Einde Standaard style voor het menu */
/* Hieronder kunnen de syltes voor de afdeling worden opgenomen                    */
/* Vermijd naamconflicten en zorg voor unieke stylenamen                           */
a.blok {
	border-top: 1px solid #008000;
	padding: 1px;
	list-style-image: none;
	list-style-type: none;
	border-width: 1px;
	border-style: solid;
	border-color: #008000;
	height: auto;
	color: #FFFFFF;
	background-color: #008000;
	text-align: center;
	text-decoration: none;
}
a.blok:hover {
	background-color: #FFFFFF;
	color: #008000;
}
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;
}
h3.a_h3
{
	color: #008000;
}
hr {
	color: green;
	height: 1px;
}
table.a_lijnen {
	border-collapse: collapse;
}
td.a_bestuurfoto
{
	width: 175px;
}
td.a_bestuurfunctie
{
	vertical-align: top;
}
td.a_bestuurnaam
{
	vertical-align: top;
	width: 225px;
}
td.inhoud {
	background-image: url();
}
td.a_lijnen {
	border-color: #008000;
	border-style: solid;
	border-width: 1px;
}
.a_tekstkleurvet
{
	color: #008000;
	font-weight: bolder;
}
