* {
	font-family:verdana;
	font-size: 10pt;
	color: #D3D3D1;
}
BODY{
	margin: 0 0 0 0;
	background-color:#000000;
}
A {
	text-decoration:none;
}
A:hover{
	color:#F8B916;
}
DIV#positioner{
	position: absolute;
	margin: 0 auto;
	width: 1000px;
	height: 650px;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -325px;
}
DIV#page-container{
	text-align:left;
	position:relative;
	top: 1%;
	width:1000px;
	height:650px;
	background-image:url(../images/background.jpg);
}
DIV#header{
	position:absolute;
	top:20px;
	left:12px;
	width:960px;			
}
DIV#navigation-container{
	position:absolute;
	top:120px;
	left:0px;
	float:left;
	width:300px;
	height:100%;
}
DIV#navigation{
	width:100%;
	height:400px;
	padding-left:20px;
}
DIV#navigation TR TD{
	padding-bottom:15px;
}
DIV#navigation A{
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
	background-image:url(../images/deactive-nav.jpg);
}
DIV#navigation A:hover{
	color:#F8B916;
	background-image:url(../images/active-nav.jpg);
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
DIV#navigation A.activeItem{
	color:#F8B916;
	background-image:url(../images/active-nav.jpg);
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
DIV#navigation A.activeLanguage{
	color:#F8B916;
	padding-left:0px;
	font-size:8pt;
}
DIV#navigation A.notActiveLanguage{
	padding-left:0px;
	font-size:8pt;
}
DIV#address{
	float:left;
	width:100%;
	height:150px;
	padding-left:30px;
	font-weight:bold;
	line-height:20px;	
}
DIV#content-container{
	position:absolute;
	top:120px;
	left:280px;			
	width:380px;			
	padding-left:10px;
}
DIV#content{
	position: absolute;
	top: 0px;
	left: 0px;
	width:340px;
}
DIV#content-projectovz{
	position: absolute;
	top: 34px;
	left: 0px;
	width:340px;
	padding-top:0px;
}
DIV#content-projectovz-title{
	position: absolute;
	top: 0px;
	left: 0px;
}

DIV#content-actueel{
	position: absolute;
	top: 0px;
	left: 0px;
	height:280px;
	width:660px;
}
DIV#content-scrollbuttons{
	position:absolute;
	top:320px;
	left:0px;
	width:340px;
}
DIV#scrollback, DIV#scrollback-grey{
	position:absolute;top:0px;left:0px;
}
DIV#scrollforward, DIV#scrollforward-grey{
	position:absolute;top:0px;left:16px;
}
DIV#content-silouette{
	position:absolute;
	top:350px;
	left:20px;
	width:300px;
	display:none;			
}

DIV#homepage-pictures{
	position:absolute;
	top:120px;
	left:720px;
	width:220px;
	font-weight:bold;
}
DIV#project-pictures-container{
	position:absolute;
	top:120px;
	left:630px;
	width:324px;
}
DIV#project-pictures{
	position:absolute;
	top: 0px;
	left: 0px;
	width:324px;
	font-weight:bold;	
}
DIV#project-pictures TD{
	padding:0px 0px 28px 28px;
}


div#picture-scrollbuttons{
	position:absolute;
	top:420px;
	left:0px;
	width:310px;
}
DIV#scrollbackPicture, DIV#scrollback-greyPicture{
	position:absolute;top:0px;left:28px;
}
DIV#scrollforwardPicture, DIV#scrollforward-greyPicture{
	position:absolute;top:0px;left:44px;
}
DIV#projectovz-pictures{
	position:absolute;
	top:6px;
	left:354px;
	width:324px;
	height:404px;
}
DIV#project-bigpicture{
	position: absolute;
	top: 20px;
	left: 0px;
	height:280px;
	width:300px;
	z-index:10;
}
DIV#contact-pictures{
	position:absolute;
	top:156px;
	left:768px;
	width:220px;
}
INPUT.mail{
	font-size:10pt;
	border: 1px solid #666666;
	color:#000000;
}
TEXTAREA.mail{
	font-size:10pt;
	border: 1px solid #666666;
	color:#000000;
}
.yellowColor{
	color:#F8B916;
}
.greyColor{
	color:#D3D3D1;
}