@charset "utf-8";
.slide_content {
	float: left;
	height: 525px;
	width: 985px;
}
.slide_contentCopy {
	float: left;
	height: 525px;
	width: 700px;
}

.projectinfo {
	float: left;
	width: 985px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F3B21E;
	color: #FFF;
}
.projectmaterialen {
	background-color: #201d15;
	float: left;
	height: 140px;
	width: 275px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #DDD;
}
.projectitel {
	height: 15px;
	width: auto;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F3B21E;
}
.projecttekst {
	background-color: #201d15;
	height: 140px;
	width: 660px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	float: left;
	padding: 5px;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #DDD;
}
