body, html{
  margin: 0px;
  background: url("img/bg.jpg") center top repeat-y #6888fd;
  height: 100%;
  text-align: center;
  font-family: Verdana, Arial, Helvetica;
  font-size: 14px;
}

div.clear{
  float: none;
  clear: both;
  font-size: 0px;
  height: 0px;
}

a{
  color: #404040;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0px;
}

h2 {
  float: right;
  text-align: right;
  color: #14367c;
  width: 701px;
  margin-bottom: 40px;
  padding-right: 20px;
  font-variant: small-caps;
}

div.okno{
  width: 960px;
  margin: 0 auto;
  background: url("img/bg_left_okno.png") top left repeat-y white;
  height: auto;
  _height: 100%;
  min-height: 100%;
  position: relative;
}

div.top {
  height: 250px;
  background: url("img/header/1.jpg") center center no-repeat;
  position: relative;
}

div.main{
  width: 960px;
}

div.left{
  float: left;
  text-align: right;
  color: white;
  width: 179px;
  min-height: 265px;
  _height: 265px;
  padding: 100px 10px 0 0;
  background: url("img/bg_left.png") top left no-repeat;
  font-size: 12px;
}

div.left div.title{
  padding: 8px 0 4px 0;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 15px;
}

div.left div.menu{
  margin: 5px 6px;
  font-size: 13px;
}

div.left div.menu a{
  display: block;
  color: white;
  text-decoration: none;
}

div.left div.menu a:hover{
  text-decoration: underline;
}

div.right{
  float: right;
  position: relative;
  text-align: justify;
  width: 721px;
  min-height: 335px;
  _height: 335px;
  padding: 20px 20px 30px 30px;
  font-size: 12px;
  background: url("img/bg_main.png") top left no-repeat;
}

div.footer{
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 2px 10px;
  font-size: 10px;
  color: #c0c0c0;
}

div.footer a{
  color: #c0c0c0;
}

div.kategorie{
  margin: 4px 0px 10px 0;
  font-size: 11px;
  font-weight: bold;
}

.predajcovia{
  font-size: 11px;
  text-align: left;
}

.predajcovia h3{
  color: #14367c;
}

.predajcovia h4{
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 140%;
  font-weight: bold;
}

table.galeria td{
  border:solid 1px #14367c;
  padding: 3px;
  text-align: center;
}

table.galeria td:hover{
  background: #dddddd;
}

a.cennik_znacka{
  color: #14367c;
  font-size: 14px;
  font-weight: bold;
}

a.cennik_znacka:hover{
  text-decoration: none;
}

div.produkt{
  padding: 10px 10px;
  border-top: solid 2px #14367c;
  overflow: hidden;
}

div.produkt div.title{
  color: #14367c;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

div.produkt div.popis{
  float: left;
  font-size: 12px;
  width: 450px;
}

div.produkt div.popis td{
  vertical-align: top;
}

div.produkt div.fotky{
  float: right;
  width: 250px;
}

.produkt_obrazok_t{
    width: 250px;
    height: 3px;
    font-size: 0px;
    background: url("img/bg_obr_t.png") top left no-repeat;
}
.produkt_obrazok_m{
    width: 250px;
    font-size: 0px;
    background: url("img/bg_obr_m.png") top left repeat-y;
}
.produkt_obrazok_m img{
    width: 238px;
    margin: 0 9px 0 3px;
}
.produkt_obrazok_b{
    width: 250px;
    height: 10px;
    font-size: 0px;
    background: url("img/bg_obr_b.png") top left no-repeat;
}
.produkt_nahlady{
    text-align: center;
    margin: 5px 0 10px 0;
}
.produkt_nahlady img{
    height: 80px;
    margin: 1px;
}

.email{
  color: #14367c;
  font-weight: bold;
  font-size: 12px;
}

.email input{
  border: solid 1px #eb3d00;
}

.email textarea{
  border: solid 1px #eb3d00;
}

div.novinka{
  border-bottom: solid 2px #14367c;
}

div.novinka div.obrazky_novinky{
  float: left;
  width: 200px;
  margin-right: 15px;
  padding: 10px 0;
}

div.novinka div.obrazky_novinky img{
  margin: 2px 0;
}

div.novinka div.text_novinky{
  float: right;
  width: 506px;
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
  position: relative;
}

div.novinka div.text_novinky h4{
  margin-top: 0;
  padding-top: 0;
}

div.novinka div.text_novinky div.cely_clanok_novinky{
  position: absolute;
  bottom: 2px;
  right: 2px;
  font-size: 10px;
  font-weight: bold;
}