/* HTML TAGS START */
body {
	width: 100%;
	height: 100%;
	margin: 0px;
    background: 				#1f1f1f url('../image/achtergrond_bg.jpg') repeat-x top left;
}
H1 {
  font:                        bold 22px Arial;
  color:                       #ffffff;
  line-height:                 22px;
}
H2 {
  font:                        bold 22px Arial;
  color:                       #393939;
}
H3 {
  font:                        bold 13px Arial;
  color:                       #2041A0;
  line-height:                 12px;
}
hr {
  color:						#ffffff;
  border:						1px solid;
  width:						100%;
}
/* HTML TAGS END */

/* HOMEPAGE CSS */
.content{
  width:						570px;
  vertical-align:				top;
  background-color:				#515151;
  border-left:					1px solid #000000;
  border-right:					1px solid #000000;
  padding:						15px;
  font:							normal 12px Arial;
  color:						#FFFFFF;
  line-height:					18px;
  background:#515151 url('../image/content_bottom.jpg') no-repeat bottom left;
}
.menuholder{
  height:						61px;
  vertical-align:				middle;
}
.content a{
  font:							normal 12px Arial;
  text-decoration:				underline;
  color:						#FFFFFF;  
}
.content a:hover{
  font:							normal 12px Arial;
  text-decoration:				none;
  color:						#FFFFFF;  
}
.content2{
  vertical-align:				top;
  font:							normal 12px Arial;
  color:						#FFFFFF;
  line-height:					18px;
  padding:						3px;
}
.content2 a{
  font:							normal 12px Arial;
  text-decoration:				underline;
  color:						#FFFFFF;  
}
.content2 a:hover{
  font:							normal 12px Arial;
  text-decoration:				none;
  color:						#FFFFFF;  
}
.logo{
  height:						250px;
  vertical-align:				top;
}
.logobottom{
  height:						61px;
  vertical-align:				top;
}
.linkerkant{
  width:						252px;
  vertical-align:				top;
}
.bottom{
  height:						45px;
  text-align:					right;
  vertical-align;				top;
}




.powered{
	width:						143px;
	vertical-align:				bottom;
	font:						normal 10px Arial;
	color:						#FFFFFF;
	text-align:					left;
}
.powered a{
	font:						normal 10px Arial;
	color:						#FFFFFF;
	text-decoration:			none;
}
.powered a:hover{
	font:						normal 10px Arial;
	color:						#FFFFFF;
	text-decoration:			underline;
}
/* FORM CSS */

legend{
	color: #FFFFFF;
	font-family:Arial;
	font-weight: bold;
	padding: 0px;
	margin-left:-6px;
	font-size: 12px;;
	}
label2{
	color: #FFFFFF;
	font-family:Arial;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	line-height:25px;
	width:150px;
	}
label{
	width:	80px;
	padding-left:14px;
	font:	normal 12px arial;
	color: #ffffff;
	}
.button{
	border:0px;
	width: auto;
	padding-left: 20px;
	}
.invulveld{
	width:190px;
	height:18px;
	font:bold 11px Arial;
	color:#000000;
	margin:3px;
	border:1px solid #000000;
	background-color:#ededed;
	}
.invulveld2{
	width:190px;
	height:18px;
	font:bold 11px Arial;
	color:#000000;
	margin:3px;
	border:1px solid #000000;
	background-color:#ededed;
	}
.invulveld3{
	width:120px;
	height:18px;
	font:bold 11px Arial;
	color:#000000;
	margin:3px;
	border:1px solid #000000;
	background-color:#ededed;
	}
.formulier{
	width:	400px;
	padding-left:14px;
	font:	normal 12px arial;
	color: #000000;
}	