/* CSS Document */
div.index-menu {
  width: 1000px;
  height: 180px;
  background-image: url(../images/index-menu-bck.png);
  margin: auto;
  margin-top: 50px;
  margin-bottom: 60px;
  background-position: left bottom;
  background-repeat: no-repeat;
  
}
div.index-menu a {
  color: #FFFFFF;
}
div.index-menu div.items-frame {
  width: 820px;
  margin: auto;
  height: 143px;
  /*border: solid 1px red;*/
}

div.index-menu div.items-frame div.item {
  float: left;
  background-image: url(../images/index-menu-item.png);
  background-position: 14px top;
  background-repeat: no-repeat;
  width: 117px;
  height: 143px;
  margin: 0px 0px 0px 0px;
  text-align: center;
}
div.index-menu div.items-frame h2 {
  padding: 0px;
  padding-top: 8px;
  font-size: 12px;
  color: #FFFFFF;
  text-shadow: #505050 1px 1px 0px;
  display: block;
  position: relative;
}

div.index-menu div.items-frame div.item-selected {
  float: left;
  background-image: url(../images/index-menu-item-selected.png);
  background-position: left top;
  background-repeat: no-repeat;
  width: 117px;
  height: 143px;
  margin: 0px;
  text-align: center;
  position: relative;
  top: -26px;
  padding: 0px;
}

div.index-menu div.items-frame div.item img,
div.index-menu div.items-frame div.item-selected img {
  margin: auto;
  margin-top: 11px;
}

div#main div.index-left-col {
  width: 670px;
  padding: 0px 10px 0px 10px;
  float: left;
}

div#main div.index-right-col {
  width: 280px;
  padding: 0px 10px 0px 10px;
  float: right;
}

div#main div.news-frame {
  width: 590px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 30px;
  /*border: solid 1px red;*/
}

div#main div.news-frame div.picture-box img {
  margin: auto;
}
div#main div.news-frame div.text-box {
  width: 410px;
  text-align: left;
  font-size: 15px;
}
div#main div.news-frame div.nadpis {
  color: #993611;
  font-size: 16px;
  margin-bottom: 8px;;
}
div#main div.more {
  margin-top: 20px;
  margin-right: 15px;
}
div#main div.more a {
  color: #8D4F28;
  text-decoration: underline;
  font-size: 12px;
}

div#main div.index-top-text {
  padding: 30px 0px 0px 0px;
    text-align: left;
    line-height: 20px;
    font-weight: normal;
}
