* {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    background: #cd8c5d url( "./gfx/back.gif" ) repeat-x top left;
    color: #000;
    font: .8em / 1.2em "Verdana", "Arial", sans-serif;
}

#center {
    background: transparent url( "./gfx/back_house.jpg" ) no-repeat top center;
    margin: 0 auto;
    text-align: center;
}

#center2 {
    width: 999px;
    margin: 0 auto;
    text-align: left;
}

.svatek {
    height: 18px;
    margin: 0;
    color: #fff;
    text-align: right;
    font-size: .8em;
    line-height: 1.7em;
}

#head {
    background: #fff url( "./gfx/head.jpg" ) no-repeat;
    width: 999px;
    height: 237px;
    border-style: solid;
    border-width: 0 1px;
    border-color: #000;
    clear: both;
}

.topmenu {
    list-style: none;
    background: url( "./gfx/topmenu.gif" ) repeat-x;
    display: block;
    width: 999px;
    height: 29px;
    border-color: #000;
    border-style: solid;
    border-width: 1px 1px 0 1px;
}

.topmenu li {
    float: left;
    border-right: 1px solid #beb62b;
}

.topmenu li.li-gray {
    background: url( "./gfx/topmenu0.gif" ) repeat-x;
    float: left;
    border-right: 1px solid #909090;
}

.topmenu li a {
    height: 22px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: .9em;
    display: block;
    padding: 7px 19px 0 19px;
    float: left;
    background: url( "./gfx/topmenu.gif" ) repeat-x;
    
}

.topmenu li.li-gray a {
    background: url( "./gfx/topmenu0.gif" ) repeat-x;
}

.topmenu li.li-gray a:hover, .topmenu li a:hover {
    background: url( "./gfx/topmenu_g.gif" ) repeat-x;
    color: #fff;
}

.novinky p a:hover, .produkty p a:hover {
    text-decoration: underline;
}

h1 a {
    display: block;
    width: 999px;
    height: 240px;
}

#main-title {
    width: 999px;
    background: #fff;
    padding: 10px 0 0 0;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #000;
    float: left;
}

#main {
    width: 999px;
    padding: 10px 0 0 0;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #000;
    float: left;
    background: #fff url("./gfx/watermark.gif") no-repeat center center;
}

#padding {
    padding: 25px 75px 0 75px;
    min-height: 360px;
    height:auto !important;
    height: 360px;
}

.novinky, .produkty, .baner, .servis {
    width: 483px;
    height: 238px;
    float: left;
    position: relative;
    left: 17px;
}

.novinky p {
    position: relative;
    top: 35px;
    left: 35px;
    width: 400px;
}

.novinky p a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 0 0 0 25px;
    background: url("./gfx/sipka.gif") no-repeat left center;
    width: 270px;
    margin: 0 0 8px 0;
}

.produkty p, .servis p {
    position: relative;
    top: 55px;
    left: 140px;
    float: left;
}

.produkty p {
  top: 20px;
}

.produkty p a, .servis p a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 0 0 0 25px;
    background: url("./gfx/sipka.gif") no-repeat left center;
    width: 135px;
    margin: 0 0 8px 0;
    font-weight: bold;
}

.produkty p a {
    margin: 0 0 7px 0;
}

.novinky p a:hover, .produkty p a:hover, .servis p a:hover, .produkty p a.spec {
    background: url("./gfx/sipka2.gif") no-repeat left center;
}

.novinky {
    background: url( "./gfx/novinky.jpg" ) no-repeat;
}

.produkty {
    background: url( "./gfx/produkty.jpg" ) no-repeat;
}

.baner {
    background: url( "./gfx/baner.jpg" ) no-repeat;
}

.servis {
    background: url( "./gfx/servis.jpg" ) no-repeat;
}

.foot {
    background: url( "./gfx/foot.gif" ) no-repeat center bottom;
    width: 999px;
    height: 55px;
    clear: both;
    position: relative;
}

.foot p {
    position: relative;
    top: 28px;
    left: 15px;
    font-size: .9em;
    font-weight: bold;
}

.foot p a {
    color: #000;
}

a.lock {
    background: url( "./gfx/lock.gif" ) no-repeat center bottom;
    width: 33px;
    height: 45px;
    position: absolute;
    top: 45px;
    left: 967px;
}

a.lock:hover {
    background: url( "./gfx/lock.gif" ) no-repeat center top;
}

/*common*/
a {
    color: #00f;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 10px 0;
}

.inv {
    display: none;
}

h2 {
    font-size: 1.1em;
    margin: 0 0 15px 0;
}

h3 {
    font-size: .9em;
    margin: 0 0 8px 0;
}

.login h3 {
    margin: 0;
    padding: 8px 0 15px 14px;
}

.rightfloat {
    float: right;
    margin: 0 15px 10px 0;
}

.leftfloat {
    float: left;
    margin: 0 15px 10px 0;
}

.print {
    margin: 5px 0;
    text-align: right;
}

.print img {
    border: none;
}

.r-print {
    text-align: right;
}

/*web table*/
.tabular {
  font-size: 11px;
  padding: 5px;
  border: 1px solid #5792a0;
}

.tabular a {
  color: #000;
}

.tabular td {
  padding: 3px;
}

.tabular tr {
  background: #ddbb82;
}

.tabular tr.odd {
  background: #f1eebd;
}

input {
  border: 1px solid #000;
}

.bigger {
  font-size: 120%;
}