body {
background-color:#FFFFFF; 
margin-top: 0px; 
margin-bottom: 0px; 
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;

}

img {
border: none;
}

a {

font-size: 12px;
}

a:hover{

color: #666666;
text-decoration: underline;
font-weight: bold;

}

h3 {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
text-align: left;
line-height: 18px;
font-weight: bold;
color: #00659f;
}
	
			
#wrapper {
position: static;
width: 960px;

}


#header-logo {
	float: left;
	width:488px;
	height:83px;
	background-image: url(images/header_logo.gif);
}

/* HEADER LOGO TEST */

#header-logo2 {
	float: left;
	width:488px;
	height:83px;
	background-image: url(images/header_logo.gif);
}

/* ---- */

#header-navigatie {
	float: right;
	left:488px;
	top:0px;
	width:292px;
	height:83px;
	/*background-color: #242939;*/
	text-align: center;
}

		#header-navigatie .tekst {

		font-size: 12px;
		color: #606B76;
		margin-top: 38px;
		}
		
		
		#header-navigatie a {

		font-size: 12px;
		color: #999;
		text-decoration: none;
		font-weight: bold;
		}
		
		
		#header-navigatie a:hover {
		color: #333;
		}
		
		#header-navigatie img {
		border: 0;
		vertical-align: middle;
		}


		#header-navigatie ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;
  		}

			#header-navigatie ul li {
			margin-left: 0;
			padding: 5px 10px;
			border-left: 1px solid #ccc;
			list-style: none;
			display: inline;
  			}
  			

			#header-navigatie ul li.first {
			
			margin-left: 0;
			border-left: none;
			list-style: none;
			display: inline;
  			}
			
/* TEST HEADER NAVIGATIE */

#header-navigatie2 {
	float: right;
	left:488px;
	top:0px;
	width:292px;
	height:83px;
	/*background-color: #242939;*/
	text-align: center;
}

		#header-navigatie2 .tekst {

		font-size: 12px;
		color: #606B76;
		margin-top: 38px;
		}
		
		
		#header-navigatie2 a {

		font-size: 12px;
		color: #999;
		text-decoration: none;
		font-weight: bold;
		}
		
		
		#header-navigatie2 a:hover {
		color: #333;
		}
		
		#header-navigatie2 img {
		border: 0;
		vertical-align: middle;
		}


		#header-navigatie2 ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;
  		}

			#header-navigatie2 ul li {
			margin-left: 0;
			padding: 5px 10px;
			border-left: 1px solid #ccc;
			list-style: none;
			display: inline;
  			}
  			

			#header-navigatie2 ul li.first {
			
			margin-left: 0;
			border-left: none;
			list-style: none;
			display: inline;
  			}

/* ---- */			
			

#navigatie {

	float:left;
	left:0px;
	top: 83px;
	width:960px;
	height:76px;
	background-image: url(images/navigatie_bg.gif);
}

	#navigatie .tekst {
		font-size: 12px;
		letter-spacing: 1px;
 		color: #ffffff;
 		margin-top: 52px;
 		margin-left: 21px;
 		text-align: left;
 		
		}
		
		#navigatie a {
		color: #cbced1;
		text-decoration: none;
		font-weight: bold;
		}
		
		
		#navigatie a:hover {
		color: #ffffff;
		}

		#navigatie ul {
		margin-left: 0;
		padding-left: 0;
		padding-top: 40px;
		display: inline;
	
  		}
  		
  		#navigatie ul li { 
  		margin-left: 0; 
  		padding: 40px 22px 0 11px; 
  		border-left: 1px solid #cbced1;
  		list-style: none;
  		display:  inline; 
  		}
  		
/*
---- CSS VOOR DE TESTNAVIGATIE ----
*/

#nav {
	 float: left;
     position: relative;
	 left: 0px;
	 width: 960px;
	 height: 60px;
	 margin: 0px auto;
	 padding: 16px 0px 0px 0px;
     font-size: 14px;
	 font-weight: bold;
	 text-align: left;
	 background-image: url(images/navigatie_bg.gif); 
}

#nav ul {
     list-style-type: none;
	 margin: 0;
	 padding: 0px 0px 0px 20px;
}

#nav ul.hoofdmenu{
    margin-left: 5px;
    margin-top: 5px;
}

#nav ul li {
     float: left;
     position: relative;
	 margin: 0;
	 padding: 0;
}

#nav ul li a {
     text-align: left;
 	 border-left: 1px solid #CBCED1;
	 padding: 20px;
     display: block;
	 color: #CBCED1;
     text-decoration: none;
}

#nav ul li a:hover{
	color: white;	
}

#nav ul li ul {
     display: none;
	 left: 0px;
	 margin: 0px;
	 padding: 0px;
}

#nav ul li ul li a{
	 padding: 10px 15px 10px 20px;
}

#nav ul li:hover ul {
     display: block;
     position: absolute;
	 left: 0px;
}

#nav ul li:hover ul li a {
     display: block;
     background: #3e4952;
     color: white;
     width: 130px;
     text-align: left;
     border-bottom: 1px solid #f2f2f2;
     border-left: none;
}
#nav ul li:hover ul li a:hover {
     background: #24293b;
     color: white;
}


/*
--- eind CSS TESTNAVIGATIE ----
*/

#navigatie2 {

	float:left;
	left:0px;
	top: 83px;
	width:960px;
	height:76px;
	background-image: url(images/navigatie_bg.gif);
}

	#navigatie2 .tekst {
		font-size: 12px;
		letter-spacing: 1px;
 		color: #ffffff;
 		margin-top: 52px;
 		margin-left: 21px;
 		text-align: left;
 		
		}
		
		#navigatie2 a {
		color: #cbced1;
		text-decoration: none;
		}
		
		
		#navigatie2 a:hover {
		color: #ffffff;
		}

		#navigatie2 ul {
		margin-left: 0;
		padding-left: 0;
		padding-top: 40px;
		display: inline;
	
  		}
  		
  		#navigatie2 ul li { 
  		margin-left: 0; 
  		padding: 40px 8px 0; 
  		border-left: 1px solid #cbced1;
  		list-style: none;
  		display:  inline; 
  		}

#header-onsbedrijf {
	float:left;
	left:0px;
	top:159px;
	width:960px;
	height:163px;
	background-image: url(images/onsbedrijf_header.jpg);
	background-color: #242939;
}

#header-kwaliteit {
	float:left;
	left:0px;
	top:159px;
	width:960px;
	height:163px;
	background-image: url(images/kwaliteit_header.jpg);
	background-color: #242939;
}

#header-vestigingen {
	float:left;
	left:0px;
	top:159px;
	width:960px;
	height:163px;
	background-image: url(images/vestigingen_header.jpg);
	background-color: #242939;
}

#header-downloads {
	float:left;
	left:0px;
	top:159px;
	width:960px;
	height:163px;
	background-image: url(images/downloads_header.jpg);
	background-color: #242939;
}

#header-finish {
	float:left;
	left:0px;
	top:159px;
	width:960px;
	height:163px;
	background-image: url(images/finish_header.jpg);
	background-color: #242939;
}

#header-overons {
	float:left;
	left:0px;
	top:159px;
	width:960px;
	height:163px;
	background-image: url(images/home_header.jpg);
	background-color: #242939;
}

#header-contact {
	float:left;
	left:0px;
	top:159px;
	width:960px;
	height:163px;
	background-image: url(images/contact_header.jpg);
	background-color: #242939;
}

#header-dieptrekken {
	float:left;
	left:0px;
	top:159px;
	width:960px;
	height:163px;
	background-image: url(images/dieptrekken_header.jpg);
	background-color: #242939;
}

#header-stansen {
	float:left;
	left:0px;
	top:159px;
	width:960px;
	height:163px;
	background-image: url(images/stansen_header.jpg);
	background-color: #242939;
}

#header-samenstellen {
	float:left;
	left:0px;
	top:159px;
	width:960px;
	height:163px;
	background-image: url(images/samenstellen_header.jpg);
	background-color: #242939;
}

#header-producten {
	float:left;
	left:0px;
	top:159px;
	width:960px;
	height:163px;
	background-image: url(images/producten_header.jpg);
	background-color: #242939;
}

#header-overig {
	float:left;
	left:0px;
	top:159px;
	width:960px;
	height:163px;
	background-image: url(images/overig_header.jpg);
	background-color: #242939;
}


#kleurenbalk {
	float: left;
	left:0px;
	top:322px;
	width:960px;
	height:49px;
	background-image: url(images/kleurenbalk.gif);
}

#content {
	float:left;
	width:960px;
	background-image: url(images/bg.gif);
}

	#content a{
	
	color: #666666;
	font-size: 12px;
	color: #00659f;
	text-decoration: none;
	font-weight: bold;
	
	}
	#content .tekst {
	float: left;
	width: 500px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 19px;
	color: #666666;
	padding: 32px 10px 20px 32px;
	}
	
	#content .titel {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	color: #00659f;
	}
	
	#content .kop {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	line-height: 19px;
	color: #00659f;

	}
	
	#content .line{
	padding-top: 4px;
	padding-bottom: 0px;
	}
	
	#content .img-qualitylogo{
	float: right;
	padding-top: 50px;
	padding-right: 50px;
	}
	
	#content .onderfilmpje{
	float: right;
	color: #ffffff; 
	font-size: 12px;
	text-align: center;
	width: 291px;
	padding-bottom: 20px;
	}
	
		#content .onderfilmpje a{
		
		color: #ffffff; 
		font-weight: bold;
		text-decoration: underline;
		}
	
	#content .img-algemeen{
	float: right;
	padding-top: 18px;
	padding-right: 26px;
	padding-bottom: 25px;
	}
	
	#content .img-mov{
	float: right;
	padding-top: 20px;
	padding-right: 18px;
	padding-bottom: 25px;
	}
	
	#content .img-adres{
	float:  right;
	padding-top: 135px;
	padding-right: 130px;
	vertical-align: bottom;
	}
	
	#content .img-adres2{
	padding-top: 50px;
	float:  right;
	padding-right: 110px;
	}
	
	#content .img-pdf{
	vertical-align: middle;
	}


/* TEST CSS VOOR NIEUW CONTENT KADER EN ZIJBALK OPMAAK */

#content2 {
	float:left;
	width:960px;
	background-image: url(images/bg.gif);
	background-repeat: y-repeat;
}

	#content2 a{	
	color: #666666;
	font-size: 12px;
	color: #00659f;
	text-decoration: none;
	font-weight: bold;
	}
	
	#content2 .tekst {
	float: left;
	width: 500px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 19px;
	color: #666666;
	padding: 32px 134px 20px 32px;
	}
	
	#content2 .titel {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	color: #00659f;
	}
	
	#content2 .kop {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	line-height: 19px;
	color: #00659f;
	}
	
	#content2 .line{
	padding-top: 4px;
	padding-bottom: 0px;
	}
	
	#content2 .img-qualitylogo{
	float: right;
	padding-top: 50px;
	padding-right: 10px;
	}
	
	#content2 .onderfilmpje{
	float: right;
	color: #ffffff; 
	font-size: 12px;
	text-align: center;
	width: 291px;
	padding-bottom: 20px;
	}
	
		#content2 .onderfilmpje a{
		color: #ffffff; 
		font-weight: bold;
		text-decoration: underline;
		}
	
	#content2 .img-algemeen{
	float: right;
	padding-top: 18px;
	padding-right: 26px;
	padding-bottom: 25px;
	}
	
	#content2 .img-mov{
	float: right;
	padding-top: 20px;
	padding-right: 18px;
	padding-bottom: 25px;
	}
	
	#content2 .img-adres{
	float:  right;
	padding-top: 135px;
	padding-right: 130px;
	vertical-align: bottom;
	}
	
	#content2 .img-adres2{
	padding-top: 50px;
	float:  right;
	padding-right: 110px;
	}
	
	#content2 .img-pdf{
	vertical-align: middle;
	}



#zijbalk{
	float: right;
	width: 292px;
	margin-bottom: 200px;
	padding-top: 30px;
	/*background-color: #242839;*/	
}

#zijbalk .zijimg{
	border: 1px white solid;
	display: block;
	margin-bottom: 25px;	
}

/*  -----------------------  */

#zemContactForm fieldset {
border: none;
}




