/* Presentation Stylesheet */

a { color: #001f57; background: transparent; font-weight: normal; text-decoration: underline;}
a:hover { color: #f08d23; background: transparent; font-weight: normal; text-decoration: underline;}
a.highlight { color: #f08d23; background: transparent; font-weight: normal; text-decoration: underline;}





h1 {
	font-size: 130%;
	color: #001f57;
	background: transparent;
	line-height: 140%;
	font-weight: normal;

	padding: 0;
	margin: 0 0 10px 0;
}

h2 {
	color: #001f57;
	background: transparent;
	font-size: 110%;
	line-height: 120%;
	font-weight: normal;
	margin: 5px 0 10px 0;
	padding: 0 0 3px 0;


}

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: #525252;
}

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 */

#mainnav a {

	padding: 0 0 0px 0;
	margin: 0 25px 0 25px;
	
	text-decoration: none;
	font-weight: normal;
	
	display: block;
	float: left;
	height: 29px;
	
}

#top #mainnav a#home{
	background: transparent url(../img/nav/navitem_home.gif);
	width: 38px;
}


#top #mainnav a#benefits{
	background: transparent url(../img/nav/navitem_benefits.gif);
	width: 52px;
}

#top #mainnav a#benefits:hover, #top #mainnav strong a#benefits{
	background: transparent url(../img/nav/navitem_benefits_over.gif);
}


#top #mainnav a#keyfeatures{
	background: transparent url(../img/nav/navitem_keyfeatures.gif);
	width: 82px;
}

#top #mainnav a#keyfeatures:hover, #top #mainnav strong a#keyfeatures{
	background: transparent url(../img/nav/navitem_keyfeatures_over.gif);
}


#top #mainnav a#team{
	background: transparent url(../img/nav/navitem_team.gif);
	width: 35px;
}

#top #mainnav a#team:hover, #top #mainnav strong a#team{
	background: transparent url(../img/nav/navitem_team_over.gif);
}


#top #mainnav a#testcentres{
	background: transparent url(../img/nav/navitem_testcentres.gif);
	width: 80px;
}

#top #mainnav a#testcentres:hover, #top #mainnav strong a#testcentres{
	background: transparent url(../img/nav/navitem_testcentres_over.gif);
}


#top #mainnav a#portal{
	background: transparent url(../img/nav/navitem_portal.gif);
	width: 40px;
}

#top #mainnav a#portal:hover, #top #mainnav strong a#portal{
	background: transparent url(../img/nav/navitem_portal_over.gif);
}


	
#topheader a{
	display: block;
	width: 230px;
	height: 40px;
	font-size: 1px;
	line-height: 1px;	
}	

	
	
	
	
/* Content */	
	


#content ul {
	padding: 0 0 0 20px;
	margin: 5px 0 15px 10px;
	font-size: 100%;
	list-style: url(../img/icons/bullet.gif);
	color: #002058;
}

#content ul li ul {
	padding: 0 0 0 20px;
	margin: 5px 0 5px 10px;
	font-size: 100%;
	list-style: url(../img/icons/bullet.gif);
	color: #002058;
	
}



#content li {
	color: #5a5a5a;	
	margin: 0;
	padding:  0px 0 0px 0px;
}



#content div.content-highlight{
	background: #f3f3f3;
	padding: 16px;
	clear: both;
	margin: 0 0 10px 0;
}


#content div.content-highlight ul{
	margin-top: 0;
	margin-bottom: 0px;
}




#content div#teammembers div{
	text-align: center;
	line-height: 13px;
	font-size: 11px;
	width: 110px;
	float: left;
	margin: 0 0 10px 19px;
}

* html #content div#teammembers div{
	margin: 0 0 10px 17px;
}	

#content div#teammembers div.first{
	margin-left:  0;
}

#content div#teammembers div img{
	border: 1px solid #bbbdbd;
	margin-bottom: 5px;
}
#content div#teammembers div a{
	text-decoration: none;
}	


/* Breadcrums */

ul#breadcrums{
	
	font-size: 11px;
	color: #000;
	letter-spacing: 1px;
	text-align:justify;
	
	list-style-type: disc;
	margin: -18px 0 8px 0;
	padding: 0px 0 0 0;
}

ul#breadcrums li{

	display: inline;
	
	background: transparent url(../img/icons/breadcrum-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	
	padding: 0 3px 0 10px;
}

ul#breadcrums li a{
	color: #525252;
}

ul#breadcrums li a:hover{
	color: #e69c0c;
}

ul#breadcrums li.first{
	background: transparent;
	padding: 0 3px 0 0;
}


img.img_content{
	border: 1px solid;
}




/* Form elements */

form{
	margin: 0;
	padding: 0;
}



form input.checkbox{
   float: left;
   margin-right: 8px;
}


form input.text{
	color: #565555;
	border: 1px solid #a9a9a9;
	padding: 3px 3px 3px 3px;
	margin: 2px 0 5px 0px;
	background: #fff;
	font-weight: normal;
	font-size: 13px;
}

form select{
	padding: 0;
	margin: 2px;
	
	border: 1px solid #a9a9a9;
}

form input.submit{
  	border: 1px solid #a9a9a9;
	padding: 4px 12px 4px 18px;
	margin: 5px 0 0 0;
	
	color: #565555;
	font-size: 11px;
	font-weight: bold;
	
	background: #e2e2e2 url(../img/terugbelform-submit.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;

}

form textarea{
	border: 1px solid #a9a9a9;
	padding: 0 3px 0 3px;
	margin: 2px;
}



div.error {
	border: 1px solid red;
	background-color : #FFCCCC;
	color: black;
	width: auto;
	margin: 5px 0px 15px 0px;
	padding: 15px;  
}





/* contact */

#rightcol div{
	width: 100%;
	margin: 0 0 0;
	padding: 6px 0px 11px 0px;
}


#rightcol div.subitem{
	width: 100%;
	margin: 0 0 15px 0;
	padding: 10px 10px 5px 10px;
	
	background: #f6f8f6;
	
	border: 1px solid #e3e4e3;
}


#rightcol div h2{
	margin: 0px 0 5px 0;
	padding: 0 0 5px 0;
	color: #4d4d4d;
	font-size: 15px;
	font-weight: normal;
}

#rightcol div h2 span{
	display: none;
}

#rightcol div form input.text{
	margin: 0px 0 5px 0;
	width: 183px;
	font-size: 12px;
}

#rightcol div form input.submit{
	float: right;
	width: 100px;
}


/* contactspecifiek */

#rightcol div#contact h2{
	display: block;
	height: 16px;
	width: 81px;
	background: transparent url('../img/rightcol/contact_title.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}



#rightcol div#contact a.contactlink{
	color: #001f57;	
	background: transparent url('../img/rightcol/contact_icon.gif');
	background-repeat: no-repeat;
	background-position: 100% 55%;
}

#rightcol div#contact a.contactlink:hover{
	color: #f08d23;
	background: transparent url('../img/rightcol/contact_icon_hover.gif');
	background-repeat: no-repeat;
	background-position: 100% 55%;
}

/* videospecifiek */

#rightcol div#videos h2{
	display: block;
	height: 16px;
	width: 176px;
	background: transparent url('../img/rightcol/videos_title.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#rightcol div#videos a.videolink{
	background: red;
	background: transparent url('../img/rightcol/videos_icon.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 39px;
	display: block;
	padding: 0 0 0 40px;
	margin-bottom: 10px;
}


/* klanten */

div#klanten{
	padding-bottom: 10px;
	margin-top: -18px;
}

div#klanten h2{
	display: block;
	height: 16px;
	width: 116px;
	background: transparent url('../img/rightcol/klanten_title.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#klanten h2 span{
	display: none;
}

/* links */

#rightcol div#links h2{
	display: block;
	height: 42px;
	width: 152px;
	background: transparent url('../img/rightcol/title_linksarticles.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* become partner */

#rightcol div#becomepartner h2{
	display: block;
	height: 40px;
	width: 132px;
	background: transparent url('../img/rightcol/becomepartner_title.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#rightcol div#our-customers h2{
	display: block;
	height: 16px;
	width: 132px;
	background: transparent url('../img/rightcol/our-customers_title.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#rightcol div#becometestcentre h2{
	display: block;
	height: 37px;
	width: 175px;
	background: transparent url('../img/rightcol/becometestcentre_title.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}


#rightcol div#testcentres h2{
	display: block;
	height: 16px;
	width: 145px;
	background: transparent url('../img/rightcol/testcentres.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}


#rightcol div#testcentres span.camera{
	display: block;
	height: 30px;
	background: transparent url('../img/icons/webcam.gif');
	background-repeat: no-repeat;
	padding: 5px 0 0 40px;
	margin-bottom: 3px;
	line-height: 100%;
}
#rightcol div#testcentres span.certified{
	display: block;
	height: 30px;
	background: transparent url('../img/icons/certified.gif');
	background-repeat: no-repeat;
	padding: 5px 0 0 40px;
	margin-bottom: 3px;
	line-height: 100%;
}

#rightcol div#testcentres span.id{
	display: block;
	height: 30px;
	background: transparent url('../img/icons/id.gif');
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding: 0px 0 0 40px;
	margin-bottom: 8px;
	line-height: 100%;
}






/* home */


div.home #rightcol div#customerquote{
	background: #f6f8f6;
	padding: 10px 13px 0px 13px;
	width: 332px;
	border: 1px solid #e3e4e3;
	margin: 0 0 15px 0;
	height: 175px;
	
	position: relative; /* important */  
    
   

	
}

div.home #rightcol div#customerquote div.item{
	margin: 5px 10px 10px 10px;
	position: absolute;  
    top: 0;  
    left: 0; 
    width: 340px; 
}

div.home #rightcol div#customerquote img{
	margin-left: 10px;
	border: 1px solid #e3e4e3;
}

div.home #rightcol div#customerquote h2{
	width: 233px;
	margin-bottom: 0;
	margin-top: 0px;
	font-size: 18px;
	color: #001f57;
}

div.home #rightcol div#customerquote em{ 
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	
	
	display: block;
	margin: 2px 0 10px 0;
	line-height: 12px;
}

div.home #rightcol div#customerquote p{
	margin-top: 0;
	color: #001f57;
}

#rightcol h2#quotetitle01{
	display: block;
	height: 16px;
	width: 81px;
	background: transparent url('../img/home/quotes/title_quote01.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#rightcol h2#quotetitle02{
	display: block;
	height: 16px;
	width: 81px;
	background: transparent url('../img/home/quotes/title_quote02.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#rightcol h2#quotetitle03{
	display: block;
	height: 16px;
	width: 81px;
	background: transparent url('../img/home/quotes/title_quote03.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#rightcol h2#quotetitle04{
	display: block;
	height: 16px;
	width: 81px;
	background: transparent url('../img/home/quotes/title_quote04.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#rightcol h2#newstitle{
	display: block;
	height: 16px;
	width: 90px;
	background: transparent url('../img/rightcol/news_title.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}




div.home #rightcol div#latestnews h3{
	margin-bottom: 0;
	
}

div.home #rightcol div#latestnews span.date{

	font-size: 80%;
	margin: -5px 0 5px 0;
	display: block;
}





/* Footer */

#footer ul.footernav{
	list-style-type: none;
	margin: 15px 0 0 10px;
	padding: 0;

	width: 300px;
}

#footer ul.footernav li{

	display: inline;
	list-style-type: none;
	
	padding: 0px 0px 0 0px;
	margin: 0 5px 0 0px;

}

#footer ul.footernav li.first{
	border: 0;
	
}

#footer ul.footernav li.first{
	background: transparent;
}

#footer ul.footernav li a{
	font-weight: normal;
	font-size: 11px;
	line-height: 10px;
	color: #939393;
	padding: 0 0 0 8px;
	text-decoration: underline;
	
	background: transparent url(../img/footer-itembg.gif);
	background-repeat: no-repeat;
	background-position: left;
	
}

#footer ul.footernav li.first a{
	padding: 0;
	text-decoration: underline;
	background: none;
}

#footer ul.footernav li a:hover{
	color: #f08d23;
	text-decoration: underline;
}


#footer  p#copyright{
	padding: 0;
	margin: 2px 0 2px 0;
	color: #555555;
	font-size: 11px;
	float: left;
}

#footer  p#tndmedia{
	padding: 0;
	margin: 2px 1px 2px 0;
	color: #555555;
	font-size: 11px;
	float: right;
}




/* routeplanners */

#content #mapandroute{
	float: left; 
	margin-left: 0;
}

#content #routeplanner{
	padding: 10px; 
	background: #f6f8f6;
	border: 1px solid #e3e4e3;
	
	float: left;
	width: 185px;
	overflow: hidden;
	display: block;
	height: 225px; 
	margin-right: 50px;
}

#content #mapandroute #map{
	width: 500px; 
	height: 245px; 
	border: 1px solid #333;
	float: right !important;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#content #routeplanner label{
	width: 75px; 
	display: block; 
	
	margin-bottom: 0px;
}

#content #routeplanner input.text{
	margin-bottom: 5px;
	margin-left: 0;
	padding: 3px;
}

#content #routeplanner input.submit{
	margin-top: 10px;
}





/* test centres */



#content.locations #map{
	width: 364px; 
	height: 332px; 
	overflow: hidden;
	border: 1px solid #333;
	float: right;
	margin: 34px 0 0 25px;
	
}

#content.locations div#locationscontent{
	width: 358px;
	height: 280px;
	overflow: auto;
	padding: 0 8px 0 0;
}





/* loginform op portal page */


#content #loginform{
	padding: 15px; 
	background: #f6f8f6;
	border: 1px solid #e3e4e3;
	width: 450px;
	foat: right;
	margin: 5px 0 10px 0;
	overflow: hidden;
	display: block;
	
}

#content #loginform label{
	width: 75px; 
	display: block; 
	float: left;
	width: 100px;
	margin-bottom: 0px;
}



/* table styling */

table.datatable  {
	margin:0px; 
	padding: 5px; 
	width: 100%;
	font-family: verdana; 
	font-size: 11px; 
	color: #000;
	border-collapse: collapse;	
}

table.datatable th { 
	font-weight: bold;
	color:#FFF; 
	background: #9B9B9B; 
	margin: 0; 
	padding: 3px 3px; 
	border: 0px solid;
	border-top-width: 3px;		
	border-top-color: #9C1B1A; 
}

table.datatable td.seperator { 
	background: #9C1B1A; 
	height: 4px;
	padding: 0px;
	border: 0px solid #CCC;
}

table.datatable td { border-bottom: 1px solid #CCC; padding: 2px 2px 2px 5px; margin: 0; vertical-align: top; }
table.datatable tr.odd { background: #EFEFEF; }
table.datatable tr.even { background: #FFF; }

table.datatable th a:link { color: #FFF; background: transparent; }
table.datatable th a:visited { color: #FFF; background: transparent; }
table.datatable th a:hover { color: #DE2E30; background: transparent; }
table.datatable th a:active { color: #FFF; background: transparent; }



/* diverse icoontjes */

span.checkmark{
	display: block;
	height: 21px;
	background: transparent url('../img/icons/checkmark.gif');
	background-repeat: no-repeat;
	padding: 2px 0 0 30px;
	margin-bottom: 5px;
}



/* news */

span.newsdate{
	width: 130px;
	display: block;
	float: left;
}

span.newstitle{
	width: 370px;
	display: block;
	float: left;
}