@media handheld {
  
  * {
    margin: 0px;
    padding: 0px;
  }
  
  html,body {
    height: 100%;
    margin: 0px;
  }
  
  body {
    font-family: "Trebuchet MS",Verdana, Tahoma, Arial, Sans-serif;
    font-size: 62.5%;  /* 10px */
    text-align: left;
    color: #000000;
    margin: 3px;
    background-color: #ffffff;
  }
  
  a {
    color: #eb2d2e;
    text-decoration: none;
    outline: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  #header {
    position: relative;
    height: 60px;
    width: 230px;
    background: #ffffff url('/px/mobhead.png') no-repeat 0 50%;
  }
  
  #header * {
    display: none;
  }
  
  #menu {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    margin-bottom: 5px;
  }
  #menu ul {
    list-style: none;
    margin-left: 10px;
  }
  
  #main p, #main h1, #main h2 {
    margin: 20px 0 0 0;
    font-size: 100%;
    line-height: 100%;
  }
  
  #adres, #loading, #foto {
    display: none;
  }
  
  #footer {
    margin-top: 20px;
    border-top: 1px solid #000000;
    text-align: center;
  }
  
  #footer * {
    float: left;
  }
  
  #footer ul {
    margin: 10px 0 10px 0;
  }
  
  #footer ul li {
    margin: 1px;
  }
  
  #footer #mailaddress {
    display: none;
  }
}
