@CHARSET "ISO-8859-1";
#job_box {
	width: 468px;
	margin: -66px 0 0 9px;
	float: left;
}
#job_top_left {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/tl_wit.png);
}
#job_top_center {
	float: left;
	width: 422px;
	height: 23px;
	background: #fff;
}
#job_top_right {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/tr_wit.png);
}
#job_center {
	float: left;
	background: #fff;
	padding: 0 23px;
}
#job_bottom_left {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/bl_wit.png);
}
#job_bottom_center {
	float: left;
	width: 422px;
	height: 23px;
	background: #fff
}
#job_bottom_right {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/br_wit.png);
}


#joblist {
	float: left;
	width: 370px;
	margin: 14px 0 0 37px;
	color: #000;
}
#joblist li {
	width: 370px;
	margin-bottom: 16px;
	float: left;
	clear: both;
}
#joblist h2, #joblist a {
	color: #fff;
}

#joblist li .top_left {
	float: left;
	width: 23px;
	height: 23px;
	background-image: url(../images/tl_oranje.png);
}
#joblist li .top_center {
	float: left;
	width: 324px;
	height: 23px;
	background-color: #f18e00;
}
#joblist li .top_right {
	float: left;
	width: 23px;
	height: 23px;
	background-image: url(../images/tr_oranje.png);
}
#joblist li .center {
	float: left;
	background-color: #f18e00;
	padding: 0 23px;
}
#joblist li .bottom_left {
	float: left;
	width: 23px;
	height: 23px;
	background-image: url(../images/bl_oranje.png);
}
#joblist li .bottom_center {
	float: left;
	width: 324px;
	height: 23px;
	background-color: #f18e00;
}
#joblist li .bottom_right {
	float: left;
	width: 23px;
	height: 23px;
	background-image: url(../images/br_oranje.png);
}

