html, body {
background-image:url(../beelden/bg_html.jpg);
background-attachment:fixed;
margin: 0;
padding: 0;
height:100%;
  }
.kop  {
font-size:13px;
font-weight:bold;
}
.subkop  {
font-size:13px;
font-style:italic;
}
hr   {
1px;
}
#container {
  width: 1090px;
  margin-left: -545px;

  text-align:left;
  overflow:auto;
  overflow:hidden;
  border: 1px solid #ffffff;
  background-image:url(../beelden/bg_container.jpg);
  background-repeat:repeat;
  
  position:relative;
  margin:auto;
  overflow:hidden;
  min-height:100%;
  }

  #header  {
  position:relative;
  float:left;
  width:1090px;
  height:232px;
  text-align:left;
  background:url(../beelden/header01_mol.jpg);
  }
#menu  {
  position:relative;
  float:left;
  width:143px;
  height:400px;
  text-align:left;
  }    
#menu2  {
  position:relative;
  float:left;
  overflow:hidden;
  font-family:Verdana;
  font-size:11px;
  color:#16416E;
  margin-top:10px;
  }  
#menu2 ul li  {
  list-style-type: none;
  padding-bottom:10px;
  margin-left:-25px;
  color:#16416E;
  }   
#menu2 ul li a  {
  text-decoration: none;
  display:block;
  overflow:hidden;
/*  padding:2px 1px 2px 2px;*/
  color:#16416E;
  }  
#menu2 a:hover  { 
  color:#16416E;
  }
   
#tekst   {
  position:relative;
  float:left;
  text-align:left;
  width:550px;
  height:100%;
  padding-bottom:6%;
  }
  #tekst2   {
  margin-top:25px;
/*  margin-left:50px;
  margin-right:50px;*/
  font-family:verdana;
  font-size:11px;
  line-height:18px;
  }
#rechts   {
  position:relative;
  float:left;
  text-align:left;
  width:89px;
  background-color:#FFFFFF;
  }
#footer   {
  height:56px;
  width:950px;
  background-image:url(../beelden/bg_footer.jpg);
  background-repeat:no-repeat;
  position:fixed;
  bottom: 0px;
  text-align:left;
  width: 100%;
  overflow:hidden;
  }

