/* ********************************************************************************* */
/* HEADER */
/* ********************************************************************************* */
#kleurbalk {
	position:relative;
	width:950px;
	height:10;
	background-repeat:repeat-x;
	float:left;
	overflow:hidden;
}
/* ********************************************************************************* */
/* WERKVELD */
/* ********************************************************************************* */
#werkveld {
	position:relative;
	height:589px;
	width:760px;
	float:left;
	background-color:#fff;
}

.werkveld_space {
	width:675px;
	padding:45px 0px 15px 45px;
}

#werkveld_foto {
	position:relative;
	height:579px;
	width:324px;
	float:right;
}

#werkveld_foto_onderlijn {
	position:relative;
	height:10px;
	width:324px;
	float:right;
	background-repeat:repeat-x;
	overflow:hidden;
}

#werkveld_onderruimte {
	position:relative;
	width:950px;
	height:79px;
	background-image:url(../media/image/werkveld_onderruimte.gif);
	background-repeat:repeat-x;
	float:left;
}

#werkveld img {
	float:left;
	margin:10px 10px 10px 0px;
}

.formfield  {
	border-style:solid;
	border-color:#d6d7d9;
	border-width: 1px;
	height:18px;
	font-size:12px;
}
.formarea  {
	border-style:solid;
	border-color:#d6d7d9;
	border-width: 1px;
	overflow-y: auto; 
	overflow-x: hidden; 
	font-size:12px;
}