
*{
  margin: 0;
  padding: 0;
}

img{
  border: none;
}
  img.ikonka{
    width: 88px;
    height: 31px;
  }

a{
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
  a:hover{
    color: #000000;
    text-decoration: underline;
  }


body,html{
  font-family: tahoma, verdana, arial, sans-serif;
  font-size: 0.9em;
  line-height: 1.4;
  text-align: center;
  background: #f2f3f4;
  color: #000000;
}


div#cele{
  position: relative;
  width: 799px;
  height: 100%;
  text-align: center;
  margin: 0 auto 0 auto;
}
 
  
  div#cele h1{
    position: center;
    width: 799px;
    height: 172px;
    margin-bottom: 0px;
    background: url("img/logo1.jpg") top no-repeat;
    overflow: hidden;
  }
    div#cele h1 span{
      z-index: 1;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 799px;
      height: 172px;
      background: url("img/logo1.jpg") top no-repeat;
    }

  div#cele div#lave_menu{
    position: left;
    width: 140px;
    margin-right: 5px;
    float: left;
    text-align: left;
    line-height: 1.6;
  }
  div#cele>div#lave_menu{
    margin-left: 0px;
  }
    div#cele div#lave_menu h3{
      width: 130px;
      height: 34px;
      padding: 3px 0px 0 0px;
      color: white;
      text-align: center;
      font-size: 11px;
      font-weight: bold;
      font-family: Verdana;
      border-left: #CED7E0 5px solid;
      border-right: #CED7E0 5px solid;
      background: white url("img/menu_hore12.jpg") no-repeat;
    }
    div#cele div#lave_menu ul{
      width: 100%;
      height: 100%;
      font-size: 11px;
      font-family: Verdana;
      padding-bottom: 17px;
      margin-bottom: 0px;
      list-style-type: none;
      background: url("img/menu_dole12.jpg") bottom no-repeat;
    }
      div#cele div#lave_menu ul li{
        width: 140;
        height: 20;
        padding: 0 0 0 16px;
        background-color: #E1EBF3;
        background: url("img/menu12.jpg") no-repeat;
        border-right: #CED7E0 5px solid;
        border-left: #CED7E0 5px solid;
        
      }
        div#cele div#lave_menu ul li a{
          color: #000000;
          font-weight: normal;
          text-decoration: none;
        }
          div#cele div#lave_menu ul li a:hover{
            color: #000000;
            text-decoration: underline;
          }
 
  div#cele div#prave_menu{
    position: left;
    width: 140px;
    margin-right: 3px;
    float: right;
    line-height: 1.6;
  }
  div#cele>div#prave_menu{
    margin-right: 0px;
  }
    div#cele div#prave_menu h3{
      width: 130px;
      height: 34px;
      padding: 3px 0 0 0px;
      color: white;
      text-align: center;
      font-size: 11px;
      font-weight: bold;
      font-family: Verdana;
      border-left: #CED7E0 5px solid;
      border-right: #CED7E0 5px solid;
      background: url("img/menu_hore12.jpg") no-repeat;
    }
    div#cele div#prave_menu ul{
      width: 100%;
      height: 100%;
      font-size: 11px;
      font-family: Verdana;
      padding-bottom: 17px;
      margin-bottom: 0px;
      list-style-type: none;
      background: url("img/menu_dole12.jpg") bottom no-repeat;
    }
      div#cele div#prave_menu ul li{
        width: 140;
        height: 100%;
        padding: 0 0 0 0px;
        background-color: #E1EBF3;
       background: url("img/menu12.jpg") no-repeat;
        border-right: #CED7E0 5px solid;
        border-left: #CED7E0 5px solid;
      }
       div#cele div#prave_menu ul li a{
          color: #000000;
          font-weight: normal;
          text-decoration: none;
        }
          div#cele div#prave_menu ul li a:hover{
            color: #000000;
            text-decoration: underline;
          }
       
         div#cele div#prave_menu ul li a img{
            border: #cccccc 2px dashed;
            
          }         
          div#cele div#prave_menu ul li a:hover img{
            border: #cccccc 2px solid;
            
          }
         

  div#cele div#spodok{
    position: relative;
    clear: both;
    color: rgb(128,128,128);
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana;
    width: 799px;
    height: 67px;
    padding: 20px 0px 5px 3px;
    margin: 0px 0px 0px -1px; 
    text-align: left;
    background: url("img/spodok.png") top center no-repeat;
  }

  div#cele div#obsah{
    width: 490px;
    position: center;
    margin: 0;
    padding: 0 0 0 12px;
  }
  div#cele>div#obsah{
    margin: 0 0 0 142px;
  }
    
    div#cele div#obsah div.novinka{
      position: center;
      background: url("img/novinka1.jpg") top center repeat-x;
      background-color: #E1EBF3;
      text-align: left;
      width: 490;
      margin: 5px 0 10px 0;
      
    }
      div#cele div#obsah div.novinka h2{
        width: 490px;
        position: relative;
        color: #000000;
        font-size: 12px;
        height: 23px;
        padding: 3px 0 0px 20px;
      }
        div#cele div#obsah div.novinka span.datum{
          position: absolute;
          left: 490px;
          top: 0;
          font-size: 11px;
          font-weight: bold;
          color: #999999;
          height: 15px;
        }
      div#cele div#obsah div.novinka p{
        position: relative;
        font-family: verdana;
        text-align: justify;
        padding: 5px 5px 5px 5px;
        overflow: hidden;
        border-right: #CED7E0 1px solid;
        border-left: #CED7E0 1px solid;
      }
      div#cele div#obsah div.novinka div.tabulka{
        font-family: verdana;
        text-align: left;
        padding: 1px 1px 1px 1px;
        overflow: hidden;
        background-color: #E1EBF3;
        }
        div#cele div#obsah div.novinka p img.obr_nov{
          float: right;
          margin: 3px 0 5px 5px;
           width: 120px;
          height: 89px;        
        }
         
        div#cele div#obsah div.novinka p img{
          margin: 1px 1px 1px 0;
          height: 100%;
        }
        div#cele div#obsah div.novinka img{
          margin: 0px 0px 0px 0;
          padding-left:0px;
        }
        div#cele div#obsah div.novinka h4{
          padding: 0px 0 10px 12px;
          font-color: rgb(0,0,153);
          font-weight:bold;
          font-size: 14px;
          height: 15px;
          text-decoration: underline;
          text-decoration-color: red;
          border-right: #CED7E0 1px solid;
          border-left: #CED7E0 1px solid;
        }
         h4{
          padding: 0px 0 10px 12px;
          font-color: rgb(0,0,153);
          font-weight:bold;
          font-size: 14px;
          height: 15px;
          text-decoration: underline;
          text-decoration-color: red;
          border-right: #CED7E0 1px solid;
          border-left: #CED7E0 1px solid;
        }
        div#cele div#obsah div.novinka h3{
          padding: 10px 0 10px 12px;
          font-size: 12px;
          height: 15px;
          text-decoration: underline;
          border-right: #CED7E0 1px solid;
          border-left: #CED7E0 1px solid;
        }
        div#cele div#obsah div.novinka ul{
          padding: 5px 5px 5px 25px;
          border-right: #CED7E0 1px solid;
          border-left: #CED7E0 1px solid;
        }
          div#cele div#obsah div.novinka ul{
            text-decoration: none;
          }
       div#cele div#obsah div.novinka ul a{
         font-family: verdana;
         text-color: #000000;
         font-size:11px; 
        }   
       div#cele div#obsah div.novinka ul a:hover{
         font-family: verdana;
         text-color: #000000;
         text-decoration: underline; 
        }    
      div#cele div#obsah div.novinka div.sufix{
        position: relative;
        font-size: 80%;
        padding: 0 10px 0 10px;
        border: #CED7E0 1px solid;
        border-top: none;
      }
      div#cele div#obsah div.novinka form fieldset{
        width: 490px;
        border: #CED7E0 1px solid;
        background-color: #E1EBF3;
      }
      div#cele div#obsah div.novinka table{
        position: right;
        float:right;
        border-collapse: collapse;
        border-right: #96A1AD 1px dashed;
        border-left: #96A1AD 1px dashed;
        width: 490px;
        text-align: center;
      }
        div#cele div#obsah div.novinka table tr{
          margin-top: 2px;
        }
          div#cele div#obsah div.novinka table tr td{
            border: #96A1AD 1px dashed;
          }
          div#cele div#obsah div.novinka table.form tr td{
            border: none;
          }
          div#cele div#obsah div.novinka div.tabulka table{
        position: center;
        border-collapse: collapse;
        border-right: #CED7E0 1px solid;
        border-left: #CED7E0 1px solid;
        width: 490px;
        text-align: center;
      }
        div#cele div#obsah div.novinka div.tabulka table tr{
          margin-top: 2px;
          border: #CED7E0 1px solid;
        }
          div#cele div#obsah div.novinka div.tabulka table tr td{
            border: #CED7E0 1px solid;
          }
          div#cele div#obsah div.novinka div.tabulka table.form tr td{
            border: #CED7E0 1px solid;
          }
