/*

colors used:
olive for text-color and backgroundcolor header
limegreen for the mouseover of the links and text-color h1-h6
white for the links in the footer

*/

* { margin: 0px;	padding: 0px; outline-style: none; }

html, body {
	height: 100%;
	background: #ccebf5;
}

img a, a img{ border: 0px; }

#container {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font: 12px verdana, arial, sans-serif;
	line-height: 16px;
	color: #000;
	background-color: #fff;
	
}

#site{
	padding: 20px 25px 10px 25px;
	width: 940px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #fff;
}

/* ------------------------------------------------------------------------- Header */

#print_header {
	display: none;
}

#header{
	margin: 0px 0px 10px 0px;
	width: 940px;
	height: 137px;
	overflow: hidden;
	background-color: #fff;
}

#header .flash{
	margin: 1px 0px;
	float: left;
}

#header .logo{
	margin: 0px 0px 0px 85px;
	float: left;
}

/* ------------------------------------------------------------------------- Navigation */ 

#navigation{
	width: 885px;
	height: 35px;
	float: left;
	display: block;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation li{
	margin: 0px 7px 0px 0px;
	float: left;
	background: #fff url(pics/bgnav.gif) top left no-repeat;
}

#navigation li a:link, #navigation li a:visited {
	padding: 0px 10px;
	width: 150px;
	height: 36px;	
	line-height: 35px;
	color: #fff;
	float: left;
	text-decoration: none;
}

#navigation li a:hover, #navigation li.current a:link, #navigation li.current a:visited, #navigation li.current a:hover {
	color: #fff;
	background: #fff url(pics/bgnav_current.gif) top left no-repeat;	
}

/* Languages */

#languages{
	padding: 10px 0px;
	height: 13px;
	width: 55px;
	height: 15px;
	overflow: hidden;
	float: left;
}

#languages ul{
	list-style-type: none;
}

#languages li{
	margin: 0px 7px 0px 0px;
	float: left;
}

#subnav{
	margin: 0px 7px 0px 0px;
	width: 170px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	float: left;
	background: #fff;
}

#subnav ul { list-style-type: none; }

#subnav li{
	margin: 0px;
	padding: 0px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	width: 170px;
	clear: both; 
}

#subnav li a:link, #subnav li a:visited{
	padding: 10px 10px;
	display: block;
	color: #0099CC;
	text-decoration: none;
}

#subnav li a:hover { color: #000; font-weight: bold; }

#subnav li.current{ padding: 0px; margin: 0px 0px 0px 0px; }
#subnav li.current a:link, #subnav li.current a:visited{
	padding: 0px 10px;
	margin: 0px;
	width: 130px; 
	color: #000;
	font-weight: bold;
}

#subnav li.current img.top    { margin: 0px 0px 5px 0px; float: left; clear: both; line-height: 0px; display: inline;}
#subnav li.current img.bottom { margin: 5px 0px 0px 0px; float: left; clear: both; line-height: 0px; display: inline; }


#subnav ul.subsubnav{
	margin: 0px;
	padding: 0px;
}

#subnav ul.subsubnav li{
	padding: 5px 0px;
	margin: 0px;
	display: block;
	min-height: 10px;
	height: auto !important;
	height: 10px;
}

#subnav ul.subsubnav li a:link, #subnav ul.subsubnav li a:visited{
	padding: 0px 10px 0px 30px;
	margin: 0px;
	font-weight: normal;	
}	

#subnav ul.subsubnav li a:hover, #subnav ul.subsubnav li.current a:link, #subnav ul.subsubnav li.current a:visited{
	background: url(pics/bgsubsubnav.gif) 10px 1px no-repeat;
}

/* ------------------------------------------------------------------------- Content */ 

#content_container{
	padding: 10px 0px 15px 0px;
	width: 940px;
  min-height: 100%;
  height: auto !important;
	height: 100%;
}

#text{
	position: relative;
	padding: 9px 5px;
	margin: 0px 15px 0px 0px;
	width: 504px;
	min-height: 340px;
	height: auto !important;
	height: 340px;	
	float: left;
	border-top: 1px dashed #0099cc;
}

#text.vacancies{ padding: 0px 5px; }

#text h2{ font-size: 15px;  }

#photoblock{
	position: relative;
	margin: 0px 15px 0px 0px;
	width: 220px;
	height: 100%;
	bottom: 0px;
	float: left;
}

#photoblock img{
	margin: 0px 0px 0px 0px;
	width: 220px;
	background: #fff;
}

#photoblock img.border{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 7px;
	z-index: 100;
	background: transparent;
}

#photoblock .description{
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 22px 15px;
	width: 190px;
	min-height: 115px;
	height: auto !important;
	height: 115px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	background: #0099cc url(pics/bg_description.jpg) bottom left no-repeat;
}

#newshome{
	padding: 0px;
	margin: 0px 15px 0px 0px;
	width: 285px;
	min-height: 360px;
	height: auto !important;
	height: 360px;
	float: left;
}

#newshome .item{
	margin: 0px 0px 15px 0px; 
}

#newshome .item h2{ padding: 5px 0px 0px 0px;  font-size: 12px; border-top: 1px dashed #0099cc; }

#vacatures_complete {
  width: 225px;
  min-height: 100px;
  height: auto !important;
  height: 100px;
  float: left;
  display: inline; 
}

#text .vacature {
	position: relative;
}

#text .vacature .afgesloten_small {
	position: absolute;
	top: 30px;
	left: 60px;
	z-index: 100;
  width: 100px;
  height: 100px;
  float: left;
  display: block; 
  background: url(pics/afgesloten_small.png) left top no-repeat;
}

#text .afgesloten {
	position: absolute;
	top: 70px;
	left: 50px;
	z-index: 100;
  width: 177px;
  height: 177px;
  float: left;
  display: block; 
  background: url(pics/afgesloten.png) left top no-repeat;
}

#search {
  margin: 0px 0px 0px 0px;
  width: 225px;
  height: 132px;
  float: right;
  display: inline;
  overflow: hidden;
}

#vacatures, #vacatures_detail{
	margin: 0px 0px 0px 0px;
	width: 225px;
	height: 332px;
	float: right;
  display: inline;
}

#text .vacaturepercentage { color: #6daec9; }

#vacatures_detail .vacatureitem {
  width: 510px;
}

#vacatures_detail .vacatureitem .vacatureinfo {
  width: 300px;
  float: left;
  display: block;
}

#vacatures_detail .vacatureitem .vacaturemore {
  width: 210px;
  float: left;
  display: inline;
}

.vacaturepercentage {
  width: 100px;
}

.vacature_inforow {
	display: inline;
	float: left;
	width: 370px;
}

.vacature_inforow .name {
	float: left;
	display: inline;
	width: 90px;
	font-weight: bold;
}

.vacature_inforow .value {
	float: left;
	font-size: bold;
	width: 280px;
}

.vacaturedes {
  width: 100px;
  float: left;
  display: inline;
}

.vacatureval {
	position: relative;
  width: 250px;
  float: left;
  display: inline;
}

.vacatureimg {
  float: right;
  display: block;
}

.vacatureimg img {
	margin: 0px;
	padding: 0px;
}

.lnk_allvacancies {
	margin: 0px 3px 0px 0px;
	padding: 0; 
	width: 225px; 
	float: right; 
	text-align: right; 
	font: 11px verdana, arial, sans-serif;
	font-weight: bold;
	color: #0099cc; 
	border-top: 1px dashed #0099cc;
}

.lnk_allvacancies a:link, .lnk_allvacancies a:visited {
	text-decoration: none;
	line-height: 20px;
	color: #0099cc;
}

#vacatures h2, #vacatures_detail h2{ width: 220px; padding: 5px 0px 5px 0px;  font-size: 12px; border-top: 1px dashed #0099cc; border-bottom: 1px dashed #0099cc;}

#vacatures h2.toon {height: 16px; width: 220px; margin: 0px;}

#vacatures .zoeken {margin: 0px; padding: 0px;}


#search h2 {
	margin-bottom: 5px;
	font: 14px verdana, arial, sans-serif; 
	font-weight: bold; 
	line-height: 22px;
	color: #000;
	border-top: 1px dashed #0099cc;
	border-bottom: 1px dashed #0099cc;
}

#search ul{
	margin: 0px 0px 5px 0px;
	list-style-type: none;
	width: 220px;
} 

#search li {
	float: left;
	margin: 0px 0px 5px 0px;
	width: 220px;
  padding: 0px 10px;
  line-height: 16px;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
	background: url(pics/bg_vacature_zoeken.gif) top left no-repeat;
}   

#search .zoeken li a:link, #search .zoeken li a:visited{
	padding: 0px 10px;
	line-height: 16px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	float: left;      
}

#search li a:hover { text-decoration: underline; }

#search form { position: relative; width: 220px; margin: 10px 0px 0px 0px;  float: left;}
#search input.search { margin: 0px 0px 0px 8px; padding: 2px 5px; width: 168px; float: left; border: 1px solid #0099cc; font-size: 11px; }
#search input.search_submit{ 
	margin: 0px 0px 0px 9px; 
	width: 19px; 
	height: 19px; 
	float: left;
	border: 0px; 
	background: url(pics/search_submit.gif) top left no-repeat; 
}

.overlabel {
	position:absolute;
	top: 0;
	left: 0;
	margin: 2px 0px 0px 15px;
	display: block;
	font: 13px arial, verdana, sans-serif;
	font-weight: bold;
	color:#bbb;
	display: block;
}

label.overlabel-apply {
	position:absolute;
	top: 0;
	left: 0;
	margin: 2px 0px 0px 15px;
	display: block;
	font: 13px arial, verdana, sans-serif;
	font-weight: bold;
	color:#bbb;
	display: block;
}

#search .sub {
  display: inline;
}

#search .submenu {
  position: absolute;
  margin-left: 5px;
  background-color: #ffffff;
  display: none;
  border-right: 1px solid #0099cc;
  border-bottom: 1px solid #0099cc;
  border-left: 1px solid #0099cc;
  width: 200px;
}

#search .submenu ul{
  margin: 0px 10px;
  padding: 0px;
  list-style-type: none;
  width: 187px;
}

#search .submenu ul li {
  margin: 3px 0px 5px 0px;
  padding: 0px;
  width: 187px; 
  color: #0099cc;
  background: none top left no-repeat;
}

#search .submenu ul li a:link, #search .submenu ul li a:visited {
  margin: 0px;
  padding: 0px;
  color: #0099cc;
}

#vacatures .vacature span, #vacatures_detail .vacature span{
	padding: 0px 20px 7px 10px;
	margin: 10px 0px;
	width: 195px;
	height: 58px;
	font-size: 10px;
	line-height: 12px;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

#vacatures .vacature a:link, #vacatures .vacature a:visited,
#vacatures_detail .vacature a:link, #vacatures_detail .vacature a:visited { 
	border: 0px;
	text-decoration: none; 
}

#vacatures .vacature span.h2, #vacatures_detail .vacature span.h2 { 
	padding: 0px;
	margin: 0px 0px 3px 0px;
	width: 155px; 
	height: 21px;
	line-height: 20px;
	font-size: 10px; 
	color: #fff; 
	border: 0px; 
	font-weight: bold;
	overflow: hidden;
}

#vacatures .vacature span.description, #vacatures_detail .vacature span.description { 
  padding: 0px;
  margin: 0px 0px 3px 0px;
  width: 155px; 
  height: 38px;
  overflow: hidden;
}

#vacatures span.vacature_even span.percentage, #vacatures span.vacature_uneven span.percentage {
  position: absolute;
  top: 2px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  width: 50px;
  height: 18px;
	font: 10px arial, verdana, sans-serif;
	font-weight: bold;
  color: #cfcfcf;
  text-align: right;
}

#vacatures span.vacature_even, #vacatures_detail span.vacature_even {
  position: relative;
	color: #000;
	background: url(pics/bg_vacature_blauw.gif) top left no-repeat;
}

#vacatures span.vacature_uneven, #vacatures_detail span.vacature_uneven {
  position: relative;  
	color: #fff;
	background: url(pics/bg_vacature_bruin.gif) top left no-repeat;
}

#vacatures span.prev, #vacatures_detail span.prev {
  padding: 0px;
  margin: 0px;
  float: left;        
  line-height: 14px;
  font-size: 10px; 
  color: #000; 
  border: 0px; 
  font-weight: bold;
}

#vacatures span.next, #vacatures_detail span.next {
  padding: 0px;
  margin: 0px;
  float: right;   
  line-height: 14px;
  font-size: 10px; 
  color: #000; 
  border: 0px; 
  font-weight: bold;
}

#vacatures span.prev a:link, #vacatures span.prev a:visited,
#vacatures span.next a:link, #vacatures span.next a:visited {
  color: #000;
  font-weight: normal;
}

#vacatures span.prev a:hover, #vacatures span.next a:hover {
  color: #0099cc;
}

#nieuws{
	position: absolute;
	top: 0;
	left: 0;
  margin: 563px 0px 0px 25px;
	padding: 3px 5px;
	width: 145px; 
	height: 99px;
  float: left;
	background: url(pics/bg_nieuws.gif) top left no-repeat;
}

#nieuws ul{
  height: 71px;
  overflow: hidden;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nieuws li{
	padding: 0px 20px 0px 0px;
	height: 18px;
	line-height: 18px;
	width: 125px;
	overflow: hidden;
	background: url(pics/bg_li_nieuws.gif) 127px 2px no-repeat;
}

#nieuws li a:link, #nieuws li a:visited{
	display: block;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

#nieuws li a:hover{
	text-decoration: underline;
}

#nieuws h2 { 
	margin: 0px 0px 7px 0px;
	font-size: 12px; 
	color: #fff; 
	border: 0px; 
	overflow: hidden;
}

h1, td h1 {font: 19px verdana, arial, sans-serif; font-weight: bold; color: #000; margin-bottom: 5px;}
h2, td h2 {font: 17px verdana, arial, sans-serif; font-weight: bold; color: #000; margin-bottom: 5px;}
h3, td h3 {font: 15px verdana, arial, sans-serif; font-weight: bold; color: #000; margin-bottom: 5px;}
h4, td h4 {font: 14px verdana, arial, sans-serif; font-weight: bold; color: #000; margin-bottom: 5px;}
h5, td h5 {font: 13px verdana, arial, sans-serif; font-weight: bold; color: #000; margin-bottom: 5px;}
h6, td h6 {font: 12px verdana, arial, sans-serif; font-weight: bold; color: #000; margin-bottom: 5px;}

#text a:link, #text a:visited {text-decoration: none; color: #0099cc ;  border-bottom: 1px solid #0099cc;}
#text a:hover { color: #0099cc;  border-bottom: 0px solid #fff; }

span.regular{ font-weight: normal; font-size: 10px;}

table {margin: 5px 0px;}
td {
	font: 12px verdana, arial, sans-serif;
	line-height: 16px;
	color: #000;
}

#text img { margin: 10px 0px; }
#text img.left {	margin: 0px 10px 10px 0px; float: left; }
#text img.right { margin: 0px 0px 10px 10px; float: right; }

p { margin-bottom: 9px;}

#text ul { margin: 10px 0px 10px 15px; list-style-type: disc;}
#text li { margin: 0px 0px 0px 15px;}
#text ol { margin: 10px 0px 10px 20px;}

#text .pagination { margin: 8px 0px 0px 0px; }

#text .pagination .previous {
  width: 100px;
  float: left;
  color: #cfcfcf;
}

#text .pagination .pages{
  width: 300px;
  float: left;
  font-weight: bold;
  text-align: center;
  color: #000;
}

#text .pagination .pages a:link, #text .pagination .pages a:visited {
	text-decoration: none;
	color: #0099cc;
}


#text .pagination .next {
  width: 100px;
  float: left;
  text-align: right;
  color: #cfcfcf;
}

#text .pagination .next a:link, #text .pagination .next a:visited, #text .pagination .previous a:link, #text .pagination .previous a:visited {
	font-weight: bold;
}

#text .control .prev { float: left; }
#text .control .next { float: right; }

/* ------------------------------------------------------------------------- Footer */ 



#left { padding: 0 0 0 0 ; margin: 17px 0px 0px 0px; width: 140px; border-top: 1px dashed #0099cc; float: left; display: inline; 	font: 10px verdana, arial, sans-serif;
	color: #0099cc;}
#right{ padding: 0; margin: 0px 3px 0px 0px; width: 225px; float: right; text-align: left; font: 10px verdana, arial, sans-serif;
	color: #0099cc; border-top: 1px dashed #0099cc;}

#left a:link, #left a:visited {
	text-decoration: none;
	line-height: 20px;
	color: #0099cc;
}

#right a:link, #right a:visited {
	text-decoration: none;
	line-height: 20px;
	color: #0099cc;
}

#footer a:hover { text-decoration: underline; }

br.clear { height: 0px; font: 0px verdana, arial, sans-serif; line-height: 0px; clear: both; }
