/* --- main.css - Laat je raken --- */


/* --- RESETTING BROWSER DEFAULTS - http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ --- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }


/* --- GENERAL DEFAULTS --- */

html { overflow-y: scroll; }	/* Always show scrollbar on right side (as IE does) in all browsers to avoid jumping of centered sites caused by (dis)appearing these scrollbars. Overflow-y is a CSS3 property and therefor it does not validate yet (removing it only affects the jumping). */	
body, html { height: 100%; }

ul { list-style-type: disc; }
	ul li { margin: 0 0 0 14px; }
	* html ul li { margin: 0 0 0 16px; }
	*:first-child+html ul li { margin: 0 0 0 16px; }
ul.nav, .nav ul, ul.overview, .overview ul { margin: 0; padding: 0; list-style-type: none; }
	.nav li, .overview li { margin: 0; }
	html>body .nav li, *:first-child+html .nav li, html>body .overview li, *:first-child+html .overview li { margin: 0; }
	
ol { list-style-type: decimal; }
	ol li { margin: 0 0 0 29px; }
	* html ol li { margin: 0 0 0 31px; }
	*:first-child+html ol li { margin: 0 0 0 31px; }
	
strong, b { font-weight: bold; }
em, i { font-style: italic; }
			
legend { margin-right: 0; }
* html legend { margin-left: -7px; }
*:first-child+html legend { margin-left: -7px; }

label { cursor: pointer; }

.alignLeft { float: left; }
.alignRight { float: right; }

.offScreen { position: absolute; left: -9999px; text-indent: -9999px; line-height: 0; }

/* --- overLabel --- */	
	
	.jsLabelsOn .inactive { position: relative; }
		.jsLabelsOn .overLabel { position: absolute; left: -9999px; top: 0; white-space: nowrap /* needed for safari */; overflow: hidden; cursor: default; }
		.jsLabelsOn .inactive .overLabel { left: 1px; z-index: 1; }
			.jsLabelsOn .inactive .overLabel span { display: none; }

/* --- SITE DEFAULTS --- */

body, input, button, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, "Liberation Sans", sans-serif;
	font-size: 1.0em;
}

body {
	position: relative;
	font-size: 0.55em;
	line-height: 1.6em;
	color: #000000;
	background-color: #ffffff;
}

h1, h2, h3, legend {
	font-family: Arial, Helvetica, "Liberation Sans", Verdana, Geneva, sans-serif;
	font-size: 1.95em;
	font-weight: bold;
	line-height: 1.0em;
	margin: 5px 0;
	overflow: hidden;
}

h1 {
	margin-bottom: 8px;
}

p, ul, ol, dl, table, blockquote {
	margin: 0 0 1.6em;
}

a {
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}
	
a.more,
.linkList a {
	color: #000000;
	text-decoration: none;
	padding: 0 11px 0 0;
	background: url(/Images/Campaign/ico_link.gif) transparent no-repeat 100% 0.55em;
}

a.more:hover, a.more:focus, a.more:active,
.linkList a:hover, .linkList a:focus, .linkList a:active {
	text-decoration: underline;
}
			
	/* --- IEinlineLinks - fixes IE-bug --- */
		
	a.IE { padding-right: 0 !important; background-image: none !important; }
		a.IE img.icoLink { padding-left: 5px !important; }

	/* --- overLabel --- */
	
	.overLabel {
		display: block;
	}
	
	.jsLabelsOn .overLabel {
		height: 1.45em;
		padding-right: 0.2em;
	}
	
	.jsLabelsOn .inactive .overLabel {
		padding: 0 7px;
	}
			
	/* --- framesBase --- */
	
	.frameBase {
		position: relative;
		float: left;
		clear: both;
		width: 100%;
		margin: 25px 0 0;
	}


/* --- LAYOUT --- */

#container {
	width: 960px;
	margin: 10px auto 20px;
}

	/* --- siteLogo --- */
	
	#siteLogo {
		float: left;
		clear: left;
		width: 269px;
		margin: 0 0 10px;
	}
	
		#siteLogo * {
			display: block;
		}

		#siteLogo a:focus {
			outline: 1px #000000 dotted;
		}
		
	/* --- mainBody --- */
	
	#mainBody {
		position: relative;
		float: right;
		width: 666px;	/* oh no...! */
	}
	
		/* --- altNav --- */
		
		#altNav {
			float: left;
			clear: both;
			font-size: 1.2em;
			width: 429px;
			margin: 0 0 10px;
			overflow:hidden;
			position:relative;
			top:-10px;
		}
		
			/* --- breadcrumb --- */
			
			#breadcrumb {
				float: left;
				padding: 2px 0 0;
			}
			
				#breadcrumb ul {
					float: left;
				}
				
					#breadcrumb li {
						
					}
					
						#breadcrumb a, #breadcrumb span {
							float: left;
							text-decoration: none;
							padding: 0 4px 0 0;
						}
					
						#breadcrumb li li a, #breadcrumb li li span {
							padding-left: 10px;
							background: none transparent no-repeat 0 0.4em;
						}
						
						#breadcrumb a:hover, #breadcrumb a:focus, #breadcrumb a:active {
							text-decoration: underline;
						}
						
			/* --- siteSearch --- */
			
			/*
			#siteSearch {
				float: right;
			}
			
				#siteSearch label {
					display: block;
					float: left;
					margin: 2px 8px 0 0;
				}
				
				#siteSearch input {
					display: block;
					float: left;
					color: #000000;
					width: 121px;
					height: 15px;
					margin: 0;
					padding: 2px 2px 0;
					border: 1px solid transparent;
				}
				
				#siteSearch input.button {
					width: auto;
					height: auto;
					padding: 0;
					margin-left: -1px;
				}*/
		
		/* --- mainNav --- */
		
		/*
		#mainNav {
			position: absolute;
			left: 0;
			top: 0;
			width: 646px;
			height: 49px;
			margin: 0 0 8px;
			padding: 11px 10px 0;
			background: none #ffffff repeat-x left top;
		}
		
			#mainNav ul {
				background-color: transparent;
			}
			
				#mainNav li {
					position: relative;
					float: left;
				}
			
				#mainNav li.first {
					margin-left: 0;
				}
					
				#mainNav li:hover, #mainNav li.jsHover {
					z-index: 1;
				}
				
					#mainNav a {
						display: block;
						text-decoration: none;
						margin: 0 0 14px;
						padding: 0;
						background-color: #ffffff;
					}
					
					#mainNav .selected a,
					#mainNav a:hover, #mainNav a:focus, #mainNav a:active {
						margin: 0;
						padding-bottom: 14px;
					}

					#mainNav a:focus {
						outline: 1px #000000 dotted;
					}
					
					#mainNav ul ul {
						position: absolute;
						top: 27px;
						display: none;
						font-size: 1.2em;
						width: 200px;
					}
					
					#mainNav li:hover ul, #mainNav li.jsHover ul {
						display: block;
					}
					
						#mainNav li li {
							float: none;
							margin-left: 0;
						}
						
							#mainNav li li a {
								color: #ffffff;
								width: 100%;
								margin: 0;
								background-color: transparent;
							}
							
							#mainNav li.selected li a, #mainNav li li.selected a,
							#mainNav li li a:hover, #mainNav li li a:focus, #mainNav li li a:active {
								padding: 0;
							}
							
								#mainNav li li a span {
									display: block;
									margin: 0 12px;
									padding: 2px 0 3px;
									border-top: 1px solid #ffffff;
								}
							
								#mainNav li li.first a span {
									padding: 3px 0;
									border-style: none;
								} */
	
	/* --- footer --- */
	
	#footer {
		clear: both;
	}
	
	#footer ul li.alignLeft .first {			
				border-left:0;				
			}
	
		/* --- about --- */
	
		#about {
			
		}
		
			#about li {
				float: left;
				padding: 0 13px;
				background: url(/Images/Campaign/divider_general.gif) transparent no-repeat 0 0.35em;
			}
			
			#about li.first {
				padding: 0 13px 0 0;
				background-image: none;
			}
			
				#about a {
					color: #000000;
					text-decoration: none;
				}
				
				#about a:hover, #about a:focus, #about a:active {
					text-decoration: underline;
				}
				
		/* --- notify --- */
		
		#notify {
			position: relative;
			/*margin-top:10px;*/
			/*float: right;
			left: -350px;*/
			float:left;
			/*top: 4px;*/
			white-space:nowrap;
		}
		
		#notifyVac {
			position: relative;
			/*margin-top:10px;*/
			/*float: right;
			left: -350px;*/
			float:left;
			/*top: 4px;*/
			white-space:nowrap;
		}
		
		.cntVacSummary #notifyVac{
		    float:right;
		    height:17px;
		}
		
		
			#notify .openPopup a {
				/*color: #000000;*/
				text-decoration: none;
			}
			
			#notifyVac .openPopup a {
				/*color: #000000;*/
				text-decoration: none;
			}
			
			#notify .openPopup a:hover, #notify .openPopup a:focus, #notify .openPopup a:active {
				text-decoration: underline;
			}
			
			#notifyVac .openPopup a:hover, #notifyVac .openPopup a:focus, #notifyVac .openPopup a:active {
				text-decoration: underline;
			}
		
			#notify .popup {
				position: absolute;
				left: -9999px;
				bottom: 32px;
				width: 230px;
				padding: 10px 15px 25px;
				background: url(/Images/Campaign/bg_notify.gif) transparent no-repeat right bottom;
			}
			
			#notifyVac .popup {
				position: absolute;
				left: -9999px;
				bottom: 32px;
				width: 230px;
				padding: 10px 15px 25px;
				background: url(/Images/Campaign/bg_notify.gif) transparent no-repeat right bottom;
			}
			
			#notify.open .popup {
				left: auto;
				right: 57px;
			}
			
			#notifyVac.open .popup {
				left: auto;
				top:20px;
				right:-15px;
			}
				
				#notify h2 {
					/*float: left;*/
                    font-size: 1.5 em;
					clear: both;
					margin: 0 10px 0 0;
					white-space:normal;
				}
				
				#notifyVac h2 {
					/*float: left;*/
					font-size: 1.5 em;
					clear: both;
					margin: 0 10px 0 0;

				}
				
				#notify div {
					clear: both;
					padding: 13px 0 0;
				}
				
				#notifyVac div {
					clear: both;
					padding: 13px 0 0;
				}
			
				#notify .closePopup {
					position: absolute;
					right: 15px;
					top: 10px;
					padding: 0;
				}
				
				#notifyVac .closePopup {
					position: absolute;
					right: 15px;
					top: 10px;
					padding: 0;
				}

					#notify .inactive .overLabel {
						top: 14px;
						width: 139px;
						padding: 0 7px 3px;
					}
					
					#notifyVac .inactive .overLabel {
						top: 14px;
						width: 139px;
						padding: 0 7px 3px;
					}
					
					
					* html #notify .inactive .overLabel { padding-bottom: 4px; }
					*:first-child+html #notify .inactive .overLabel { padding-bottom: 4px; }

					* html #notifyVac .inactive .overLabel { padding-bottom: 4px; }
					*:first-child+html #notifyVac .inactive .overLabel { padding-bottom: 4px; }

				
					#notify input {
						display: block;
						float: left;
						width: 146px;
						padding: 1px 0 3px 7px;
						border: 1px solid transparent;
					}
					
                    #notifyVac input {
						display: block;
						float: left;
						width: 146px;
						padding: 1px 0 3px 7px;
						border: 1px solid ;
					}
					
					#notify button, #notify .button {
						display: block;
						float: right;
						text-align: right;
						width: 75px;
						margin: 0;
						padding: 1px 11px 1px 0;
						background: none transparent no-repeat 100% 0.75em;
						border-style: none;
					}
					
					#notifyVac button, #notifyVac .button {
						display: block;
						float: right;
						text-align: right;
						width: 75px;
						margin: 0;
						padding: 1px 11px 0px 0;
						background: none transparent no-repeat 100% 0.75em;
						
					}
					

/* === sIFR styles === */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1.sIFRcolor, .sIFR-hasFlash h1.sIFRlight, .sIFR-hasFlash h1.sIFRwhite,
.sIFR-hasFlash h2.sIFRcolor, .sIFR-hasFlash h2.sIFRlight, .sIFR-hasFlash h2.sIFRwhite {
	visibility: hidden;
	letter-spacing: -4px;
	font-size: 2.7em;
	margin-top: 2px;
	margin-bottom: 1px;
	padding: 0;
}
* html .sIFR-hasFlash h1.sIFRcolor, * html .sIFR-hasFlash h1.sIFRlight, * html .sIFR-hasFlash h1.sIFRwhite,
* html .sIFR-hasFlash h2.sIFRcolor, * html .sIFR-hasFlash h2.sIFRlight, * html .sIFR-hasFlash h2.sIFRwhite { font-size: 2.3em; }
*:first-child+html .sIFR-hasFlash h1.sIFRcolor, *:first-child+html .sIFR-hasFlash h1.sIFRlight, *:first-child+html .sIFR-hasFlash h1.sIFRwhite,
*:first-child+html .sIFR-hasFlash h2.sIFRcolor, *:first-child+html .sIFR-hasFlash h2.sIFRlight, *:first-child+html .sIFR-hasFlash h2.sIFRwhite { font-size: 2.3em; }

.sIFR-hasFlash h1.sIFRcolor, .sIFR-hasFlash h1.sIFRlight, .sIFR-hasFlash h1.sIFRwhite {
	margin-bottom: 4px
}

.sIFR-hasFlash #navBar h2.sIFRcolor, .sIFR-hasFlash #navBar h2.sIFRlight, .sIFR-hasFlash #navBar h2.sIFRwhite {
	letter-spacing: -4px;
}
* html .sIFR-hasFlash #navBar h2.sIFRcolor, * html .sIFR-hasFlash #navBar h2.sIFRlight, * html .sIFR-hasFlash #navBar h2.sIFRwhite { letter-spacing: -6px; }
*:first-child+html .sIFR-hasFlash #navBar h2.sIFRcolor, *:first-child+html .sIFR-hasFlash #navBar h2.sIFRlight, *:first-child+html .sIFR-hasFlash #navBar h2.sIFRwhite { letter-spacing: -6px; }

.sIFR-hasFlash h3.sIFRblack {
	visibility: hidden;
	letter-spacing: normal;
	font-size: 1.8em;
	margin-top: 0;
	margin-bottom: 1px;
	padding: 0;
}

.sIFR-hasFlash h2.sIFRred {
	visibility: hidden;
	letter-spacing: normal;
	font-size: 2.15em;
	margin-top: 0;
	margin-bottom: 1px;
	padding: 0;
}

.sIFR-hasFlash h2.sIFRwhite {
	visibility: hidden;
	letter-spacing: normal;
	font-size: 2.15em;
	margin-top: 0;
	margin-bottom: 1px;
	padding: 0;
}


		
#searchjobtraineeship div
{
    margin-right: 30px;
    float:left;
}

#searchjobtraineeship input
{
    width:25px;
    border-style:none;
    margin-top: -3px;
}

#loginLink {
	font-size: 12px;
	margin-left: 55px;
	margin-top: 10px;
}


#footer {
	font-family: Arial;
	font-size: 12px;	
	clear: both;
	/*margin-top:28px;*/
}

a.highlighted {
	font-weight:bold;
	/*background:url(../images/layout/icon_highlighted.png) bottom left no-repeat;*/
	padding-left:25px;
	padding-top:4px;
	padding-bottom:2px;
	border-left:0px;
	color:#000000;
	text-decoration: none;
	
}
	#footer ul {
		width:auto;
		position: relative;
		top:4px;
	}
	
		#footer ul li {
			display:inline;
			border-left:1px solid #a3a3a3;
			padding-left:8px;	
			margin-left:8px;			
		}
			#footer ul li.plainText {			
				border-left:0;				
			}
			
			#footer ul li a {				
				color:#444444;
				text-decoration:none;
				position:relative;

			}
				#footer ul li a:hover {				
					color:#000000;
					text-decoration: underline;
				}


#selectedVacancies ul {
    padding:0;
    margin:0;
    list-style:none;
}

#selectedVacancies h2 {
    color:Red;
}

#selectedVacancies ul li{
    padding:0;
    margin:0;
    list-style:none;
}

#selectedVacancies ul li a{
    text-decoration:none;
}
#selectedVacancies{
    /*font-size:8px;*/
}

.footertextprovince 
{
	font-size:10px;
	color:#aaaaaa;
	clear:both;
}
.popupped_link {
	position: absolute;
	display: block;
	left: -66px;
	top: -17px;
	width: 252px;
	height: 58px;
	background-image: url(/Images/Campaign/popup_sprite.png);
	_background: none;
	cursor: pointer;
}

.links_block p
{
    margin: 0;
    padding-bottom: 1.6em;
    width: 400px;
}
.shadow_link 
{
    display: inline-block;
	background-image: url(/Images/Campaign/shadow_link.gif);
	margin-left:-8px;
}
.cnt .shadow_link a 
{
	background-image: url(/Images/Campaign/shadow_link.gif);
	font-size: 18px;
	line-height: 22px;
	padding: 9px 17px 15px 17px;
    display: inline-block;
}
.shadow_link a:visited, .shadow_link a:link, .shadow_link a:active, .shadow_link a:hover
{
    color: #FFF;
    text-decoration: none;
}

.bottomBorder
{
    border-bottom: solid 1px #F6E6F1;
}
