.homebg {
	background-attachment: fixed;
	background-image: url(images/body_bgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px; }
	
.inhoudbg {
	background-attachment: fixed;
	background-image: url(images/inhoud_bgrnd.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.homebg a,p,td,h1,h2,h3,h4{
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 16px;
	}

.homebg ul li{
	list-style-position: outside;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 16px;
}


.homebg h1,h2,h3,h4{
	color: #036500;
}

.homebg h1{
	font-size: 150%;
	font-style: normal;
	}

.homebg h2{
	font-size: 135%;
	font-style: normal;
}

.homebg h3{
	font-size: 125%;
	font-style: normal;

}

.homebg h4{
	font-size: 110%;
	font-style: normal;
}

.homebg a{
	color: #020167;
	font-style: normal;
	font-weight: bolder;
	text-decoration: underline;
}



.homebg a:hover{
	color: #FF0000;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
}




td#sidelinks a {
	display: block;
	margin:0px 3px 0 0;
	padding: 1px 8px 1px 12px;
	font: bold  12px Arial, Verdana, sans-serif;
	text-decoration: none;
	color: #036500;
	width: 126px;
	border-top: thin none #CCCCCC;
	border-right: thin none #333333;
	border-bottom: thin solid #333333;
	border-left: thin none #CCCCCC;
	/*background-image: url(images/halfscreen-gray.gif);*/
}

td#sidelinks a:hover {
	color: #FF0000;
	padding-left: 12px;
	border-left-color: #000000;
	/*background-image: url(images/halfscreen-white.gif);*/
	border-left-width: 15px; 
				}


td#sidelinks1 a {
	display: block;
	margin:0px 3px 0 0;
	padding: 1px 8px 1px 12px;
	font: bold  12px Arial, Verdana, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	width: 126px;
	border-top: thin none #CCCCCC;
	border-right: thin none #333333;
	border-bottom: thin solid #333333;
	border-left: thin none #CCCCCC;
	background-image: url(images/halfscreen-gray.gif);
}

td#sidelinks1 a:hover {
	color: #FF0000;
	padding-left: 12px;
	border-left-color: #000000;
	background-image: url(images/halfscreen-white.gif);}
	/*border-left-width: 15px; */
	

.big01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #036500;
	font-weight: bold;
}

