@import "layout.css";

.prazdny { clear: both; height: 10px; width: 100%; }
.prazdny20 { clear: both; height: 20px; width: 100%; }

#lista {
  width: 480px;
  height: 26px;
  background-image: url('../images/lista.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#lista .levy {
  width: 80px;
  height: 20px;
  float: left;
  text-align: center;
  color: #fff;
  margin: 6px 0 0 0;
}
#lista .pravy {
  width: 390px;
  height: 20px;
  float: left;
  color: #0e72b5;
  margin: 6px 0 0 10px;
}

#obsah {
  padding: 15px;
  width: 450px;
  clear: both;
}
#obsah h1 {
  color: #0e72b5;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.3em;
  padding: 0;
  margin: 0 0 10px 0;
}

#leftcol h2, #rightcol h2 {
  width: 157px;
  height: 20px;
  padding: 6px 0 0 35px;
  color: #fff;
  line-height: 1em;
  font-size: 1.2em;
  font-weight: normal;
  background-image: url('../images/nadpis_modry.jpg');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#leftcol h2.zluty, #rightcol h2.zluty {
  background-image: url('../images/nadpis_zluty.jpg');
}

#leftcol ul, #rightcol ul {
  width: 192px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#leftcol ul li, #rightcol ul li {
  width: 192px;
  height: 26px;
  padding: 0;
  margin: 2px 0 0 0;
  line-height: 1.3em;
  font-size: 1em;
}
#leftcol ul li a, #rightcol ul li a {
  display: block;
  width: 186px;
  height: 20px;
  padding: 6px 0 0 6px;
  color: #494949;
  background-color: #e7e7e9;
  text-decoration: none;
}
#leftcol ul li a:hover, #rightcol ul li a:hover {
  color: #fff;
  background-color: #0e72b5;
}
#leftcol ul.zluty li a:hover, #rightcol ul.zluty li a:hover {
  color: #fff;
  background-color: #ff9900;
}

.fotka { width: 140px; height: 140px; float: left; margin: 3px; border: 2px solid #e7e7e9; }
.fotka:hover { border: 2px solid #0e72b5; }

.aktualita { clear: both; width: 450px; min-height: 180px; _height: 180px; }
.aktualita h2 { clear: both; font-size: 1.6em; font-weight: bold; line-height: 1.3em; margin: 0 0 10px 0; }
.aktualita .okolo { float: left; width: 140px; }
.aktualita .okolo2 { float: right; width: 310px; }

.maly { font-size: 0.9em; }


#topmenu ul {
  width: 200px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#topmenu ul li {
  width: 200px;
  height: 26px;
  padding: 0;
  margin: 0 0 1px 0;
  line-height: 1em;
  font-size: 1em;
}
#topmenu ul li a {
  display: block;
  width: 160px;
  height: 19px;
  padding: 7px 0 0 40px;
  color: #d2e1eb;
  text-decoration: none;
}
#topmenu ul li a:hover {
  color: #fff;
}

