body {
  font-family: verdana;
  font-size: 10pt;
  padding: 0px;
  margin: 0px;
  background-color: #343e4b;
  background-repeat: repeat-x;
  background-image: url('pagebg.jpg');
}

#page {
  width: 963px;
}

#logo {
  width: 100%;
  height: 108px;
  background: url('kurzy-vareni-v-praze.jpg') no-repeat;
}
.logopad {
  padding-right: 80px;
}
#header {
  background: url('logo.jpg') no-repeat;
  height: 222px;
}
#body {
  width: 100%;
  background-color: white;
  border-top: 0px;
  padding-top: 10px;
  padding-bottom: 15px;
}
#left {
  float: right;
  width: 189px;
  padding-right: 10px;
  text-align: left;
  
}
#menu {
  height: 41px;
  padding-left: 40px;
  background: url('menubg.jpg') no-repeat;
}

#menu div {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
}
#menu div a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
#menu div a:hover {
  color: #222c37;
}
#box {
  padding: 5px;
  padding-left: 0px;
  font-size:9pt;
}
#right {
  float: left;
  width: 735px;
  border-right: 1px solid #dd710b;
}

.text {
  padding: 15px;
  font-size: 10pt;
  text-align: left;
}
img {
  border:0px;
  margin:0px;
  padding:0px;
  
}
.text img {
  padding: 5px;
}

h1 {
  font-size: 12pt;
  color: #dd710b;
}
h2 {
  font-size: 10pt;
  color: #dd710b;
}
h3 {
  font-size: 9pt;
  color: #dd710b;
}
strong {
  color: #dd710b;
  font-weight: normal;
}
.text a {
  color: #dd710b;
}
.clear {
  clear: both;
}
li {
  list-style-type: none;
}
#bottom {
  clear: both;
  font-size: 9pt;
  text-align: center;
  padding-top:20px;
  color: #222c37;
  height: 60px;
  background: url('endbg.jpg') no-repeat;
}

#bottom a {
  text-decoration: none;
  color: #222c37;
}

#bottom a:hover {
  text-decoration: underline;
}
.products {
width: 100%;
clear: both;
}

.products .product {
  width: 240px;
  float: left;
}

.products .product  .header {
  width: 100%;
}
.products .product  .bottom {

}

.products .product .bottom .img {
  width: 100px;
  float: left;
}
.products .product .bottom .img img {
  padding: 0px;
}

.products .product .bottom .subs {
  font-size: 9pt;
  padding: 5px;
  width: 128px;
  float: right;
}
h2 a {
  color: #dd710b;
  text-decoration: none;
}
h2 a:hover {
  text-decoration: underline;
}

h3 a {
  color: #dd710b;
  text-decoration: none;
}
h3 a:hover {
  text-decoration: underline;
}


