* {
  margin: 0px;
  padding: 0px;
}

ul {
    margin-left: 20px;
    margin-bottom: 0px;
    margin-top: 0px;

}

li {
	padding-top: 5px;
	padding-left: 10px;
	color: #B3223F;

}


body {
  font-family: Arial;
  color: #000000;
  font-size: 80%;
  background: #CCCCCC;
  margin: 10px;
}

  
a {
  color: #000000;
  text-decoration: none;
}
  
a:hover {
  color: #B3223F;
  text-decoration: underline;
}  

#main {
  width: 800px;
  background: url(../../../749034/images/skelet/bg.jpg) #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #777370;
}

#logo {
  background: url(../../../749034/images/skelet/logo_bg.jpg);
  border-bottom: 3px solid #A72D3C;
  height: 186px;
  width: 800px;
}

  #logo img {
    display: inline;
    margin-left: 50px;
    float: left;
    margin-top: 10px;
    border: 0px;
  }
  
  #logo .odkazy {
    display: inline;
    float: right;
    margin-right: 50px;
    margin-top: 30px;
  }
  
  #logo .menu {
    clear: both;
    padding-top: 95px;
  }
    
    #logo .menu ul {
      list-style: none;
      margin-left: 40px;
    }
    
      #logo .menu li {
        display: inline;
        padding: 0px 40px 0px 0px;
      }
      
        #logo .menu a, #logo .menu a:hover {
          text-decoration: none;
          padding: 10px;
          color: #072847;
          font-weight: bold;
          font-size: 125%;
        }

#left_menu {
  background: #D8CFB2;
  float: left;
  width: 183px;
  padding: 10px 0px 10px 0px;
}

  #left_menu h2 {
    padding: 15px 0px 5px 10px;
    color: #4C6687;
    font-size: 90%;
    border-bottom: 1px dotted #828073;
  }
  
  #left_menu ul {
    font-size: 80%;
    list-style: none;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  
    #left_menu li {
      padding-top: 5px;
      padding-left: 10px;
      background: url(../../../749034/images/skelet/dot2.jpg) no-repeat 0px 10px;
    }
  
    #left_menu a {
      color: #777468;
      text-decoration: none;
    }
    
    #left_menu a:hover {
      color: #B12F3B;
      text-decoration: underline;
    }

#display {
  background: url(../../../749034/images/skelet/bg_sec.jpg) no-repeat bottom right #F7F7EB;
  float: right;
  margin: 0px 3px 0px 0px;
  padding: 10px;
  font-size: 80%;
  width: 585px;
}

  #display h1 {
    color: #B2293B;
    font-size: 130%;
  }
  
  #display h2 {
    color: #25251B;
    font-size: 130%;
  }

  #display p {
    margin: 20px 0px 20px 0px;
  }
  
  #display dl {
    margin: 15px 0px 15px 25px;
  }
  
  #display dt {
    background: url(../../../749034/images/skelet/dot.jpg) no-repeat center left;
    padding-left: 17px;
  }
  
  #display dd {
    padding: 0px 0px 15px 17px;
  }

#footer {
  clear: both;
  border-top: 3px solid #A72D3C;
  color: #636363;
  font-size: 90%;
  background: #FFFFFF;
}

  #footer .data {
    margin-left: 175px;
    padding: 10px;
  }

  #footer .tabs {
    background: url(../../../749034/images/skelet/bg_down.jpg) no-repeat top left;
    float: left;
    margin-bottom: 20px;
    padding: 0px 10px 10px 10px;
    width: 145px;
  }
  
  #footer .tabs_last {
    background: url(../../../749034/images/skelet/bg_down_last.jpg) no-repeat top left;
    float: left;
    margin-bottom: 20px;
    padding: 0px 10px 10px 10px;
    width: 145px;
  }
  
    #footer .tabs .text, .tabs_last .text {
      font-size: 80%;
      padding-bottom: 5px;
      border-bottom: 1px dotted #838383;
    }
    
    #footer .tabs .links, .tabs_last .links {
      font-size: 80%;
      padding-top: 5px;
    }

  #footer .copyright {
    clear: both;
    padding: 15px 0px 20px 50px;
    border-top: 1px dotted #838383;
  }
