/* GENERAL */


* {
	border:						0;
	margin:						0;
	padding:					0;
	outline:					none;
}

body {

}

.bgGradDiv {
    width:                      100%;
    background: 				url(images/bg_2010_gradient.jpg) repeat-x;
}
    

.superDiv {
    font-family:				'Helvetica','Arial';
	font-size:					12px;
	color:						#999;
	line-height:				16px;
	background: 				url(images/bg_2010_img.jpg) no-repeat;
	background-position:       center top;
	margin-bottom: 25px;
}


.clear {
	clear:						both;
}


img {
border-style: none;
}



/* TEXT */


a {
	color:						#859ab4;
	text-decoration:			none;
}

a:hover {
	color:						#97a9c1;
	text-decoration:			underline;
}



h1 {
	color:						#ffffff;
	font-size:					26px;
	font-weight: 				bold;
	padding: 					35px 0 0 0;
}

h2 {
	color:						#ffffff;
	font-size:					19px;
	font-weight: 				lighter;
	padding-top: 				40px;
	text-decoration:			none;
	text-transform: 			none;
	line-height:				26px;
	width:						430px;
	margin: 					23px 0 0 20px;
	padding: 					0px;
}



h3 {
	color:						#ffffff;
	font-size:					13px;
	font-weight: 				lighter;
	padding-top: 				40px;
	text-decoration:			none;
	text-transform: 			none;
	line-height:				20px;
	width:						430px;
	margin: 					25px 0 0 20px;
	padding: 					0px;
	/*text-align:					justify;*/
}


h3 a {
	color:						#f79324;
	font-weight:				bold;
}

h3 a:hover {
	color:						#f79324;
	font-weight:				bold;
}


h4 {
	color:						#336987;
	font-size:					22px;
	margin-bottom:				16px;
	text-transform:				uppercase;
	font-weight:				normal;
	margin-top:					25px;
}

h5 {
	color:						#336987;
	font-size:					22px;
	margin-bottom:				16px;
	text-transform:				uppercase;
	font-weight:				normal;
	margin: 					0px 0px 15px 0px;
}

.balk_inhoud p {
	font-size:					12px;
	color:						#404040;
	width:						500px;
	line-height:				20px;
	text-align:					left;
}

.balk_inhoud h4 {
	text-align:					left;
}

.balk_inhoud h4 {
	text-align:					left;
}


/* HEADER */




#top-bar {
	background:					transparent url(./images/bg-top-bar.png) repeat-x;
	height:						141px;
	overflow:					visible;
	position:					relative;
	z-index:					3;
}


.wrapper {
	width:						940px;
	margin:						0 auto;
}

.countries_menu {
	float: left;
	width: 650px;
	clear: right;
}

#top-bar #countries {
	width: 						140px;
	margin: 					0px auto;
	height: 					20px;
	clear:						right;
	
}

#top-bar ul#countries {
	list-style:					none;
	margin-top: 				20px;
	float: 						right;
}

#top-bar ul#countries li {
	float: 						left;
	width: 						30px;
}

#top-bar #menu {
	float:						right;
	height:						55px;
	margin:						0px 0px 0px;
	width:						600px;
}
#top-bar ul#menu {
	list-style:					none;
	float: 						right;
	width: 						600px;
}
#top-bar ul#menu li {
	float:						left;
	text-align:					right;
}
#top-bar ul#menu li .line {
	float:						left;
	width:						2px;
	height:						55px;
}
#top-bar ul#menu a {
	float:						left;
	display:					block;
	width:						auto;
	height:						55px;
	padding-right:				20px;
	text-transform:				uppercase;
	text-decoration:			none;
	font-size:					11px;
	font-weight:				bold;
	line-height:				45px;
	color:						#000;
}


#top-bar ul#menu a.selected, #top-bar ul#menu a.selected:hover {
	color:						#999;
}
#top-bar ul#menu a:hover {
	color:						#399cb2;
}

#top-logo {
	float: left;
}



/* PAGE ELEMENTS */



.content {
	width: auto;

}

.content_inhoud {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}



.balk_trans {
	width: 950px;
	background: url(images/balk-trans.png) no-repeat;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 30px;
}

.balk {
	background-color: #ffffff;
	clear: right;
	float: left;
	width: 100%;
	clear: right;
	padding-bottom: 25px;
}

.balk_inhoud {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	padding-left: 25px;
	text-align: center;
}

.content_left{
	width: 460px;
	float: left;
}



.content_right{
	width: 460px;
	float: left;
	margin-left: 30px;
	padding-top: 52px;
}


/*
.content_right {
	width: 500px;
	float: left;
	margin-left: 20px;
	padding-top: 35px;
	text-align: center;
	clear: right;
}
*/




/* HOMEPAGE TRIGGERS */

.trigger {
	width: 200px;
	/* float: left; */
	display: inline-block;
	text-align:center;
	margin: 15px 13px 0px 13px;
}

.trigger_title {
	font-size: 18px;
	color: #5b7c8d;
	font-weight: bold;
	margin: 10px;
	text-align: center;
	width:180px;
}

.trigger_image {
	text-align: center;
	margin: 10px;
	display: inline;
}

.trigger_text {
	margin: 10px 10px 10px 15px;
	font-size: 12px;
	color: #4a4a4a;
	display: inline;
}

/* ICON ROWS */


.icon_block {
	width: 175px;
	float: left;
	margin: 20px 5px 0px 5px;
	border-right: 1px solid #ececec;
}

.icon_image {
	text-align: center;
	margin: 10px 0px 0px 0px;
	width: 165px;
	height: 50px;
}


.icon_title {
	font-size: 14px;
	color: #5b7c8d;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	text-align: center;
	clear: right;
	height: 20px;
	padding-top: 0px;
}


.icon_text {
	margin: 10px 10px 10px 0px;
	font-size: 11px;
	color: #4a4a4a;
	clear: left;
	font-weight: bold;
}

.icon_text ul {
	margin: 6px 0 0 0;
	padding: 0px;
	}
	
.icon_text li {
	list-style-type: square;
	font-weight: normal;
	margin-left: 12px;
	margin-bottom: 4px;
}


/* PEOPLE */


.people_block {
	width: 400px;
	float: left;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #d5d5d5;
	padding-top: 10px; 
	text-align: left;
}


.people_photo {
	width: 150px;
	float: left;
	margin: 5px;

}

.people_naam {
	font-size: 16px;
	color: #5b7c8d;
	font-weight: bold;
	margin: 8px 0px 5px 0px;
}

.people_details {
	width: 225px;
	float: left;
	
}

.people_details b {
	font-size: 12px;
	font-style: normal;
	color: #4a4a4a;
	margin: 10px 0px 10px 0px;
}


.people_details i {
	font-size: 14px;
	font-style: italic;
	color: #4a4a4a;
	margin: 5px 0px 5px 0px;
	clear: left;

}


.people_details p {
	font-size: 12px;
	color: #4a4a4a;
	margin: 5px 0px 5px 0px;

}


/* CONTACT */


.contact_details{
	width: 340px;
	float: left;
	color: #000000;
}

.contact_details strong {
	font-size: 14px;
	margin: 5px 0px 5px 0px;
	display:block;
	color: #2e5f7a;
	font-weight: lighter;
}

.contact_details p {
	width: 200px;
	float: left;
}

.de_disclaimer p {
	width: 800px;
}

.map {
	width: 450px;
	float: left;
	clear: right;
	margin: 25px;
	margin-top: 0px;
	text-align: right;
}


/* CLIENTS */

.client_image {
	float: left;
	width: 135px;
	height: 135px;
	margin: 10px;
	display: block;
	text-align: center;
}





/* FOOTER */


.balk-trans-footer {
	width: 950px;
	/* background: url(images/balk-trans-footer.png) no-repeat; */
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	clear: left;
}




.footer {
	
	background-color: #ffffff;
	clear: right;
	float: left;
	width: 100%;
	height: 100%;
	clear: right;
	padding-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	
	/*
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	*/

}

.footer_content {
    width: 950px;
}



.footer_divider {
    width: 950px;
    background: url(images/footer_divider.gif) repeat;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.footer_holder {
    
}



.footer_copyright {
	clear:						left;
	margin:						15px 0px 5px 0px;
	float:						left;
	width: 						200px;
	font-size:					10px;
	color:						#7b8491;
}

.footer_copyright_right {
	width:						750px;
	color:						#dde4ed;
	font-size:					10px;
	float: 						left;
	margin:						15px 0px 5px 0px;
	text-align: 				right;
}


#footer a {
	color:						#bac8da;
	text-decoration:			none;
}

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


/*
.footer_inhoud {
	width: 950px;
	background-color: #25292e;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	float: left;
}

.footer_left {
	float:						left;
	width:						400px;
	margin:						30px 30px 0px 40px;
}

.footer_right {
	float:						left;
	width: 						400px;
	margin:						30px 30px 0px 40px;
	clear: right;

}
*/

}

