
.page h1
{
	padding: 10px 10px 8px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	background: url('/images/background_leftmenu_grey.jpg') repeat-x left top;
	border: 1px solid #BCC1AA;
	border-top: none;
}
.body
{
	font-size: 13px;
	padding: 0px 0px;
	padding: 10px;
    margin: 0px 0px 10px 0px;
    background-color:#FFFFFF;	
}
h2
{
	font-size: 16px;
	color: #CC0000;
	font-weight: normal;
	margin: 0px 0px 7px 0px;
}
h3
{
	font-size: 16px;
	color: #333;
	font-weight: normal;
	margin: 0px 0px 7px 0px;
}
.page .body p
{
	margin: 0px 0px 7px 0px;	
}

.body  a, .body a:visited
{
	color: #CC0000;
	text-decoration: underline;
}
.body  a:hover
{
	color: #CC0000;
	text-decoration: none;
}
table.contact
{
    width: 100%;    
}
.contact td
{
    padding: 5px 5px;
    border-top: 1px dashed #CCC;    
}
.contact tr.first td
{
    border-top: none;    
}
.contact td:first-child
{
    vertical-align: top;
    font-weight: bold;
    padding: 10px 5px 10px 0px; 
    width: 180px;
}
.contact td.link
{
    font-weight: normal;
}
.contact td.required
{
   background: #FFF url('/images/required.gif') no-repeat right 13px;
}
.contact td .textfield 
{
 border-top: 1px solid #E0E0E0;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #E0E0E0;
  font-family: Tahoma;
  font-size: 13px;
  margin: 0px 0px 0px 0px;
}
#opmerking 
{
	margin: 5px 0px 0px 0px;
	height:100px;
	width:400px
	 }
.submit 
{
	background: #FFF url('/images/background_submit.gif') no-repeat left top;
	border: none;
	height: 30px;
	width: 130px;
	margin: 5px 5px 5px 0px;
}