body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: auto; 
}
#wrapper {
	display: block;
	position: absolute;
	width: 1000px;
	_height: 100%;
	min-height: 100%;
	overflow: visible;
	left: 50%;
	margin-left: -500px;
	background: url(../images/interface/back_01.jpg) no-repeat left top;
}
#theme_01 #wrapper {
	background-image: url(../images/interface/back_01.jpg);
}
#theme_02 #wrapper {
	background-image: url(../images/interface/back_02.jpg);
}
#theme_03 #wrapper {
	background-image: url(../images/interface/back_03.jpg);
}
#theme_04 #wrapper {
	background-image: url(../images/interface/back_04.jpg);
}
#theme_05 #wrapper {
	background-image: url(../images/interface/back_05.jpg);
}
#theme_06 #wrapper {
	background-image: url(../images/interface/back_06.jpg);
}
#theme_07 #wrapper {
	background-image: url(../images/interface/back_07.jpg);
}
#theme_08 #wrapper {
	background-image: url(../images/interface/back_08.jpg);
}
#theme_09 #wrapper {
	background-image: url(../images/interface/back_09.jpg);
}
#theme_10 #wrapper {
	background-image: url(../images/interface/back_10.jpg);
}
#theme_11 #wrapper {
	background-image: url(../images/interface/back_11.jpg);
}
#theme_12 #wrapper {
	background-image: url(../images/interface/back_12.jpg);
}
#theme_13 #wrapper {
	background-image: url(../images/interface/back_13.jpg);
}
#theme_14 #wrapper {
	background-image: url(../images/interface/back_14.jpg);
}
#theme_15 #wrapper {
	background-image: url(../images/interface/back_15.jpg);
}


#header {
	position: relative;
	margin: 25px 0 0 0;
	width: 100%; height: 140px;
	background: url(../images/interface/back_header.png) no-repeat left top;
}
	* html #header {
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/interface/back_header.png');
	}
#header h1 {
	position: absolute;
	top: 15px; left: 20px;
	width: 160px; height: 110px;
}
#header h1 a {
	display: block;
	width: 160px; height: 110px;
	text-indent: -999em;
	text-decoration: none;
	background: url(../images/interface/logo_wedb.png) no-repeat left top;
}
	* html #header h1 a {
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/interface/logo_wedb.png');
		cursor: pointer;
	}


/* footer */
#footer {
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: 30px;
	background: white;
}
	* html #footer {
		bottom: -1px;
	}
#footer ul,
#footer li {
	margin: 0; padding: 0;
	list-style: none;
}
#footer ul {
	margin: 3px 0 0 25px;
}
#footer li {
	display: inline;
	margin: 0 50px 0 0;
}

/* menu */
#menu {
	position: absolute;
	top: 135px; left: 0;
}
#menu ul,
#menu li {
	margin: 0; padding: 0;
	list-style: none;
}
#menu ul {
	margin: 3px 0 0 230px;
}
#menu li {
	display: inline;
	margin: 0 50px 0 0;
}

/* content */
#box {
	position: absolute;
	left: 230px; top: 195px;
	width: 640px; height: 345px;
	background: white;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
}
#content {
	position: absolute;
	left: 230px; top: 195px;
	width: 640px; height: 345px;
	overflow: auto;
	
}
#primaryContent {
	padding: 20px;
}

#content ul {
	position: relative;
	list-style: none;
	margin: 0; padding: 0;
	margin-bottom: 1em;
}
#content ul li {
	margin-bottom: 0.2em;
	padding-left: 1em;
	background: url(../images/interface/bullet.png) no-repeat 3px 7px;
}

/* various */

/* h2/hr */
h2, hr {
	display: none;
}
#content h2,
#content hr {
	display: block;
}


/* specific */

ul.jobList li {
	margin-left: 0.5em;
}
ul.jobList a {
	color: black;
	text-decoration: none;
}
ul.jobList a:hover {
	color: #e82000;
	text-decoration: none;
}

/* search form */
#frm_search {
	margin: 0 0 1em 0; padding: 7px;
	border: 1px solid #deb406;
	background: #f6e8c0;
}
#frm_search label,
#frm_search th {
	font-weight: normal;
}
#frm_search #fc_query {
	width: 140px;
}
#frm_search table {
	margin: 0;
	border-collapse: collapse;
	border: none;
}
#frm_search table th,
#frm_search table td {
	padding: 4px 2px;
	vertical-align: middle;
}
#frm_search table th {
	width: 70px;
}
#frm_search div.area {
	width: 550px;
}
#frm_search div.area span.area {
	float: left; width: 10em;
	font-weight: normal;
}
#frm_search a {
	font-size: 11px;
}

/* sortering */
.sort {
	float: left; display: inline;
	margin: 0 0 1em 15px;
	font-size: 11px;
	text-align: center;
}
.partnerLogo {
	float: right; display: inline;
	margin: 10px 0 0 0;
}

/* pagina selector */
.pageSelector {
	float: left; display: inline;
	margin: 0 0 0.5em 0;
	text-align: center;
}
.pageSelector .item {
	border: 1px solid #9d8521;
	font-weight: bold;
	font-size: 11px;
}
.pageSelector .noLink {
	border: 1px solid #b3b293;
	background: #eeedd9;
	color: #a19f7a;
}
.pageSelector .active {
	border: 1px solid #514f26;
	background: white;
	color: #514f26;
}
.pageSelector .active,
.pageSelector .noLink,
.pageSelector .item a {
	padding: 0 4px;
	min-width: 1.5em;
}
* html .pageSelector .active,
* html .pageSelector .noLink,
* html .pageSelector .item a {
	width: 1.5em;
}
.pageSelector .item a {
	background: #deb406;
	text-decoration: none;
	color: white;
}
.pageSelector .item a:hover {
	background: #f6e8c0;
	color: #deb406;
}

/* rubrieken lijst */
#wrapper ul.categoryList,
#wrapper ul.categoryList li,
#wrapper ul.categoryList ul {
	margin: 0; padding: 0;
}
#wrapper ul.categoryList li {
	background: none;
	padding-top: 5px;
	color: #555;
}
#wrapper ul.categoryList li a {
	font-weight: bold;
}
#wrapper ul.categoryList li li {
	padding-left: 30px;
	background: url(../images/beheer_interface/bullet_sitemap.png) no-repeat 10px top;
	font-size: 12px;
}
#wrapper ul.categoryList li li a {
	font-weight: normal;
}

/* vacature lijst */
.jobItem {
	width: 565px;
	margin: 0 0 10px 0; padding: 7px;
	border: 1px solid #deb406;
	background: #f6e8c0;
}
.jobItem:hover,
.jobItem.hover {
	cursor: pointer;
	border-color: #9d8521;
	background: #fff4d7;
}
.jobItem table {
	margin: 0;
}

table.jobList {
	width: 100%;
	border-collapse: collapse;
	border: none;
}
table.jobList th,
table.jobList td {
	padding: 2px;
	line-height: 14px;
	font-size: 11px;
}
table.jobList h3 {
	margin: 0;
}
table.jobList h3 span {
	font-weight: normal;
}
.jobItem a:hover {
	text-decoration: none;
}
table.jobList tr.category td {
	color: #9d8521;
}



/* vacature detail */
.jobDetails {

}
.jobDetails table {
	border-collapse: collapse;
	border: none;
}
.jobDetails table th,
.jobDetails table td {
	vertical-align: top;
	padding: 2px 0;
}
.jobDetails table th {
	width: 120px;
}

#content .jobDetails .area li {
	float: left; display: inline;
	margin: 0; padding: 0 12px 0 8px;
	background-position: left 7px;
}
.jobDetails .item {
	margin: 0 0 15px 0;
}

#content .jobDetails ul.actions {
	margin: 0; padding: 0;
}
#content .jobDetails ul.actions li {
	margin: 0; padding: 0;
	float: left; display: inline;
	background: none;
}
.jobDetails ul.actions li a {
	float: left; display: inline;
	margin: 0 10px 0 0; padding: 2px 10px;
	background: #deb406;
	border: 1px solid #9d8521;
	text-decoration: none;
	font-weight: bold;
	color: white;
}
.jobDetails ul.actions li a:hover {
	background: #f6e8c0;
	border: 1px solid #9d8521;
	text-decoration: none;
	color: #9d8521;
}
