* { margin: 0px; padding: 0px; font-size: 9pt;}

tml, body, div, h1, h2, h3, p, ul, ol, li, address, form, fieldset, img, iframe {
	margin: 0;
	padding: 0;
	border: none;
}

a:hover {
  text-decoration: none!important;
}

.black_href a {
  color: black;
}

.align_right { float: right; text-align: right; }

.my_text_input {
    border: 1px solid rgb(82,112,166);
}

.my_submit_button {
    border: 1px solid rgb(82,112,166);
    width: 136px;
}

.my_submit_button:hover {
    background: #d5d5d5;
}

.box {
    float: left;
    border: 1px solid rgb(82,112,166);
    width: 97%;
    margin-bottom: 30px;
    padding: 0px 5px 15px 5px;
    font-size: 9pt;
}
.box:hover {
  background: #f3f3f3;
}

.box_in {
  float: left;
  margin: 3px 0px 5px 20px;
  height: 18px;
  padding: 2px 5px 0px 5px;
  background: rgb(82,112,166);
  border: 1px solid black;
  font-weight: bold;
  color: white;
  font-size: 10pt;
}

.box_in a {
    color: white;
}

.dotted_line {
  width: 100%;
  float: left;
  height: 1px;
  border-bottom: 1px dotted rgb(225,225,225);
  margin-top: 5px;
}

.href_style {
    float: left;
    color: white;
    text-align: center;
    width: 100%;
    background: rgb(82,112,166);
    margin-bottom: 10px;
    color: white;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    
}

.href_style:hover {
   background: rgb(10,150,166);
}

h1 {
  line-height: 130px;
  color: rgb(203,86,89);
  font-size: 30pt;
  margin-left: 30px;
  float: left;
}

h2 {
  float: left;
  font-weight: bold;
  font-size: 17pt;
  color: rgb(94,80,70);
  margin-top: 22px;
}

.dow {
  float: left;
  font-weight: bold;
  font-size: 13pt;
  color: rgb(94,80,70);
  margin-top: -6px;
  width: 300px;
}

a{ text-decoration: none; color: white;}
a:hover { color: black;}
a:link {  color: white;}
a:active {  color: black;}


body {
	font-family: Calibri;
	margin: 0;
	padding: 0;
	font-size: 9pt;
}

#layout {

    margin: 0 auto;
    text-align: center;
    width: 887px;
    
}

#layout #main { 
    float: left;
    width: 887px;
}

#layout #main #logo {
    float: left;
    width: 887px;
    height: 75px;
    background: url("graph/banner_top.jpg") repeat-x;
  }
  
#layout #main #line {
    float: left;
    width: 887px;
    height: 7px;
    background: rgb(149,148,148);
}

#layout #main .menu {
    float: left;
    width: 822px;
    height: 119px;
    border-bottom: 1px dotted rgb(225,225,225);
    margin-left: 16px;
    padding-right: 16px;    
}

#layout #main .menu img {
    float: left;
    margin-top: 32px;
    margin-right: 35px;
}

      #layout #main .menu .menu_item {
          float: left;
          width: 72px;
          height: 70px;
          margin-top: 28px;
          background: url("graph/menu_1px.jpg") repeat-y;
          margin-right: 7px;
          line-height: 70px;
          font-size: 9pt;
          color: white;
      }
      
      #layout #main .menu_item:hover {   
      background: url("graph/menu_item_hover.jpg") repeat-x;      
        /*            
        background-color: blue !important; */ 
      }
      
      #layout #main .menu .menu2line {
          line-height: 14px;
          padding-top: 20px;
          height: 50px;
      }
      
#layout #main #main_left {
  float: left;
  width: 600px;
  margin-left: 10px;
}

#layout #main #main_left_top {
    float: left;
    width: 100%;
    min-height: 62px;
    _height: 62px;    background: url("graph/main_bg.jpg") no-repeat center bottom;
}

#layout #main #main_right {
  float: left;
  width: 277px;
}

#layout #main #bude_uvedeno {
  float: left;
  width: 158px;
  height: 24px;
  background: rgb(14,71,140);
  color: white;
  line-height: 24px;
  font-weight: bold;
  font-size: 11pt;
  margin-top: 25px;
  margin-right: 44px;
  margin-left: 5px;
}

#layout #main #center_left {
    float: left;
    margin: 14px 35px 0px 5px;
    width: 160px;
    background: rgb(82,112,166);
    text-align: left;
}

#center_left #center_left_in {
    float: left;
    width: 140px;
    margin-left: 10px;
    margin-top: 10px;
    padding-bottom: 20px;
}

#center_left_in .section {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

#center_left_in .date {
    float: left;
    font-style: italic;
    font-size: 8pt;
    color: rgb(44,41,43);
    font-weight: bold;
    width: 100%;
    margin-bottom: 5px;
}

#center_left_in .product {
    float: left;
    color: white;
    font-weight: normal;
    font-size: 13px;
    width: 100%;
    line-height: 18px;
}

#center_left_in .product a {
    color: white;
}
    
#center_left_in .product a:hover {
    text-decoration: underline !important;
}
      
#layout #main #center_center {
    float: left;
    width: 400px;
    padding-bottom: 20px;
    margin-top: 14px;
}

#layout #main #center_center_in {
    float: left;
    width: 360px;
    margin-left: 10px;
    text-align: left;
}

#center_center_in h3 {
    float: left;
    width: 100%;
    font-size: 12pt;
    font-weight: bold;
    color: rgb(203,86,89);
}

#center_center_in a{
    text-decoration: underline;
}
#center_center_in .text_in {
    float: left;
    line-height: 22px;
    text-align: justify;
}

.read_all {
  float: left;
  text-align: right;
  width: 100%;
  margin-bottom: 20px;
}

.read_all a {
  text-decoration: underline;
  color: rgb(82,112,166);
  font-size: 9pt;
}


#layout #main #center_right {
    float: left;
    width: 195px;
    height: 260px;
    margin-top: 5px;
    margin-left: 40px;
}

#main #center_right a {
    color: black;
}

#layout #main #center_right h2 {
    float: left;
    border-bottom: 1px dotted rgb(225,225,225);
    font-size: 12pt;
    color: rgb(94,80,70);
    width: 100%;
    display: inline;
    text-align: left;
    padding-bottom: 4px;
    margin-bottom: 15px;
}

#layout #main #center_right img {
    float: right;
    margin-top: 5px;
}

.my_input {
    border: 1px rgb(240,240,240) solid;
    float: left;
    height: 20px;
}

#login {
    float: left;
    margin-top: 15px;
    color: black;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 5px;
}
#login a {
    color: rgb(141,124,108) !important;
    font-size: 12pt;
    font-weight: bold;
}

#login a:hover{
    color: black!important;
}
#layout #main #center_right .login_button {
    color: rgb(210,109,111);
    float: left;
    padding-top: 4px;
    margin-right: 5px;
    font-size: 8pt;
    font-weight: bold;
}


#layout #main #center_right2 {
    float: left;
    width: 195px;
    margin-left: 40px;
    background: rgb(82,112,166);
    margin-top: -30px;
}



#layout #main #center_right2 #center_right2_in {
    float: left;
    width: 175px;
    margin: -10px 0px 14px 10px;
    text-align: left;
    padding-bottom: 20px;
}

#center_right2_in h2 {
  color: white;
  width: 100%;
}

#center_right2_in .date {
    float: left;
    color: rgb(44,41,43);
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 9pt;
    font-style: italic;
    font-weight: bold;
    width: 100%;
}

#center_right2_in h3{
      float: left;
      font-size: 10pt;
      color: white;
      font-weight: normal;
}

#center_right2_in h3 a:hover{
      text-decoration: underline!important;
}

#center_right2_in .des {
    float: left;
    margin-left: 20px;
    font-size: 9pt;
    color: white;
    margin-bottom: 10px;
}

#footer { 
    float: left;
    margin-top: 10px;
    width: 100%;
    padding: 15px 0px 15px 0px;
    background: rgb(82,112,166);
    
}

.error_message{
    float: left;
    width: 100%;
    height: 20px;
    background: #ff3030;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    margin: 5px 0px 15px 0px;
}

.ok_message{
    float: left;
    width: 100%;
    height: 20px;
    background: #207F20;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    margin: 5px 0px 15px 0px;
}

.left_middle {
  float: left;
  width: 97%;
  text-align: left;
  padding: 10px 0px 0px 10px;
}

.left_middle h3 {
    float: left;
    font-size: 12pt;
    font-weight: bold;
    color: rgb(203,86,89);
    width: 100%;
}

.left_middle .text_in {
    float: left;
    line-height: 22px;
    text-align: justify;
}

table a {
  color: black;
}

.new_link {
  float: left;
  width: 100%;
  margin-top: 30px;
  border-top: 1px solid rgb(82,112,166);
  padding-top: 4px;
}

.new_link_link {
  float: left;
  width: 100%;
  margin-left: 20px;
  line-height: 20px;
  color: black;
  font-size: 12pt;
}

.download_odsazeno {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.black_text a {
  color: black;
}

.black_color {
  color: black;
}


#muj_assetskej .date {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

#muj_assetskej a {
   color: black;
}

.c_asset {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.download_desc {
    float: left;
    width: 100%;
    background: #ebebeb;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-bottom: 20px;
}

h2.download_title_s {
  width: 100%;
}

h3.download_title_s {
  width: 100%;
  margin-left: 10px;
}

.download_odsazeno a {
  color: black;
}

h2.nadpisSekce{
   white-space: normal!important;
   width: 340px;
   text-align: left;
}

.adminHrSep{
  margin: 5px 0px 0px 0px;
}
/* obecne style*/
.display_none {display: none !important;}
.clear {display: block; clear: both;}
.ftpUrl {color: blue!important;}
a.plus, a.minus {color: red; display: inline; padding-left: 20px; font-weight: bold; outline: none;}     