html, body{ 
	 margin:0; 
	 padding:0; 
	 text-align:left; 
	 height: 100%;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 } 
	 
#wrapper{
	width: 882px;
	position: absolute; 
	left:0px;
	height: 100%;
} 
 
#leftcol{
	 width:207px;
	 position: absolute;
	 left:0px;
	 float: left;
	 background-color:none; 
	 height: 100%;
 }
 
#midcol {
	 background-color: none;
	 width:160px; 
	 height: 100%;
	 margin-left: 207px;
	}

#rightcol {
	position: absolute;
	right:0px;
	top:0px;
	width:515px;
	height: 100%;
	}
 
 /* *** rightcol_home_elements *** */ 
 
  #header_blauw{
	position: absolute;
	top:0px;
	width:515px;
	height: 122px;
	background-color: #002656;
	display:block;	
	}
	
  #stageimages{
	position: absolute;
	top:122px;
	width:515px;
	height: 240px;
	}
	
  #hometext{
	position: absolute;
	top:363px;
	width:269px;
	padding: 20px;
	background-color: #003366;
	}
	
  #hometext p {
	font: 0.7em Verdana, sans-serif; 
	line-height: 1.7em; 
	color: #FFFFFF;
	margin-bottom: 1.33em;
	text-align:left;
	}
	
	
 /* *** header_elements *** */
 
   #header_rood{
	position: absolute;
	top:0px;
	width:515px;
	height: 122px;
	background-color: #430003;
	}
	
  #header_groen{
	position: absolute;
	top:0px;
	width:515px;
	height: 122px;
	background-color: #00262B;
	}
	
 #header_beige{
	position: absolute;
	top:0px;
	width:515px;
	height: 122px;
	background-color: #948373;
	}

 #header_geel{
	position: absolute;
	top:0px;
	width:515px;
	height: 122px;
	background-color: #FFBF2B;
	}
	
  #taal{
	position: absolute;
	top:10px;
	left:20px;
	font: 0.6em Verdana, sans-serif;
	line-height: 1.8em; 
	color: #fff;
	}
		
	a.taal_blauw, a.taal_blauw:visited {
		line-height: 1.8em; 
		color: #527AA7;
		text-decoration: none;
	}

	a.taal_blauw:hover {
		color: #fff;
		text-decoration: none;
	}
	a.taal_rood, a.taal_rood:visited{
		line-height: 1.8em; 
		color: #993333;
		text-decoration: none;
	}

	a.taal_rood:hover {
		color: #FFF;
		text-decoration: none;
	}	
	a.taal_grijs, a.taal_grijs:visited {
		line-height: 1.8em; 
		color: #999;
		text-decoration: none;
	}

	a.taal_grijs:hover {
		color: #FFF;
		text-decoration: none;
	}		
	a.taal_groen, a.taal_groen:visited {
		line-height: 1.8em; 
		color: #666666;
		text-decoration: none;
	}

	a.taal_groen:hover {
		color: #FFF;
		text-decoration: none;
	}	
	
	a.taal_beige, a.taal_beige:visited {
		line-height: 1.8em; 
		color: #B19D86;
		text-decoration: none;
	}

	a.taal_beige:hover {
		color: #FFF;
		text-decoration: none;
	}	
	
  #titel{
	position: absolute;
	top:80px;
	left:15px;
	}
  #titel h1{
	display:none;
	}
  #productoverview{
	position: relative;
	top:122px;
	width:515px;
	height: 240px;
	}

 
 /* *** Float containers fix: *** */ 
		.clearfix:after {
			 content: "."; 
			 display: block; 
			 height: 0; 
			 clear: both; 
			 visibility: hidden;
		 }
		 
		.clearfix{display: inline-table;}
		
		/* Hides from IE-mac \*/
		* html .clearfix{height: 1%;}
		.clearfix{display: block;}
		/* End hide from IE-mac */  
		
		
		 
		 /*printer styles*/ 
		 @media print{ 
		/*hide the left column when printing*/ 
			#leftcol{display:none;} 
			#twocols, #maincol{width:100%; float:none;}
			}
			
/* =============== LOGO  */

#logo {
	margin: 0px;
	}


/* =============== NAVIGATION  */

	#navcontainer { 
		padding: 0px;
		width: 207px;
		background-color:#fff;
	}


/*********** #navcontainer link styles ***********/

		#navcontainer ul a:link, #navBar ul a:visited {display: block;}
		#navcontainer ul {list-style: none; margin: 0; padding: 0;}
		
		/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
		#navcontainer li {border-bottom: 1px solid #FFFFFF;}
		
		/* fix for browsers that don't need the hack */
		html>body #navcontainer li {border-bottom: none;}



/* =============== Copyright */

	#copyrightblok_splash {
		font: 0.6em Verdana, sans-serif;
		line-height: 1.8em; 
		color: #999999;
		margin-bottom: 1.33em;
		text-align: center; 
		text-decoration: none;
	}
		
	a.copyright_splash {
		line-height: 1.8em; 
		color: #999999;
		margin-bottom: 10px;
		text-align: center; 
		text-decoration: none;
	}

	a.copyright_splash:hover, a.copyright_splash:visited {
		color: #666666;
		background-color: none;
	}
	
/* =============== Copyright blauw */

	#copyrightblok_site {
		width:250px;
		font: 0.6em Verdana, sans-serif;
		line-height: 1.8em; 
		color: #174B7F;
		padding: 40px 0 20px 0;
	}
		
	a.copyrightblok_link {
		color: #174B7F;
		text-decoration: none;
	}

	.copyrightblok_link a:hover, .copyrightblok_link a:visited {
		color: #527AA7;
		text-decoration: underline;
	}
	
	#copyrightblok_rood {
		width:250px;
		font: 0.6em Verdana, sans-serif;
		line-height: 1.8em; 
		color: #430003;
		padding: 40px 0 20px 0;
	}
	
	#copyrightblok_groen {
		width:250px;
		font: 0.6em Verdana, sans-serif;
		line-height: 1.8em; 
		color: #124141;
		padding: 40px 0 20px 0;
	}
	
	#copyrightblok_beige {
		width:250px;
		font: 0.6em Verdana, sans-serif;
		line-height: 1.8em; 
		color: #948373;
		padding: 40px 0 20px 0;
	}
	
	#copyrightblok_grijs{
		width:250px;
		font: 0.6em Verdana, sans-serif;
		line-height: 1.8em; 
		color: #414141;
		padding: 40px 0 20px 0;
	}
	
/* =============== ARTICLE  */

  #bodytext{
	position: relative;
	top:155px;
	width:475px;
	padding: 20px;
	left: 0px;
	}
	
  #bodytext p {
		font: 0.7em Verdana, sans-serif;
		line-height: 1.7em;
		color: #FFFFFF;
		margin-bottom: 1.33em;
		text-align:left;
	}
	#bodytext a, #bodytext a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	
	#bodytext a:hover {
		color: #ffffff;
		text-decoration: underline;
	} 
  
	#bodytext ul {
		font: 0.7em Verdana, sans-serif;
		color: #ffffff;
		list-style-type: circle;
		line-height: 1.7em;
	}		
	#bodytext li {
		padding: 2px;
		color: #ffffff;
		margin-left: 0px;
		line-height: 1.7em;
	}		
	
	/* =============== SMAL ARTICLE  */

  #bodytext_smal{
	position: relative;
	top:155px;
	width:269px;
	padding: 20px;
	left: 0px;
	}
	
  #bodytext_smal p {
		font: 0.7em Verdana, sans-serif;
		line-height: 1.7em;
		color: #FFFFFF;
		margin-bottom: 1.33em;
		text-align:left;
	}
	#bodytext_smal a, #bodytext_smal a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	
	#bodytext_smal a:hover {
		color: #ffffff;
		text-decoration: underline;
	} 
  
	#bodytext_smal ul {
		font: 0.7em Verdana, sans-serif;
		color: #ffffff;
		list-style-type: circle;
		line-height: 1.7em;
	}		
	#bodytext_smal li {
		padding: 2px;
		color: #ffffff;
		margin-left: 0px;
		line-height: 1.7em;
	}				
		
	.bijschrift {
		color: #FFFFFF;
		font-size: 0.6em;
		margin: 5px 5px 20px 5px;
	}
	
	
	#rechterkolom{
	position: absolute;
	top:21px;
	left: 309px;
	width:206px;
	padding: 0px 0px 0px 0px;
	background-color: #002656;
	}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin-bottom: 5px;
	padding: 0px;
	border: 0px solid #cccccc;
	font-size: 70%;
}

#sectionLinks a {
	display: block;
	color: #4D6F90;
	padding: 2px 0px 2px 30px;
	text-decoration: none;
}

#sectionLinks a:hover {
	color: #174B7F;
	text-decoration: none;
	font-weight: bold;
}
#sectionLinks ul{
	list-style-type: none; 
}
/************* Tabel styles ***************/

TD.itemvalue {
	FONT: 70% Arial, sans-serif; 
	COLOR: #FFF; 
	BORDER-BOTTOM: #999999 1px solid; 

}

TD.itemvalueMasterH {
	FONT: bold 70% Arial, sans-serif; 
	COLOR: #6699CC; 
	BORDER-BOTTOM: #FFF 2px solid; 
}
