body,html {
	background: #B8B8B8;
	
	text-align: center;
	
}

/* Zoek gedeelte */

div#searchHtml {

}

div.dropdown {
	border: 1px solid #7F9DB9;
	background: #FFF;
	padding-left: 2px;	
	width: 215px;
	color: #333;
	line-height: 17px;
	margin-top: 5px;
	cursor: pointer;
}

	div.dropdown img {
		float: right;
	}

div.dropdownitems {
	width: 217px;
	background: #FFF;
	border: 1px solid #7F9DB9;
	border-top: 0px;
	position: absolute;
	color: #333;
	font-size: 11px;
}

	div.dropdownitems div.inneritems {
		padding-left: 2px;
	}

	div.dropdownitems ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	
	div.dropdownitems ul li {
		padding: 0px;
		padding-left: 0px;
		padding-top: 2px;
		padding-bottom: 1px;
	}
	
		div.dropdownitems ul li input {
			vertical-align: middle;
			margin-top: -1px;
		}
	
	div.dropdownitems ul li.parent {
		font-weight: bold;
		padding: 3px;
		padding-left: 23px;
	}

	div.dropdownitems div.subselect {
		border-top: 1px solid #7F9DB9;
		padding: 2px;
		padding-left: 25px;
		font-size: 11px;
	}

		div.dropdownitems div.subselect a.close {
			float: right;
			margin-right: 5px;
		}

	/* Extra setups */
	
	div#regions div.inneritems {
		height: 230px;
		overflow: auto;
	}

h1 {
	font-size: 12px;
}

h2 {
	color: #FF4E00;
	font-size: 11px;
	margin: 0px;
	border-bottom: 1px solid #414141;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

h3 {
	background: #EBEAEA;
	color: #FF4E00;
	border-top: 1px solid #7A7A79;
	padding: 11px;
	margin-left: 36px;
	margin-bottom: 0px;
	margin-right: 44px;
	margin-top: 28px;
	font-size: 14px;

}

	h3 img {
		float: right;
	}

h4 {
	margin: 0px;
	color: #B3B3B3;
	font-size: 12px;
	padding-top: 26px;
	margin-left: 27px;
	margin-bottom: 11px;
	
}

h5 {
	color: #A1A1A1;
	font-size: 14px;
	margin-left: 36px;
	margin-top: 26px;
}

h6 {
	font-size: 13px;
}

div#backbutton {
	float: right;
}		

/* Legenda */
div.legenda {
	float: right;
	margin-right: 55px;
}

	div.legenda a {
		text-decoration: none;
		font-size:10px;
	}

	div.legenda img {
		margin-left: 6px;
		border: 0px;
	}


table.vacatures {
	width: 618px;
	border-collapse: collapse;
	padding: 0px;
	margin-top: 30px;
}

	table.vacatures th {
		border-bottom: 1px solid #D3D3D3;
		color: #A1A1A1;
		font-size: 14px;
		padding-bottom: 11px;
	}
	
	table.vacatures td {
		padding-top: 8px;
		padding-bottom: 8px;
		border-bottom: 1px solid #D3D3D3;
		color: #575757;
		vertical-align: top;
	}
	
	table.vacatures td img {
		margin-bottom: 3px;
	}
	
	table.vacatures th.Vacature {
		width: 68%;
	}
	
	table.vacatures th.Dienst {
		width: 12%;
	}
	
	table.vacatures th.Lokatie {
		width: 20%;
	}
	
	table.vacatures td.Lokatie {
		font-size: 11px;
	}
	
	table.vacatures td.Vacature {
		padding-left: 12px;
		
		background: url(/interface/plus.gif) no-repeat;
		background-position: 0px 14px;
	}

div.pages {
	margin-left: 36px;
	color: #FC5101;
	font-weight: bold;
	padding-top: 8px;
}

	div.pages .innerPages {
		
		text-align: center;
		display: inline;
		margin-left: 10px;
		margin-right: 10px;
	}
	
div#list1 {
	
}

	div#list1 a {
		color: #FFF;
		font-size: 12px;
		text-decoration: none;
	}

	div#list1 h3 {
		background: url(/interface/button_background.gif) top;
		margin: 0px;
		margin-bottom: 0px;
		padding: 2px;
		padding-bottom: 3px;
		padding-left: 27px;
		font-size: 12px;
		color: #FFF;
		margin-bottom: 3px;
		/*border-top: 1px solid #C1C1C1;*/
	}
	
	div#list1 h3.selected {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	div#list1 div{
		background: url(/interface/button_background.gif) bottom;
		margin-bottom: 2px;
		padding: 2px;
		padding-left: 27px;
		border-top: 0px solid #7A7A79;
		padding-bottom: 6px;
		padding-top: 3px;
	}
	
		div#list1 div p {
			margin: 0px;
			padding: 0px;
		}

ul.plus {
	list-style-image: url(/interface/plus_grey.gif);
	margin-left: 0px;
	padding-left: 15px;
	
}
	ul.plus li {
		margin-bottom: 10px;	
	}
	
	ul.plus li strong {
		font-size: 12px;
	}

div#wrapper {
	width: 977px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
	background: #FFF;
	
	border: 10px solid #FFF;
	
	font-family: Arial,sans-serif;
	
	color: #575757;
}

	div#wrapper a {
		color: #575757;
	}

div#header {
	height: 100px;
	overflow: hidden;
	background: #FF4E00;	
}

	div#header a img {
		border: 0px;
		
		margin-right: 5px;
	}

div#content-left {
	width: 269px;
	height: 444px;
	background: url(/interface/men.gif) no-repeat bottom left #595959;
	margin: 0pt;
	padding: 0pt;
	
	font-size: 11px;
	
	color: #FFF;
}
	div#content-left a {
		color: #9D9D9D;
	}
	
	div#content-left a.selected {
		color: #FFF;
	}


	div#content-left div.search-box {
		margin-left: 27px;
	}
	
		div#content-left div.above {
			margin-bottom: 10px;
		}
	
	div#content-left .search {
		width: 220px;
	}

	div#content-left .search-text {
		width: 213px;
		color: #333;
		font-family: Arial,sans-serif;
		font-size: 11px;
		padding-top: 2px;
	}
	
	div#content-left select {
		font-size: 11px;
	}
	
	div#content-left div.results {
		height: 25px;
		margin-right: 22px;
		margin-bottom: 3px;
		padding-top: 3px;
	}
	
		div#content-left div.results a {
			position: absolute;
			margin-top: 2px;
		}
	
		div#content-left div.results .selectBox {
			float: right;
			
			width: 160px;
		}
	
	div#content-left div.bottomText {
		color: #8E8C8C;
		font-size: 12px;
		
		position: absolute;
		
		margin-top: 360px;
		width: 200px;
		
		margin-left: 26px;
	}
	
		div#content-left div.bottomText {
			*margin-left: 0px;
		}	
	
	div#content-left div.bottomText strong {
		color: #B8B8B8;
	}
		

	* html  div#content-left {
		float: left;
	}

		
	div#content-left h3.selected {
		border-top: 1px solid #FF4E00;
	}
	
div#content-right {
	background: url(/interface/backgrounds/background-transparent.jpg) #FFF;
	height: 444px;
	float: right;
	width: 708px;
	font-size: 12px;
	
}

div.scroll {
	overflow-y: scroll;
	min-height: 416px;
	height: auto !important;
	height: 416px;
}

div.inside {
	width: 618px;
	height: 334px;
	overflow: auto;
	margin-left: 36px;
	padding-right: 10px;
	padding-top: 10px;
}

	div.search-inside {
		width: 618px;
		margin-left: 36px;
		height: 400px;
	}

div.blok {
	margin-left: 36px;
	margin-top: 26px;
	width: 312px;
	height: 374px;
	background: #FFF;
	filter: alpha(opacity=97);
	opacity: .97;
	padding: 16px;
}

div.dropMenu {
	position: absolute;
	z-index: 1000;
	width: 606px;
	height: 19px;
	margin-left: 306px;
	font-size: 11px;
	
	background: url(/interface/dropmenu-background.gif);
	padding-left: 26px;
	padding-top: 3px;
}

	div#wrapper div.dropMenu a { 
		color: #FE5810;
		text-decoration: none;
		font-weight: bold;
		
		margin-right: 13px;
	}

	div#wrapper div.dropMenu a:hover, div#wrapper div.dropMenu a.selected {
		color: #595959;
	}

	

div#footer {
	background: #FF4E00;
	font-size: 11px;
	color: #FFF;
	padding-top: 13px;
	padding-bottom: 13px;
}

	div#footer a {
		color: #FFF;
	}

	div#footer div.contact {
		width: 269px;
		margin-left: 28px;
		float: left;
	}
	
	div#footer div.links {
		margin-left: 306px;
	}