
/* ------------------------------- GLOBAL ----------------------------------- */

    body,html
    {
      margin:0;
      padding:0;
      height:100%;
    }

/* ------------------------------- PÍSMO ------------------------------------ */

    body
    {
      font-family:   'Verdana CE', Verdana,  'Arial CE', Arial, 'Helvetica CE', Helvetica,  'Lucida Grande CE', lucida, sans-serif;
      color: #763A14;
    }

    body
    {
      font-size: 14.4px;    
      line-height: 150%;
    }

    @media only screen and (max-width: 600px) {
    
        body {
          font-size: 16px;
        } 
      
    }

    table, tr, th, td, p, ul, ol, li, div, input, select, textarea
    {
      font-size: 100%;
    }
    
    small, .small 
    {
      font-size: 85%; 
    }
    
    big, .big   
    {
      font-size: 115%; 
    }    

    form
    {
      padding:0px;
      margin:0px;
    }

    img
    {
      border: 0px;
    }
    
/* ------------------------------- ODSTAVCE --------------------------------- */

    p
    {
      margin-top: 1.00em;
      margin-bottom: 1.00em; 
    }

/* ------------------------------- SEZNAMY ---------------------------------- */

    li
    {
      /* margin-top: 0.5em;
      margin-bottom: 0.5em;  */
    }
    
    li ul li
    {
      list-style-type: square;
    }


  ul li
  {
    list-style-image: url(../img/bullet.gif);
  }

  li.no-ginko {
      list-style-image: url(../img/blank.gif);
  }


/* ------------------------------- ODKAZY ---------------------------------- */

a         { color: #CC0000;  text-decoration: underline;}
a:link    { color: #CC0000;  text-decoration: underline;}
a:visited { color: #CC0000;  text-decoration: underline;}
a:active  { color: #CC0000;  text-decoration: underline;}
a:hover   { color: #FF0000;  text-decoration: underline;}


/* ------------------------------- NADPISY ---------------------------------- */


h1
{
  font-size: 1.6em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #E10000;
  line-height: 130%;
  text-align: center;
  font-weight: normal;
}

h1 b {
    color: #E10000;
    font-weight: normal;
}

h1 sup {
  top: -0.7em;
}

#main-content-container > h1:first-of-type {
    margin-top: 0;
}

h1 *
{

}

h1 small
{

  font-weight: normal;
  font-size: 0.7em;
  /* color: #763A14; */
}

h2
{
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.4em;
  color: #00833D;
  font-weight: normal;
}

h3
{
  font-size: 1.2em;
  color: #512F17;
  font-weight: normal;
}

h4
{
  font-size: 1.05em;
  margin: 1em 0em;
}


h5
{
  font-size: 1.0em;
}





/* --------------------------------- FORMS ---------------------------------- */


  label  {
    cursor: pointer;
  }



  sup, sub {
        vertical-align: baseline;
        position: relative;
        top: -0.4em;
      }
      sub { 
        top: 0.4em; 
      }