/* CSS Document */

* {
  margin: 0px;
  padding: 0px;
  font-family: Arial;
  font-size: 14px; 
}

body {
  background: #61e2cb url('img/back.jpg') left top repeat-x;
  text-align: center;
}

#container {
  width: 960px;
  margin: 0px auto;
  padding-bottom: 30px;
  text-align: justify;
}

#head {
  position: relative;
  width: 960px;
  padding-top: 80px;
  background: url('img/lev.jpg') left top no-repeat;
}

#side_top {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 240px;
  height: 60px;
  background: url('img/side_top.jpg');
}

#menu {
  height: 30px;
  margin: 0px 0px 0px 290px;
  padding-left: 10px;
  background: url('img/menu_ucho.jpg') left top no-repeat;
  list-style-type: none;
}

  #menu li {
    float: left;
  }
  
  #menu a {
    display: inline-block;
    height: 30px;
    background-position: left top;
  }
  
    #menu a:hover {
      background-position: left bottom;
    }
  
  #menu #m_pro {
    width: 75px;
    background-image: url('img/menu01_75.jpg');
  }
  
  #menu #m_lid {
    width: 45px;
    background-image: url('img/menu02_45.jpg');
  }
  
  #menu #m_pra {
    width: 59px;
    background-image: url('img/menu03_59.jpg');
  }
  
  #menu #m_pub {
    width: 91px;
    background-image: url('img/menu04_91.jpg');
  }
  
  #menu #m_kon {
    width: 80px;
    background-image: url('img/menu05_80.jpg');
  }
  
  #menu #m_odk {
    width: 70px;
    background-image: url('img/menu06_70.jpg');
  }

#logo {
  width: 960px;
  height: 190px;
  background: url('img/logo.jpg');
}

#main {
  float: left;
  width: 710px;
  margin-top: 10px;
  background: url('img/main_back.jpg') center top repeat-y;
}

  #main_top {
    width: 710px;
    height: 15px;
    background: url('img/main_top.jpg');
  }
  
  #main_bot {
    clear: both;
    width: 710px;
    height: 15px;
    background: url('img/main_bot.jpg');
  }

#cont {
  margin: 10px 40px;
}

#sidebar {
  float: right;
  width: 240px;
  background: url('img/side_back.jpg') center top repeat-y;
}

  #sidebar_bot {
    width: 240px;
    height: 10px;
    background: url('img/side_bot.jpg') center top no-repeat;
  }

#sidecont {
  margin: 10px 30px 0px;
  text-align: left;
}

#cont p, #sidecont p {
  margin-bottom: 15px;
}

#cont p {
  line-height: 22px;
}

#cont a, #sidecont a {
  text-decoration: none;
  color: #005993;
  border-bottom: 1px dotted #005993;
}

  #cont a:hover, #sidecont a:hover {
    color: #000;
    border-bottom: 1px solid #000;
  }

#cont img {
  padding: 1px;
  border: 1px solid #396;
}

#foot {
  padding-top: 10px;
  border-top: 1px dashed #333;
  text-align: center;
  line-height: 30px;
}

#okno {
  float: right;
  width: 200px;
  height: 180px;
  margin: 5px 20px;
}

h1 {
  clear: both;
  margin: 30px 0px 15px;
  padding-left: 15px;
  border-left: 5px solid #ff9a00;
  font-size: 150%;
  font-weight: normal;
  color: #036;
}

h2 {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #036;
  letter-spacing: 1px;
}

h3 {
  margin: 10px 0px;
  padding: 15px 0px 0px;
  border-top: 1px dashed #333;
  text-align: right;
  font-weight: normal;
  font-size: 80%;
}

ul.navigace {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #333;
  list-style-type: none;
  text-align: center;
}

  ul.navigace li {
    display: inline;
    margin: 0px 5px;
    padding: 3px 0px;
    border: 1px solid #396;
  }
  
  ul.navigace a {
    padding: 2px 5px;
    border: 1px solid #71b894 !important;
    background-color: #396;
    color: #036 !important;
  }
  
  ul.navigace a:hover {
    border: 1px solid #036 !important;
  }

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.small {
  font-size: 80%;
}

.big {
  font-size: 16px;
}

.hide {
  display: none;
}

.fleft {
  float: left;
  margin: 5px 20px 10px 0px;
}

.fright {
  float: right;
  margin: 5px 0px 10px 20px;
}

.clear {
  clear: both;
}

.rimg200 {
  float: right;
  width: 204px;
  margin: 5px 0px 10px 20px;
  line-height: 15px !important;
}

.limg200 {
  float: left;
  margin: 5px 0px 10px 20px;
  line-height: 15px !important;
}

  .limg200 a {
    border-style: none !important;
  }

.w180 {
  display: inline-block;
  width: 180px;
}

.w150 {
  display: inline-block;
  width: 150px;
}

.validace {
  border: 0px !important;
}

  .validace img {
    border: 0px;
  }