/*
@font-face {
	font-family: 'Lucidaaaaa';
	src: url('../../font/Lucida_Grande.eot');
	src: local('Lucida Grande'), 
	 	 local('Lucida Grande'), 
	 	 url('../../font/Lucida_Grande.ttf') format('truetype');
}
*/

:focus {
	outline: none;
}

* {
	margin: 		0;
}
html, body {
	height: 				101%;
	font-family: 			Lucidaaaaa, Tahoma, Arial;
	font-size: 				9pt;
}

body{
	background-color: 		#19446C;
/*	background-color: #FFF;*/
	/*background: 			url(../../images/backgrounds/1920/Pilotproject.jpg) no-repeat;*/
	background-attachment: 	fixed;
}


.disclaimer {
	
	color:#19446C;
	position:fixed;
	padding:8px;
	background-color:white;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	right:5px;
	bottom:4px;
	z-index:999;
	font-size: 8pt;
	
}

.disclaimer a:link,
.disclaimer a:visited, 
.disclaimer a:active {
	
	color:#19446C;
	text-decoration:underline;
	
}

.disclaimer a:hover {
	
	text-decoration:none;
	
}

#bgsrc{
	position: 		fixed;
	z-index:		-1;
	width: 			100%;
	height: 		100%;
	overflow: 		hidden;
}

#bgsrc1{
	position: 		fixed;
	z-index:		-2;
	width: 			100%;
	height: 		100%;
	overflow: 		hidden;
}

img{
	border: none;
}

h1{
	font-size:		11pt;
	margin-bottom:	15px;
	
}
h2{
	font-size:		10pt;
	margin-bottom:	3px;
}
h3{
	font-size:		9pt;
	margin-bottom:	3px;
}
h4{
	font-size:		9pt;	
	font-style:		italic;
	font-weight:	normal;	
}

h8{
	font-size:		8pt;
	font-style:		italic;
}

.green{
	color: 			#DDE466;
}

.green-link a{
	color: 			#DDE466;
	text-decoration:none;
}

.green-link a:hover{
	color: 			#DDE466;
	text-decoration:none;
}

.green-link > img{
	vertical-align: middle;
}

.green-link-tekst {
	margin-bottom: 	2px;
}

.blue{
	color: 			#19446C;
}

.wrapper {
	min-height: 	100%;
	height: 		auto !important;
	height: 		100%;
	margin: 		0 auto -20px;
}

.container{
	position:		relative;
	width: 			900px;
	margin: 		0px auto;
	padding:		20px 0px 0px 0px;
}

.logo{
	margin-bottom:	20px;
	background: 	url(../../images/Logo_Green.png) no-repeat;
	width:			267px;
	height:			73px;
	cursor: 		pointer;
	
}

.container-left{
	margin:			0px 0px 0px 0px;
	width: 			545px;
	min-height:		350px;
	float: 			left;
}

.container-left-menu{
	background:		#19446C;
	height:			35px;
	width: 			100%;
	overflow: 		hidden;
}

.container-left-menu-items{
	padding:		8px 10px 8px 20px;
}

.container-left-menu-items > .link{
	float:			left;
	color: 			#FFF;
	/* background: 	url(../../images/bullet-arrow-right2.png) left center no-repeat; */
	margin-right: 	20px;
	cursor: 		pointer;
	font-size:		12px;
	/*font-weight: 	bold;*/
}

.container-left-menu-items > .link-active{
	float:			left;
	color: 			#DDE466;
	/*  background: 	url(../../images/bullet-arrow-right2.png) left center no-repeat; */
	margin-right: 	20px;
	cursor: 		pointer;
	font-size:		12px;
	/*font-weight: 	bold;*/
}

.container-left-submenu{
	background:		#19446C;
	width: 			100%;
	filter:			alpha(opacity=90);
	-moz-opacity:	0.9;
	-khtml-opacity: 0.9;
	opacity: 		0.9;
}

.container-left-submenu > .items{
	padding:		3px 0px 3px 20px;
}

#subitems{
}

.container-left-submenu > .items > .link{
	color: 			#FFF;
	background: 	url(../../images/arrow_white.png) left center no-repeat;
	padding-left:	13px;
	margin:			0px 10px 5px 0px;
	cursor: 		pointer;
	font-size:		9pt;
	text-decoration:none;
	display:		block;
}

.container-left-submenu > .items > .link:hover{
	background: 	url(../../images/arrow_green.png) left center no-repeat;
	color:			#DDE466;
}

.container-left-submenu > .items > .link-active{
	color: 			#DDE466;
	background: 	url(../../images/arrow_green.png) left center no-repeat;
	padding-left:	13px;
	margin-right: 	10px;
	margin:			0px 10px 5px 0px;
	cursor: 		pointer;
	font-size:		12px;
	text-decoration:none;
	display:		block;
}

.container-left-submenu > .items > .linkspacer{
	height:			10px;
	width:			10px;
}


.container-left-content{
	margin:			30px 0px 0px 0px;
	background:		#FFF;
	width:			100%;
	min-height: 	200px;
	filter:			alpha(opacity=90);
	-moz-opacity:	0.9;
	-khtml-opacity: 0.9;
	opacity: 		0.9;
}

.container-left-content > .content{
	color: 			#19446C;
	opacity: 		no-opacity;
	padding: 		30px;
	overflow: 		hidden;
	line-height: 	20px;
}

.container-left-content >.content a{
	color: 			#19446C;
}

.container-left-content >.content a:hover{
	color: 			#19446C;
	text-decoration: none;
}

.container-left-content >.content ul{
	margin-top:		0px;
	margin-left:	30px;
	padding: 		0px;
}

.container-left-content >.content ul li{
	margin-top:		10px;
	list-style-type:square;
}

.container-left-content >.content ul li a{
	font-weight:	bold;
}


/* container left - praktijkvoorbeelden */

.container-left-content >.content >#pratijkvoorbeeld {
	width:			460px;
}

.container-left-content >.content >#pratijkvoorbeeld >.uitdepraktijk{
	width:			460px;
	height:		auto;
	border:			1px solid #ccc;
	float:			left;
	margin-bottom:	10px;
	padding:		10px;
}

.container-left-content >.content >#pratijkvoorbeeld >.uitdepraktijk >.text-title{
	width:			330px;
	float:			left;
	margin-left:	20px;
	font-weight:	bold;
}

.container-left-content >.content >#pratijkvoorbeeld >.uitdepraktijk >.text{
	float:			left;
	width:			330px;
	height:			110px;
	margin-left:	20px;
}

.container-left-content >.content >#pratijkvoorbeeld >.uitdepraktijk >.image{
	float:			left;
	width:			100px;
	height:			auto;
}

.container-left-content >.content >#pratijkvoorbeeld >.uitdepraktijk_uitwerking{
	width:			480px;
	height:			auto;
	float:			left;
	margin-bottom:	10px;
	padding:		10px;
}

.container-left-content >.content >#pratijkvoorbeeld >.uitdepraktijk_uitwerking >.left{
	width:			100px;
	height:			auto;
	float:			left;
}



.container-left-content >.content >#pratijkvoorbeeld >.uitdepraktijk_uitwerking >.right{
	float:			left;
	width:			350px;
	height:			auto;
	margin-left:	20px;
}



.container-left-content >.content >#pratijkvoorbeeld >.uitdepraktijk_uitwerking >.left >.image{
	width:			100px;
	height:			120px;
	float:			left;
	padding:		5px;
	border:			1px solid #ccc;
	margin-left: 	-10px;
}

.container-left-content >.content >#pratijkvoorbeeld >.uitdepraktijk_uitwerking >.right >.text-title{
	font-weight:	bold;
}

.container-left-content >.content >#pratijkvoorbeeld >.uitdepraktijk_uitwerking >.right >.text{
	font-weight:	normal;
}

.container-left-content >.content >#pratijkvoorbeeld >.uitdepraktijk_uitwerking >.right >.text_left{
	float:			left;
	width:			80px;
	height:			auto;
}

.container-left-content >.content >#pratijkvoorbeeld >.uitdepraktijk_uitwerking >.right >.text_right{
	float:			left;
	width:			210px;
	height:			auto;
	margin-left:	20px;
}

/* container left - team */

.container-left-content >.content >#team {
	width:			460px;
	height:			auto;	
}

.container-left-content >.content >#team >.persoon{
	width:			460px;
	height:			auto;
	border:			1px solid #ccc;
	float:			left;
	margin-bottom:	10px;
	padding:		10px;
}

.container-left-content >.content >#team >.persoon >.text-title{
	width:			330px;
	float:			left;
	margin-left:	20px;
	font-weight:	bold;
}

.container-left-content >.content >#team >.persoon >.text{
	float:			left;
	width:			330px;
	height:			auto;
	margin-left:	20px;
}

.container-left-content >.content >#team >.persoon >.image{
	float:			left;
	width:			100px;
	height:			120px;
}


/* container left - persberichten */

.container-left-content >.content >#persberichten {
	width:			460px;
	margin-top: 	20px;
}

.container-left-content >.content >#persberichten >.bericht{
	width:			460px;
	height:			auto;
	border:			1px solid #ccc;
	float:			left;
	margin-bottom:	10px;
	padding:		10px;
}

.container-left-content >.content >#persberichten >.bericht >.datum{
	font-size:		8pt;
	background:		#19446C;
	color:			#fff;
	float:			left;
	width:			50px;
	height:			45px;
	text-align:		center;
	line-height: 	20px;
	padding-top:	5px;
}

.container-left-content >.content >#persberichten >.bericht >.tekst{
	float:			left;
	width:			380px;
	height:			auto;
	margin-left:	20px;
}

.container-left-content >.content >#persberichten >.bericht >.tekst >.titel{
	font-weight:	bold;
}

.container-left-content >.content >#persberichten >.bericht >.tekst >.inhoud{
	font-weight:	normal;
	margin-bottom: 	20px;
}

.container-left-content >.content >#persberichten >.bericht >.tekst >.bron{
	font-style:		italic;
	font-weight:	normal;
	margin-bottom: 	12px;
}

.container-left-content >.content >#persberichten >.bericht >.tekst >.pdf-img{
	float: 			left;
	margin-top:		-8px;
	margin-right:	4px;
}

.container-left-content >.content >#persberichten >.bericht >.tekst >.pdf-link{
	font-weight:	normal;
}

/* container left - nieuwsberichten */

.container-left-content >.content >#nieuwsbericht {
	width:			460px;
	margin-top: 	20px;
}

.container-left-content >.content >#nieuwsbericht >.bericht{
	width:			460px;
	height:			auto;
	border:			1px solid #ccc;
	float:			left;
	margin-bottom:	10px;
	padding:		10px;
}

.container-left-content >.content >#nieuwsbericht >.bericht >.datum{
	font-size:		8pt;
	background:		#19446C;
	color:			#fff;
	float:			left;
	width:			50px;
	height:			45px;
	text-align:		center;
	line-height:	20px;
	padding-top:	5px;
}

.container-left-content >.content >#nieuwsbericht >.bericht >.tekst{
	float:			left;
	width:			380px;
	height:			auto;
	margin-left:	20px;
}

.container-left-content >.content >#nieuwsbericht >.bericht >.tekst >.titel{
	font-weight:	bold;
}

.container-left-content >.content >#nieuwsbericht >.bericht >.tekst >.inhoud{
	font-weight:	normal;
	margin-bottom: 	20px;
}

.container-left-content >.content >#nieuwsbericht >.bericht >.tekst >.pdf-img{
	float: 			left;
	margin-top:		-8px;
	margin-right:	4px;
}

.container-left-content >.content >#nieuwsbericht >.bericht >.tekst >.pdf-link{
	font-weight:	normal;
}

/* container right */

.container-right{
	width:			325px;
	float:			right;
	min-height:		500px;
}

.container-right  .menu{
	height:			36px;
}

.container-right  .menu  .link-active{
	float: 			left;
	padding:		8px 20px 8px 20px;
	background: 	#19446C;
	margin:			0px 2px 0px 0px;
	height:			20px;
	filter:			alpha(opacity=95);
	-moz-opacity:	0.95;
	-khtml-opacity: 0.95;
	opacity: 		0.95;
	cursor: 		default;
	text-decoration: none;
}

.container-right  .menu  .link-active  span{
	color:			#FFF;
	cursor: 		pointer;
}

.container-right  .menu  .link{
	float: 			left;
	height:			16px;
	padding:		8px 20px 10px;
	background: 	#FFF;
	margin:			0px 2px 1px 0px;
	cursor: 		pointer;
}

.container-right  .menu  .link  span{
	color:			#19446C;
}

.container-right  .content{
	background:		#19446C;
	width: 			100%;
	filter:			alpha(opacity=95);
	-moz-opacity:	0.95;
	-khtml-opacity: 0.95;
	opacity: 		0.95;
	color: 			#FFF;
	font-size: 		12px;
	padding: 		10px 0px 10px 0px;
}

.container-right  .buttons  .projectbutton{
	border:1px solid #19446C;
	background: 	#19446C;	
	padding:	 	5px;
	float:			right;
	color: 			#FFF;
	text-align: 	left;
	font-family:	Lucidaaaaa,Tahoma,Arial;
	font-size:		9pt;
	text-decoration:none;
	vertical-align:middle;
	/*margin-top: 13px;*/
	margin-left:3px;
	padding-right:15px;
	padding-left:15px;
	cursor:pointer;
}

.container-right  .buttons  a.home {
	padding: 6px 17px;
	padding: 6px 14px\0/;
	padding: 6px 10px 6px 10px !ie;
	background-color: #FFFFFF;
	float: left;
	color: #19446C;
	display: block;
	text-decoration: none;
	vertical-align:middle;
}

.container-right  .buttons  a.home  img:first-child,
.container-right  .buttons  a.home:hover  img:last-child {
	display: none;
}

.container-right  .buttons  a.home  img:last-child,
.container-right  .buttons  a.home:hover  img:first-child {
	display: inline;
	float: left;
	margin-top: 7px;
	margin-right: 5px;
}

.container-right  .buttons  a.home:hover {
	background-color: #19446C;
	color: #FFFFFF;
	padding-right: 14px;
}

.container-right  .buttons  .projectbutton:hover{
	border:1px solid #DDE466;
}

.container-right  .content  .project{
	margin:			5px;
	padding:		10px;
	line-height: 	17px;
}

.container-right  .content  .project a{
	color: 			#DDE466;
	/* text-decoration:none; */
}

.container-right  .content  .project a:hover {
	color: 			#DDE466;
	text-decoration:none;
}


.container-right  .content  .project-active{
	background: 	#3D6D91;
}

.container-right  .content  .project > .left{
	float:			left;
	background:		url(../../images/backgrounds/Zakenvrouw/Zakenvrouw_640x480.jpg);
	width:			140px;
	height:			100px;
}
.container-right  .content  .project > .right{
	width:			140px;
	height:			100px;
	float:			right;
	line-height: 	17px;
}

.container-right  .content  .nieuws{
	padding:		15px;
	line-height: 	17px;
}

.container-right  .content  .nieuws-spacer{
	margin:			0px 15px 0px 15px;
	height: 		1px;
	background:		#FFF;
}

.container-right  .content  .nieuws .green-link{
	color: 			#DDE466;
	/* text-decoration:none; */
}

.container-right  .content  .nieuws .green-link:hover {
	color: 			#DDE466;
	text-decoration:none;
}


.container-right  .buttons{
	float: 			right;
	margin: 		7px 0px 0px 0px;
}

.container-right  .buttons  .link{
	float:			left;
	margin: 		1px;
	background: 	#19446C;
	filter:			alpha(opacity=95);
	-moz-opacity:	0.95;
	-khtml-opacity: 0.95;
	opacity: 		0.95;
	color: 			#FFF;
	padding:		5px 10px 5px 10px;
	cursor: 		pointer;
}

.container-right  .buttons  .link-active{
	float:			left;
	margin: 		1px;
	background: 	#19446C;
	filter:			alpha(opacity=95);
	-moz-opacity:	0.95;
	-khtml-opacity: 0.95;
	opacity: 		0.95;
	color: 			#FFF;
	padding:		4px 9px 4px 9px;
	border: 		1px solid #DDE466;
	cursor: 		pointer;
}

.container-right  .buttons  .link-active2{
	float:			left;
	margin: 		1px;
	background: 	#DDE466;
	filter:			alpha(opacity=95);
	-moz-opacity:	0.95;
	-khtml-opacity: 0.95;
	opacity: 		0.95;
	color: 			#19446C;
	padding:		4px 9px 4px 9px;
	border: 		1px solid #DDE466;
	cursor: 		pointer;
}


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


.footer, .push {
	height: 		20px; 
}

.footer {
	height: 		20px; 
	
}

.footer_tekst {
	height: 20px;
	margin-top: 20px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	font-family: DIN, Arial, sans-serif;
	font-size: 8pt;
	/*color: #778b9e;
	color: #19446C; */
	color: #ccc;
	filter:			alpha(opacity=65);
	-moz-opacity:	0.65;
	-khtml-opacity: 0.65;
	opacity: 		0.65;	
}

.footer_tekst a:link { color: #ccc;}
.footer_tekst a:active { color: #ccc;}
.footer_tekst a:hover { color: #ccc; text-decoration: none; }
.footer_tekst a:visited { color: #ccc;}

.cleardiv{
	clear:			both;
}

.benelux{
	float: right;
}

.benelux_mapje{
	position:	relative;
	margin:		0px 0px 10px 10px;		
/*	margin:		0px auto;*/
	
	background: url(../../images/benelux.png) no-repeat;
	width:		33px;
	height:		42px;
}

.benelux_mapje > .pointer{
	position:	relative;
	width: 		30px;
	height:		4px;
	background: url(../../images/benelux_button.png) no-repeat;
	margin-bottom: 5px;
}

/*
.container-pdf{
	color:		#19446C;
	padding:	8px;
	background-color:white;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	z-index:999;
	font-size: 7pt;
	position:	absolute;
	top:		0;
	margin:		0px 0px 0px 716px;
}
*/
.container-pdf{
	color:				#19446C;
	padding:			8px;
	background-color:	white;
	filter:				alpha(opacity=90);
	-moz-opacity:		0.9;
	-khtml-opacity: 	0.9;
	opacity: 			0.9;
	z-index:			999;
	font-size: 			7pt; 
	float:				right;
	margin:				-113px 103px 0px 0px;
	margin:				-113px 2px 0px 0px !IE;
}

.container-pdf a{
	color:		#19446C;
	text-decoration: none;
}


.container-language{
	color:			#19446C;
	padding:		8px;
	background-color:white;
	filter:			alpha(opacity=90);
	-moz-opacity:	0.9;
	-khtml-opacity: 0.9;
	opacity: 		0.9;
	z-index:		999;
	font-size: 		7pt;
	float:			right;
	margin:			-113px 0px 0px 0px;
	
}

.container-language a{
	color:		#19446C;
	text-decoration: none;
	margin:			 0px 0px 0px 0px;
}

.container-language a.active{
	text-decoration: underline;
}

#flashcontent{
	margin: 0px 0px 30px 0px;
}
#flashcontent object{
	margin:	5px 0 5px 7px;
	margin-left: 15px !ie;
}


