/* ------------------------------- GLOBAL ----------------------------------- */
    body,html
    {
      margin:0;
      padding:0;
      height:100%;
      text-align: center;
		background-image: url(img/back-main.gif);
    }
    /* all elements */
    * { 
	 font-family:  'Tahoma','Arial CE', Arial, 'Verdana CE',Verdana, 'Lucida Grande CE', 'Helvetica CE', Arial, lucida, sans-serif;
    }
    /* set fontsize for basic emements*/
    td, p, div, tr, th, table, input, select, textarea
    {
      font-size: 100%;
		color: #ffffff;
    }
	 td.normal {
	 	vertical-align: top;
		font-size: 90%;
	 }
    /* 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: #2E61B2;  }
    div {	text-align: left;}
/* ------------------------------- ODKAZY ---------------------------------- */

 a         { color: #DAA520; text-decoration: underline;}
 a:link    { color: #DAA520; text-decoration: underline;}
 a:visited { color: #DAA520; text-decoration: underline;}
 a:active  { color: #DAA520; text-decoration: underline;}
 a:hover   { color: #FFFFFF; text-decoration: underline;}

/* ------------------------------- NADPISY ---------------------------------- */


  h1
  {
    font-size: 1.6em;
    margin-top: 0em;
    margin-bottom: 0.7em;
    color: #FFFFFF;
    
  }

  h1 small
  {
    font-weight: normal;
    font-size: 0.7em;
  }

  h2
  {
    font-size: 1.2em;
  }

  h3
  {
    font-size: 1.1em;
  }

  h4
  {
    font-size: 1.05em;
    margin: 1em 0em;
  }


  h5
  {
    font-size: 1.0em;
  }
