/*  DUPLER

    web    by SPIDERWEB
    design by CRYO
    code   by me

 */

/*-- default --*/

body
    {
      background-color: #cc9966;
      font-family: "Tahoma","Arial CE","Arial","Helvetica CE","Helvetica",sans-serif;
      font-size: 10pt;
      margin: 0;
      margin-bottom: 15px;
    }

h1
    {
      font-size: 24pt;
      font-weight: lighter;
      margin-bottom: 6pt;
      border-bottom: solid #a37a52 2px;
    }

h2
    {
      font-size: 18pt;
      font-weight: lighter;
      margin-top: 6pt;
      margin-bottom: 4pt;
    }

h3
    {
      font-size: 14pt;
      font-weight: lighter;
      margin-top: 4pt;
      margin-bottom: 4pt;
    }

p
    {
      margin-top: 8pt;
      margin-bottom: 8pt;
    }

th
   {
      text-align: left;
      font-weight: lighter;
      color: #663300;
   }

td
   {
      font-size: 11pt;
   }
/*-- classes --*/

a.submenu
    {
      color: #765d44;
      text-decoration: none;
    }

a.submenu:hover
    {
      color: #ffdd99;
      x-color: #594b3e;
      x-text-decoration: underline;
      x-background-color: #b9913f;
    }

p.linx
    {
      font-size: 9pt;
      text-align: center;
      color: #765d44;
    }

p.bottomlinx
    {
      margin-top: 0pt;
      margin-bottom: 0pt;
      border-bottom: solid #a37a52 2px;
    }

a
    {
      color: #765d44;
      text-decoration: none;
    }

a:hover
    {
      color: #ffdd99;
    }

a.linx
    {
      color: #765d44;
      text-decoration: none;
    }

a.linx:hover
    {
      color: #ffdd99;
      x-background-color: #b9913f;
    }

a.extlink
    {
      color: #000000;
      text-decoration: underline;
    }

dt a
    {
      color: #000000;
      text-decoration: none;
    }

dt a:hover
    {
      color: #ffdd99;
      x-background-color: #b9913f;
    }

dd a
    {
      color: #765d44;
      text-decoration: none;
    }

dd a:hover
    {
      color: #ffdd99;
      x-background-color: #b9913f;
      x-text-decoration: underline;
    }

.popis
    {
      font-size: 9pt;
    }

img.vrohu
    {
      width: 210px;
      background-image:url(../images/bg-trans.gif);
      xborder:1px outset;
      xborder-top:0;
    }

img.duro
    {
      width:  300px;
      height: 200px;
      background-image:url(../images/bg-trans.gif);
    }

img.prsl
    {
      width:  150px;
      height: 100px;
      background-image:url(../images/bg-trans.gif);
    }

.smaller
    {
      font-size: 10pt;
    }