/* medewerkers lijst */
#profileContainer{
	width: 100%;
	margin: 0;
	padding: 0;
}

#profileContainer div{
	margin: 0;
	padding: 0;
	display: inline-block;
}

#profileContainer img{
	width: 150px;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;

	border: 0;
}

#profileContainer div.profile_separator{ width: 100%; }

#profileContainer div.profile{
	width: 150px;
	min-height: 70px;
	margin-right: 18px;
	margin-bottom: 10px;
	float: left;
	border: 1px dashed #000000;
	cursor: pointer;
}

#profileContainer div.profileRight{
	width: 150px;
	height: 60px;
	margin-bottom: 30px;
	float: left;
}

#profileContainer div.info{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	line-height: 20px;
	
	width: 150px;
	padding: 2px;
}

/* medewerker details */
#singleProfile{
	width: 100%;
	margin: 0;
	padding: 0;
}

#singleProfile div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 0;
}

#singleProfile img{
	width: 270px;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;

	border: 1px #000000 solid;
	float: left;
}

#singleProfile div.image{
	width: 270px;
	float: left;
}

#singleProfile div.info{
	clear: left;
	margin-bottom: 20px;
	margin-right: 5px;
}

#singleProfile div.function{
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
	line-height: 20px;
	width: 100%;
	float: left;
}

#singleProfile div.shortBio{
	width: 200px;
	float: right;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 14px;
	text-align: justify;
}

#singleProfile div.longBio{
	clear: both;
	margin-right: 5px;
	
	line-height: 14px;
	text-align: justify;
}