body{
  text-align: center;
  margin: 0;
  padding: 0;
}

div#page{
  width: 980px;
  margin: 0 auto;
  text-align: left;
}

div#head{
  height: 403px;
  background: url(img/head.jpg) no-repeat;
  margin-bottom: 15px;
}

table#bodyTable{
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 15px 0 0 0;
}

table#bodyTable tr td{
  vertical-align: top;
}

td#bodyLeft{
  width: 320px;
  vertical-align: top;
}

td.bLeft{
  border-right: 1px solid #ebebeb;
}
td#bodyLeft div.content{
  padding: 0 10px 0 15px;
}

td#bodyRight{
  width: 690px;
  vertical-align: top;
}
td#bodyRight div.content{
  padding: 0 46px 0 46px;
}
h1{
  font-size: 19px;
  color: #494949;
}
h1 span{
  color:#cb0c0a;
  font-size: 19px;
}

a.niceButton{
  height: 19px;
  background: url(img/button1_l.png) no-repeat left #2d2d2d;
  padding-left: 18px;
   line-height: 19px;
  color: white;
   position: absolute;
   display: block;
}
a.niceButton span{
  height: 19px;
  background: url(img/button1_r.png) no-repeat right;
  padding-right: 10px;
  display: block;
}
a.niceButtonRed{
  height: 19px;
  background: url(img/rbutton1_l.png) no-repeat left #cb0c0a;
  padding-left: 18px;
   line-height: 19px;
  color: white;
   position: absolute;
   display: block;
}
a.niceButtonRed span{
  height: 19px;
  background: url(img/rbutton1_r.png) no-repeat right;
  padding-right: 10px;
  display: block;
}


ul.novinkyUl{
  list-style: none;
  margin: 10px 0 10px 0;
  padding: 0;
}

ul.novinkyUl li h2{
  color: #404040;
  font-size: 17px;
  margin: 5px 0 0 0;
}

ul.novinkyUl li p{
/*  color: #909090;*/
/*  text-decoration: underline;*/
  margin: 0;
}

.paddingLeft20{
  padding-left: 20px;
}

.colorGray{
  color: #919191;
}

hr{
  border-color: #ebebeb;
}

td#tdOZdravi{
  width: 255px;
}

td#tdNaseSluzby{
  width: 303px;
}


img.b{
  border: 2px #ffffff solid;
  outline: #B4B4B4 solid 1px;
}


div#foot{
  border-top: 10px solid #f1f1f1;
  background: #f6f6f6;
  text-align: center;
  margin-top: 20px;
}

ul.sluzbyIndex{
  margin: 0 0 10px 20px;
  padding: 0; 
}
ul.sluzbyIndex li{
  padding: 3px;
  color: #4571b3;
}


span.objed{
  color: #494949;
  font-size: 14px;
  font-weight: bold;
}

select{
  width: 280px;
}