BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-color : white;
	margin : 0px 0px 0px 0px;
}
p {margin : 0px 0px 0px 0px;}
hr.grijs {width:100%; height:1px; color:#555555;}
TD {
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	vertical-align: top;
}

td.zijcel_links {								/*wordt in alle pagina's gebruikt voor menu's links */
	background-color: #E6E6E6; 
	border-right: 1px solid #555555;
	border-left: 1px solid #555555;
	border-bottom : 1px solid #555555;
}

td.middencel {								/*wordt in alle pagina's gebruikt voor content */
padding: 20px 20px 20px 20px;				/*zijcel rechts is niet nodig (geen specifieke opmaak) */
}

td.randonder {border-bottom : 1px solid #555555;}

td.DrieRanden {
	border-right: 1px solid #555555;
	border-left: 1px solid #555555;
	border-bottom : 1px solid #555555;
	padding: 0 0 0 0;
}

td.klcel { padding: 3px 3px 3px 3px; background-color : #FFFFFF;}
td.blkop { 	color: #555555;
	background-color : #B0C4DE;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	border-bottom : 1px solid #555555;
	border-top : 1px solid #555555;
	font-weight : bold;
	padding: 3px 3px 3px 3px;}


	
/*alle gewone links rood en onderstreept bij hover */
A:link, A:visited, A:active {text-decoration : none; color: #d63021;}
A:hover, A:visited:hover{color: #d63021; text-decoration : underline;}

/*de zwarte links bovenin naar de hoofd onderdelen */
A.toplink:link, A.toplink:visited, A.toplink:active {color: black; text-decoration: none; }
A.toplink:hover, A.toplink:visited:hover {color: black; text-decoration : underline; }

/*de links in het menu */
A.menu:link, A.menu:visited, A.menu:active, A.menu:hover, A.menu:visited:hover
{color: #999999; text-decoration: none; }

A.footlink:link, A.footlink:visited, A.footlink:active {color: #A0A0A0; text-decoration: underline; }
A.footlink:hover, A.footlink:visited:hover {color: #202020; text-decoration : underline; }

form {
margin: 0px 0px 0px 0px; }

input, select, textarea {
font-family:verdana, arial;
font-size:11px;
border-style:solid;
border-width:1px;
background-color:transparent;
}
input.radio {
border-width:0px;
background-color:transparent;
}
.nofocus {
border-color:#aaaaaa;
color:#aaaaaa;
}
.verplicht {
border-color: red;
color: red;
}

td.sub_mi_actief					/*Submenu Item Actief (item is in beeld), submenu altijd aan linkerkant*/
{
	color: #777777;
	background-color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	border-bottom : 1px solid #555555;
	border-top : 1px solid #555555;
	font-weight : bold;
	padding: 0px 0px 0px 25px;
	background-image : url("/pix/pijl/zwart.gif");
	background-repeat : no-repeat;
	background-position : left;
	vertical-align: middle;
	height: 15px;
}
td.sub_mi 						/*Submenu Item altijd aan linkerkant*/
{
	color: #777777;
	background-color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	border-bottom : 1px solid #555555;
	border-top : 1px solid #555555;
	font-weight : bold;
	padding: 0px 0px 0px 25px;
	background-image : url("/pix/pijl/grijs.gif");
	background-repeat : no-repeat;
	background-position : left;
	vertical-align: middle;
	height: 15px;
}

/*td.sub_mi_mouseOver  staat in style sheet die hoort bij de kleur */

ul {margin-left:15px; margin-top:6px; margin-bottom:6px; padding-left:0px; /* voor netscape */}
