/*Main*/
html, body 
{
	height: 100%; 
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../img/bgborders.png) no-repeat top center;
}
a 
{ 
	text-decoration: none; 
	color: #000000; 
	font-weight: normal; 
	text-decoration: underline;
}
div.blue
{
	background: url(../img/bulletblue.gif) no-repeat 0px 2px;
}
div.blue a
{
	display: block;
	margin-left: 10px;
	text-decoration: none; 
	color: #000000; 
	font-weight: normal;
	font-size: 12px;
}
a.blue,
a.bluesearch,
a.bluelower
{
	text-decoration: none; 
	color: #000000; 
	padding-left: 10px;
	font-weight: normal;
	font-size: 12px;
	background: url(../img/bulletblue.gif) no-repeat 0px 2px;
}
a.bluelower
{
	text-transform: none;
}
span.btnsearch
{
	display: block;
	margin: 4px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	height: 22px;
	background: url(../img/btnsearch.png) no-repeat;
}
span.btnsearch a
{
	margin: 0px 0px 0px 24px;
	color: #FFFFFF; 
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none; 
}
span.arrowleft,
span.arrowright,
span.arrowleft-lower,
span.arrowright-lower
{
	display: block;
	padding: 4px 0px 0px 0px;
	height: 22px;
}
span.arrowleft,
span.arrowleft-lower
{
	background: url(../img/arrowleft.gif) no-repeat;
}
span.arrowright,
span.arrowright-lower
{
	background: url(../img/arrowright.gif) no-repeat;
}
span.arrowleft a,
span.arrowright a,
span.arrowleft-lower a,
span.arrowright-lower a
{
	margin: 0px 0px 0px 24px;
	color: #000000; 
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none; 
}
span.arrowleft-lower a,
span.arrowright-lower a
{
	text-transform: none;
}
h1 
{ 
	font-size: 12px; 
	color: #717174; 
	display: inline; 
}
h2 
{ 
	font-size: 12px; 
	color: #717174; 
	display: inline; 
}
h3 
{ 
	font-size: 14px; 
	color: #FFFFFF; 
	display: inline; 
}
h4
{ 
	font-size: 18px; 
	color: #000000; 
	display: inline; 
	text-transform: uppercase;
}
table, div, td
{ 
	font-size: 12px; 
	color: #000000;
	margin: 0px;
	padding: 0px; 
}
p 
{
	font-size: 12px; 
	color: #000000;
	line-height: 16px;
}
#main
{
	position: relative;
	width: 100%;
	height: 100%;
}
#body 
{
	position: relative;
	width: 939px;
	min-height:100%;
	height:auto !important;
	height: 100%;
	margin: 0 auto;
	overflow: visible;
}
#header
{
	position: relative;
	width: 939px;
	height: 122px;
	z-index: 1;
}
#logo
{
	position: absolute;
	margin-left: 10px;
	top: 65px;
}
#headerseperator
{
	position: relative;
	width: 939px;
	height: 32px;
	background: #FFFFFF url(../img/bgheaderseperator.png) no-repeat;
}
html>/**/body .tableheadersmall
{
	padding: 11px 0px 0px 12px;
}
.tableheaderborder h3,
.tableheaderborder h3 a,
.tableheadersmall h3,
.tableheadersmall h3 a
{
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 5px;
}
.tableheaderborder .header h3
{
	vertical-align: middle;
}
.tableheaderborder .header h3 {
	display: block;
	width: 520px;
	padding: 0px 0px 0px 10px;
	margin: 5px 0px;
	text-decoration: none;
}
.tablebody {
	width: 558px;
	margin-top: -10px;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	background: url(../img/bgtablebody.gif) no-repeat 1px top;
}
.tablebody td a.blue,
.tablebodysmall td a.blue {
	margin: 0px 0px 0px 18px;
	font-size: 12px;
}
.tablebody td a.bluesearch {
	margin: 0px 0px 0px 5px;
	font-size: 12px;
}
.tablebody td p,
.tablebody td table{
	width: 520px;
	margin: 4px 0px 0px 18px;
	font-size: 12px;
}
.tableheadersmall 
{
	width: 283px;
	height: 27px;
	padding: 11px 0px 0px 12px;
	background: url(../img/bgtableheadersmall.gif) no-repeat;
}
.tablebodysmall
{
	width: 283px;
	height: 100px;
	background: url(../img/bgtablebodysmall.gif) no-repeat 0px top;
}
.tablebodysmall p,
.tablebodysmall table
{
	width: 260px;
	margin: 4px 0px 0px 16px;
	font-size: 12px;
}
/*Navigation*/
#navigation
{
	position: relative;
	width: 939px;
	height: 30px;
	z-index: 91;
}
#navigation ul.main
{
	position: absolute;
	left: 0px;
}
#navigation ul.main li 
{
	position: relative;
	display: inline;
	float: left;
}
#navigation ul.main, 
#navigation ul.main li 
{
	list-style: none;
}
#navigation ul.main a
{
	text-decoration: none;
}
#navigation ul.main li, 
#navigation ul.main li a
{
	float: left;
	height: 30px;
}
#navigation ul.main li.left
{
	width: 43px;
	background: url(../img/bgmenuleft.gif) no-repeat;
}
#navigation ul.main li.right
{
	width: 60px;
	background: url(../img/bgmenuright.gif) no-repeat;
}
#navigation ul.main li.nl-home, 
#navigation ul.main li.nl-home a,
#navigation ul.main li.uk-home, 
#navigation ul.main li.uk-home a
{
	width: 75px;
	background: #00457c url(../img/btnhome_off.gif) no-repeat;
}
#navigation ul.main li.nl-homeactive, 
#navigation ul.main li.nl-homeactive a,
#navigation ul.main li.uk-homeactive, 
#navigation ul.main li.uk-homeactive a
{
	width: 75px;
	background: #00457c url(../img/btnhome_on.gif) no-repeat;
}
#navigation ul.main li.nl-kantoren, 
#navigation ul.main li.nl-kantoren a
{
	width: 104px;
	background: #00457c url(../img/btnkantoren_off.gif) no-repeat;
}
#navigation ul.main li.nl-kantorenactive, 
#navigation ul.main li.nl-kantorenactive a
{
	width: 104px;
	background: #00457c url(../img/btnkantoren_on.gif) no-repeat;
}
#navigation ul.main li.uk-kantoren, 
#navigation ul.main li.uk-kantoren a
{
	width: 104px;
	background: #00457c url(../img/btnkantoren_off_uk.gif) no-repeat;
}
#navigation ul.main li.uk-kantorenactive, 
#navigation ul.main li.uk-kantorenactive a
{
	width: 104px;
	background: #00457c url(../img/btnkantoren_on_uk.gif) no-repeat;
}
#navigation ul.main li.nl-diensten, 
#navigation ul.main li.nl-diensten a
{
	width: 98px;
	background: #00457c url(../img/btndiensten_off.gif) no-repeat;
}
#navigation ul.main li.nl-dienstenactive, 
#navigation ul.main li.nl-dienstenactive a
{
	width: 98px;
	background: #00457c url(../img/btndiensten_on.gif) no-repeat;
}
#navigation ul.main li.uk-diensten, 
#navigation ul.main li.uk-diensten a
{
	width: 98px;
	background: #00457c url(../img/btndiensten_off_uk.gif) no-repeat;
}
#navigation ul.main li.uk-dienstenactive, 
#navigation ul.main li.uk-dienstenactive a
{
	width: 98px;
	background: #00457c url(../img/btndiensten_on_uk.gif) no-repeat;
}
#navigation ul.main li.nl-nieuws, 
#navigation ul.main li.nl-nieuws a
{
	width: 176px;
	background: #00457c url(../img/btnnieuws_off.gif) no-repeat;
}
#navigation ul.main li.nl-nieuwsactive, 
#navigation ul.main li.nl-nieuwsactive a
{
	width: 176px;
	background: #00457c url(../img/btnnieuws_on.gif) no-repeat;
}
#navigation ul.main li.uk-nieuws, 
#navigation ul.main li.uk-nieuws a
{
	width: 176px;
	background: #00457c url(../img/btnnieuws_off_uk.gif) no-repeat;
}
#navigation ul.main li.uk-nieuwsactive, 
#navigation ul.main li.uk-nieuwsactive a
{
	width: 176px;
	background: #00457c url(../img/btnnieuws_on_uk.gif) no-repeat;
}
#navigation ul.main li.nl-solliciteren, 
#navigation ul.main li.nl-solliciteren a
{
	width: 122px;
	background: #00457c url(../img/btnsolliciteren_off.gif) no-repeat;
}
#navigation ul.main li.nl-solliciterenactive, 
#navigation ul.main li.nl-solliciterenactive a
{
	width: 122px;
	background: #00457c url(../img/btnsolliciteren_on.gif) no-repeat;
}
#navigation ul.main li.uk-solliciteren, 
#navigation ul.main li.uk-solliciteren a
{
	width: 122px;
	background: #00457c url(../img/btnsolliciteren_off_uk.gif) no-repeat;
}
#navigation ul.main li.uk-solliciterenactive, 
#navigation ul.main li.uk-solliciterenactive a
{
	width: 122px;
	background: #00457c url(../img/btnsolliciteren_on_uk.gif) no-repeat;
}
#navigation ul.main li.nl-faq, 
#navigation ul.main li.nl-faq a,
#navigation ul.main li.uk-faq, 
#navigation ul.main li.uk-faq a
{
	width: 64px;
	background: #00457c url(../img/btnfaq_off.gif) no-repeat;
}
#navigation ul.main li.nl-faqactive, 
#navigation ul.main li.nl-faqactive a,
#navigation ul.main li.uk-faqactive, 
#navigation ul.main li.uk-faqactive a
{
	width: 64px;
	background: #00457c url(../img/btnfaq_on.gif) no-repeat;
}
#navigation ul li.nl-contact, 
#navigation ul li.nl-contact a,
#navigation ul li.uk-contact, 
#navigation ul li.uk-contact a
{
	width: 95px;
	background: #00457c url(../img/btncontact_off.gif) no-repeat;
}
#navigation ul.main li.nl-contactactive, 
#navigation ul.main li.nl-contactactive a,
#navigation ul.main li.uk-contactactive, 
#navigation ul.main li.uk-contactactive a
{
	width: 95px;
	background: #00457c url(../img/btncontact_on.gif) no-repeat;
}
#navigation ul.main li.nl-inloggen, 
#navigation ul.main li.nl-inloggen a
{
	width: 102px;
	background: #00457c url(../img/btninloggen_off.gif) no-repeat;
}
#navigation ul.main li.nl-inloggenactive, 
#navigation ul.main li.nl-inloggenactive a
{
	width: 102px;
	background: #00457c url(../img/btninloggen_on.gif) no-repeat;
}
#navigation ul.main li.uk-inloggen, 
#navigation ul.main li.uk-inloggen a
{
	width: 102px;
	background: #00457c url(../img/btninloggen_off_uk.gif) no-repeat;
}
#navigation ul.main li.uk-inloggenactive, 
#navigation ul.main li.uk-inloggenactive a
{
	width: 102px;
	background: #00457c url(../img/btninloggen_on_uk.gif) no-repeat;
}
/*Submenu*/
#navigation ul
{
	margin: 0px;
	padding: 0px;
}
#navigation ul.main ul.sub
{
	position: absolute;
	display: none;
	padding-top: 10px;
	top: 30px;
	left: 0px;
	z-index: 96;
	width: 190px;
	background: #959595;
}
#navigation ul.main ul.sub, 
#navigation ul.main ul.sub li 
{
	list-style: none;
}
#navigation ul.main ul.sub li 
{
	position: relative;
	z-index: 96;
	height: 22px;
	width: 190px;
}
#navigation ul.main ul.sub li a
{
	background: none;
	margin-left: 10px;
	padding-left: 10px;
	width: 190px;
	height: 22px;
	color: #FFFFFF;
	font-weight: normal;
	background: url(../img/bulletmenu.gif) no-repeat 0px 4px;
}
/*Languagecontainer*/
#languagecontainer
{
	position: absolute;
	right: 30px;
	bottom: -6px;
	height: 18px;
	width: 148px;
}
html>/**/body #languagecontainer
{
	bottom: 0px;
}
#languagecontainer .search
{
	float: left;
	width: 66px;
	height: 18px;
	text-align: center;
	background: url(../img/search.png) no-repeat;
	cursor: pointer;
	z-index: 99;
}
#languagecontainer .searchform
{
	position: absolute;
	display: none;
	top: 18px; left: 0px;
	padding: 20px 0px 0px 12px;
	width: 178px;
	height: 50px;
	background-color: #7392B5;
}
#languagecontainer .searchform input
{
	font-family: Arial, Helvetica, sans-serif;
	background: url("../img/bg_form.gif") no-repeat left top;
	margin: 0px 0px 0px 0px;
	border: 1px solid #777777;
	font-size: 12px;
	width: 160px;
	height: 17px;
}
#languagecontainer .nl
{
	float: right;
	width: 33px;
	height: 18px;
	z-index: 99;
}
#languagecontainer .uk
{
	float: right;
	margin-left: 8px;
	width: 33px;
	height: 18px;
	z-index: 99;
}
#languagecontainer .search img
{
	margin-top: 3px;
}
/*Sevicemenu*/
#servicemenu-adv,
#servicemenu-adv.servicemenuactive
{
	position: absolute;
	right: 295px;
	top: 235px;
	z-index: 91;
}
#servicemenu-not,
#servicemenu-not.servicemenuactive
{
	position: absolute;
	right: 5px;
	top: 235px;
	z-index: 91;
}
#servicemenu-adv.servicemenu .header img,
#servicemenu-not.servicemenu .header img,
#servicemenu-adv.servicemenuactive .header img,
#servicemenu-not.servicemenuactive .header img
{
	margin-top: 40px;
	margin-left: 25px;
}

#servicemenu-adv.servicemenu .header,
#servicemenu-not.servicemenu .header
{
	width: 289px;
	height: 134px;
	cursor: pointer;
	background: url(../img/bgservicemenuheader.gif) no-repeat;
}
#servicemenu-adv.servicemenuactive .header,
#servicemenu-not.servicemenuactive .header
{
	width: 289px;
	height: 134px;
	background: url(../img/bgservicemenuactiveheader.gif) no-repeat;
}
#servicemenu-adv.servicemenu .servicebody,
#servicemenu-not.servicemenu .servicebody
{
	display: none;
}
#servicemenu-adv.servicemenuactive .servicebody,
#servicemenu-not.servicemenuactive .servicebody
{
	position: relative;
	padding-top: 20px;
	width: 289px;
	height: auto;
	background: url(../img/bgservicemenubody.gif) no-repeat top;
}
#servicemenu-adv.servicemenu .footer,
#servicemenu-not.servicemenu .footer
{
	position: relative;
	width: 289px;
	height: 46px;
	background: url(../img/bgservicemenufooter.gif) no-repeat;
}
#servicemenu-adv.servicemenuactive .footer,
#servicemenu-not.servicemenuactive .footer
{
	position: relative;
	width: 289px;
	height: 46px;
	background: url(../img/bgservicemenufooteractive.gif) no-repeat;
}
#servicemenu-adv.servicemenu .button,
#servicemenu-not.servicemenu .button
{
	position: absolute;
	top: 131px; left: 113px;
	cursor: pointer;
	width: 55px;
	height: 49px;
	background: url(../img/bgservicemenubutton.gif) no-repeat;
	z-index: 99;
}
#servicemenu-adv.servicemenuactive .button,
#servicemenu-not.servicemenuactive .button
{
	position: absolute;
	top: 100px; left: 113px;
	cursor: pointer;
	width: 55px;
	height: 49px;
	background: url(../img/bgservicemenuactivebutton.gif) no-repeat;
	z-index: 99;
}
#servicemenuwrapper #servicemenu-adv,
#servicemenuwrapper #servicemenu-not
{
	position: relative !important;
	left: 0px; top: 0px;
	margin-left: -10px;
}
ul.servicemenuitems
{
	margin: 0px 0px 0px 20px;
	width: 260px;
}
ul.servicemenuitems ul
{
	margin: 0px 0px 0px 20px;
	display: none;
}
ul.servicemenuitems li, ul.servicemenuitems ul li
{
	list-style: none;
	padding: 0px;
}
ul.servicemenuitems, ul.servicemenuitems ul
{
	list-style: none;
	padding: 0px;
}
ul.servicemenuitems li a , ul.servicemenuitems ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding-left: 10px;
	cursor: pointer;
	background: url(../img/bulletwhite.gif) no-repeat 0px 2px;
}
ul.servicemenuitems li a.active,
ul.servicemenuitems ul li a.active
{
	font-weight: bold !important;
}
/*Employee spotlight*/
#employeespotlight
{
	margin: 20px 0px 50px 20px;
}
#employeespotlight,
#employeespotlight table
{
	width: 340px;
	height: 218px;
}
#employeespotlight .title
{
	height: 32px;
	vertical-align: top;
}
#employeespotlight .name
{
	height: 20px;
	vertical-align: top;
}
#employeespotlight .name h3 a
{
	font-size: 14px;
	color: #064e88;
	text-decoration: none;
}
#employeespotlight .function
{
	height: 16px;
	color: #7e7e7e;
	text-transform: uppercase;
}
#employeespotlight .quote
{
	height: 90px;
	padding-top: 20px;
	vertical-align: top;
	font-style: italic;
	font-size: 12px;
}
#employeespotlight .link
{
	height: 40px;
	vertical-align: top;
}
#employeespotlight .image
{
	width: 145px;
}
#employeebyservice
{
	float: left;
}
#employeebyservice,
#employeebyservice table
{
	width: 290px;
	height: 190px;
}
#employeebyservice .title
{
	height: 32px;
	vertical-align: top;
}
#employeebyservice .name
{
	height: 20px;
	vertical-align: top;
}
#employeebyservice .name h3 a
{
	font-size: 14px;
	color: #064e88;
	text-decoration: none;
}
#employeebyservice .function
{
	height: 16px;
	color: #7e7e7e;
	text-transform: uppercase;
}
#employeebyservice .quote
{
	height: 90px;
	padding-top: 20px;
	vertical-align: top;
	font-style: italic;
	font-size: 12px;
}
#employeebyservice .link
{
	height: 40px;
	vertical-align: top;
}
#employeebyservice .image
{
	width: 96px;
}
/*Choose direct*/
#choosedirectcontainer
{
	position: absolute;
	right: 0px; top: 620px;
	width: 283px;
	float: right;
	z-index: 1;
}
#choosedirectcontainer table td
{
	height: 26px;
}
/*News spotlight*/
#newsspotlight
{
	position: absolute;
	right: 285px; top: 620px;
	width: 283px;
	float: right;
	z-index: 1;
}
#newsspotlight table td
{
	height: 26px;
}
#showcase
{
	position: absolute;
	right: 4px; top: 420px;
	width: 582px;
	float: right;
	z-index: 1;
}
#showcase table .body
{
	background: url(../img/showcase_middle.gif) repeat-y;
}
#showcase table .body img
{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
#showcase table .body h3
{
	position: absolute;
	color: #000000;
	margin: 0; padding: 0;
	margin-top: -3px;
	display: block;
	float:left;
	margin-left: 20px;
	left: 0;
}
#showcase table .body a h3
{
	text-decoration: none;
}
#showcase table .body p
{
	width: 355px;
	margin: 0; padding: 0;
	margin-left: 210px;
	margin-top: 20px;
}
/*Left Column*/
#leftcolumnhome
{
	width: 360px;
}
#leftcolumn
{
	width: 300px;
	padding: 0px 0px 0px 24px;
}
#leftcolumnform
{
	width: 440px;
	padding: 0px 0px 0px 24px;
}
/*Content*/
#wrapper
{
	width: 930px;
	margin-top: 60px;
}
#wrapper td
{
	vertical-align: top;
}
#hometext
{
	width: 330px;
	margin: 0px 0px 0px 20px;
	padding: 60px 0px 0px 0px;
}
#page
{
	width: 890px;
	margin: 60px 0px 0px 30px;
}
#content
{
	width: 580px;
	padding: 0px 0px 0px 16px;
}
#contentform
{
	width: 440px;
	padding: 0px 0px 0px 16px;
	margin:	51px 0px 0px 0px;
}
/*Footer*/
#footer 
{
	position: relative;
	width: 906px;
	height: 30px;
	margin: 50px 0px 0px 20px;
	padding: 5px 0px 0px 0px;
	border-top: 2px solid #CCCCCC;
}
.footermenu
{
	float: left;
}
.footermenu a
{
	margin-right: 20px;
}
/*Office*/
#officebody { margin: 75px 0px 0px 5px; }
#officebody .office { float: left; }
#officebody .imageborder .image img { width: 286px; }
#officebody .title
{
	height: 32px;
	padding-left: 10px;
}
#officebody .body,
#officebody .address,
#officebody .postaddress
{
	width: 250px;
	padding: 10px 0px 0px 20px;
}
#officebody .address p,
#officebody .postaddress p
{
	font-size: 12px;
}
#officebodysmall
{
	width: 440px;
	height: 490px;
	padding-top: 10px;
}
#officebodysmall .addressSpacer{
	height: 25px;
}
#officebodysmall table
{
	width: 145px;
	height: 230px;
	float: left;
	margin-bottom: 10px;
}

.officesfooter
{
	float: right;
}
.officesfooter a
{
	margin-right: 20px;
}
/*Services*/
#servicebody  p { margin-top: 5px; }
#servicesbyevent
{
	width: 250px;
	float: left;
	margin: 15px 0px 15px 0px;
}
/*Events*/
#eventbody  p { margin-top: 5px; }
#faqbyservice 
{ 
	margin-top: 15px; 
}
/*Tips*/
#tipschecklist
{
	width: 250px;
	float: left;
	margin-bottom: 15px;
}
/*Employees*/
#employeebody { margin: 0px 0px 0px 0px; }
#employeebody h3 
{  
	color: #2d3642;
	font-size: 13px;
}
#employeebody .employees { width: 890px; }
#employeebody .employees .employee 
{ 
	float: left;
	width: 132px;
	margin: 0px 15px 0px 0px; 
}
#employeebody .employees .employee .title 
{ 
	text-align: center;
	color: #2d3642;
	font-weight: bold;
	height: 32px;
}
#employeebody .employees .employee .image 
{ 
	text-align: center;
}
#employeebody span.title
{
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
}
#employeebody span.motto
{
	display: block;
	font-size: 18px;
	color: #00457c;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
}
#employeebody span.text
{
	display: block;
	margin: 15px 0px 0px 0px;
}
#servicesperemployee,
#publicationsperemployee
{
	margin: 15px 0px 0px 0px;
}
#servicesperemployee a.blue,
#publicationsperemployee a.blue
{
	color: #2d3642;
	margin: 2px 0px 0px 0px;
}
#employeeform
{
	display: none;
}
#employeeform textarea
{
	width: 200px;
}
/*Reports*/
#reportsbody { margin-top: 50px; }
html>/**/body #reportsbody { margin-top: 45px; }
#reportsbody .tablebody a.blue
{
	margin: 0px;
	font-weight: bold;
}
#reportsbody .tablebody a
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
/*Form*/
#formbody { margin-top: 50px; }
html>/**/body #formbody { margin-top: 45px; }
#vacancyform { margin-top: 50px; float: left; }
html>/**/body #vacancyform { margin-top: 45px; float: left; }
/*EventsForm*/
#eventsform
{
	float: right;
}
#eventsform,
#eventsform table
{
	width: 250px;
}
#eventsform textarea
{
	width: 200px;
}
/*Reference*/
#referencebody
{
	position: relative;
	width: 450px;
	height: 130px;
	margin-top: 10px;
}
#referencebody h3 a
{
	color: #00457c;
	font-size: 18px;
	text-decoration: none;
}
#referencebody image
{
	margin-right: 15px;
}
#referencebody span.name
{
	height: 16px;
	color: #7e7e7e;
}
#referencebody a.blue
{
	position: absolute;
	bottom: 5px;
}
/*News*/
#newsbody { margin-top: 50px; }
html>/**/body #newsbody { margin-top: 45px; }
#newsletterform { display: none; }
/*Projects*/
#projectbody { margin-top: 50px; }
html>/**/body #projectbody { margin-top: 45px; }
#projectbody .tablebody a.blue
{
	margin: 0px;
	font-weight: bold;
}
#projectbody .tablebody a
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
/*Vacancies*/
#vacanciesbody { margin-top: 50px; }
html>/**/body #vacanciesbody { margin-top: 45px; }
#vacanciesbody .vacancies
{
	width: 558px;
}
/*FAQ*/
#faqbody { margin-top: 50px; }
html>/**/body #faqbody { margin-top: 45px; }
#faqbody .faq,
#faqbody .active
{
	width: 560px;
	cursor: pointer;
}
html>/**/body #faqbody .faq .header,
html>/**/body #faqbody .active .header
{
	padding: 0px 0px 0px 0px;
	background-color: #00457c;
}
#faqbody .faq .header,
#faqbody .active .header 
{
	padding: 0px 0px 0px 0px;
	background-color: #00457c;
	vertical-align: middle;
}
#faqbody .faq .header a,
#faqbody .active .header a
{
	color: #FFFFFF;
	display: block;
	width: 520px;
	padding: 0px 0px 0px 16px;
	margin: 5px 0px;
	text-decoration: none;
	background: url(../img/faqbullet.gif) no-repeat 4px;
}
#faqbody .sub
{
	margin-top: -10px;
	display: none;
	width: 558px;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	background: url(../img/bgtablebody.gif) no-repeat 1px top;
}
#faqbody .sub p{ 
	margin: 4px 0px 0px 16px; 
	width: 530px;
}
/*Sitemap*/
#sitemap
{
	margin-left: 100px;
	margin-top: 50px;
}
#sitemap tr, #sitemap td
{
	height: 19px;
}
#sitemap a
{
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
#login
{
	position: absolute;
	left: 777px;
	width: 162px;
	background-color: #959595;
	display: none;
	z-index: 105;
}
#login label
{
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
}
#login b
{
	color: #FFFFFF;
}
#login input
{
	font-family: Arial, Helvetica, sans-serif;
	background: url("../img/bg_form.gif") no-repeat left top;
	margin: 0px 0px 0px 0px;
	border: 1px solid #777777;
	font-size: 12px;
	width: 140px;
	height: 17px;
}
span.btnlogin
{
	display: block;
	padding: 4px 0px 0px 0px;
	height: 22px;
	background: url(../img/btnlogin.gif) no-repeat;
}
span.btnlogin a
{
	margin: 0px 0px 0px 24px;
	color: #FFFFFF; 
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none; 
}
#levenslijn,
#uw_bedrijf {
	margin-left: 20px;
}
/*Form*/
input.input 
{
	font-family: Arial, Helvetica, sans-serif;
	background: url("../img/bg_form.gif") no-repeat left top;
	margin: 0px 0px 0px 0px;
	border: 1px solid #777777;
	font-size: 12px;
	width: 200px;
	height: 17px;
}
input.input200
{
	font-family: Arial, Helvetica, sans-serif;
	background: url("../img/bg_form.gif") no-repeat left top;
	margin: 0px 0px 0px 0px;
	border: 1px solid #777777;
	font-size: 12px;
	width: 200px;
	height: 17px;
}
textarea 
{
	font-family: Arial, Helvetica, sans-serif;
	background: url("../img/bg_form.gif") no-repeat left top;
	margin: 0px 0px 0px 0px;
	border: 1px solid #777777;
	font-size: 12px;
	width: 200px;
	height: 100px;
}
select 
{
	font-family: Arial, Helvetica, sans-serif;
	background: url("../img/bg_form.gif") no-repeat left top;
	margin: 0px 0px 0px 0px;
	border: 1px solid #777777;
	font-size: 12px;
	width: 200px;
	height: 20px;
}
label 
{
	font-weight	: bold;
	font-size: 12px;
}