/* ------------------------------- STRANKA ---------------------------------- */

  body
  {
    background: url(img/page-bg-repeat.png) repeat-x left top #000000;
    text-align: center;
  }

  #main
  {
    background:  url(img/header-bg.png) no-repeat left top;
    width: 1200px;
    margin: 0px auto;
    text-align: left;
  }

/* ----------------------------- TOP FRAME ---------------------------------- */

  #top-frame
  {
    height: 38px;
    background: #000000;
    overflow: hidden;
  }

  #lang-switch-frame
  {
    height:24px;
    ^height:32px;
    padding-top: 8px;
    float: left;
    width: 1000px;
    text-align: center;
    background: #000000;
  }


  #lang-switch-frame img
  {
    position: relative;
    top: -2px;
    margin-right: 4px;
  }

  #toolbar-frame
  {
    float: right;
    padding-top:8px;
    height:24px;
    ^height:32px;
    width: 200px;
    text-align: right;
  }

  
/* ------------------------------ HLAVICKA ---------------------------------- */

  #header
  {
    text-align: left;
    width: 1200px;
    height: 214px;
    background: url(img/header-bg.jpg) no-repeat left top #000000;
    overflow: hidden;
  }

  #header-content
  {
    padding-top: 12px;
  }
  
  #logo-box
  {
    padding-left: 35px;
  }

  #header-box-1
  {
     float: left;
     width: 268px;
     overflow: hidden;
  }

  #header-box-2
  {
     float: left;
     width: 930px;
     overflow: hidden;
     padding-top: 170px;
  }
  


/* ------------------------------- navig row -------------------------------- */

  #navig-path
  {
    padding: 3px 0px;
    border-bottom: 2px solid #DDDDDD;
    margin-bottom: 15px;
    color: #AAAAAA;
    font-size: 90%;
    /*
    background: #EEEEEE;
    */
  }
  
  #navig-path a         { color: #6C6C6C; text-decoration: none; font-weight: normal;}
  #navig-path a:link    { color: #6C6C6C; text-decoration: none;}
  #navig-path a:visited { color: #6C6C6C; text-decoration: none;}
  #navig-path a:active  { color: #6C6C6C; text-decoration: none;}
  #navig-path a:hover   { color: #CC0000; text-decoration: underline;}
  

/* ---------------------------------- PAGE ---------------------------------- */

#page
{
  text-align: left;
  margin: 0px;
  padding: 0px;
  min-height: 100px;
  ^height: 100px;
  clear: both;
}

#page-content
{
  clear: both;
  border: 0px;
  margin: 0px auto 0px 0px;
  padding: 15px 0px 0px 0px;
  text-align: left;
}


/* -------------------------------- COLUMNS --------------------------------- */

  #columns
  {
    clear: both;
    line-height: 130%;
  }

  #columns h1
  {
    margin:  0.3em 0px 0.3em 0px;
    padding: 0px 0px;
  }

  #columns h2
  {
    margin: 0em 0em 0.25em 0em;
    line-height: 130%;
  }
  
  #columns p
  {
    margin-top: 0.5em;
  }

  #columns #column-2 h2
  {
    color: #ffffff;
    font-size: 1.8em;
  }
  
  #columns h2.blue-bg-header
  {

  }


  #column-2 h3, #column-2-3 h3
  {
    color: #CC0000;
    margin: 1em 0em 0.5em 0em;
  }


/* -------------------------------- COLUMN 1 -------------------------------- */

  #column-1
  {
    width: 290px;
    min-height: 100px;
    ^height: 100px;
    float: left;
    overflow-x: hidden;
  }
  

  #column-1-padding
  {
    padding: 20px 80px 10px 20px;
  }
  


/* -------------------------------- COLUMN 2 -------------------------------- */

  #column-2
  {
    min-height: 100px;
    ^height: 100px;
    width:666px;
    float: left;
    overflow-x: hidden;
    overflow-y: visible;
    font-size: 105%;
    line-height: 150%;
  }

  #column-2-padding
  {
    padding: 20px 95px 10px 0px;
  }

/* -------------------------------- column 3 -------------------------------- */

  #column-3
  {
    /*
    position: relative;
    top: -30px;
    */
    min-height: 100px;
    ^height: 100px;
    width: 244px;
    float: left;
  }


  #column-3-padding
  {
    padding: 20px 20px 10px 0px;
    overflow-x: hidden;
  }
  
/* ----------------------------- COLUMN 2 - 3 ------------------------------- */

  #column-2-3
  {
    min-height: 100px;
    ^height: 100px;
    width:797px;
    float: left;
    overflow-x: hidden;
    overflow-y: hidden;
    ^overflow-y: visible;
    font-size: 105%;
    line-height: 130%;
  }

  #column-2-3-padding
  {
    padding: 0px 15px 0px 15px;
  }



/* -------------------------------- CLASSES --------------------------------- */

  .hr
  {
    clear: both;
    height: 0px;
    font-size: 0px;
    border-top: 2px solid #FFFFFF;
  }
  .clear
  {
    clear: both;
    font-size: 1px;
    height: 0px;
  }
  .invisible
  {
    display: none;
  }
  .forprint
  {
    display: none; /* pro tiskové styly */
  }

/* --------------------------------- footer--------------------------------- */

  #footer
  {
    margin-top: 20px;
    padding-top: 8px;
    font-size: 90%;
    height: 80px;
  }
  
  #footer-top
  {
    padding: 0px 0px;
    margin: 0px 85px 10px 85px;
    background: #3E2D26;
    height: 30px;
  }
  
  #footer-top ul
  {
    list-style-type: none;
    margin: 0px 0px 0px 15px;
    padding: 7px 0px 0px 0px;
  }

  #footer-top ul li
  {
    color: #FFFFFF;
    float: left;
    margin: 0px;
    padding: 0px 5px 0px 5px;
  }

  #footer-top ul a
  {
    float: left;
    display: block;
  }

  #footer-top a         { color: #B9B4B1; text-decoration: underline; font-weight: normal;}
  #footer-top a:link    { color: #B9B4B1; text-decoration: underline;}
  #footer-top a:visited { color: #B9B4B1; text-decoration: underline;}
  #footer-top a:active  { color: #B9B4B1; text-decoration: underline;}
  #footer-top a:hover   { color: #FFFFFF; text-decoration: underline;}

  #footer-content
  {

  }
  
  #footer-left
  {
    float: left;
    width: 500px;
    margin-left: 105px;
    color: #B3B3B3;
  }
  
  #footer-right
  {
    float: right;
    width: 300px;
    margin-right: 100px;
    color: #B3B3B3;
    font-weight: bold;
    text-align: right;
  }


  #footer-logos
  {
    clear: both;
    padding-top: 20px;
    margin-left: 105px;
  }
  
  
/* ----------------------------- pagelisting -------------------------------- */

  #column-2 .pagelisting
  {
    margin: 1em;
    font-size: 100%;
    text-align: right;
    color: #CC0000;
  }
  
  #column-2 .pagelisting .selected
  {
    font-weight: bold;
  }

   #column-2 .pagelisting .disabled
   {
     color: #F3D1D1;
     /*font-weight: bold;*/
   }
  

  #column-2 .pagelisting a                  { color:  #CC0000;  text-decoration: none; font-weight: normal;}
  #column-2 .pagelisting a:link             { color:  #CC0000;  text-decoration: none;}
  #column-2 .pagelisting a:visited          { color:  #CC0000;  text-decoration: none;}
  #column-2 .pagelisting a:active           { color:  #CC0000;  text-decoration: none;}
  #column-2 .pagelisting a:hover            { color:  #FF0000;  text-decoration: underline;}

  #column-2 .pagelisting a.selected         { text-decoration: none; font-weight: bold; font-size:110%}
  #column-2 .pagelisting a.selected:link    { text-decoration: none;}
  #column-2 .pagelisting a.selected:visited { text-decoration: none;}
  #column-2 .pagelisting a.selected:active  { text-decoration: none;}
  #column-2 .pagelisting a.selected:hover   { text-decoration: underline;}


/* -------------------------------------------------------------------------- */

  .navigation-back
  {
    text-align: right;
  }
  
  #columns #column-2 h2.header-blue-narow
  {
    color: #FFFFFF;
    /*font-weight: bold;*/
    background: url(img/box-header-bg-blue-narow.png) no-repeat #016DB5;

    font-size: 1em;
    text-align: center;

    padding-top: 8px;
    margin-bottom: 20px;

    width: 179px;
    height: 21px;
    ^height: 29px;

    overflow: hidden;

  }
  
  
/* ------------------------------ fieldset ---------------------------------- */

  .field-set-box
  {
    margin: 1em 10px;
    border: 1px solid #DCEAF5;
    padding: 8px;
    margin-bottom: 1em;
  }
  

  .field-set-box legend
  {
    font-size: 110%;
    color: #D9321E;
    font-weight: bold;
  }
  
  .field-set-box .input-1, .input-1
  {
    border: 1px solid #A0A0A0;
    font-size: 90%;
  }
  
  .field-set-box .button-1, .button-1
  {
    cursor: pointer;
    border: 0px;
    background: #D9321E;
    font-weight: bold;
    color: #FFFFFF;
  }
  
/* ------------------------------------- image ------------------------------ */

  img.img-border-1
  {
    border: 1px solid #DCEAF5;
  }

  .img-border-1 img
  {
    border: 1px solid #DCEAF5;
  }
  


  img.img-border-2
  {
    border: 2px solid #DCEAF5;
  }

  .img-border-2 img
  {
    border: 2px solid #DCEAF5;
  }


