* { 
    box-sizing      : border-box; 
    -moz-box-sizing : border-box; 
}
html, body {
	margin:0; 
	padding:0;
	
}
a {
	cursor: pointer;
	color: #a7a9ac;
}
a:hover {
	color: #000000;
}
a:focus {
	outline: 0;
}
a:active {
	outline: 0;
}
/* background image volledig scherm ongeacht schermresolutie */
#bg {
	position:fixed; 
	top:0;
	left:0;
	width:100%; 
	height:100%; 
	z-index:1;
}
element {
	cursor: pointer;
	cursor: hand;
}
/* work around MIE */
* html #bg {
	position:absolute;
}
/* container over de afbeelding heen */
#container {
	position:relative;
	z-index:3;
}
#logo {
	right:45px;
	top:74px;
	position: absolute; 
	z-index:10;
}
#projecttitel {
	left:35px;
	top:85px;
	position: absolute; 
	z-index:10;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	z-index:999;
	margin:0;
	background-color:#FFFFFF;
	width: 100%;
}
#content {
	margin: 50px 17% 0px 170px;
}
body, td{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #2F2820;
	line-height: 17px;
}

/* Hoofdnavigatie - horizontale list 
-------------------------------------------------- */
#hoofdnav {
	float: left;
	background-color:#FFFFFF;
	width: 100%;
	height: 32px;
}

#hoofdnav ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#hoofdnav li {
	display: inline;
	padding: 0;
	margin: 0;
}
#hoofdnav a {
	color: #a7a9ac;
	padding: 8px 13px 3px 13px;
	float: left;
	width: auto;
	text-decoration: none;
	font-weight: normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
}
#hoofdnav a:hover {
	color:#000000;
	text-decoration: none;
}
	
#hoofdnav a.active {
	color: #000000;
	text-decoration: none;
}

/*Style voor de navigatie */
#navigatie {
	float: left;
	background-color: #FFFFFF;
	width: 100%;
	padding-bottom: 6px;
}

#navigatie ul {
	margin: 0;
	padding: 0;
}

#navigatie li {
	display: inline;
	padding: 0;
	margin: 0;
}
#navigatie a {
	color: #a7a9ac;
	padding: 3px 16px 3px 15px;
	float: left;
	width: auto;
	text-decoration: none;
	font-weight: normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
}
#navigatie a:hover {
	color: #000000;
	text-decoration: none;
}
	
#navigatie a.active {
	color: #000000;
	text-decoration: none;
}
#contact {
	float: left;
	padding-right: 20px;
	width: 735px;
}
#text {
	float: left;
	padding-left: 30px;
	background-color:#FFFFFF;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	width: 100%;
}
#table {
	padding: 15px;
}
#table2 {
	padding-left: 30px;
}
#table3 {
	padding-left: 45px;
	padding-bottom: 20px;
}
#text a{
	font-size: 11px;
	font-weight: normal;
	color: GRAY;
	text-decoration: underline;
}
#text a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
#thumbDiv{
	width:300px;
	overflow:hidden;
}
#omschrijvingDiv{
	position:absolute;
	left:0px;
	top:0px;
	z-index:100;
	width: 100%;
	background-color:#fff;
	display:none;
	padding-top: 84px;
}
#omschrijvingContentWrapperDiv{
	margin-right:15;
}
img{
	-ms-interpolation-mode: bicubic;
}
#projectInfoLink{
	
	float: right;
	width: 170px;
}
#projectInfoLink a{
	color: #ed1c24;
	margin-left: 28px;
}
#projectInfoLink a:hover{
	color: #a7a9ac;
}
img{
	-ms-interpolation-mode: bicubic;
}
