
/* achtergrond kleuren */

body{
	/*background-color: #000000;*/
}

#main{
	/*background-color: #333333;*/
}

#right{
	/*background-color: #8a8c8f;*/
}

#content{
	/*border-right: 5px solid #000000;*/
}




/* Presentation Stylesheet */

a { color: #000; background: transparent; font-weight: normal; text-decoration: underline;}
a:hover { color: #000; background: transparent; font-weight: normal; text-decoration: underline;}
a.highlight { color: #000; background: transparent; font-weight: normal; text-decoration: underline;}





h1 {
	font-size: 140%;
	line-height: 120%;
	
	color: #000;
	background: transparent;
	
	font-weight: bold;

	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	
	border-bottom: 1px solid #000;
}

h2 {
	color: #000;
	background: transparent;
	font-size: 110%;
	line-height: 120%;
	font-weight: bold;
	margin: 0px 0 13px 0;
	padding: 0 0 3px 0;


}

h2.subtitle {
	color: #000;
	background: transparent;
	font-size: 95%;
	line-height: 100%;
	font-weight: normal;
	margin: -12px 0 5px 0;
	padding: 0 0 3px 0;
	
	position: relative; 
	top: 70px;
	left: 20px;
	width: 275px;

}

h2.subtitletop {
	color: #000;
	background: transparent;
	font-size: 95%;
	line-height: 100%;
	font-weight: normal;
	margin: -15px 0 0px 0;
	padding: 0 0 3px 0;
	
	position: relative; 
	top: 70px;
	left: 20px;
	width: 275px;

}

h3 {
	color: #001f57;
	background: transparent;
	font-size: 100%;
	line-height: 120%;
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding: 0 0 3px 0;
}

p{
	margin: 0 0 10px 0; }


strong {
	font-weight: bold;
	color: #000;
}

hr {
  	border: 0;
  	width: 100%;
  	color: #0585dd;
	background-color: #0585dd;
	height: 1px;
	clear: both;
	margin: 8px 0 8px 0;
}



img.padding-left{
	margin: 0 0 15px 20px;
}

img.border{
	border: 1px solid #333;
}



div.hr{
	font-size: 1px;
	line-height: 1px;
	
	height: 1px;
	
	background: transparent url(../img/hrbg.gif);
	background-repeat: repeat-x;
	
	
	margin: 5px 0 5px 0;
}




/* mainnav */

#nav, #nav ul {
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	
	
	font-size: 14px;
	line-height: 18px;
	z-index: 100;
	
}

#nav a {
	display: block;
	height: 19px;
	border-bottom: 0px solid #c3c3c3;
	padding: 7px 0px 5px 15px;
	color: #000;
	text-decoration: none !important;
	text-align: center;
	font-weight: normal !important;
	z-index: 1000;
	

	background-image: url('../img/nav-item-bg.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 105px;
}

* html #nav a{
	background-image: url('../img/nav-item-bg.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 105px;
	position: relative;
	left: -8px;
}



#nav li:hover, #nav li a:hover{
	/*text-decoration: underline;*/
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}


#nav li a.first{
	background-image: url('../img/nav-item-bg-first.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 160px;
	
	padding-left: 20px;
	margin-left: -8px;
}

#nav li a.tophighlight-first{	
	background-image: url('../img/nav-item-bg-first-selected.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}

* html #nav li a.first{
	width: 160px;

	padding-left: 20px;
	margin-left: 0px;
	position: relative;
	left: -8px;
}


#nav li a.lastleft{
	
	background-image: url('../img/nav-item-bg-last.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 108px;
	
	padding-left: 5px;

}

#nav li a.tophighlight-last{
	background-image: url('../img/nav-item-bg-last-selected.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}

#nav li a.afterselected-last{
	background-image: url('../img/nav-item-bg-selected-after-last.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}


#nav li.last{
	float: right;
	
}

#nav li.last a, #nav li.last a:hover{
	margin-right: 10px;
	text-align: right;
	padding-right: 0;
	background-color: transparent;
	background: none;
	width: 40px;
	font-weight: bold !important;	
}

#nav li:hover.last{
	text-decoration: underline;
}


#nav li a.tophighlight{
	background-image: url('../img/nav-item-bg-selected.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 106px;
	padding-left: 25px;
}

#nav li a.afterselected{
	background-image: url('../img/nav-item-bg-selected-after.gif');
}


#nav li ul {
	position: absolute;
	width: 220px;
	left: -999em;
	margin: 0;
	padding: 0;
	
	border: 1px solid #a8a8a8;
	border-width: 0 1px 1px 1px;
}

#nav li ul li, #nav li.highlight{
	display: block;
	width: 220px;
	clear: left;
	background-color: #fff;
	
	
	filter: alpha(opacity=90);
  	-moz-opacity: 0.90;
  	opacity: 0.90;
	
}

#nav li ul li a{
	border: 0;
	width: 176px;
	background-image: none;
	text-align: left;
	padding: 6px 12px 6px 12px;
	
}

#nav li:hover ul {
	left: auto;
	margin: 0;
	padding: 0;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin: 0;
	padding: 0;
}
	
#nav li ul li a:hover{
	background-color: #eaeaea;
	color: #000;
	width: 196px;
	text-decoration: none !important;	
}

#nav li ul li:hover{
	text-decoration: none !important;
}

	
	
/* Content */	
	
#textonly{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 400px;
	margin-left: -310px; /* half of width */
	margin-top: -190px;  /* half of height */
	overflow: hidden;
}



#textonly div#textonlycontent{
	width: 600px;
	position: absolute;
	left: 000px;
	top: 0px;
}


a#textonlyscrollup{
	position: absolute; 
	left: 605px; 
	top: 0px;
}

a#textonlyscrolldown{
	position: absolute; 
	left: 605px; 
	top: 355px;
}




/* wie we zijn */

#linkedinicon{
	position: absolute;
	left: 968px;
	top: 115px;
	
}

#content.wiewezijn div#contentcontainer{
	

	padding: 0 0 0 0;
	
	width: 600px;
	height: 466px; 
	padding-top: 0; 
	margin-top: -14px;
	
}

#content.wiewezijn div#itemcontainer{
	overflow: hidden;
	
	float: right;
	text-align: right;
	margin-top: 13px;
	padding: 0;	
}

#content.wiewezijn div#itemcontainer img{
	margin: 0;
	padding: 0;
	border: 0px solid #b2b2b6;
	
}


#content.wiewezijn div#itemlistouter{
	width: 99px; 
	margin-top: 1px;
	float: left;
	margin-left: 10px;
}

#content.wiewezijn div#itemlistcontainer{
	height: 350px; 
	width: 99px;
	position: relative; 
	overflow: hidden;
	top: 0;
	left: 0;
	/*background: blue;*/
	

}

#content.wiewezijn div#itemlist{
	width: 99px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	/*background: purple;*/
}

#content.wiewezijn div#itemlist a{
	border: 1px solid #b2b2b6;
	margin: 0 auto 7px auto;
	display: block;
	padding: 0;
	width: 80px;
}

#content.wiewezijn div#itemlist a.highlight{
	border: 1px solid #000;
}

#content.wiewezijn div#itemlist a:hover{
	border: 1px solid #000;
	margin-bottom: 7px;
}

#content.wiewezijn div#itemlist a.last{
	margin-bottom: 1;
}

#content.wiewezijn a#itemscrollup{
	display: block;
	margin-bottom: 3px;
}

#content.wiewezijn a#itemscrolldown{
	
	display: block;
	margin-top: 3px;

}







/* videos */

#content.videos div#contentcontainer{
	
	margin: auto;
	padding: 0 0 0 0;
	
	width: 583px; 
	padding-top: 9px; 
	margin-top: 0px;
	
	/*background: purple;*/
	text-align: center;
	
}

#content.smallscreen div#contentcontainer{
	width: 443px; 
}

#content div#contentcontainer.img{
	width: 530px; 
}

#content.videos div#itemcontainer{
	overflow: hidden;
	
	float: right;
	text-align: right;
	margin-top: 13px;
	padding: 0;
	
	border: 1px solid #b2b2b6;
	/*background: yellow;*/
}





#content.videos div#itemlistouter{
	width: 99px; 
	margin-top: 1px;
	float: right;
}

#content.videos div#itemlistcontainer{
	height: 300px; 
	width: 99px;
	position: relative; 
	overflow: hidden;
	top: 0;
	left: 0;
	/*background: blue;*/
	

}

#content.videos div#itemlist{
	width: 99px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	/*background: purple;*/
}

#content.videos div#itemlist a{
	border: 1px solid #b2b2b6;
	margin: 0 auto 7px auto;
	display: block;
	padding: 0;
	width: 80px;
}

#content.videos div#itemlist a.highlight{
	border: 1px solid #000;
}

#content.videos div#itemlist a:hover{
	border: 1px solid #000;
	margin-bottom: 7px;
}

#content.videos div#itemlist a.last{
	margin-bottom: 1;
}

#content.videos a#itemscrollup{
	display: block;
	margin-bottom: 3px;
}

#content.videos a#itemscrolldown{
	
	display: block;
	margin-top: 3px;

}



/* een enkele video */

#content.video div#contentcontainer{
	
	margin: auto;
	padding: 0 0 0 0;
	
	width: 583px; 
	padding-top: 9px; 
	margin-top: 0px;
	
}

#content.video div#itemcontainer{
	overflow: hidden;
	
	float: left;
	text-align: right;
	margin: 13px 0 0 55px;
	padding: 0;
	
	border: 1px solid #b2b2b6;
	/*background: yellow;*/
}



/* fotos */


#content.videos div#contentcontainer.img{
	
	margin: auto;
	padding: 0 0 0 0;
	
	width: 530px; 
	padding-top: 9px; 
	margin-top: 0px;
	
	/*background: purple;*/
	text-align: center;
	
}

#content.videos div#contentcontainer.img #imgitemoutercontainer{
	/*background: silver; */
	width: 429px; 
	float: right; 
	text-align: center; 
	margin-top: 13px;
}


#content.videos div#contentcontainer.img div#itemcontainer{
	overflow: hidden;
	text-align: center;
	padding: 0;
	/*background: yellow;*/
	border: none;
	float: none;
	margin-top: 0;
}

#content.videos div#contentcontainer.img div#itemcontainer img{
	border: 1px solid #b2b2b6;
}




/* Thumboverview */

#content.thumboverview div#thumbcontainer{
	margin: auto;
	padding: 6px 0 0 0;
	width: 477px; 
}

#content.thumboverview a{
	border: 1px solid #b2b2b6;
	margin: 5px 5px 5px 5px;
	display: block;
	padding: 0;
	width: 80px;
	height: 60px;
	float: left;
	overflow: hidden;
}

#content.thumboverview a:hover{
	border: 1px solid #000;
	
}









/* algemeen */

img#singlecontentimg{
	border: 0px solid #b2b2b6;
}





/* RIGHTCOL */

#right h1#rh1{
	position: relative; 
	top: 60px;
	left: 20px;
	width: 275px;
}


#right div#rightcontentcontainer{
	height: 349px; 
	width: 290px;
	position: relative; 
	overflow: hidden;
	top: 60px;
	left: 20px;
	z-index: 1;
}

#right div#rightcontentcontainer.small{
	height: 319px; 
}

#right div#rightcontent{
	width: 270px;
	position: absolute;
	left: 000px;
	top: 0px;
}


#right a#scrollup{
	position: absolute; 
	left: 278px; 
	top: 3px;
}

#right a#scrolldown{
	position: absolute; 
	left: 278px; 
	top: 340px;
}



/* right subnav */

#right div#rightsubnav{
	margin-top: 100px;
	float: right;
	font-size: 12px;
	text-align: right;
}


#right div#rightsubnav a{
	display: block;
	background: #eee;
	
	color: #000;
	margin-top: 4px;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
}

#right div#rightsubnav a.first{
	margin-top: 0;
}

#right div#rightsubnav a:hover{
	text-decoration: none;
}

#right div#rightsubnav a span{
	font-family: 'verdana';
}



#right div#rightsubnav2container {
	margin-top: 0;
	
	font-size: 12px;
	text-align: right;
	position: relative;
	left: 22px;
	top: 0px;
	width: 280px;
	height: 100px;
	z-index: 100 !important;

}

#right div#rightsubnav2{
	margin-top: 0;
	float: left;
	font-size: 12px;
	text-align: right;
}


#right div#rightsubnav2 a{
	display: block;
	background: #272425;
	
	color: #fff;
	margin-top: 4px;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
}

#right div#rightsubnav2 a.first{
	margin-top: 0;
}

#right div#rightsubnav2 a:hover, #right div#rightsubnav2 a.highlight{
	text-decoration: underline;
	background: #333;
	color: #fff;
}

#right div#rightsubnav2 a span{
	font-family: 'verdana';
}





/* subnav voor text only templates */

div#subnav-textonly{
	margin-top: 10px;
	float: left;
	font-size: 12px;
	text-align: right;
}


div#subnav-textonly a{
	display: block;
	background: #272425;
	
	color: #fff;
	margin-top: 4px;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
}

div#subnav-textonly a:hover{
	text-decoration: underline;
	background: #333;
	color: #fff;
}

div#subnav-textonly a span{
	font-family: 'verdana';
}

#twittericon{
	margin: 8px 0 0 -10px;
	border: 0;
}

#twittericon2{
	margin: -8px 0 0 -10px;
	border: 0;
}





