body {
  background-color: #cdcdcd;
  padding: 0px;
  font-family: arial;
  margin: 0px;
}

.banner {
    background-image: url("images/banner_bg.gif");
    background-repeat: repeat-x;
    height: 94px;
}

.menu {
  width: 150px;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  border-collapse: collapse;
  background-color: white;
  /*border-bottom: solid #858689 1px;*/
  border-bottom: solid #D12240 1px;
}

.menufield {
    height: 26px;
    padding: 0px;
    margin: 0px;
    background-image: url("images/header_bg.gif");
    background-repeat: repeat-x;
    /*border: solid #858689 1px;*/
    border: solid #D12240 1px;
    border-bottom: none;
}
.menufield a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: smaller;
  padding-left: 10px;
  padding-right: 10px;
}

.menufield a:hover {
  text-decoration: underline;
}
.submenufield {
  /*border: solid #858689 1px;*/
    border: solid #D12240 1px;
  border-top: none;
  border-bottom: none;
  padding: 7px;
  padding-left: 0px;
}
.submenufield a {
  color: #545454;
  text-decoration: none;
  font-size: smaller;
  font-weight: normal;
  padding-left: 20px;

}
.submenufield a:hover {
  text-decoration: underline;
  background-image: url("images/arrow.gif");
  background-repeat: no-repeat;
  background-position: 5px 50%;
}

span.arrow a {
  background-image: url("images/arrow.gif");
  background-repeat: no-repeat;
  background-position: 5px 50%;
}

.undermenu {
    text-align: center;
    /*border: solid #858689 1px;*/
    border: solid #D12240 1px;
    border-top: none;
    border-bottom: none;
}

.title {
    border: solid #D12240 1px;
    background-image: url("images/title_bg.gif");
    background-repeat: repeat-x;
    height: 42px;
    margin-top: 10px;
    margin-left: 170px;
    margin-right: 10px;
    margin-bottom: 0px;
    color: black;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    padding-bottom: 0px;
    font-size: 17pt;
}

.rightCol {
    float: right;
    width: 180px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.cleaner {
    clear: both;
}

.uvod {
  margin-top: 10px;
  margin-left: 170px;
  margin-right: 200px;
  margin-bottom: 0px;  
  border-width: 0px;
  text-align: center;
  _width: 100%;
}

.news {
  background-color: white;
  border: solid #D12240 1px;
  /*border: solid #858689 1px;*/
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
  font-size: smaller;
}

.knihovna {
  background-color: white;
  border: solid #D12240 1px;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.okraj {
  margin: 10px;
}

.newsdate {
  padding-left: 10px;
  padding-right: 10px;
}

.newsfield {
  padding-right: 10px;
}

.otviraci {
  background-color: white;
  border: solid #D12240 1px;
  border-collapse: collapse;
  font-size: smaller;
  margin-bottom: 20px;
  width: 100%;
}

.otviraci_short {
  color: white;
  background-image: url("images/title_bg.gif");
  background-repeat: repeat-x;
  background-color: #D12240;
  font-weight: bold;
  padding: 3px;    
  border: solid #D12240 1px;
  border-collapse: collapse;
  font-size: smaller;
  margin-bottom: 20px;
  width: 100%;
}

.calendar {
  background-color: white;
  border: solid #D12240 1px;
  border-collapse: collapse;
  font-size: smaller;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.zero, .one, .many {
    border: solid #D12240 1px;
}

.one, .many {
    background-color: #ffde6d;
}

.blok {
  background-color: white;
  border: solid #D12240 1px;
  border-collapse: collapse;
  margin-bottom: 10px;
  font-size: smaller;
  width: 100%;
}

.obsah {
  margin-top: 10px;
  margin-left: 170px;
  margin-right: 10px;
  margin-bottom: 0px;
  _width: 100%;
}

.otviracifield {
  vertical-align: top;
}



.caption {
  color: white;
  background-image: url("images/header_bg.gif");
  background-repeat: repeat-x;
  background-color: #d12240;
  font-weight: bold;
  padding: 3px;
  /*border-bottom: solid #858689 1px;*/
  height: 25px;
}

.footer {
  background-color: #545454;
  margin: 0px;
  width: 100%;
  clear: both;
}

.footerfield {
  color: white;
  text-align: right;
}






.ram {
  border: black solid 1px;
}



a {
  /*color: #545454;*/
  color: #D12240;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

a.svetly {
  text-decoration: none;
  color: white;
}

a.svetly:hover {
  text-decoration: underline;
}

h2 { font-size: large; }
h3 { font-size: medium; }
h4 { font-size: small; }
h5 { font-size: x-small; }
h6 { font-size: xx-small; }
