@charset "UTF-8";
/* CSS Document */

/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
	font-size:100%;
}

textarea {
	resize:				none;
	background-color:			#efefef;
	border: 				1px solid #999999;	
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	color:				#333333;
	margin-top:				3px;
	margin-bottom:			10px;
}

select {
	background-color:		#efefef;
	border: 				1px solid #999999;
	/*height: 				18px;*/
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	color:					#333333;
	margin-top:				3px;
	margin-bottom:			10px;	
}

input {
	background-color:		#efefef;
	border: 				1px solid #999999;
	height: 				18px;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	color:					#333333;
	margin-top:				3px;
	margin-bottom:			10px;
}

.hiddenLink {
	display: none;
}

/* MAIN */ 
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}




#container {
	width: 902px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* HEADER */
#header {
	background: #ffffff;
	float:left;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#headerLinks{
	width:299px;
	height:61px;
	float:left;
}
#headerRight{
	width:603px;
	height:53px;
	float:left;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}
#headerRight a:link, #headerRight a:visited, #headerRight a:active{
	text-decoration:none;
	color:#000003;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}



#campagne {
	background-color: #000000;
	padding: 0px;
	height: 169px;
	width: 601px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left:1px;
}
#taalkeuze {
	background-color: #000000;
	padding: 0px;
	height: 510px;
	width: 901px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left:0px;
}


#video {
	background-color: #666666;
	height: 169px;
	width: 300px;
	float: left;
	padding: 0px;
	margin-bottom: 1px;
	margin-left: 1px;
}

#nieuws {
	background-color: #666666;
	height: 169px;
	width: 300px;
	float: left;
	padding: 0px;
	margin-bottom: 1px;
	margin-left: 1px;
}

#leftContent {
	background-color: #ffffff;
	height: 169px;
	width: 300px;
	float: left;
	padding: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	display: block;
}
#container #mainContent #content .overlib{
	background-color: #f8f8f8;
	border-color:#ff6633;
	border-style:solid;
	border-width:1px;
	position: absolute;
	padding:7px;	
	z-index: 2;
}

#leftContent .alignedRight {
	width: 290px;
	padding: 10 5 5 5;
	margin-left: 0px;
	text-align:right;
}

/* NAVIGATIE */
#navigatie {
	background-color: #292929;
	padding: 0px;
	height: 169px;
	width: 300px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

#navigatie1{
	background-color:#1f1f1f;
	color:#787474;
	padding-top:10px;
	padding-right:5px;
	width:110px;
	height:159px;
	text-align:right;
	font-size:9px;
	float:left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 140%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

#navigatie1 ul {
	padding-top: 0px;
	padding-bottom: 0px;
}

#navigatie1 li {
	list-style-type:none;
	list-style-position: inside;
	color: #F26722;
	text-decoration: none;
}

#navigatie1 a:link {
	color:#DCD3D3;
	text-decoration: none;
}

#navigatie1 a:visited {
	color: #DCD3D3;
	text-decoration: none;
}

#navigatie1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#navigatie1 a:active {
	color: #DCD3D3;
	text-decoration: none;
}

#navigatie2 ul {
	padding-top: 0px;
	padding-bottom: 0px;
}

#navigatie2 li {
	list-style-type:none;
	list-style-position: inside;
	color: #F26722;
	text-decoration: none;
}

#navigatie2{
	padding-top:10px;
	color:#787474;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	text-transform:uppercase;
	float:left;
	margin-left:5px;
	line-height: 140%;
}

#navigatie2 a:link {
	color:#DCD3D3;
	text-decoration: none;
}

#navigatie2 a:visited {
	color: #DCD3D3;
	text-decoration: none;
}

#navigatie2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#navigatie2 a:active {
	color: #DCD3D3;
	text-decoration: none;
}


/* CONTENT NO PADDING */
#contentNoPadding {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:text-top;
	text-align:justify;
	background-color: #FFFFFF;
	min-height:339px;
	padding-left:1px;
	padding-bottom:1px;
	width: 600px;
	float: left;
}

/* CONTENT */
#content {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:text-top;
	text-align:justify;
	background-color: #FFFFFF;
	min-height:339px;
	width: 581px;
	float: left;
	margin-bottom: 1px;
	margin-left: 1px;
	line-height: 14px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-bottom:8px;
	text-transform: none;
	line-height: 110%;
}

/* headings */
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 5px;
}

/* table */

#content table {
	border:none;
	border-collapse:collapse;
	border-spacing:0px;
	
}

#content td {
	padding:2px 2px 2px 0px;
	margin:0px;
	vertical-align: top;
	}


/* vacature specefiek*/
#content .vacatureTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-bottom:2px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-transform: none;
	line-height: 110%;
}

#content #vacatureReferentie{
	background-color:#CCCCCC;
	padding: 3px 0px 3px 5px;
	
	

}

#content #txtRef{
	background-color:#CCCCCC;
	padding: 3px 0px 3px 5px;
	
	

}

.vacatureBlock{
	text-decoration:none;
	width:410px;
	cursor:pointer;
}

.vacatureBlock a{
	text-decoration:none;
}



/* unorderd lists */
#content ul {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left:12px;
	}

#content li {
	list-style-type: square;
	list-style-position:inherit;
	padding-left:0px;
	list-style-image: url(../images/layout/imgBullet.gif);
	margin-bottom: 8px;
}
#content p {
	line-height: 140%;
}


#content li.clickable {
	list-style-type: square;
	list-style-position:inherit;
	padding-left:0px;
	color:#FF6633;
	
}

#content li.clickable:hover{
	color: #993333;
}



/* normal links */
#content a:link {
	color: #FF6633;
	text-decoration: underline;
}

#content a:visited {
	color: #CC6600;
	text-decoration: underline;
}

#content a:hover {
	color: #993333;
	text-decoration: underline;
}

#content a:active {
	color: #FF6633;
	text-decoration: underline;
}


/* specials */
#content .inleiding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
	background-color: #FF6633;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.subtitle{
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin-bottom:3px;
}

.subTitleNoPadding{
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin-bottom:-2px;
	padding:0px;
}


#content .imageLeft {
	margin-right: 10px;
	border: 1px solid #666666;
	text-align:left;
}


/* SPLITTED CONTENT STUFF*/
.splitted{
	background-image:url(../images/layout/bgContentLeft.gif);
	background-repeat:repeat-y;
	float:left;
	clear:both;
	padding-bottom:20px;
}
.splitted2-3{
	background-image:url(/images/layout/bgVacatureDetail.gif);
	float:left;
	clear:right;
	width:100%
}
#contentLeft{
	width:270px;
	/*background-image:url(../images/layout/bgContentLeft.gif);
	background-repeat:repeat-y;
	*/float:left;
	padding-right:10px;
}

#contentRight{
	width:280px;
	/*background-color:#ffffff;*/
	padding-left: 15px;
	float:left;
}

#contentLeft2-3{
	width:410px;
	float:left;
}

#contentRight2-3{
	/*background-color:#FFCC66;*/
	width:145px;
	padding-left:25px;
	float:left;
}

/* THINGS THAT WILL APPEAR IN THE LEFT SIDEBAR */
#quickSearch {
	background-image:url(/images/layout/bgQuickSearch.jpg);
	padding:10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #333333;
}

#quickSearch img{
	text-align:right;
}

#browseVacatures{
	height:84px;
	width:300px;
	
}

#vacatureLeft{
	width:410px;
	float:left;
}
#vacatureRight{
	/*background-color:#FFCC66;*/
	width:145px;
	padding-left:25px;
	float:left;
}

/* PAGING */
.paging {
	margin-bottom:5px;
}    

.paging a{
	text-decoration:none;
}


a.paginglink:link  {
	color: #999999;
	text-decoration: none;
}

a.paginglink:visited {
	color: #999999;
	text-decoration: none;
}

a.paginglink:hover {
	color: #993333;
	text-decoration: none;
}

a.paginglink:active {
	color: #999999;
	text-decoration: none;
}



/* HTML TAGS */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	color: #333333;
	text-align: justify;
	
}

hr {height: 1px; border-style: none; color: #e3e3e3; background-color: #e3e3e3;}



/* SERVICES */
#services {
	text-align:right;
	margin-top:-20px;
	padding:0px;
	height:26px;
	margin-bottom:0px;
	/*background-color:#CC0;*/
	overflow:hidden;
}	

/* SORT */
#sort {
	text-align:left;
	margin-top:-20px;
	padding-top:6px;
	height:020px;
	margin-bottom:0px;
	/*background-color:#CC0;*/
}

#services .listSmall{
	margin-top:3px;
	margin-right:10px;
	width:150px;
	height:18px;
	background-color:efefef;
	border: 1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
#services .listBig{
	margin-top:3px;
	width:250px;
	height:18px;
	background-color:efefef;
	border: 1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}


/* FORMELEMENTS */
.inputHalfWidth {
	background-color:efefef;
	border: 1px solid #999999;
	height: 18px;
	width: 265px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin-top:0px;
	margin-bottom:10px;
}

.input1-3Width {
	background-color:efefef;
	border: 1px solid #999999;
	height: 18px;
	width: 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin-top:0px;
	margin-bottom:10px;
}

.listHalfWidth{
	width:265px;
	height:18px;
	background-color:efefef;
	border: 1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin-top:0px;
	margin-bottom:10px;
}

.areaHalfWidth{
	width:265px;
	background-color:efefef;
	border: 1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin-top:0px;
	margin-bottom10px;
}

#quickSearch .input{
	background-color:efefef;
	border: 1px solid #999999;
	height: 18px;
	width: 270px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin-top:3px;
	margin-bottom:10px;
}

#quickSearch .list{
	width:270px;
	height:18px;
	background-color:efefef;
	border: 1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin-top:3px;
	margin-bottom:10px;
}

/* MISC */
.clickable{
	cursor:pointer;
	border:none;
}
.accentColor{
	color:#ff6633;	
}

.btnAddToList{
	margin-right:13px;
}

/* AFSLUITER */
#afsluiter{
	float:left;
	width:902px;
	background-image: url(../images/afsluitBlokjes.gif);
	background-repeat: repeat-y;
	margin:0px;
	padding:0px;
	height:10px;
}

/* FOOTER */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
	width: 900px;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-align:center;
	font-size:9px;
}

 /* normal links */
#footer a:link {
	color: #FF6633;
	text-decoration: underline;
}

#footer a:visited {
	color: #CC6600;
	text-decoration: underline;
}

#footer a:hover {
	color: #993333;
	text-decoration: underline;
}

#footer a:active {
	color: #FF6633;
	text-decoration: underline;
}


.kantoor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #333;
	text-align: right;
}
.kantoorAdres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #666;
	text-align: right;
}
a.kantoorEmail{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: right;
	text-transform:none;
}
a.kantoorEmail:link  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #666;
	text-decoration: none;
}

a.kantoorEmail:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #999999;
	text-decoration: none;
}

a.kantoorEmail:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #993333;
	text-decoration: none;
}

a.kantoorEmail:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #999999;
	text-decoration: none;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6633;
	margin-bottom: 0px;
	padding-bottom: 1px;
}

/* Inschrijvingsfiche */

DIV .stap {
	width:					280px;
	float:					left;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				13px;
	font-weight:			bold;
	padding:				5px 10px 5px 10px;
	background-color:		#dadada;
	text-align:				right;
	
}

DIV .kader {
	padding:				0px;
	background-color:		#fff;
	border-style:			none;
	border-width:			1px;
	border-color:			#CCC;
}

.kader hr {
	height: 				1px; 
	border-style: 			none; 
	color: 					#ddd; 
	background-color: 		#ddd;
}

DIV .kader TABLE TR TD{
	padding:				0px;
}

.kader table{
	width:					100%;
}

DIV .function{
	margin-top:				5px;
}

DIV .indent25{
	margin-left:			25px;
}

DIV .indent50{
	margin-left:			50px;
}

DIV .uitleg{
	font-size:				10px;
	line-height:			140%;
	border-bottom-color:	#dadada;
	border-top-color:		#dadada;
	border-left-color:		#dadada;
	border-style:			solid;
	border-right-color:		#ff6633;
	border-width:			1px;
	font-weight:			normal;	
	padding:				5px;
	background-color:		#dadada;
	margin:					5px 0px 5px 0px;
}

input.invalid, textarea.invalid, select.invalid{
	border: 				1px solid #FF3300;
	/*color : 				#FF3300;*/
}

#divNavigatie{
	margin-top:				10px;
}

#contentRight li{
	list-style:				none;
}

#ulWoonLijst, #ulGebLijst{
	margin-top:				-4px;
	margin-bottom:			-8px;
}

#ulWoonLijst LI, #ulGebLijst LI{	
	list-style-type:		none;
	margin-left:			-9px;
	height:					15px;
	overflow:				hidden;
	text-align:				left;
}

.selected{	
	background-color:		#316AC5;
	color:					white;	
	cursor:					default;
}

.laden{
	float:					left;
	margin-left:			8px;
}

.noborder {
	background-color:		#FFF;
	border: 				0px solid #FFF;
}

DIV .postlist{
	background-color:		#efefef;
	border: 				1px solid #999;	
	z-index:				5;
	position:				absolute;
	overflow:				auto;
	/* niet voor Internet Explorer */
	margin-top:				-11px;
}

DIV .postlistIE{ /* voor Internet Explorer */
	margin-left:			-155px;
	margin-top:				23px;
}

/* Fixed length */
.fixed25{
	width:					25px;
}

.fixed50{
	width:					50px;
}

.fixed75{
	width:					75px;
}

.fixed100{
	width:					100px;
}

.fixed125{
	width:					125px;
}

.fixed150{
	width:					150px;
}

.fixed200{
	width:					200px;
}

.fixed250{
	width:					250px;
}

.fixed300{
	width:					300px;
}

.fixed325{
	width:					325px;
}

.fixed350{
	width:					350px;
}

.fixed400{
	width:					400px;
}

.fixed500{
	width:					500px;
}
#contentNoPadding {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:text-top;
	text-align:justify;
	background-color: #ffffff;
	min-height:339px;
	padding-left:0px;
	padding-bottom:1px;
	width: 601px;
	float: left;
}

.ArbeiderBediendeblok {
	color: #a9a6a6;
	line-height: 120%;
	height:129px; width:562px;background-color:#2a2a2a; padding:20px; float:left;	
	min-height:299px;
}

.ArbeiderBediendeblok a {
	color: #FFFFFF;
	text-decoration: underline;
}
.ArbeiderBediendeblok a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

.ArbeiderBediendeblok a:visited {
	color: #CC6600;
	text-decoration: underline;
}

.ArbeiderBediendeblok a:hover {
	color: #ff6633;
	text-decoration: underline;
}

.ArbeiderBediendeblok a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#printthis {
	/*visibility:hidden;*/ 
	display:none;
	height:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
}
