/*------------------------------ BASIC PAGE SETTINGS --------------------------------*/
body {
	margin:0; 
	padding:0; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#6A6B6D;
	background-color:#b7b8b1;
}

/*------------------------------ GENERAL TEXT STYLES --------------------------------*/
h1{
	font-size:12px;
	color:#ff3700;
	font-weight:bold;
	margin: 0px; 
	padding: 10px 0px 5px 0px;
}
h2{
	font-size:12px;
	color:#ff3700;
	font-weight:normal;
	margin: 0px; 
	padding: 10px 0px 5px 0px;
}
h3{
	font-size:12px;
	color:#3E3E40;
	font-weight:normal;
	margin: 0px; 
	padding: 10px 0px 5px 0px;
}
h4{
	font-size:12px;
	color:#666666;
	font-weight:bold;
	margin: 0px; 
	padding: 10px 0px 5px 0px;
}
p{
	font-size:12px;
	margin: 0px; 
	padding: 2px 0px 5px 0px;
}
a:link{
	color:#3E3E40;
	text-decoration:underline;
}
a:visited{
	color:#3E3E40;
	text-decoration:underline;
}
a:hover{
	color:#ff3700;
	text-decoration:underline;
}
hr{
	size:0;
	color:#FFFFFF;
	border:0;
	border-top:1px dotted #666666;
}

hr.solid{
	color: #666666; 
	height: 1px;
}

.linkActive {  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #ff3700;
	text-decoration: none; }
.link {  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #3E3E40;
	text-decoration: underline; }

table{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}

/*------------------------------ USER STYLES --------------------------------*/

.rightaligned{
	text-align:right;
}

table.main{
   table-layout: fixed;
   border: 0; 
   }
   
table.main td{
	padding: 0;
	/*vertical-align: top;*/
}
td.low{
   font-size:0;line-height:0;
}
td.low1{
   font-size:1;line-height:0;
}

td.bottom{
	background-color: #ffffff;
	background-image: url('images/bottompage.gif');
	background-repeat: no-repeat;
	background-position:bottom right;
}

table.contentpage{
	border-left: 20px solid #ffffff;
	border-top: 25px solid #ffffff;
	border-right: 25px solid #ffffff;
	color: #6A6B6D;
	width: 100%;
	font-size:12px;
	border-collapse: collapse;
}
table.contentpage td{
	/*vertical-align: top;*/
	padding: 0;
}
table.contentpage td#borderT{
	padding: 7px 0px 8px 0px;
	border-top:1px dotted #666666;
	vertical-align: top;
}
table.contentpage td#borderTB{
	padding: 7px 0px 8px 0px;
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
	vertical-align: top;
}

table.sub{
   border: 0;
   width: 100%;
   font-size:12px;
}
table.sub td{
	padding: 0;
}

table.no_script{
	border: 0;
	border-collapse: collapse;
	width:100%;
	font-size:10px;
	color: #ff0000;
	}
table.no_script td{
	border: 1px #414141 solid;
	vertical-align: top;
	padding: 2;
}

table.sitemap{
	border-left: 20px solid #ffffff;
	border-top: 25px solid #ffffff;
	border-right: 25px solid #ffffff;
	color: #6A6B6D;
	font-size:11px;
	border-collapse: collapse;
}
table.sitemap a:link, table.sitemap a:visited{
	text-decoration:none;
}
table.sitemap td#borderB{
	padding-bottom: 15px;
	border-bottom:1px dotted #666666;
}


/*---------------------------- TABLE DATA -----------------------------*/

table.data{
	margin: 7px 0px 7px 0px;
	border-collapse: collapse;
}
table.data .title {
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}
table.data .titleM {
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
table.data .title a:link, table.data .title a:visited, table.data .titleM a:link, table.data .titleM a:visited {
	text-decoration:none;
}
table.data th, table.data td {
  border-right: 1px solid white;
  padding: 2px;
}
table.data td {
  font-size: 11px;
  text-align: center;
  padding: 2px;
}
table.data th {
  background-color: #e7e1d5;
  font-weight: normal;
  border-bottom: 1px solid white;
  text-align: center;
  font-size: 11px;
  padding: 2px;
}
table.data .bg {
  background-color: #ECECEC;
}
/*------------- bg calcul -------------- */
table.data .bg2 {
  background-color: #F5F5D5;
}
table.data .bottomline {
  border-bottom: 1px solid #E7E1D5;
}


/*------------- voor Giken tabellen -----FA=Free Align------ */

table.dataFA{
	margin: 7px 0px 7px 0px;
	border-collapse: collapse;
}
table.dataFA th, table.dataFA td {
  border-right: 1px solid white;
  padding: 2px;
}
table.dataFA td {
  font-size: 11px;
  padding: 2px;
}
table.dataFA th {
  background-color: #e7e1d5;
  font-weight: normal;
  border-bottom: 1px solid white;
  font-size: 11px;
  padding: 2px;
}
table.dataFA .bg {
  background-color: #ECECEC;
}


/*-------------------------- INDEX PRODUCTEN ------------------------*/
#products {
	border-top:1px dotted #666666;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

#products p {
   background-color: #e6e1d4;
   font-weight:bold;
  	padding: 2px 2px 2px 10px;
	margin: 0px 0px 5px 0px;
}

#products p a:link, #products p a:visited {
  text-decoration:none;
}

#products img {
float: left;
border-right: 12px solid #ffffff;
border-top: 0px;
border-bottom: 0px;
border-left: 0px;
margin: 0px 8px 10px 0px;
}

/*-------------------------------- DOCU -----------------------------*/
#docu {
	padding: 0;
	margin: 0;
}
#docu p {
   background-color: #d9d9d9;
   font-size: 11px;
   font-weight:bold;
  	padding: 3px 3px 3px 10px;
	margin: 0px 0px 5px -10px;
}

table.docu{
	margin: 7px 0px 7px 0px;
	border: 0;
	border-collapse: collapse;
	font-size: 11px;
	vertical-align: top;
	border-bottom:1px dotted #666666;
}
table.docu td{
	padding: 0px 0px 0px 20px;
	vertical-align: top;
}
table.docu td#borderT1{
	padding: 8px 0px 9px 0px;
	border-top:1px dotted #666666;
}
table.docu td#borderT2{
	padding: 8px 0px 0px 20px;
	border-top:1px dotted #666666;
}
table.docu td#T2bottom{
	padding: 0px 0px 5px 20px;
}


table.homepage{
	border-left: 15px solid #ffffff;
	border-top: 10px solid #ffffff;
	border-right: 15px solid #ffffff;
	color: #414141;
	font-size:11px;
}
table.homepage td{
	border-left: 5px solid #ffffff;
	border-top: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	vertical-align: top;
}
table.homepage p{
   font-size:11px;
}
table.homepage h2{
	margin: 0px; 
	padding: 3px 0px 1px 0px;
	font-size:11px;
}
table.homepage a:link, table.homepage a:visited{
	text-decoration:none;
}

td.news{
	width: 200px;
	background-color: #e6e1d4;
	background-image: url('images/cornernews.gif');
	background-repeat: no-repeat;
	background-position:bottom right;
	padding:10px;
}
td.news p{
	margin: 0px; 
	padding: 0px 0px 0px 0px;
}

td.language{
	background-color: #ffffff;
	padding:10px 10px 0px 10px;
}
td.other{
	background-color: #e6e1d4;
	padding:10px;
}
td.other p{
	margin: 0px; 
	padding: 0px 0px 0px 0px;
}


/*------------------------------ OLD --------------------------------*/

ul { 
   margin-top: 3px; 
   margin-bottom: 3px;
}
 
ul.2 { margin-top: 3px; line-height: 20px }

li { margin-left:-20px; }

form { margin-bottom:0px; }



img.border {border: 1px solid #BFBFBF; }

.rightbox {
	float: right;
	width: auto;
	margin: 3px 0 10px 15px;
	text-align: center;
	background-color: #DCD6CB; }
.leftbox {
	float: left;
	width: auto;
	margin: 3px 15px 10px 0;
	text-align: center;
	background-color: #DCD6CB; }
.midbox {
	float: left;
	width: auto;
	margin: 3px 0px 15px 0;
	text-align: center;
	background-color: #DCD6CB; }
.caption {
	margin: 1px 3px 4px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 13px; }
		
.mark { color: #ff3700; }
.markb {
	color: #ff3700;
	font-weight:bold;
}

#mark a:link, #mark a:visited { 
	color: #ff3700;
	text-decoration: none;
}

.small { font-size: 11px; }

#nodeco a:link, #nodeco a:visited {
  text-decoration:none;
}

.fieldL {
	font-size: 10px;
	color: #000000;
	text-align: left }
	
.fieldR {
	font-size: 10px;
	color: #000000;
	text-align: right }
	
.fieldM {
	font-size: 10px;
	color: #000000;
	text-align: center }
	
.fieldResult {
	font-size: 10px;
	background-color: #F5F5D5;
	border:solid 1px #e7e1d5;
	/*border:0;*/
	color: #000000;
	text-align: right; }
	
.button {
	font-size: 10px;
	color: #6a6b6d;
	background-color: #e7e1d5;
	text-align: center }

	
/*-------------------------------- TOPMENU -----------------------------*/
/*----- margin: top rechts onder links; ---------*/

#topmenu{
  border:0;
  font-size: 11px;
  color: dcdcdc;
}
#topmenu ul{
  margin: 0px 41px 0px 0px;
  list-style-type:none;
}
#topmenu li{
  display:inline;
  float:right;
  margin: 12px 0px 0px 0px;
  width:104px;
}
#topmenu a:link,#topmenu a:visited{
  text-decoration:none;
  color: dcdcdc;
  padding:0px;
}
#topmenu a:hover{
  color: ff3700;
  text-decoration:underline;
}
#topmenu a#current{
  color:#ff3700;
  text-decoration:none;
}

	
/*-------------------------------- FOOTER -----------------------------*/


#footer{
	border:0;
	padding-left:1.78em;
	padding-right:2.85em;
	text-align:left;
}
	
	#footer p{
		width:8.4em;
		margin-right:1.25em;
		border-bottom:1px dotted #b7b8b1;
		padding-top:1em;
		padding-bottom:1em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px; 
		float:right;
		margin:0 0 25px 0;
		
	}
	
	#footer p a:link,#footer p a:visited{
		color:#b7b8b1;
		position:relative;
		top:0.89em;
		text-decoration:none;
	}
	#footer p a:hover{
		color:#ff3700;
		text-decoration:underline;	
	}
	
	
	
/*--------------------------- SIDENAV 1 ---------------------------*/

table.sidenav{
   border: 0;
   width: 100%;
}
table.sidenav td{
	padding: 13px 0px 25px 0px;
}

td.sidenavflash{
	background-color: #ffffff;
	background-image: url('images/sidenav.gif');
	background-repeat: no-repeat;
	background-position:bottom left;
	height: 150;
	vertical-align: top;
}
td.sidenavflash a:link, td.sidenavflash a:visited{
	text-decoration:none;
}

#sidenav {
   padding-bottom:0px;
   /*border: 1px solid green;*/
   margin: 18px 0 0 27px;
   }
		
#sidenav h1 {
   font-size: 26px;
  	padding: 0 0 0 0;
	margin: 0 0 3px 0;
	}
	
#sidenav h2 {
   font-size: 26px;
  	padding: 0 0 0 0;
	margin: 0 0 3px 0;
	}
	
#sidenav h3 {
   font-size: 24px;
  	padding: 0 0 0 0;
	margin: 0 0 3px 0;
	}
		
		#sidenav h1 a:link, #sidenav div h1 a:link,#sidenav h1 a:visited{
			color: #ff3700;
			font-weight:normal;
		}
		
		#sidenav h2 a:link,#sidenav h2 a:visited{
			color: #414141;
			font-weight:normal;
		}
		#sidenav h2 a:hover, #sidenav h1 a:hover{
			color:#ff3700;
		}
		#sidenav h3 a:link, #sidenav h3 a:visited, #sidenav h4 a:link, #sidenav h4 a:visited{
			color: #B7B8B1;
			font-weight:normal;
		}
		#sidenav h3 a:hover, #sidenav h4 a:hover{
			color: #ff3700;
		}
	
		/* fix the text format before being replaced with SIFR flash text */
		#sidenav h1 a:link, #sidenav h2 a:link, #sidenav h3 a:link, #sidenav h4 a:link{
			font-size: 26px;
		}
		
/*-------------------------------- SIDENAV 2 -----------------------------*/
/*----- margin: top rechts onder links; ---------*/

#sidemenu{
  font-size: 11px;
  margin: 18px 0px 0px 13px;
}
#sidemenu ul{
  margin: 0px 0px 0px 15px;
  list-style-type:none;
  padding:0px;
}
#sidemenu li{
  /*display:inline;*/
  /*border: 1px solid green;*/
  float:left;
  margin: 5px 0px 0px 0px;
  width:100%;
}
#sidemenu a:link,#sidemenu a:visited{
  text-decoration:none;
  color:#6A6B6D;
}
#sidemenu a:hover{
  color:#ff3700;
  text-decoration:underline;
}
#sidemenu a#current{
  color:#ff3700;
  text-decoration:none;
}


/*-------------------------------- NEWSLOG -----------------------------*/

#news {
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted grey;
	margin-bottom: 12px;
}

/* jobs-pagina */
#news h2 {
   background-color: #d9d9d9;
   font-size: 12px;
   color:#666666;
   font-weight:bold;
  	padding: 3px;
	margin: 0 0 5px 0;
}

#news h3 {
   background-color: #d9d9d9;
   font-size: 12px;
  	padding: 3px;
	margin: 0 0 5px 0;
}

#news h3 a:link,#news h3 a:visited{
	/*color: #ff3700;*/
	font-weight:bold;
	text-decoration:none;
}

#news #meer{
	color: #ff3700;
	text-decoration:none;
}

/*------------------------SIFR - FLASH TEXT REPLACEMENT---------------------*/


/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


