/* ------------------------------------------------------------- vyresetovani stylu */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
form, fieldset, legend, input, textarea, p, th, td, img
  { margin: 0; padding: 0; }
table
  { border-collapse: collapse; border-spacing: 0; }
fieldset, img
  { border: 0; }
th
  { font-style: normal; font-weight: normal; text-align: left; }
li
  { list-style: none; }
legend
  { color:#000; }
body, input, textarea, select
  { font-family: 'Trebuchet MS', Tahoma, Verdana, Arial; font-size: 11px; }
html, body
  { height: 100%; width: 100%; }

.non-visible { 
    display: none; 
}
.cleaner {
    clear: both !important;
    display: block !important;
    float: none !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

