body {
  background-color: #959595;
  color: #fff;
  font-size: 14px;
  font-family: Trebuchet MS, Arial, sans-serif;
  vertical-align: baseline;
  line-height: 1.5;
}

* {
  margin: 0;
  padding: 0;
}

.left {
  float:left;
}

.right {
  float: right;
}

.marker {
 font-weight: bold;
}

.clr {
  clear: both;
}

/* Remove annoying border on linked images. */
a img { border: none; }

h1 {
  color: #7dbee8;
  font-size: 18px;
  padding-left: 20px;
  margin-bottom: 10px;
  background: url(../images/ico_h1.jpg) no-repeat center left;
}

h2 {
  color: #a1d159;
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(../images/ico_h2.jpg) no-repeat center left;
}

h3 {
  font-size: 14px;
}

a {
  color: #ccc;
  outline: none;
}

a:hover {
  color: #8cd716;
}

ul {
  list-style-type: none;
}

.zoznam {
   padding-left: 20px;
}

.zoznam li {
    padding-bottom: 10px;
}

.container {
  margin: 0 auto;
  width: 990px;
  overflow: auto; /* Auto display scrolls if overflow */
  padding: 0 13px 0 13px;
  background: url(../images/bg_container.jpg) repeat-y;
}

/* TOPMENU */
.topmenu {
  display: block;
  float: left;
  width: 980px;
  height: 47px;
  padding-left: 10px;
  background: url(../images/bg_topmenu.jpg) no-repeat;
}

.sf-menu li {
  display: block;
  float: left;
  font-size: 16px;
  margin: 10px 0 10px 0;
}

.sf-menu li a {
  display: block;
  float: left;
  outline: 0;
  padding: 0 25px 0 25px;
  font-weight: bold;
  text-decoration: none;
  border-right: 1px solid #7f8284;
}

.sf-menu li a.menu-last {
  border: 0;
}

.breadcrumb {
  font-size: 12px;
  margin-bottom: 10px;
}

/* CONTENT */
.content {
  padding: 10px 20px 20px 20px;
  border-top: 1px solid #595959;
}

.page {
  float: left;
  width: 660px;
  padding: 0 13px 20px 0;
}

.rightside {
  float: left;
  width: 255px;
  padding: 10px;
  border: 1px solid #595959;
  background-color: #202020;
}

.rightmenu li, .list li {
  padding-left: 15px;
  background: url(../images/ico_dot.gif) no-repeat left center;
}

/* SEARCH */
.search {
  display:block;
  float: left;
  width: 250px;
  height: 28px;
  padding-top: 2px;
}

/* FOOTER */
.footer {
  display: block;
  float: left;
  color: #fff;
  width: 950px;
  height: 60px;
  padding: 20px 20px 0 20px;
  background-color: #1c1c1c;
}


/* SLIDER */
.scroll_container {
    display: block;
    float: left;
    width: 990px;
    height: 168px;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 3px 0px;
    background: url(../images/bg_header2.jpg) no-repeat;
}

.scroll_container a#left, .scroll_container a#right {
    display: block;
    float: left;
    cursor: pointer;
    height: 158px;
}

.scroll_container a#left {
    background-image: url(../images/bg_sc_arrow_left.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    width: 30px;
}

.scroll_container a#left:hover {
    background-image: url(../images/bg_sc_arrow_left.jpg);
}

.scroll_container a#right {
    background-image: url(../images/bg_sc_arrow_right.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    width: 30px;
}

.scroll_container a#right:hover {
    background-image: url(../images/bg_sc_arrow_right.jpg);
}

.scroll_container #inside {
    width: 930px;
    overflow: hidden;
    position: relative;
    display: block;
    float: left;
}

.scroll_container #wrapper {
  width: 100000px;
}

.scroll_container .piece {
    width: 166px;
    margin: 0px 10px 0px 10px;
    float: left;
}

.contacts td {
  vertical-align: top;
  width: 165px;
}

.map {
    border: 4px solid #DEEBF9;
    height: 175px;
    width: 650px;
}

.field_title {
    width: 100px;
    vertical-align: top;
}

.button {
    color: #fff;
    padding: 3px;
    background-color: #1c1c1c;
    border: 1px solid #ccc;
}

input, textarea {
    margin-bottom: 3px;
    border: 1px solid #ccc;
}

.cennik td {
    padding: 3px;
    text-align: center;
}

.post_short {
    padding: 5px;
}

.refimg {
    border: 1px solid #ccc;
}

.tbl td {
    padding: 5px;
}
