/**************************************************************************************************html-body Section***************************************************************************************************/
html, body {
	font-family: Arial;
	font-size: 12px;
}

body {
	background-color: transparent;
}

.portfoliotitle {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	margin: 22px 0 0 0px;
	text-align: center;
	padding: 0 0px 0 0px;
	color: rgb(225,0,26);
}
.portfoliotext {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: rgb(47,103,127);
}
#portfoliobox ul {
	list-style: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	padding: 15px 20px 0 60px;
	color: #000;
	border: 0px solid green;
}

#cms-body-balk {
	display:none;
} 
.volgende A {
	color: rgb(225,0,26);
	text-decoration:none;
	font-weight: bold;
	padding-right:10px;
}
.vorige A {
	color: rgb(225,0,26);
	text-decoration:none;
	font-weight: bold;
	padding-left:10px;
}