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

    body,html
    {
      margin:0;
      padding:0;
      height:100%;
      text-align: left;
      color: #FFFFFF;
    }


    /* all elements */
    *
    {
      font-family: 'Tahoma CE', Tahoma, 'Arial CE', 'Helvetica CE', Arial, lucida, sans-serif;
      /*'Trebuchet MS', 'Geneva CE', lucida, sans-serif, 'Arial CE', 'Verdana CE', Verdana, 'Lucida Grande CE', 'Helvetica CE', Arial, lucida, sans-serif;
      */
    }

    /* set fontsize for basic emements*/
    td, p, div, tr, th, table, input, textarea
    {
      font-size: 100%;
    }

    /* body */
    body
    {
      font-size:72%;
    }

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

    /* img */
    img
    {
      border:  0px;
    }
    
    /* small, big*/
    small {font-size: 85%; }
    big {font-size: 135%; }
    
    input
    {
      color: #333333;
    }

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

 /*
 a         {  color: #EBE6BE; text-decoration: underline; font-weight: bold;}
 a:link    {  color: #EBE6BE; text-decoration: underline;}
 a:visited {  color: #EBE6BE; text-decoration: underline;}
 a:active  {  color: #EBE6BE; text-decoration: underline;}
 a:hover   {  color: #FFFFFF; text-decoration: underline;}
 */
 a         {  color: #FFFFFF; text-decoration: underline; /* font-weight: bold; */}
 a:link    {  color: #FFFFFF; text-decoration: underline;}
 a:visited {  color: #FFFFFF; text-decoration: underline;}
 a:active  {  color: #FFFFFF; text-decoration: underline;}
 a:hover   {  color: #FFFFFF; text-decoration: underline;}


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


  h1
  {
    font-size: 1.6em;
    color: #FFFFFF;
    line-height: 130%;
    font-weight: normal;
  }

  h1 small
  {
    font-weight: normal;
    font-size: 0.7em;
  }

  h2
  {
    color: #949694;
    font-size: 1.2em;
    font-weight: normal;
  }

  h3
  {
    color: #44454D;
    font-size: 1.1em;
    font-weight: normal;
  }

  h4
  {
    #44454D;
    font-size: 1.05em;
  }


  h5
  {
    font-size: 1.0em;
  }
