/*ALGEMEEN*/
BODY{
	margin: 0px;
	background-color: #30416D;
}
TD{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
}
td a:link, td a:visited, td a:active{
	color: Black;
	text-decoration: underline;
}
td a:hover{
	color: Black;
	text-decoration: none;
}
td STRONG a:link, td STRONG a:visited, td STRONG a:active,
td a:link STRONG, td a:visited STRONG, td a:active STRONG{
	color: #FC9C0F !important;
	text-decoration: none !important;
}
td STRONG a:hover,
td a:hover STRONG{
	color: #FC9C0F !important;
	text-decoration: underline !important;
}
P{
	margin: 0px;
}
UL {
	margin:1em 0 1em 2em;
	padding:0;
}
LI{
	/*list-style-image: */
	list-style:none;
	margin:0;
	padding-left:15px;
	background:url('../images/bullit.gif') left 4px no-repeat #fff;
	
}
/*CLASSES OPMAAK*/
.hoogte{
	height: 100%; 
	background-color: White;
}
.groen{
	background-color: #CAD704;
}
.bglogo{
	background-image: url('../images/bg_logo.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}
.lijn{
	background-color: #E3E3E3;
	width: 1px;
}
.menu{
	background-color: Black;
	height: 27px;
	padding-left: 22px;
}
.menu TD{
	font-size: 14px;
	font-weight: bold;
	color: #FC9C0F;
}
.menuwit{
	height: 34px;
	padding-left: 22px;
	padding-top: 10px;
}
.menuwit TD a{
	font-weight: bold;
	color: Black;
	text-decoration: none !important;
}
.zoek{
	background-color: #FC9C0F;
}
.zoekbutton{
	border: 1px solid Black;
	background-color: White;
	width: 134px;
	height: 17px;
	margin-left: 11px;
	margin-right: 5px;
	padding-left: 2px;
}
.kolomrechts{
	padding: 11px;
	height:100%;
}
HR{
	border-width: 0px; /* solid #CAD704;*/
	height: 1px;
	color:#CAD704;
	background:#CAD704;
}
/*CLASSES TEKSTEN*/
.titel{
	background-color: #FC9C0F;
	padding-left: 25px;
	font-weight: bold;
	font-size: 100%;
}
.printtitel{
	display: none;
}
.tekst{
	padding: 25px;
}
.date{
	color: #FC9C0F;
	font-weight: bold;
}
.nieuwstitel a:link, .nieuwstitel a:active, .nieuwstitel a:visited{
	font-weight: bold;
	color: Black;
	text-decoration: none;
}
.nieuwstitel a:hover{
	font-weight: bold;
	color: Black;
	text-decoration: underline !important;
}
/*ZOEKEN*/
.multizoek_searchresult_page_title a{
	color: #FC9C0F !important;
	text-decoration: none !important;
	font-weight: bold;
}
/*FORMULIER*/
INPUT {
	border: 1px solid  #FC9C0F;
	background-color: White;
	margin-bottom: 3px;
	font-family: Arial,Helvetica,sans-serif;


	
}
TEXTAREA{
	border: 1px solid  #FC9C0F;
	width: 100%;
	height: 50px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:100%;

}

input#fld_metzoektermen {
height:19px;

}

/*IMAGES*/
IMG.img,IMG.imglinks {
	float:left;
	margin:0 5px 0 0;

}
IMG.imgrechts{
	float:right;
	margin:0 0 0 5px ;

}
IMG.imgmidden {

}
td div{
	text-align: left;
}
#image {
	text-align: center;
	padding-bottom: 5px;
}

#emailvoet {
	font:10px Arial,sans-serif;
	color:#fff;
	margin:1em 0;
	padding-bottom:1em;
}

#emailvoet A {
	color:#fff;
}
