/**************************************************************************************************Inhoud section***************************************************************************************************/
.inhoud {
	width: 779px;
}
.inhoudbox {
	width: 710px;
	min-height: 300px;
	_height: 300px;
	margin: 5px 0 0 50px;
	border: 0px solid green;
}
/*Text style*/
.textmain {
	float: left;
	width: 470px;
	min-height: 200px;
	_height: 200px;
}
.textmain p {
	width: 420px;
}
.textmain a {
	text-decoration: underline;
	color: #2d4bce;
/*blauw*/
}
/*Foto style*/
.foto {
	float: left;
	width: 235px;
	height: 200px;
	border: 0px solid pink;
}
.fotolift {
	width: 215px;
	height: 163px;
	margin: 15px 0 0 0px;
}
.fotolift img {
	border: 0px solid blue;
}
/*Zoom style*/
.zoom {
	width: 215px;
	height: 22px;
	text-align:right;
	border: 0px solid pink;
}
.zoomlift {
	width: 215px;
	height: 20px;
	padding: 6px 0px;
}




/*clear style*/
.clear {
	clear: both;
	color: #fff;
	border: none;
}
/*breadcrumb style*/
.breadcrumb {
	width: 770px;
}
.breadcrumbbox {
	width: 700px;
	height: 20px;
	margin: 20px 0 0 40px;
}
.breadcrumbbox ul {
	list-style: none;
	margin: 0px 0 0 0px;
	padding: 0px 0 0px 0px;
}
.breadcrumbbox li {
	float: left;
	margin: 0px 0px 0 3px;
}
.breadcrumbbox li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 7px;
	background: url(/images/breadbullet.gif) no-repeat center left;
}
.breadcrumbbox .firstchild a {
	background: none;
}
          
