* {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #F2C98F;
  background-image: url('../artwork/clip/bg-html.jpg');
  background-repeat: repeat-x;
  text-align: center;
  font-family: Arial, Verdana, Tahoma, sans-serif;
}

a {
  font-weight: bold;
  text-decoration: underline;
  color: #023C82;
}

a:hover {
  color: #D9AC6C;
}

img {
  border: none;
}

.alert {
 color: red;
}

h1 {
  font-size: 20px;
  color: #D9AC6C;
  margin-top: 5px;
  margin-bottom : 5px;
}

h2 {
  font-size: 18px;
  color: #D9AC6C;
  font-weight: normal;
  margin-bottom: 15px;
}

h3 {
  font-size: 12px;
  color: #023C82;
  margin-bottom: 5px;
}

#html-content {
  margin: auto;
  margin-top: 15px;
  width: 850px;
}

#menu-top {
  height: 27px;
  background-color: #023C82;
  color: #B6CAE3;
  font-size: 12px;
  font-weight: bold;
  line-height: 27px;
}

#bg-main-pic {
  width: 850px;
  height: 101px;
  background-color: #fff;
  /*background-image: url('../artwork/clip/bg-main-pic1.jpg');*/
  background-repeat: no-repeat;
  background-position: top right;
}

#search {
  height: 43px;
  background-color: #E5E5E5;
  font-size: 12px;
  color: #424142;
  text-align: right;
}


#search a {
  font-weight: bold;
  text-decoration: none;
  color: #023C82;
}

#search a:hover {
  color: #D9AC6C;
}

#content-html {
  background-color: #fff;
  color: #4D4D4D;
  width: 850px;
  margin-bottom: 50px;
}

#prod-menu {
  color: #4D4D4D;
  font-size: 12px;
  width: 220px;
  float:left;
  margin-left: 10px;
  text-align: left;
  display: inline;
  /*border-right: 1px dotted #E5E5E5;*/
}

#content {
  color: #4D4D4D;
  font-size: 12px;
  width: 590px;
  float:right;
  margin-right: 10px;
  margin-left: 20px;
  text-align: left;
  display: inline;
}

#link-down {
  height: 27px;
  background-color: #023C82;
  font-size: 11px;
  color: #B6CAE3;
  text-align: left;
  line-height: 25px;
  clear: both;
}

a.href-main-menu  {
  font-weight: bold;
  color: #023C82;
  text-decoration: none;
}

a.href-main-menu-sub {
  font-weight: normal;
  color: #023C82;
  text-decoration: none;
}

a.href-main-menu:hover, a.href-main-menu-sub:hover {
  color: #D9AC6C;
}

td {
  font-size: 12px;
  color: #4D4D4D;
}

.input-form {
  height: 20px;
  width: 120px;
  background-color: #fff;
  font-size: 12px;
  color: #000;
}

.formn {
  height: 20px;
}

.submit {
 height: 20px;
 font-size: 11px;
}

.shop-navi {
  text-align: right;
  border-bottom: 1px dotted #E5E5E5;
}

.product {
  border-bottom: 1px dotted #E5E5E5;
}

.product-l {
  float: left;
  width: 360px;
  text-align:left;
  margin-bottom: 10px;
  margin-top: 10px;
}

.product-r {
  float: right;
  width: 210px;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
}

.product-r img {
  border: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.red {
  color: red;
  font-weight: bold;
}

.header {
  background-color: #023C82;
  color: #fff;
  font-weight: bold;
  padding: 4px;
}

.kosik-td {
  background-color: #E5E5E5;
  padding-left: 4px;
  padding-right: 4px;
}

.bezna {
 color: #aaaaaa;
 text-decoration: line-through;
 font-weight: bold;
}

.sleva {
 color: #028231;
 font-weight: bold;
}

.usetrite {
  color: red;
  font-weight: bold;
}

.vase-cena {
  color:red;
  font-weight: bold;
  font-size: 14px;
}

/* dál jsem zatím nepoužil nic */

#link-down a {
  color: #B6CAE3;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}

#homepage-akce {
  width: 240px;
  float: left;
}
#homepage-text {
  width: 450px;
  float: right;
}

.content-inner {
  text-align: left;
  padding: 15px;
}

p {
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: justify;
}

a.href-menu-top:link, a.href-menu-top:visited {
  color: #B6CAE3;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

a.href-content:link, a.href-content:visited {
  color: #023C82;
}
a.href-detail-produktu:link, a.href-detail-produktu:visited {
  color: #99794C;
  font-size: 1em;

}

div.produkt {
  margin-top: 20px;
  border-bottom: dashed 1px #D9AC6C;
  min-height: 150px;
}
div.produkt-text {
  width: 550px;
  text-align: justify;
  min-height: 150px;
}

img.pic-produkt {
  border: solid 4px #D9AC6C;
  margin: 0px 8px 8px 0px;
}

