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

/* ALGEMENE BOUW VAN DE WEBSITES
/ ---------------------------------------------------------- */

div#lijst-zoeken div.titel {
	background-color: #5a5a5a;
	color:#FFFFFF;
	font-size:11px;
	line-height:30px;
	padding:0 0 0 15px;
	text-decoration:none;
	text-transform:uppercase;
	height: 30px;
}

div#lijst-zoeken {
	background-color: #fff;
	color: #333333;
	padding: 0 0 15px 0;
}

div#lijst-zoeken ul {
	list-style-type: none;
	margin: 5px 0 5px 10px;
}

div#lijst-zoeken ul li a {
	height: 25px;
	line-height: 25px;
	display: block;
	padding-left: 15px;
	text-decoration: none;
	background-image: url(../images/icon-pijl.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

div#lijst-zoeken ul li a:hover {
	text-decoration: underline;
}




div#lijst-zoeken table {
	margin: 15px 0 0 15px;
}

div#lijst-zoeken table tr {
	height: 25px;
}

div#lijst-zoeken table tr td.categorie {
	font-weight: bold;
	width: 115px;
	line-height: 25px;
}

div#lijst-zoeken table tr td select {
	width: 140px;
	height: 22px;
	border: 1px solid #f4f4f4;
	padding: 2px 0 0 0;
}

div#lijst-zoeken table tr td option {
	padding: 3px;
}









div#opensolicitatie a.opensolicitatie {
	width: 300px;
	height: auto;
	position: absolute;
	bottom: 30px;
	left: 30px;
	text-decoration: none;
	
	display: block;
	line-height:30px;
	text-indent: 15px;
	text-decoration:none;
	height: 30px;
	
	
	
	background-color:#F4F4F4;
	border-color:#DDDDDD #BBBBBB #BBBBBB #DDDDDD;
	border-style:solid;
	border-width:1px;
	color:#000000;
}

div#opensolicitatie a.opensolicitatie:hover {
	background-color: #DDDDDD;
}








div#detachering strong {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}

div#detachering b {
	font-weight: bold;
}

div#detachering {
	width: 300px;
	height: auto;
	position: absolute;
	bottom: 74px;
	left: 30px;
	background-color: #fabe3b;
	background-image: url(../images/bg-detachering.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

div#detachering div.inner {
	width: 200px;
	margin: 15px 0 15px 15px;
	line-height: 12px;
}