/************************************************** PISMO A VELIKOST */

body, input, select, textarea, th, td {
  font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; /* Tahoma (alternativní bezpatkové písmo) */
}

input, select, textarea {
  font-size: 100%;
}

body, th, td {
  font-size: 78%; /* th, td only for IE < 6 */
  line-height: 1.4;
}

th, td {
  font-\size: 100%;
}

h1, h2, h3, h4, h5 {
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif; /* Trebuchet MS (elegantní bezpatkové písmo) */
}



/************************************************** LAYOUT */

body, html {
  margin: 0; padding: 0;
}

body {
  background: white;
  color: black;
}

#accessibility, #header,  #side,  #minimenu,  hr {
      display: none;
    }

    #footer {
      clear: both;
      padding: 20px 0px 10px 0px;
      font-size: 84%;
      text-align: center;
    }
