@charset "UTF-8";
/* CSS Document */

body{
	background-color:#dadada;
	font-family:Helvetica, Arial, sans-serif;
	color:#000;
	font-size:12px;
}
#page{
	background-image:url(../img/assets/background.jpg);
	width:900px;
	height:726px;
	margin:0 auto;
	position:relative;
	top:0px;
	left:0px;	
}
#info_container{
	position:absolute;
	left:500px;
	top:30px;
	
}
#info_text{
	width:300px;
	position:relative;
	left:0px;
	top:0px;
	line-height:16px;
	margin-bottom:3px;
	text-align:justify;

}
#info_contact{
	position:relative;
	left:0px;
	top:0px;
}
#info_contactimage{
	position:absolute;
	left:0px;
	top:0px;

}

#info_contacttext
{
	font-size:16px;
	position:absolute;
	left:65px;
	top:10px;
}


#worker{
	position:absolute;
	top:250px;
	left:150px;
	width:680px;
	height:150px;
}

#preview_container{
	position:absolute;
	top:380px;
	left:0px;
	width:900px;
	display:none;
}

#preview_header{
	position:relative;
	top:0px;
	left:0px;
	width:830px;
	border-bottom:1px solid #999;
	color:#333;
	margin-bottom:20px;
	padding-bottom:6px;
	
}

div.preview{
	float:left;
	position:relative;
	top:0px;
	left:0px;
	width:258px;
	margin-right:28px;

	
}
	
a{
	color:#666;
	text-decoration:none;
}

a:hover{
	color:#000;
}

span.grey{
	color:#999;
}

span.preview_text{
	font-size:14px;
}

span.preview_link{
	font-size:12px;
	color:#666;
}
	
#link_container{
	position:absolute;
	width:830px;
	top:380px;
	
}

#link_header{
	position:relative;
	border-bottom:1px solid #999;
	color:#333;
	padding-bottom:6px;
	margin-bottom:10px;
	
}

div.links{
	float:left;
	position:relative;
	top:0px;
	left:0px;
	margin-right:13px;
	height:33px;
	line-height:33px;

	
}

div.linkright{
	position:relative;
	float:right;
	top:0px;
	left:0px;
	margin-bottom:20px;
	height:25px;
	line-height:22px;
}

div.dots{
	position:relative;
	width:5px;
	background-color:#bbb;
	margin-right:13px;
	height:5px;
	top:14px;
	left:0px;
	float:left
	
}






#maincontainer{
	position:relative;
	left:0px;
	top:40px;
	width:900px;
	height:726px;
	
	background-image:url(../img/assets/background.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	
}


div{ /* algemeen voor alle elementen */
	font-size:12px;
}

div.preview-small{ /*class - notatie*/
	width:200px;
	color:#f90000;
}

#infotext{ /*id - notatie*/
	width:400px;
}


a.menu{
	color:#000;
}
a.menu-active{
	color:#fff;
}