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

body {
	background-color:#B3B3B3;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}
a, a:link, a:visited {
	text-decoration:none;
	color:#FF2020;
}
a:hover {
	text-decoration:none;
	color:#FF6666;
}
#container {
	position:absolute;
	float:left;
	left:50%;
	top:10px;
	margin-left:-475px;
	width:950px;
	height:650px;
	background-color:#FFFFFF;
	background-image:url(../images/bg.gif);	
}
#disclaimer {
	position:absolute;
	float:left;
	left:50%;
	top:670px;
	margin-left:-475px;
	width:950px;
	font-size:9px;
	color:#DDDDDD;
}
#disclaimer a:link, #disclaimer a:visited {
	color:#EEEEEE;
	text-decoration:none;
}
#disclaimer a:hover {
	color:#666666;
}
#hoofdmenu {
	position:absolute;
	top:25px;
	left:820px;
	width:110px;
	height:110px;
}
#logo {
	position:absolute;
	top:511px;
	left:19px;
	width:200px;
	height:120px;
}
#terug {
	position:absolute;
	top:20px;
	left:20px;
	width:200px;
	height:50px;
}
#titel {
	position:absolute;
	left:25px;
	top:120px;
	width:600px;
	height:30px;
	font-size:20px;
	line-height:24px;
	color:#666666;
}
.subtitel {
	font-size:14px;
	line-height:16px;
	color:#999999;
	margin-bottom:8px;
}
.actueeltitel {
	font-size:14px;
	color:#FF2020;
}
.subselect {
	font-size:14px;
	color:#DD2A1A;
	margin-bottom:8px;
}
#tekstvlak {
	position:absolute;
	top:165px;
	left:340px;
	width:580px;
	height:455px;
	overflow: auto;
}
#onderschrift {
	position:absolute;
	top:490px;
	left:320px;
	width:200px;
	height:120px;
}
.picleft {
	float:left;
	margin:4px 10px 5px 0px;
}
.content_titel {
	color:#ff2020;
	margin-bottom:13px;
	font-size:18px;
	line-height:20px;
}
/* /////////////////////////////////////////////////////////////////// */
/* ////////////////////////// KADERS ///////////////////////////////// */
/* /////////////////////////////////////////////////////////////////// */
#kader1, #kader2, #kader3 {
	position:absolute;
	left:5px;
	top:166px;
	width:310px; /* 310px */
	height:310px; /* 310px */
	padding:0px;
	background-image:url(../images/kader_groot.gif);
}
#kader2 {
	left:320px;
}
#kader3 {
	left:635px;
}
/* /////////////////////////////////////////////////////////////////// */
/* ////////////////////////// PROJECTEN ////////////////////////////// */
/* /////////////////////////////////////////////////////////////////// */
#thumbnails {
	position:absolute;
	left:320px;
	top:165px;
	width:630px;
	height:315px;
	background-image:url(../images/bg_projecten_list.gif);
	background-repeat: no-repeat;
}
.thumb {
	width:100px;
	height:100px;
	float:left;
	margin: 0 5px 5px 0;
}
/* /////////////////////////////////////////////////////////////////// */
/* ////////////////////////// ACTUEEL //////////////////////////////// */
/* /////////////////////////////////////////////////////////////////// */
.thumb_container{
	width:310px;
	height:100px;
	float:left;
	margin:0px 5px 5px 0px;
}
.thumb_tekst{
	width:180px;  /* 210px */
	height:80px; /* 100px */
	float:left;
	margin:10px
}
#archief {
	overflow: auto;
	width:270px;
	height:270px;
}
