/*ALGEMEEN */
.showcontainer {
	width: 280px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 27px;
	border-left: 1px solid white;
}

.showcontainertxt {
	padding-left: 5px;
	padding-right: 5px;
}


/*CONTENTBLOK 1 */
#missie {
	margin-bottom: -20px;
}
#missiecontent {
	font-family: serif;
	font: Georgia;
   font-size: 2em; 
	color: #6d7d8c;
	line-height: 30px;
}

#missiecontent > h2 {
	font-family: sans-serif;
	font: Verdana, sans-serif;
	font-weight: normal;
	font-variant: normal;
	font-size: 2em;
	color: #505c67;	
}

/*CONTENTBLOK 2 */
.portfolio2_content a:link,
.portfolio2_content a:visited,
.portfolio2_content a:hover,
.portfolio2_content a:active {
	font-weight: bold;
	font-size: 1.1em;
}

/*CONTENTBLOK 3 */
.werkveld2_content {
	border-top: 1px solid #5cad21;		
}

.werkveld2_content > h2,
.werkveld2_content > p {
	padding-left: 5px;
}

.werkveld2_content > p {
	height: 120px;
	font-size: 1.1em;
	line-height: 150%;
}


