html,
body {
  	margin:0;
  	padding:0;
   	height:100%;
	font-family: arial, verdana;
	font-size: 12px;

}

#container {
	min-height:100%;
	position:relative;
	margin: 0 auto;
	width: 950px;
}

#header {
	background-image:url('images/logo.png');
	height:211px;
}

#leftbox {
	margin-top:30px;	
	width:200px;
   	height:500px;   
  	float:left;
	left:0;
}

#centerbox {
	margin-top:30px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 30px;	
	width:480px;
	float:left;
}

#rightbox {
	width:250px;
   	height:500px;   
  	background:#e1dccd;
	float:right;
	position: relative;
}

#homebox{
	margin-top: 30px;
	width:680px;
	float:left;
	left: 0;
}

#circles {
	position:absolute;
	top:0;	
	right:0;
	margin-right: 50px;	
	margin-top: 100px;
	width:175px;
   	height:375px;   
   	background-image:url('images/circles.png');
	background-repeat:no-repeat;
}

#news{
	position:absolute;
	top:0;	
	right:0;
	margin-right: 13px;	
	margin-top: 500px;
	width:224px;
   	height:35px;   
}

#topmenu{
	height:30px;
	background:black;
	left:0;
}

#tabel{
	border-style: none;
}

ul.menutop{
	list-style-type: none;
	height: 20px;
	width: 700px;
	margin: 0;
	padding-left: 10px;
}


li.menutop {
	float: left;
}


ul.menutop a {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	display: block;
	line-height: 20px;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
	color:#FFFFFF;
}

ul.menutop a:hover {
color: #4171B0;
}

ul.submenu{
	list-style-type: none;
	height: 20px;
	width: 150px;
	margin: 0;
	left: 0;
	padding-left: 10px;
}

ul.disc{
	list-style-type: disc;
	line-height: 28px;
	margin-left: 10px;
	padding: 0px;
}


ul.submenu a {
	padding-right: 10px;
	padding-top: 5px;
	display: block;
	line-height: 20px;
	text-decoration: none;
	font-size: 12px;
	border-bottom: 1px #c0c0c0 dashed;
	color:#000000;
}

h1{
	color: #4171b0;
	font-size: 10pt;
	margin: 0px 0px 10px 0px;
}

#breadcrumbs {
	position:absolute;
	top:0;	
	left:0;
	width:600px;
   	height:30px;
	margin-top: 241px;   
   	background:#FFFFFF;
}

ul.bread{
	list-style-type: none;
	height: 20px;
	width: 600px;
	margin: 0;
	padding-left: 10px;
	float: left;
}

li.bread {
	float: left;
}

ul.bread a {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	display: block;
	line-height: 20px;
	text-decoration: none;
	color: #4171B0;
	font-size: 11px;
	
}

td.bal{
	padding: 10px 10px 10px 10px;
}

td.bal a img{
	border: none;	
}

img.naturalimage{
	border:3px #4171b0 solid;
	margin:0 auto;
	display:block;
}

td.naturalgas{
	padding:0px 0px 0px 10px;
	border-left: 1px #c0c0c0 dashed;
	vertical-align: top;
	
}

td.top{
	vertical-align:top;
}

td.opsomming1{
	line-height: 28px;
	width: 180px;
}

td.opsomming2{
	line-height: 28px;
	width: 300px;
}

ul.bread a:hover {
	text-decoration: underline;
}

a:link, a:visited {
	text-decoration: none;
	color: #4171B0;
}

a:hover, a:active {
	text-decoration: underline;
}

p{
	line-height: 28px;
	margin: 0px 0px 0px 0px;
	
}

.nieuws a img{
	border: none;	
}

/*.jobs a img{
	border: none;
	padding-top: 0px;
	padding-left: 30px;
}*/

#footer {
	position:relative;	
	margin-top:10px;	
	width:100%;
	height:60px; 
	float:left;
   	border-top: 1px #c0c0c0 dashed;
}

/* Lightbox css */
#lightbox{	
	position: absolute;	
	left: 0; width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
}
#lightbox img{ 
	width: auto; height: auto;
}
#lightbox a img{ 
	border: none; 
}
#outerImageContainer{ 
	position: relative; 
	background-color: #fff; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto; 
}
#imageContainer{ 
	padding: 10px; 
}
#loading{ 
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
}
#hoverNav{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10; 
}
#imageContainer>#hoverNav{ 
	left: 0;
}
#hoverNav a{ 
	outline: none;
}
#prevLink, #nextLink{ 
	width: 49%; 
	height: 100%; 
	background-image: url(data:image/gif;base64,AAAA);
/* Trick IE into showing hover */ 
	display: block; 
}
#prevLink { 
	left: 0; 
	float: left;
}
#nextLink { 
	right: 0; 
	float: right;
}
#prevLink:hover, #prevLink:visited:hover { 
	background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; 
}
#imageDataContainer{ 
	font: 10px Verdana, Helvetica, sans-serif; 
	background-color: #fff; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%; 
}
#imageData{	
	padding:0 10px; 
	color: #666; 
}
#imageData #imageDetails{ 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#imageData #caption{ 
	font-weight: bold;	
}
#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#imageData #bottomNavClose{ 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em; 
	outline: none;
}	 	
#overlay{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
}
