
html { overflow: -moz-scrollbars-vertical !important; }	

body {
	background-color: #FFFFFF;
	font-family: verdana, tahoma, arial, helvetica, sans-serif; color: #000000;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	line-height: 16px;
	behavior: url('/csshover.htc');
}
body.popup {
	background-color: #c6d7ec;
	text-align:center;
}

p 		{padding:0px;margin:0px 0px 14px 0px;}
div		{}
span	{}
th		{}
td		{}

div.hr {
	height:1px;
	overflow:hidden;
	background-color:#a7c2e2;
	margin:14px 0px 14px 0px;
}

ul		{margin:0px 0px 14px 0px; padding:0px; list-style: disc inside;}
ul li {padding:0px;}

h1		{font-size: 19px; font-weight:normal; color:#3772b1; padding:0px; margin:0px 0px 14px 0px;}
h2		{font-size: 22px; font-weight:normal; color:#7AC142; padding:0px; margin:0px 0px 14px 0px;}
h3		{font-size: 11px; font-weight:bold; color:#860f36; padding:0px; margin:0px;}   

img		{border:0px;}

/* form elements */

form 	{padding:0px; margin:0px;}

input, select, textarea, option {
	font-family: verdana, tahoma, arial, helvetica, sans-serif; color: #000000;
	padding:0px;
	margin:0px;
	font-size: 11px;
}

a:link		{text-decoration: none; color:#3772b1;}
a:visited	{text-decoration: none; color:#3772b1;}
a:active	{text-decoration: underline; color:#3772b1;}
a:hover		{text-decoration: underline; color:#3772b1;}

a.icon {
	display:block;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 0px 0px 0px 17px;
	text-decoration: none;
}
a.icon:link			{text-decoration: none;}
a.icon:visited	{text-decoration: none;}
a.icon:active		{text-decoration: underline;}
a.icon:hover		{text-decoration: underline;}

a.icon_arrow	{background-image: url(images/icon-link.gif);}
a.icon_back		{background-image: url(images/icon-back.gif);}
a.icon_print	{background-image: url(images/icon-print.gif);}

div.background {
	background-image: url(images/bg-top.gif);
	background-repeat: repeat-x;
	background-color:#bacce2;
}

div.main_container {
	position:relative;
	left:50%;
	margin-left:-473px;
	width:946px;
}

/* top bar */
div.top_bar {
	background-color:#FFFFFF;	
	width:946px;
	height:100px;
}

div.top_bar div.logo {
	float:left;
}

div.top_bar div.language {
	float:right;
	margin:7px 14px 0px 0px;
}

div.top_bar div.language div {
	float:left;
	margin-left:6px;
}


/* main menu */
div.main_menu {
	background-image: url(images/bg-main-menu.gif);
	background-repeat: repeat-x;
	width:946px;
	height:28px;
}

div.main_menu ul {
	float:left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	width:713px;
}

div.main_menu li {
	margin-top:2px;
	padding: 0px;
	float: left;
}

div.main_menu li a {
	padding:0px 14px 0px 14px;
	display: block;
	line-height:24px;
	color:#000000!important;
	text-decoration: none!important;
}

div.main_menu a:hover {
	background-color:#f8fafd;
}

div.main_menu a.current {
	background-color:#d8e4ef!important;;
}

div.main_menu div.search
{
	width:233px;
	float:left;
	vertical-align:middle;
	line-height:24px;
	color:#000000!important;
	text-decoration: none!important;
}

div.main_menu div.search div.input {
	float:right;
	padding-top:4px;
}

div.main_menu div.search div.txt {
	float:right;
	padding:2px 14px 0px 7px;
}

div.main_menu div.search a {
	background-color:transparent!important;
	color:#000000!important;
	text-decoration: none!important;
}

/* main content */
div.main_content {
	width:946px;
	background-color:#c6d7ec;
	background-image: url(images/bg-lines.gif);
	background-repeat: repeat-y;
}

div.main_content div.padding {
	padding: 0px 14px 50px 14px;
}

div.main_content div.padding_home {
	padding: 14px 14px 14px 14px;
}

div.main_content div.lines_home {
	background-image: url(images/bg-lines-home.gif);
	background-repeat: repeat-y;	
}

div.main_content div.left {
	float:left;
	width:219px;
	margin-top:79px;
}

/* main 3 cols */
div.main_content div.main_3cols {
	float:left;
	width:452px;
	margin-left: 14px;
}

div.main_content div.main_3cols div.box_rounded_white {
	width:452px;
	background-color:#FFFFFF;
	background-image: url(images/corners-box-w2-white.gif);
	background-repeat: no-repeat;
	background-position: bottom;	
}

div.main_content div.main_3cols div.box_rounded {
	width:452px;
	background-color:#dae5f3;
	background-image: url(images/corners-box-w2.gif);
	background-repeat: no-repeat;
	background-position: bottom;	
}

div.main_content div.main_3cols div.col {
	float:left;
	width:226px;
}

/* main 2 cols */
div.main_content div.main_2cols {
	float:left;
	width:685px;
	margin-left: 14px;
}

div.main_content div.main_2cols div.box_rounded_white {
	width:685px;
	background-color:#FFFFFF;
	background-image: url(images/corners-box-w3-white.gif);
	background-repeat: no-repeat;
	background-position: bottom;	
}

div.main_content div.box_rounded div.padding,
div.main_content div.box_rounded_white div.padding {
	padding: 14px;
}

div.main_content div.header {
	height:79px;
	overflow:hidden;
}

div.main_content div.right {
	float:left;
	width:219px;
	margin-left: 14px;
	margin-top:79px;	
}

div.clear {
	position:relative;
	height:1px;
	overflow:hidden;
	clear:both;
}

div.main_content div.right div.box,
div.main_content div.left div.box {
	padding: 0px 0px 14px 0px;
}

/* box rounded */
div.main_content div.right div.box_rounded,
div.main_content div.left div.box_rounded {
	width:219px;
	background-color:#dae5f3;
	background-image: url(images/corners-box-w1.gif);
	background-repeat: no-repeat;
	background-position: bottom;	
}

div.main_content div.right div.box_rounded div.padding,
div.main_content div.left div.box_rounded div.padding {
	padding: 14px;
}

/* --- location_path --- */
div.location_path {	
	display:block;
	margin-top: 24px;
	height:19px;
}

div.location_path ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div.location_path li {
	padding: 0px;
	float: left;
	display: block;
	text-align: center;
	color:#3772b1;
}

div.location_path li.arrow {
	background-image: url(images/arrow-location-path.gif);
	background-position: 6px 6px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

div.location_path a:link		{text-decoration: none;}
div.location_path a:visited	{text-decoration: none;}
div.location_path a:active	{text-decoration: underline;}
div.location_path a:hover		{text-decoration: underline;}

/* --- footer --- */
div.footer {
	text-align:center;
	color:#999999;
	padding:8px;
}

div.footer a:link			{color:#999999;text-decoration: none;}
div.footer a:visited	{color:#999999;text-decoration: none;}
div.footer a:active		{color:#999999;text-decoration: underline;}
div.footer a:hover		{color:#000000;text-decoration: underline;}

/* form */
input.menu_search {
	width:123px;
	height:15px;
	_height:18px; /* IE6 */
	margin:0px;
	padding:0px;
	border-style:outside;
}
input.search 			{width:249px; height:14px;_height:18px; /* IE6 */}
input.vac_header	{width:191px;height:14px;_height:18px; /* IE6 */}
input.page_nav		{width:33px;height:14px;_height:18px; /* IE6 */}
input.small 			{width:63px;height:14px;margin-top:6px;_height:18px; /* IE6 */}
input.medium 			{width:139px;height:14px;margin-top:6px;_height:18px; /* IE6 */}
input.large 			{width:249px;height:14px;margin-top:6px;_height:18px; /* IE6 */}
input.src_again		{width:300px;height:14px;_height:18px; /* IE6 */}

input.file 				{height:18px!important;_height:18px; /* IE6 */}

select.small 	{width:63px;margin-top:6px;_height:18px; /* IE6 */}
select.medium {width:139px;height:14px;_height:18px; /* IE6 */}
select.large 	{width:249px;margin-top:6px;_height:18px; /* IE6 */}

textarea.large {width:249px;height:119px;margin-top:6px;}

input.radio, input.check {
  position:absolute;
  left:-1.7em;
  top:0px;
  margin: 0px;
  width:1.2em;
  height:1.2em;
}

label {
  position:relative;
	display:block;
	padding: 0px 7px 0px 0px;
	margin-left:1.7em;
	overflow: visible;
	margin-top:6px;
}

label.nobreak {
  position:relative;
	display:inline;
	float:left;
	padding: 0px 7px 0px 0px;
	margin-left:1.7em;
	overflow: visible;
	margin-top:6px;
}

div.formrow_col1 {
	background-color:#f7f9fc;
}
div.formrow_col2 {
	background-color:#FFFFFF;
}

div.formrow {
	display:table;
	/* width:424px; */
	width:100%;
	vertical-align:top;
	padding-bottom: 7px;
	border-top:1px solid #d7e1f1;	
}

div.formrow div {
	vertical-align:top;
}

div.formrow div.multi {
	float:left;
	padding-right:7px;
}

div.formrow div.multi_txt {
	float:left;
	padding-top:7px;
	padding-right:7px;
}

div.formrow div.txt {
	float:left;
	padding-top:7px;
}

div.formrow div.txt_w1 {
	float:left;
	padding-top:7px;
	width:150px;
}

div.formrow div.txt_w2 {
	float:left;
	padding-top:7px;
	width:200px;
}
div.formrow div.txt_w1 div.hpadding,
div.formrow div.txt_w2 div.hpadding {
	padding: 0px 0px 0px 7px;	
}

div.formrow div.inp {
	float:left;
}

div.formrow div.col {
	float:left;
	width:175px;
}

div.formrow div.colnr {
	padding-top:7px;
	float:left;
	width:20px;
}

div.formrow div.button_left {
	float:left;
	margin-top:14px;
}

div.formrow div.button_right {
	float:right;
	margin-top:14px;
}
	
div.formrow div.hpadding {
	padding-left:14px;	
	padding-right:7px;
}

div.formrow div.required {
	float:left;
	background-image: url(images/form-required.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;	
}

/* table vacature details */

table.vacature_details {
	border:0px;
	width:100%;
}

table.vacature_details th ,
table.vacature_list th.header {
	background-image: url(images/bg-table-header.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	height:45px;
	vertical-align:middle;
	text-align:left;
	padding:0px;
}

table.vacature_details th h3 {
	padding:0px 14px 0px 14px;
}

table.vacature_list th.header div.title {
	float:left;
	padding:0px 0px 0px 14px;
}

table.vacature_list th.header div.rss {
	float:right;
	padding:0px 14px 0px 0px;
}

table.vacature_details tr td {
		text-align:left;
		vertical-align:top;
		background-color:#dae5f3;
		border-bottom: 1px solid #c6d7ec;
		padding:2px 2px 4px 2px;
}

table.vacature_details tr td.col1 {padding:2px 2px 4px 14px; white-space:nowrap;}
table.vacature_details tr td.col2 {};
table.vacature_details tr td.col3 {padding:2px 14px 4px 2px; width:100%;}

/* table vacature list */

table.vacature_list {
	border:0px;
	width:100%;
}

table.vacature_list th {
	background-repeat: repeat-x;
	background-color:#dae5f3;
	vertical-align:middle;
	text-align:left;
	font-weight:normal;
	padding:2px 14px 2px 14px;
	white-space:nowrap;
}

table.vacature_list tr td {
		text-align:left;
		vertical-align:top;
		background-color:#c6d7ec;
		border-bottom: 1px solid #a7c2e2;
		padding:2px 14px 2px 14px;
}
table.vacature_list tr:hover td {background-color:#d0def0;}

table.vacature_list tr a {
	text-decoration:none;
}

table.vacature_list  tr th.col1 {}
table.vacature_list  tr th.col2 {width:50%;};
table.vacature_list  tr th.col3 {width:50%;}

/* tabs */

div.tab_container {
	height:44px; 
}

div.tab {         
	background-image: url(images/tab-0.gif);
	background-repeat: no-repeat;
	width:168px;
	height:44px;
	float:left;
	margin-right:4px;
}

div.tab div {
	padding:14px 7px 0px 14px;
}

div.tab div.tworows {
	padding:7px 7px 0px 14px;
}

div.tab_active {background-image: url(images/tab-1.gif);}
div.lab_last {margin-right:0px;}

div.tab a {
	text-decoration: none!important;
}

/* submenu */
a.submenu0 {
	background-image: url(images/submenu-0.gif);
	background-repeat: repeat-x;
	color:#3772b1;
	line-height:27px;
	height:27px;
	overflow:hidden;
	display:block;
	padding:0px 7px 0px 7px;;
	text-decoration: none!important;
}
a.submenu0:hover	{	
	background-image: url(images/submenu-1.gif);

}

a.submenu1 {
	background-image: url(images/submenu-3.gif);
	background-repeat: repeat-x;
	color:#FFFFFF!important;
	line-height:27px;
	height:27px;
	overflow:hidden;
	display:block;
	padding:0px 7px 0px 7px;
	text-decoration: none!important;
	cursor:default;
}

/* big nrs */

div.nr {
	background-repeat: no-repeat;
	background-position: left 2px;
	padding:0px 0px 0px 42px;	
	height:32px;
	margin-bottom:14px;
	margin-top:-2px;
}

div.nr1 {background-image: url(images/nr-1.gif);}
div.nr2 {background-image: url(images/nr-2.gif);}
div.nr3 {background-image: url(images/nr-3.gif);}

/* page nav */
div.page_nav {}
div.page_nav div.left {
	
	width:auto;
	float:left;
	margin:14px 5px 0px 0px;
	white-space:nowrap;
}
div.page_nav div.right {
	width:auto;
	float:right;
	margin:14px 0px 0px 5px;
	white-space:nowrap;	
}

/* vacature header */
div.vac_header {
	background-color:#000000;
	background-image: url(images/img-vacatures.jpg);
	background-repeat: no-repeat;
	height:188px;
	color:#FFFFFF;
}
div.vac_header div.col {
	width:233px;
	float:left;
}
div.vac_header div.col div.padding {
	padding:14px;
}

div.vac_header div.b_search {
	width:194px;
	text-align:right;
	margin-top:14px;
}

div.block_solliciteer {
	position:absolute;
	left:466px; 
	top:0px;
}

/* header home */
div.header_home {
	background-image: url(images/img-home.jpg);
	background-repeat: no-repeat;
	height:279px;
}

div.header_home div.box {
	position:relative;
	width:452px;
	height:223px;
	left:478px;
	top:28px;
}

div.header_home div.box div.padding {
	padding:14px;
}

div.box_home {
	background-color:#FFFFFF;
	width:226px;
	height:155px;
	float:left;
	margin-right:7px;
}

div.box_home div.padding {
	padding: 14px;
}

div.txt_home {
	width:452px;
	float:left;
}

div.txt_home div.padding {
	margin-top:-4px;
	padding:0px 14px 0px 14px;
}

/* search result */
div.src_again {
	background-color:#4a729c;
	width:452px;
	height:93px;
	color:#FFFFFF;
}

div.src_again div.padding {
	padding:14px;
}

div.src_again div.input {
	float:left;
	text-align:left;
	margin-top:5px;
}

div.src_again div.b_search {
	float:left;
	text-align:left;
	margin-left:14px;
}

div.src_result_header {
	background-image: url(images/bg-result-header.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	width:452px;
	height:45px;
}
div.src_result_header div.padding {
	padding:5px 14px 0px 14px;
}

div.src_result {
	padding: 14px 14px 1px 14px;
	border-bottom:1px solid #a7c2e2;	
}

/* popup */
div.popup {
	background-image: url(images/popup-top.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	background-color:#FFFFFF;
	width:445px;
	margin:14px;
	text-align:left;
	vertical-align:top;
}

div.popup div.bottom {
	background-image: url(images/popup-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.popup div.padding {
	padding:28px;
}

/* popup */
div.message {
	background-image: url(images/popup-top.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	background-color:#FFFFFF;
	width:445px;
	margin:14px;
	text-align:left;
	vertical-align:top;
	margin-top:100px;
}

div.message div.bottom {
	background-image: url(images/popup-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.message div.padding {
	padding: 0px 28px 48px 28px;
}

/* warning */
div.warning {
	font-weight: bold;
	color:#FF0000;
}

div.experience_box_0 {
	display:none;
}

div.experience_box_0 div.input_box {
	display:none;
}

/* experience */

div.experience_box_1 {
	display:block;
}


div.experience_box_1 div.input_box {
	display:block;
	background-color: #c6d7ec;
	width:338px;
	margin-top:4px;
}

div.experience_box_0 div.input_box div.padding,
div.experience_box_1 div.input_box div.padding {
	padding:7px;
}

div.experience_box_0 div.more,
div.experience_box_1 div.more {
	text-decoration: underline; 
	color:#3772b1;
	cursor:pointer;
	display:none;
}


div.experience {
	padding-top:4px;
	background-image: url(images/icon-delete.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left:17px;
	cursor:pointer;
}