@media print{
  div.header{
    display:none;
  }

  div.menu{
    display:none;
  }

  div.balk{
    display:none;
  }

  div.bottom{
    display:none;
  }
}

@media screen{
  body{
    background:url(/images/background2.jpg);
    background-color:#efecdb;
    color:#434542;
    margin:0;
  }

  table, td{
    border-color:#939492;
    border-width:0px;
    border-style:solid;
  }

  table.border, table.border td{
    border-width:1px;
  }

  #Container{
    margin:120px 10px 10px 160px;
  }

  div.bottom{
    margin-top:15px;
  }

  div.header{
    height:66px;
    background-color:#4D2905;
    text-align:center;
    position:absolute;
    top:0;
    left:0;
    width:100%;
  }

  div.balk{
    height:30px;
    background-image:url(/images/balkachtergrond.png);
    text-align:center;
    position:absolute;
    top:66px;
    left:0;
    width:100%;
    padding:0;
  }

  div.menu{
    position:absolute;
    top:0;
    left:0;
    padding:96px 0 0 0;
    width:150px;
    font-family:Sans-Serif;
    font-size:75%;
  }

  div.menu:after{
    height:30px;
    content:url(/images/menubottom.gif);
  }

  div.menu a{
    color:#fdef12;
    text-decoration:none;
    display:block;
    padding:0 0 0 2px;
    width:148px;
  }

  div.menu a:hover{
    background-color:#ae6a27;
  }

  div.menu ul{
    padding:5px 0 5px 0;
    width:100%;
    background-color:#4D2905;
    margin:0;
  }

  div.menu ul li a{
    padding:0 0 0 5px;
    width:145px;
  }

  div.menu ul li ul{
    padding-top:0;
  }

  div.menu ul li ul li a{
    padding:0 0 0 15px;
    width:135px;
  }

  div.menu ul li ul li ul li a{
    padding:0 0 0 25px;
    width:125px;
  }

  div.bottom{
    width:100%;
    text-align:right;
    font-family:Sans-Serif;
    font-size:75%;
  }

  .title2{
    background-color:#4D2905;
    color:#FFFFFF;
    font-weight:bold;
  }
}

@media screen, print{
  h1{
    font-weight:bold;
    font-style:italic;
    font-size:175%;
    text-align:center;
  }

  #result_report{
    text-align:center;
    font-weight:bold;
    border-bottom:1px solid #000000;
  }

  #results .search_result_title{
    border-bottom:1px dotted #000000;
  }

  #results .search_result{
    margin:10px;
  }

  #other_pages{
    border-top:1px solid #000000;
    text-align:center;
  }

  #powered_by{
    margin-top:20px;
    text-align:center;
  }

  div.url{
    font-style:italic;
  }

  div.search_result_match{
    font-style:italic;
  }

  a{
    color:#6b6c6a;
    text-decoration:none;
  }

  a:hover{
    text-decoration:underline;
  }

  .block{
    display:block;
    padding:2px;
  }

  .preload{
    display:none;
  }

  .borderbottom{
    border-bottom:1px solid #000000;
  }

  ul.listing li{
    font-weight:bold;
  }

  ul.listing li ul li{
    font-weight:normal;
  }
}