html, body {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	height: 100%;
}

.image_bd {
	border: 0px;
}

a { color: #5483B1; text-decoration: none; }
a:hover{ color: #0F3F61; }

/********************************************************************************
 * CONTAINERS - #pagecontainer, #boxcontainer, #bg_left, #bg_right, #topcontainer
 ********************************************************************************/

#pagecontainer {
	width: 780px;
	margin: 0 auto;
	height: 100%;
}

#boxcontainer {
	width: 760px;
	background-color: #FFF;
	text-align: left;
	vertical-align: top;
}

#bg_left {
	background: url('images/bg_left.gif') repeat-y;
	width: 9px;
	height: 100%;
}

#bg_right {
	background-image: url('images/bg_right.gif');
	width: 11px;
	height: 100%;
}

.container { width: 760px; float: left; }
#topcontainer { height: 29px; background-color: #0F3F61; }
#headercontainer { height: 148px; }
#menucontainer { height: 21px; background-color: #0F3F61; }
#maincontainer { background-color: #FFF; }
#bottomcontainer { height: 11px; background-color: #B6B6B6; background: url('images/bottom_bg.gif') repeat-x; }

/*****************************************************************************************
 * TOP BAR - #top, #top_left, #top_right, #top_blocks, #top_ampersant, #top_line, #top_url
 *****************************************************************************************/
 
.top {
	background: url('images/top_bg1.gif') repeat-x;
	height: 29px;
}

#top_left { width: 193px; float: left;}
#top_right { width: 151px; float: left;}

#top_blocks {
	margin: 6px 0px 6px 9px;
}

#top_ampersant {
	background: url('images/top_&.gif') no-repeat;
	width: 89px;
	float: left;
}

#top_line {
	background: url('images/top_bg2.gif') repeat-x;
	width: 327px;
	text-align: right;
	float: left;
}

#top_line .flag {
	margin-top: 5px;
	margin-left: 5px;
	border: 0px;
}

#top_url {
	margin: 8px 0px 6px 20px;
}

/******************************************************************
 * BANNER - .hdr, #hdr[1-5], #top_business, #top_design
 ******************************************************************/
 
 .hdr {
	height: 148px;
	width: 282px;
	float: left;
 }
 
 #hdr1 { background: url('images/hdr1.gif') no-repeat; }
 #hdr2 { background: url('images/hdr2.gif') no-repeat; }
 #hdr3 { background: url('images/hdr3.gif') no-repeat; }
 #hdr4 { background: url('images/hdr4.gif') no-repeat; }
 #hdr5 { background: url('images/hdr5.gif') no-repeat; }
 
 #top_business {
	background: url('images/top_business.gif') no-repeat;
	width: 478px;
	float: left;
	height: 85px;
 }
 
 #top_design {
	background: url('images/top_design.gif') no-repeat;
	width: 478px;
	float: left;
	height: 63px;
 }
 
 /*****************************************
  * MENU - #menu_bg, #menu, #menu_indicator
  ******************************************/
 
 .menu_bg {
	background: url('images/menu_bg.gif') repeat-x;
	height: 21px;
	float: left;
 }
 
 #menu { width: 656px; float: left; }
 #menu_indicator {
	background: url('images/menu_indicator.gif') no-repeat;
	width: 104px;
	float: right;
 }
 
 
 /************************************************************************
  * DROPDOWNMENU - .menubar, .element, .submenu, .transparant, .subelement
  ************************************************************************/

.menubar {
	color: #FFF;
	font-weight: none;
	height: 17px;
	margin-left: 4px;
	margin-bottom: -1px;
	padding: 2px;
}

.menubar .element {
	margin: 0px 0px 5px 0px;
	padding: 0px 4px 0px 7px;
	border-left: 1px solid #FFF;
}

.element:hover { background: url('images/menu_over.gif') repeat-x; }

.submenu:hover { background: url('images/submenu_over.gif') repeat-x; color: #FFF; filter: alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;}
.submenu {
	height: 12px;
	margin: 0px 0px 0px 1px;
	background: url('images/submenu_bg.gif') repeat-x;
	background-color: #99bce7;
	color: #5483B1;
	padding: 3px;
}

.transparant {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

.subelement {
	color: #0F3F61;
	border-left: 1px solid #0F3F61;
	border-bottom: 1px solid #5483B1;
	border-right: 1px solid #666;
	border-top: 1px solid #0F3F61;
}

 /***************************************************
 * MAIN - #maintable, #leftmenu, #seperator, #content
 ****************************************************/
 
#maintable {
	height: 100%;
	width: 760px;
}

td#leftmenu {
	vertical-align: top;
	background-color: #E7E7E7;
	width: 173px;
	height: 100%;
	padding: 10px;
}

.leftmenuline {
	border-top: 1px solid #B4B4B4;
	height: 1px;
	float: left;
	width: 80px;
	font-size: 1pt;
	margin: 10px 3px 12px 0px;
	z-index: 10;
}

.leaf { border: 0px; padding-right: 3px; }

ul.leftmenu {
	margin: 0;
	float: left;
	padding-left: 15px;
}

li.leftmenu {
	color: #5483B1;
	height: 18px;
	list-style-type: none;
}

li.leftmenu a {
	display: block;
	width: 150px;
	color: #5483B1;
	text-decoration: none;
}

li.leftmenu a:hover {
	color: #0F3F61;
}

#bars_top {
	background: url('images/bars_top.gif') no-repeat;
	width: 44px;
	height: 110px;
	position: relative; 
	left: -153px;
	z-index: 5;
}

#bars_bottom {
	background: url('images/bars_bottom.gif') no-repeat;
	position: relative;
	width: 110px;
	height: 45px;
	top: -45px;
	left: 82px;
	z-index: 1;
}

#seperator {
	background: url('images/main_edge.gif') repeat-y;
	vertical-align: top;
	width: 5px;
	height: 100%;
}

#content {
	vertical-align: top;
	background-color: #FFF;
	width: 534px;
	padding: 14px;
	padding-top: 10px;
}

.titleline {
	border-top: 1px solid #B4B4B4;
	height: 1px;
	float: right;
	width: 440px;
	font-size: 1px;
	margin: 10px 0px 12px 0px;
}

.contentline { 
	float: left;
	width: 534px; 
	height: 11px;
	margin: 8px 0px 8px 0px;
	text-align: right;
	border-bottom: 1px solid #B4B4b4;
}
.subcontent { width: 506px; }
.newscontent { width: 502px; }
.jobscontent { width: 485px; }

.left { float: left; margin: 2px 15px 15px 0px; } 
.right { float: right; margin: 2px 0px 15px 15px; }
.photograph {
	background-color: #E7E7E7;
	padding: 6px;
	border: 1px solid #B4B4B4;
}

.icon {
	vertical-align: middle;
	margin-right: 4px;
}

#office { width: 300px; margin: 4px 0px 0px 25px; }

 /************************************************
 * FONTS/TEXT - ALL OTHER STYLE TAGS/CLASSES/ID's
 *************************************************/

#leftmenutitle {
	float: right;
	position: relative;
	color: #0F3F61;
	font-size: 16px;
	z-index: 4;
}

#leftmenutitle_shadow {
	position: relative;
	top: 2px;
	right: -55px;
	color: #DDDDDD;
	font-size: 26px;
	z-index: 3;
}

.menuitem {
	font-size: 12px;
}

#contenttitle {
	float: left;	
	position: relative;
	color: #5F8BB6;
	font-size: 16px;
	z-index: 6;
}

#contenttitle_shadow {
	position: relative;
	top: 2px;
	left: -33px;
	color: #DDDDDD;
	font-size: 26px;
	z-index: 5;
}
 
.contenttext {
	width: 100%;
	text-align: justify;
	float: left;
	color: #5E5E5E;
	overflow: hidden;
}

.textbox {
	float: right;
	background-color: #E7E7E7;
	padding: 10px;
	margin-left: 10px;
	color: #5E5E5E;
	text-align: justify;
	border: 1px solid #B4B4B4;
}

.textboxtitle {
	padding-bottom: 8px;
	color: #0F3F61;
	font-weight: bold;
	font-size: 14px;
}

#lang_en, #lang_nl, #lang_fr, #lang_de { display: none; }

ul.main { margin: 0; padding: 0; }
ul.main li {
	float: left;
	width: 500px;
	list-style-type: none;
	display: block;
	margin-bottom: 15px;
	padding: 3px 0px 0px 28px;
	background: url('images/attach.gif') no-repeat top left;
}

ul.news li {
	min-height: 25px;
	padding-left: 31px;
	background: url('images/paper.gif') no-repeat top left;
}

ul.jobs li {
	min-height: 25px;
	padding-left: 29px;
	background: url('images/page.gif') no-repeat top left;
}

ul.links li {
	min-height: 25px;
	padding-left: 31px;
	background: url('images/link.gif') no-repeat top left;
}

ul.main div.item {
	color: #aaa;
	font-size: 12pt;
	text-decoration: none;
	margin-left: -1px;
	margin-bottom: 7px;
}

ul.content { margin: 0; padding: 0; }
ul.content li {
	margin-bottom: 8px;
	width: 482px;
	padding: 1px 0px 0px 20px;
	background: url('images/contentbutton.gif') no-repeat top left;	
}

ul.smallcontent li {
	float: left;
	width: 275px; 
	margin: 5px 0px 10px 5px;
	padding: 1px 0px 0px 20px;
	background: url('images/contentbutton.gif') no-repeat top left;	
}

ul.content div.subitem {
	width: 100%;
	height: 14px;
	color: #5483B1;
	border-bottom: 1px dashed #5483B1;
	margin: 0px 0px 4px -1px;
}

ul.faqcontent li {
	padding-left: 0px;
	background: none;
}

ul.faqsmallcontent li {
	background: url('images/contentbutton.gif') no-repeat top left;	
	padding: 1px 0px 0px 20px;
	width: 465px; 
	margin: 4px 5px 4px 15px;
}

ul.newslettercontent li {
	min-height: 10px;
}

.map {
	margin-left: 20px;
}

.map_zoom {
	float: right;
	width: 40px;
}

.window {
	width: 510px;
}

.employee {
	float: left;
	height: 120px;
	width: 252px;
}

.employee_function {
	font-weight: normal;
	font-size: 8pt;
	color: #999;
}

.smalltext {
	font-size: 7pt;
}

.employeebox {
	float: right;
	width: 305px;
	background-color: #FFF;
	padding: 5px;
	margin: 10px 0px 10px 15px;
	color: #5E5E5E;
	border: 1px solid #B4B4B4;
}

.pdf {
	vertical-align: top;
}
 /******************************************************************/