h1.homeTitle{
	margin:0;
	padding:0;
    font-family:Arial Narrow,Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#555;
    letter-spacing: 1px;
}

div#subFooter{
	font-size:11px;
}

/* panels */
div.panel{
	clear:none;
	float:left;
	height:150px;
	overflow:hidden;
	padding:0 30px 30px 30px;
	text-align:left;
	width:260px;
}
div.panelScrollable{
	clear:none;
	float:left;
	height:210px;
	overflow:hidden;
	padding:10px 30px 0 30px;
	text-align:left;
	width:260px;
}
div.panelScrollable div.makeScroll{
	height:150px;
	overflow:hidden;
	width:260px;
}
div.panelScrollable div.scroll-track{
	height:10px;
	width:10px;
	background: #F7F7F9 url('../images/home/bg-scrollbar-track.gif') no-repeat 0 0;
}
div.panelScrollable div.scroll-handle{
	cursor:pointer;
	background: #E9E9EE url('../images/home/bg-scrollbar-handle.gif') repeat-y 0 0;
	height:10px;
	width:10px;
}
div.makeScroll:hover div.scroll-handle{
	background: #E9E9EE url('../images/home/bg-scrollbar-handle-hover.gif') repeat-y 0 0;
}

/* box nav */
div.boxNavWrapper{
	clear:none;
	float:left;
	height:200px;
	margin:0;
	overflow:hidden;
	padding:20px 0 0 10px;
	width:299px;
}
div.boxNav{
	background:transparent url('../images/home/bg-box.gif') no-repeat 0 0;
	cursor:pointer;
	height:161px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:297px;
}
div.boxNav:hover{
	background:transparent url('../images/home/bg-box.gif') no-repeat 0 -171px;
}
div.boxNav a{
	display:block;
	height:148px;
	margin:6px;
	outline-style:none;
	overflow:hidden;
	width:285px;
}


/* aanvragen */
ul.aanvragen,
ul.aanvragen ul{
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:16px;
}
ul.aanvragen li.aanvraag{
	border-bottom:1px dotted #E6E6E6;
	line-height:16px;
	margin:0;
	padding:3px 0;
}
ul.aanvragen li.aanvraag span {
	color:#666;
	font-size:11px;
}

/* nieuws */
table.ictNews{
	margin:0;
	padding: 0 0 10px 0;
}
table.ictNews td{
	border-bottom: 1px dotted #e6e6e6;
}
table.ictNews td.date{
	border-bottom: medium none;
	color:#666;
	font-size:10px;
	padding: 1px 3px 0 0;
	vertical-align:top;
	width:27px;
}
table.ictNews td a{
	cursor:pointer;
	color:#0883AC;
	font-size:11px;
	font-weight:normal;
}


/* quickjump */
ul.quickJump{
	background:transparent url('../images/home/quickjump/bg-bottom-shadow.gif') no-repeat left bottom;
	height:169px;
	list-style:none outside none;
	margin:0;
	padding:10px 0 0 0;
	width:267px;
}
ul.quickJump li{
	margin:0;
	padding:0;
}
ul.quickJump li.kandidatenradar{
	background:transparent url('../images/home/quickjump/kandidatenradar3.jpg') no-repeat scroll left 0px;
	height:55px;
	width:267px;
}
ul.quickJump li.tariefopvragen{
	background:transparent url('../images/home/quickjump/tariefopvragen2.jpg') no-repeat scroll left 0px;
	height:55px;
	width:267px;
}
ul.quickJump li.zoekopdrachtplaatsen{
	background:transparent url('../images/home/quickjump/zoekopdrachtplaatsen4.jpg') no-repeat scroll left 0px;
	height:55px;
	width:267px;
}
ul.quickJump li a{
	background:transparent url('../images/home/quickjump/anchor-arrow.jpg') no-repeat scroll center right;
	display: block;
	height:55px;
	outline-style:none;
	width:267px;
}
ul.quickJump li a:hover {
	background:transparent url('../images/home/quickjump/anchor-arrow-hover.jpg') no-repeat scroll center right;
}
