 /*clearfix hack voor firefox ivm floats die buiten hun container vallen*/
  .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 */
  body
  {
  background-color:#EDEDED;
  padding:0px;
  margin:0px;
  font-family:"Arial";
  font-size:11px;
  }
  
  #container{
   width:950px;
   margin:0 auto;
  }
  
  #header {
  background-color:#EDEDED;
  height:105px;
  width:950px;
  background-image:url(../images/logo_print.gif);
  background-repeat:no-repeat;
  background-position:right;
  line-height:91px;
  position:relative;
  }

  #header h1 {
    margin-top:0px;
  }
  
  #homeLink {
    width:150px;
    position:absolute;
    right:80px;
    top:40px;
  }
 
  .block{
    border:1px solid white;
    padding:10px;
    background:#E2E2E2;   
  }

  .blocklink {
	 cursor:pointer;
  }
  
  h2 {
  margin-top:0px;
  margin-bottom:13px;
  font-size:15px;
  font-weight:bold;  
  }

  .img{
   float:left
  }
  
  .text{
   margin-left:10px;
   width:750px;
   float:left;
  }
 
  .clear{
   clear:both;
  }
  
  .footer {
    background:white;
  }
  
  a.link {
  color:#000000;
}

a.link:hover {
  color:#007E66;
}

a.linkbutton {
  font-weight:bold;
  text-decoration:none;
  color:black;
  padding-left:23px;
  margin-top:10px;
  background:url(../images/icn_alink_more.gif) top left no-repeat;
  
}
a.linkbutton:hover {
  background:url(../images/icn_alink_more.gif) bottom left no-repeat;
}

.footer a {
  font-style:italic;
  color:#7FAAD2;