/* CSS Document Mens & Relatie */
#header {
	height: 240px;
}

/* BOX - CONTENT - COMUMN LEFT */
#column-left h2 {
	font-size: 1.9em;	
	font-weight: normal;
	margin-bottom: 20px;
}

#column-left h2.black {
	color: #000000;
}

#column-left h2 em {
	color: #d51a11;
	font-style: normal;
}

#column-left .description h3 {
	font-size: 1.4em;	
	font-weight: normal;
	margin-bottom: 20px;
	color: #000000;
}

#column-left .description h3 em {
	color: #d51a11;
}

#column-left p.intro {
	font-weight: bold;
}

#column-left p.actie {
	font-weight: bold;
	float: right;
	color: #d51a11;
	padding-top: 13px;
}

#column-left p.actie a {
text-decoration: underline;
}

#column-left p.actie a:hover {
text-decoration: none;
}

/* BOX - CONTENT - WHITE */
.box-content-white {
	margin-top: 52px;
	width: 640px;
	background-color: #ffffff;
	margin-bottom: 18px;	
	position: relative;	
}
.box-content-white .main {
	background-image: url(../img/box-content-white-bg.gif);
	background-repeat: repeat-y;
	width: 588px;
	padding: 10px 26px 10px 26px;
}

.box-content-white .top {
	width: 640px;
	height: 10px;
	background-image: url(../img/box-content-white-top.gif);
	background-repeat: no-repeat;
}

.box-content-white .bottom {
	width: 640px;
	height: 10px;
	background-image: url(../img/box-content-white-bottom.gif);
	background-repeat: no-repeat;
}

.box-content-white hr {
	margin: 20px 0 20px 0;
	border: 0;
	color: #f1f1f1;
	background-color: #f1f1f1;
	height: 1px;
	clear: both;
}

.box-content-white .consulent {
	width: 588px;
}

.box-content-white .consulent .button {
	margin-top: 5px;
	float: right;
}

.box-content-white .consulent .photo {
	float: left;
	width: 146px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.box-content-white .consulent p {
	float: left;
	width: 432px;
}

.box-content-white .consulent .consulent-naam {
	font-size: 1.5em;
	margin-top: 72px;
	color: #d51a11;
	display: block;
}

.box-content-white .consulent .yellow {
	color: #fca222;
}

.box-content-white .description p {
	width: 580px;
}

fieldset {
	border: none;
	padding: none;
	margin: none;
}

fieldset label {
	font-size: 1.1em;
	line-height: 1.9em;
	margin-right: 10px;
}

fieldset input {
	border: 1px #dddddd solid;
	margin-top: 10px;	
	width: 100px;	
}


fieldset div {
	width:200px;
	padding-top: 4px;
	float:left;
}

fieldset .button {
	width: 73px;
	height: 30px;
	border: none;
	float:left;
}

.box-content-white .description fieldset {
	margin-top: 20px;
}

.box-content-white .description fieldset label {
	float: left;
	width: 220px;
	height: 12px;
	padding-top:7px;	
}

.box-content-white .description fieldset input {
	float: left;
	width: 351px;
	height: 19px;
}

.box-content-white .description fieldset .button {
	margin-top: 10px;
	width: 93px;
	height: 30px;
	border: none;
	float:right;
}

#column-left fieldset label span {
	color: #d51a11;
}