/* CSS opmaak */
* {
margin: 0px;
line-height:0px;
padding:0px;
}
body {
	background-color: #b6c1e1;
	text-align:center;
}
span, a, p, li, label, td, a, strong,i,h1, em {
	font-family: Verdana, Arial, sans;
	color:#02569e;
	line-height:16px;
	font-size:12px;
	text-align:justify;
}
li {
	margin-left: 40px;
}
.titel {
	font-weight:600px;
}
a:active {
	text-decoration:none;
}
a:visited {
}
a:hover {
	text-decoration:none;
}	

div.knoplinks {
	background-color:#02569e; 
	width:160px; 
	height:24px; 
	margin-top:2px; 
	text-align:justify;
	cursor:pointer;
	overflow:hidden;
}
div.knoplinksmouseover {
	background-color:#00082e; 
	width:160px; 
	height:24px; 
	margin-top:2px; 
	text-align:justify;
	cursor:pointer;
	overflow:hidden;
}
span.textlinks{
	color:#ffdf22; 
	line-height:24px; 
	font-weight:bold;  
	margin:2px;
}
div.knoplinksprod {
	background-color:#3d88c8; 
	width:160px; 
	height:24px; 
	margin-top:2px; 
	text-align:justify;
	cursor:pointer;
	overflow:hidden;
}
div.knoplinksprodmouseover {
	background-color:#00082e; 
	width:160px; 
	height:24px; 
	margin-top:2px; 
	text-align:justify;
	cursor:pointer;
	overflow:hidden;
}
span.textlinksprod{
	color:#f8ef77; 
	line-height:24px; 
	font-weight:bold;  
	margin:2px 2px 2px 10px;
}
div.streeplinks {
	background-color:#02569e; 
	width:160px; 
	height:2px; 
	margin-top:2px; 
	overflow:hidden;
}

/* CSS pagina positioneering */
div.header{
	position: relative; 
	margin: 0 auto;	
	width:965px;
	height:150px;
	text-align:left;	
}
div.menu{
	background: url(../images/layout/balk.jpg) repeat-x;
	position: static; 
	margin: 0 auto;	
	width:100%;
	height:60px;
}


/* CSS Display form*/
div.footer{
	position: relative; 
	margin: 0 auto;	
	width:965px;
	margin-bottom:8px;
}

.display_container {
	width:482px;
}			
.display_fieldset {
	border: 1px solid #02569e;
	margin: 11px 4px 16px 4px;		
}  
.display_legend {
  	border: 1px solid #02569e;
	background-color: #b6c1e1;
	color:#02569e;
	position:relative;
	top:-11px;
	height:18px; 
	left:4px; 
	padding:2px 4px 0px 4px; 
	margin:1px 0px 0px 0px;
	font-family:Arial, sans, Helvetica;
	font-weight:600;
	overflow:hidden; 
	width:200px;
	text-align:center;
	line-height:16px;
	font-size:12px;
}
.display_label {
	float:left;
	width:150px;
	font-family:Verdana, Arial, sans;
	color:#02569e; 
	margin:4px;
}	
.display_tekst {
	
	font-family:Verdana, Arial, sans;
	color:#000000;
	margin:4px;
}	 
.display_input_submit{
	
	line-height:16px;
	font-size:12px;
	margin:16px 0px 16px 0px;
}

.display_input_text{ 
	color:#000000;
	font-family: Arial, sans, Helvetica;
	line-height:16px;
	font-size:13px;
	margin: 2px 0px 2px 0px;
	width:150px;
}
.display_input_file{ 
	color:#02569e;
	font-family: Arial, sans, Helvetica;
	line-height:16px;
	font-size:13px;
	margin: 2px 0px 2px 0px;
}
.display_input_textarea{ 

	color:#02569e;
	
	font-family: Arial, sans, Helvetica;
	line-height:16px;
	font-size:13px;
	width:300px;
	height:120px;
	margin: 2px 0px 2px 0px;
}
.display_input_select{ 
	font-family: Arial, sans, Helvetica;
	color:#02569e;
	line-height:16px;
	height:22px;
	font-size:13px;
	margin: 2px 0px 2px 0px;
}
.display_input_radio{
	line-height:16px;
	font-size:13px;
	margin: 2px 0px 2px 0px;
	vertical-align:middle;
	height:22px;
}					 
.display_input_checkbox{
	line-height:16px;
	font-size:13px;
	height:22px;
	margin: 2px 0px 2px 0px;
	vertical-align:middle;
}