#header{
	position:relative;
	width:100%;
	height:104;
	background-image:url(../images/header_projecten.jpg);
	background-position:right;
	background-repeat:no-repeat;
	z-index:2;
}
#container{
	width:782px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	background-color:#9C0808;
}
.ProjectLocatie{
	font:12px Arial, Helvetica, sans-serif;
	line-height:18px;
	font-weight:bold;
	padding-right:50px;
}
.ProjectLocatieA{
	font:13px Arial, Helvetica, sans-serif;
	line-height:18px;
	font-weight:bold;
	color:#BAB1B2;
	text-decoration:none;
}
.ProjectLocatieA:hover, .ProjectLocatieAActiveText{
	color:#FFFFFF;
	text-decoration:none;
}
.ProjectTitel{
	font:12px Arial, Helvetica, sans-serif;
	line-height:18px;
	font-weight:bold;
	color:#FFFFFF;
	width:100%;
}
.ProjectTitelA,.ProjectTitelA:hover, .ProjectTitelAActiveText{
	font:13px Arial, Helvetica, sans-serif;
	line-height:18px;
	font-weight:bold;
	color:#BAB1B2;
	text-decoration:none;
}
#OverzichtProjectLijst{
	float:right;
	width:560px;
	height:400px;
	overflow:auto;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-highlight-color:#9C0808;
	scrollbar-shadow-color:#000000;
	scrollbar-base-color:#9C0808;
	scrollbar-darkshadow-color:#9C0808;
	scrollbar-face-color:#9C0808;
	scrollbar-track-color:#9C0808;
}
#ContentContainerDiv{
	height:300px;
	overflow:auto;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-highlight-color:#9C0808;
	scrollbar-shadow-color:#000000;
	scrollbar-base-color:#9C0808;
	scrollbar-darkshadow-color:#9C0808;
	scrollbar-face-color:#9C0808;
	scrollbar-track-color:#9C0808;
}
#ProjectItem{
	float:right;
	width:560px;
	height:400px;
	overflow:auto;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-highlight-color:#9C0808;
	scrollbar-shadow-color:#000000;
	scrollbar-base-color:#9C0808;
	scrollbar-darkshadow-color:#9C0808;
	scrollbar-face-color:#9C0808;
	scrollbar-track-color:#9C0808;
}
.projectOptieSpacer{
	padding-left:66px;
}
.ProjectRegel{
	cursor:pointer;
}
#loading{
	position: absolute;
	left: 0px;
	top: 35px;
	height: 50px;
	width: 50%;
	z-index: 99;
	background-image: url(../images/ajax-loader_projecten.gif);
	background-position: right;
	background-repeat: no-repeat;
}
