@import url("ccs_scrollbar.css");
.box {
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

.tekstbox_foto {
	width: 300px;
	height: 180px;
	float: left;
}

.tekstbox_gr_rechts {
	width: 685px;
	height: 180px;
	float: left;
}

.tekstbox_foto1 {
	width: 300px;
	height: 180px;
	float: right;
	clear:both;
}
.tekstbox_titel {
	width: 670px;
	height: 27px;
	float: left;
	font-family: "Century Gothic";
	font-size: 15px;
	padding-left: 15px;
	color: #F3B21E;
	font-weight: bold;
	padding-top: 3px;
	clear: right;
}
.tekstbox_tekst {
	width: 665px;
	height: 140px;
	float: left;
	font-family: "Century Gothic";
	font-size: 13px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	overflow:auto;
}

.tekstbox_gr {
	width: 985px;
	height: 185px;
	clear: both;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3B21E;
}

.tekstbox_gr:hover {
	background-color: #201d15;
}


.h_fotoboxgroot {
	height: auto;
	width: 985px;
	background-color: #151515;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F3B21E;
	border-bottom-color: #F3B21E;
	clear: both;
}
