/*================================= */
html {
  height:100%; 
  max-height:100%;  
  padding:0; 
  margin:0; 
  border:0; 
  /* hide overflow:hidden from IE5/Mac */ 
  /* \*/ 
  overflow: hidden; 
  /* */ 
}

body {
  height:100%; 
  max-height:100%; 
  overflow:hidden; 
  padding:0; 
  margin:0; 
  border:0;
}

#head {
  position:absolute;
  margin:0;
  top:0;
  left:0;
  display:block;
  width:100%;
  height:110px;
  z-index:8;
  overflow:hidden;

  background-color: #ffffff;
  background-image: url(../pictures/style/topbalk-110.jpg);
  background-repeat: repeat-x;
}

#logo {
  position:absolute;
  left:0;
  top:0px;
  bottom:0px;
  width:189px;
  height:153px;
  z-index:8;
  overflow:hidden;
  background-image:url(../pictures/style/logo.gif);
  background-repeat: no-repeat;
}

#left {
  position:absolute;
  left:0;
  top:110px;
  bottom:20px;
  width:146px;
  z-index:4;
  overflow:auto;

  background-color: #ffffff; /*  */
  background-image:url(../pictures/style/leftbalk-146.jpg);
  background-repeat: repeat-y;
}

* html #left {
  height:100%;/*  */
  top:0;
  bottom:0;
  border-top:110px solid #fff;
  border-bottom:20px solid #fff;
}

#foot {
  position:absolute;
  margin:0;
  bottom:0;
  left: 0px;/*  146px;/*  */
  display:block;
  width:100%;
  height:20px;
  z-index:5;/*  */
  overflow:hidden;
  background-color: #004F9C; /*  #dedede;  */
  padding:0; 
  margin:0; 
  border:0;
  padding-left: 0px;/* voor firefox, ie doet gewoon 225px */
  padding-right:0px;
}
* html #foot {
  padding-left:10px;
  padding-right:0px;
}


#footboat {
  position:absolute;
  margin:0;
  bottom:0;
  left:0px;
  display:block;
  width:240px;/*421px;/*  */
  height:145px;/*297px;/*  */
  z-index: 30;/*  */
  overflow:hidden;
  background-image:url(../pictures/style/logo-y8122-k3.gif);
  background-position:left bottom;  /*  */
  background-attachment: fixed;
  background-repeat: no-repeat;
}
* html #footboat {
  bottom: 0px;
}

#emailhead {
  position:absolute;
  left:420px;
  top:10px;
  width:74px;
  z-index:30;
  overflow:none;
}
* html #emailhead {
  right:210px;
}
#emailhead .email2 {
  position:absolute;
  right:9px;
  top:18px;
  width:74px;
  z-index:31;
  overflow:none;
}
* html #emailhead .email2{
  right:13px;
}

#vertaal{
  position:absolute;
  margin:0;
  top:4px;
  right:4px;
  display:block;
  width:160px;
  height:105px;
  z-index:30;
  overflow:hidden;
  text-align:left; 
  /*  border: 1px solid blue; /*  */
}

#flags{
  position:absolute;
  margin:0;
  top:72px;
  right:90px;
  display:block;
  width:220px;
  height:30px;
  z-index:30;
  overflow:hidden;
  text-align:left; 
}

#news {
  position:absolute;
  left:0;
  top:320px; 
  width:126px;
  z-index:30;
  overflow:none;
  padding: 0px 10px 0px 10px;
}
* html #news{
  width:146px;
}

#content {
  overflow:auto;
  position:absolute;
  z-index:3;
  top:110px;
  bottom:20px;
  left:146px;
  right:0;

}

* html #content {
  top:0;
  left:0;
  right:0;
  bottom:0;
  height:100%;
  max-height:100%;
  width:100%;
  overflow:auto;
  position:absolute;
  z-index:3;
  border-top:110px solid #fff;
  border-bottom:20px solid #fff;
  border-left:146px solid #fff;
}

/*  ====================================*/

@media print
{
.noprinting{
  display: none;
}
}
/*   ==================================*/

