label
{
	width:8em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;

}
input
{
	font-family:"helvetica";
	font-size:12px;
	color: #111c28;
	background: #ffffff;
	border: 1px solid #d7e0cf;
}

.submit input
{
	margin-left:8.5em;
	color: #111c28;
	background: #eaefe6;
	border: 1px solid #d7e0cf
} 
.formHolder{
	position:relative;
	left:23px;
}
textarea{
	font-family:"helvetica";
	font-size:12px;
	color: #111c28;
	background: #ffffff;
	border: 1px solid #d7e0cf;
}
#contact_rechts{
	position:relative;
	left:415px;
	top:-487px;
}
p#checkskes{
	margin-left:8.5em;
}
td{
	font-family: helvetica;
	font-size: 12px;
}
p#mainContent{
	margin-top:20px;
	padding-right:20px;
	margin-bottom:20px;
	margin-left:20px;

}
div#mainContent{
	margin-top:20px;
	padding-right:20px;
	margin-bottom:20px;
	margin-left:20px;
}
#fixme {
 
/*  IE5.5+/Win - this is more specific than the IE 5.0 version */
	position: absolute;
	right: auto; bottom: auto;
	left: expression( ( -20 - fixme.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( -30 - fixme.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );

}
#jep
{
position:fixed;
left:200px;
bottom:30px;
}
p.two
{
position:fixed;
top:30px;
right:5px;
}
body > div#fixme {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
  left:200px;
  bottom:30px;
}
strong{
color:#417400;
}
#mainContent a{
color:#417400;
text-decoration:none;
}

a{
color:black;
text-decoration:none;
}

a:hover{
color:black;
text-decoration:underline;
}