/* segeln_h.css */
/* stylsheet für segel webseite Handheld */

  html, body {
    height: auto;
    overflow-y: auto;
  }
  #main, #main1, div#menu {
    height: auto;
    position: static;
  }
  div#menu img {
  display: none; 
  }    
    
