﻿#Header {
  width:100%;
  height:143px !important;
  color:#888888; } 
  
#Header a,
#Header a:link,
#Header a:visited,
#Header a:active {
  color:#888888; 
  text-decoration:none;
  font-weight:bold;
  }  

#Header a:hover 
{
  color:#000;
  text-decoration:underline;
  font-weight:bold;
}

.HeaderTopBar {
  width:100%;
  height:43px;
  background:#FFF;
  }

.Headerlogo {
   width:200px;
   /*height:43px;*/
   height: 100%;
   float:left;
   }

.HeaderMenu {
  width:auto;
  height:28px;
  float:right;
  padding:15px 20px 0 0;
  background:url(/images/archief_shadow_right.gif);
  background-position:right; 
  background-repeat:no-repeat;
  }


.HeaderMiddleBar {
  width:100%;
  height:100px;
  background:url("../images/header_background_inc_shad.gif");
  background-repeat:no-repeat;
  background-position:right;

  }