html{
   margin-left: auto;
   margin-right: auto;
   width: 50em;   
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	overflow: -moz-scrollbars-vertical;
}
a {
	color: black
	text-decoration: none;
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  underline;
  color:            black;
  }
a:visited {
  /* Applies to all visited links */
  text-decoration:  underline;
  color:            black;
  }
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  color:            black;
  }
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  color:            black;
  }

body {
	position: absolute;
	height:585px;
}

#subitem {
 width: 187px;
 height: 18px;
 border: 1px solid white;
 color: #fff;
 margin-top: 6px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 4px;
 padding: 0px;
}

#subitem a:hover {
	color: #fff;
	text-decoration: none;
	font-size:7pt;
	padding-left: 2px;
	padding-right: 2px;
}

#container {
	height: 585px;
	width: 800px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	overflow-x:hidden;
	overflow-y:hidden;
	margin-left: auto;
	margin-right:auto;
}
#menu {
	background-color : transparant;
	position:absolute;
	left : -40px !important;
	top : 48px;
	*top: 59px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
#menu-item {
	float:left;
	list-style-type:none;
	list-style-position:inside;
}
#menu-itemli {
	clear:left;
	float:left;
	list-style: none;
	width: 90px;
	padding-left : 12px;
	padding-top: 3px;
	padding-bottom : 3px;
	padding-right : 10px;
        border: 1px solid #000000;
        border-bottom: 1;
        border-top: 1;
        border-left: 1;
        border-right: 1;
        margin-top: 7px;
}
#page-header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  position: absolute;
  top: 0px;
  margin-left: 134px;
  width:541px;
  height: 53px;
  z-index: 30;
  text-align: left;
  
}
#page-header-place {
  position : absolute;
  top: 0px;
  margin-left: 0px;
  width:693px;
  height: 53px;
  z-index: 30;
}
#parentsubcontainer {
	background-color: white;
	position: absolute;
	top: 55px;
	margin-left: 114px;
	width: 686px;	
	height: 448px;
	z-index: 15;
	overflow-x:auto;
	overflow-y:auto;
}
#subcontainer {
	background-color: white;
	position: absolute;
	top: 0px;
	left: 20px;
	width: 666px;
	height: 439px;
	z-index: 16;
	overflow-x:auto;
	overflow-y:auto;
}
#mainparentsubcontainer {
	background-color: transparent;
	position: absolute;
	top: 55px;
	margin-left: 114px;
	width: 686px;	
	height: 450px;
	z-index: 15;
	overflow-x:hidden;
	overflow-y:hidden;
}
#mainsubcontainer {
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 686px;
	height: 448px;
	z-index: 16;
	overflow-x:hidden;
	overflow-y:hidden;
}
#leftbottompicturegreen {
 	background-color: rgb(0,153,102);
 	position: absolute;
 	top: 351px;
 	height: 235px;
 	width: 284px;
 	z-index: 9;
}
#leftbottompicturegreenpicture {
 	background-image: url(/images/upload/menu/green-bottom.jpg);
 	background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	height: 231px;
	width:284px;
	z-index:10;
}
#leftgreen {
	background-color: rgb(0,153,102);
	position: absolute;
	bottom: 0;
	top:1px;
	height:366px;
	width:114px;
}
#leftbottompicturered {
 	background-color: rgb(255,0,51);
 	position: absolute;
 	top: 351px;
 	height: 235px;
 	width: 284px;
 	z-index: 9;
}
#leftbottompictureredpicture {
 	background-image: url(/images/upload/menu/red-bottom.jpg);
 	background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	height: 231px;
	width:284px;
	z-index:10;
}
#leftred {
	background-color: rgb(255,0,51);
	position: absolute;
	bottom: 0;
	top:1px;
	height:366px;
	width:114px;
}
#leftbottompictureyellow {
 	background-color: rgb(255,204,51);
 	position: absolute;
 	top: 351px;
 	height: 235px;
 	width: 284px;
 	z-index: 9;
}
#leftbottompictureyellowpicture {
 	background-image: url(/images/upload/menu/yellow-bottom.jpg);
 	background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	height: 231px;
	width:284px;
	z-index:10;
}
#leftyellow {
	background-color: rgb(255,204,51);
	position: absolute;
	bottom: 0;
	top:1px;
	height:366px;
	width:114px;
}
#leftbottompictureblue {
 	background-color: rgb(51,102,255);
 	position: absolute;
 	top: 351px;
 	height: 235px;
 	width: 284px;
 	z-index: 9;
}
#leftbottompicturebluepicture {
 	background-image: url(/images/upload/menu/blue-bottom.jpg);
 	background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	height: 231px;
	width:284px;
	z-index:10;
}
#leftblue {
	background-color: rgb(51,102,255);
	position: absolute;
	bottom: 0;
	top:1px;
	height:366px;
	width:114px;
}
#leftbottompicturegray {
 	background-color: rgb(206,206,206);
 	position: absolute;
 	top: 351px;
 	height: 235px;
 	width: 184px;
 	z-index:9;
}
#leftbottompicturegraypicture {
 	background-image: url(/images/upload/menu/home-bottom.jpg);
 	background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	height: 231px; 
	width:284px;
	z-index:10;
}
#leftbottompicturegray2picture {
 	background-image: url(/images/upload/menu/nieuws-bottom.jpg);
 	background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	height: 231px;
	width:284px;
	z-index:10;
}
#leftbottompicturegray3picture {
 	background-image: url(/images/upload/menu/info-bottom.jpg);
 	background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	height: 231px;
	width:284px;
	z-index:10;
}
#leftbottompicturegray4picture {
 	background-image: url(/images/upload/menu/werken-bottom.jpg);
 	background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	height: 231px;
	width:284px;
	z-index:10;
}
#leftgray {
	background-color: rgb(206,206,206);
	position: absolute;
	bottom: 0;
	top:1px;
	height:366px;
	width:114px;
}
#header {
	top: 0px;
	left: 0px;
	height: 54px;
	width: 800px;
	text-align: right;
}
#footer {
	position: absolute;
	height:90px;
	bottom:-1px;
	_bottom:-21px;  //IE6 Hack!
	left:285px;
	width:514px;
	z-index:8;
}
#footerbackgroundgray{
	background-image:url(/images/gray-gradient.png);
	position: absolute;
	left:210px;
	height:90px;
	*height:91px;
	width:205px;
	z-index:9;
}
#footerbackgroundred{
	background-image:url(/images/red-gradient.png);
	position: absolute;
	left:210px;
	height:90px;
	*height:91px;
	width:205px;
	z-index:9;
}
#footerbackgroundblue{
	background-image:url(/images/blue-gradient.png);
	position: absolute;
	left:210px;
	height:90px;
	*height:91px;
	width:205px;
	z-index:9;
}
#footerbackgroundgreen{
	background-image:url(/images/green-gradient.png);
	position: absolute;
	left:210px;
	height:90px;
	*height:91px;
	width:205px;
	z-index:9;
}
#footerbackgroundyellow{
	background-image:url(/images/yellow-gradient.png);
	position: absolute;
	left:210px;
	height:90px;
	*height:91px;
	width:205px;
	z-index:9;
}
#footerleft{	
	position: absolute;
	text-decoration:none;
	left: 294px;
	height:90px;
	width:135px;
	z-index:12;
}

#footerleftadres{	
	position: relative;
	text-decoration:none;
	top:-45px;
	left: 316px;
	z-index:13;
}

#footermiddle{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	left: 429px;
	height:90px;
	width:371px;
	z-index:12;
}
#submenu {
	float: none;
	position:absolute;
	left:0px;
	height: 456px;
	width: 686px;
	text-align: left;
	text-color: black;
	padding-right: 0px;
	z-index:15;
}

#newsmenu {
	float: center;
	height: auto;
	text-align: center;
	background-repeat: repeat-y;
}

.contentruler {
	border: 0;
	height: 1px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin-right: 10px;
	clear: both;
}

.contentimage {
	border: 0;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
	float: right;
}

.newsitem {
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: center;	
}

#productenmenu {
	background-color: #FFFFFF;
	clear: both;
	height: auto;
	text-align: center;

}

#headlinesmenu {
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
	width: 658px;

}

a.linkopacity img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;}

a.linkopacity:hover img {
filter:alpha(opacity=70);   
-moz-opacity: 0.7;   
opacity: 0.7;
}

div.transOFF {width: 165px; height: 100%; PADDING-TOP: 2px; HEIGHT: 15px; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; background-color: #29487b;opacity:.80;filter: alpha(opacity=80); -moz-opacity: 0.8;border:1px solid white; }
div.transON {width: 165px; height: 100%; PADDING-TOP: 2px; HEIGHT: 15px; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; background-color: #29487b;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;border:1px solid white; }

.languagelines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: black;
	text-align: right;
	height: 17px;
	padding-top: 3px;
	padding-right: 10px;
	text-decoration: none;
}

.productsubs {
	display: block;
	width: 146px;
	height: 8px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	border: 1px solid white;
	font-size: 7pt;
	font-weight: normal;
	color: #fff;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	text-decoration: none;
	cursor: pointer;
}

.productsubs:hover {
	filter:alpha(opacity=70);   
	-moz-opacity: 0.7;   
	opacity: 0.7;
}

#textcontent h4 {
	margin-bottom: 0px;
	margin-top: 0px;
}

#textcontent h3 {
	margin-bottom: 0px;
	margin-top: 0px;
}

#textcontent {
	margin-top: 0px;
	padding-top: 0px;
	height: 320px;
	vertical-align: top;
}

#newslines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: 032560;
	text-decoration: none;
	background-color: transparent;
	
}

#textcontent td {
	vertical-align: top;
}


.contentsubmenu {
	width: 160px;
	border: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	float: left;
}

.vlag {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: 0px;
}

.headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #032560;
	text-decoration: underline;
}

.subheadlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
