@import url("nav.css");

*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

body{
	background-color:#ffffff;
	}

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

#site{
	position:relative;
	width:1024px;
	height:565px;
	margin: 0 auto;
	margin-top:20px;
	border: #000 solid 1px;
	}

#linker_vlak{
	position:absolute;
	width:249px;
	height:565px;
	background:url(../_images/linkervlak_bg.jpg);
	}

#logo_nhlm{
	position:absolute;
	left:0px;
	width:125px;
	height:245px;
	background:url(../_images/logo_nhlm.gif);
	z-index:100;
	}

#linkerinzetje_top{
	position:absolute;
	left:124px;
	width:125px;
	height:121px;
	background:url(../_images/inzetje_bouw.jpg);
	z-index:10;
	}

#linkerinzetje_left{
	position:absolute;
	top:244px;
	width:125px;
	height:121px;
	background:url(../_images/inzetje_brug.jpg);
	z-index:10;
	}

#titel{
	position:absolute;
	width:575px;
	height:61px;
	left:249px;
	padding-left:20px;
	padding-top:30px;
	font-size:25px;
	font-weight:bold;
	color:#FF0000;
	background:url(../_images/header.gif);
	}

#icoontjes{
	position:absolute;
	width:100px;
	height:35px;
	left:480px;
	top:23px;
	}

#content{
	position:absolute;
	left:249px;
	top:61px;
	padding-top:60px;
	padding-left:20px;
	width:565px;
	height:444px;
	background:url(../_images/content_bg.gif);
	overflow:auto;
	}

#rechter_vlak{
	position:absolute;
	left:845px;
	width:171px;
	height:495px;
	padding: 70px 4px 0px;
	background:url(../_images/rechtervlak.gif) no-repeat;
	}


#agendaitem_1,
#agendaitem_2,
#agendaitem_3,
#agendaitem_4,
#agendaitem_5,
#agendaitem_6,
#agendaitem_7{
/*
	position:absolute;
	left:7px;
	top:100px;
*/
	width: auto;
	padding: 4px 6px;
	color:#FFFFFF;
	font-weight:bold;
	}

#interview_blauw{
	position:absolute;
	left:7px;
	top:406px;
	width:155px;
	height:45px;
	background-color:#63dffd;
	border: #fff solid 1px;
	color:#FFFFFF;
	padding-left:5px;
	padding-top:6px;
	}

#interview_rood{
	position:absolute;
	left:7px;
	top:478px;
	width:155px;
	height:45px;
	background-color:#f63334;
	border: #fff solid 1px;
	color:#FFFFFF;
	padding-left:5px;
	padding-top:6px;
	}


#interview_foto1{
	position:absolute;
	top:407px;
	left:104px;
	width:64px;
	height:50px;
	z-index:20;
	}

#interview_foto2{
	position:absolute;
	top:479px;
	left:104px;
	width:64px;
	height:50px;
	z-index:20;
	}




.verborgen {
display:none;
}