
/* ------------------------------- GLOBAL ----------------------------------- */

    body,html
    {
      margin:0;
      padding:0;
      height:100%;
      text-align: center;
      color: #666666;
    }


    /* all elements */
    *
    {
      font-family:  'Verdana CE',Verdana, 'Arial CE', '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:68%;
    }

    /* form */
    form
    {
      padding:0px;
      margin:0px;
    }

    /* img */
    img
    {
      border:  0px;
    }
    
    /* small, big*/
    small {font-size: 85%; }
    big {font-size: 115%; }
    
    input
    {
      color: #333333;
    }

/* ------------------------------- ODKAZY ---------------------------------- */

    a         { color: #e48c4f; text-decoration: underline;}
    a:link    { color: #e48c4f; text-decoration: underline;}
    a:visited { color: #e48c4f; text-decoration: underline;}
    a:active  { color: #e48c4f; text-decoration: underline;}
    a:hover   { color: #eab795; text-decoration: underline;}
    

/* ------------------------------- NADPISY ---------------------------------- */
  h1
  {

  }

  h2, h3, h4, h5
  {

  }

  h1
  {
    font-size: 1.8em;
    margin-top: 0em;
    margin-bottom: 0.7em;
    color: #000000;
  }

  h1 small
  {
    font-weight: normal;
    font-size: 0.7em;
    font-style: italic;
  }

  h2
  {
    font-size: 1.2em;
  }

  h3
  {
    font-size: 1.1em;
  }

  h4
  {
    font-size: 1.05em;
  }


  h5
  {
    font-size: 1.0em;
  }