/* HEADER STYLES */
#header
  {
    height: 90px;
  }
#header div.logo
  {
    width: 55px;
    height: 85px;
    margin: 5px 10px 0 0;
    float: left;
    background: #fff url(images/header_logo.gif) top center no-repeat;
  }
#header h1
  {
    font-size: 0%;
    color: #fff;
    padding: 0;
    margin: 0 0 0 60px;
    height: 55px;
    background: url(images/h1_textlogo_vragen.gif) top left no-repeat;
  }
#header a
  {
    margin: 0 0 0 20px;
    text-decoration: none;
    font-weight: bold;
    color: #D2D7EB;
    font-size: 160%;
  }

#header a:hover
  {
    border-bottom: 1px dotted #D2D7EB;
  }
	
/*
html>body #main_wrapper
	{
		font-size: 100%;
	}

html>body #content
	{
		font-size: 95%;
	}
	*/
