body {
  background: url(body_small.jpg) no-repeat center 48px;
  text-align: center;
  font-size: 12px;
  font-family: Verdana, sans-serif;
  margin: 0;
  padding: 0;
}
a {
  color: rgb(144,144,144);
}
a:hover {
  color: #9e0106;
}
.page {
  margin: 48px auto auto auto;
  width: 900px;
}
.header {
  width: 900px;
  background: url(finexis_logo.jpg) no-repeat;
  height: 82px;
}
.header h1, .header h2 {
  display: none;
}
.header .menu {
  float: right;
  width: 501px;
}
.menu ul {
  list-style: none;
  height: 26px;
  margin: 16px 0 0 0;
  padding: 0;
}
.menu li {
  float: left;
  margin: 0 0 0 1px;
  padding: 0;
}
.menu li a {
  background-image: url(menu_unselect.png);
  display: block;
  height: 23px;
  margin-top: 3px;
  text-decoration: none;
  color: #fff;
  line-height: 23px;
  width: 82px;
  font-weight: bold;
}
.menu li a.sel {
  background-image: url(menu_select.png);
  height: 26px;
  margin-top: 0;
  color: #000;
  line-height: 26px;
}
.menu li a:hover {
  background-image: url(menu_select.png);
  height: 26px;
  margin-top: 0;
  color: #9e0106;
  line-height: 26px;
}
.menu .description {
  text-align: left;
  background-image: url(top_back.jpg);
  width: 501px;
  height: 40px;
}
.menu .description p {
  padding: 6px 0 0 5px;
  margin: 0;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}

.content {
  overflow: hidden;
  text-align: left;
  width: 900px;
  margin: 0;
  padding: 0;
}
.content .text {
  overflow: hidden;
  margin: 70px 0 0 300px;
  width: 580px;
  font-size: 11px;
  line-height: 13px;
}
.content h2 {
  margin: 22px 15px 12px 22px;
  font-size: 14px;
  color: #b40000;
}
.content h3 {
  margin: 12px 15px -12px 22px;
  font-size: 12px;
  color: #b40000;
}
.content p {
  margin: 12px 15px 12px 22px;
  padding: 0;
}
.content strong.red {
  color: #b40000;
}
.content .hr {
  background-color: #eaeaea;
  width: 563px;
  margin-left: 12px;
  height: 2px;
}
.content hr {
  display: none;
}

.end {
  background: url(end.png) repeat-x;
  width: 900px;
  height: 50px;
  color: #9a9a9a;
  font-size: 10px;
}
.end .left {
  text-align: left;
  float: left;
  padding: 20px 0 0 13px;
  margin: 0;
}
.end .right {
  text-align: right;
  float: right;
  padding: 30px 20px 0 0;
  margin: 0;
}
.end .right span {
float: left;
}
.end .right span#design {
  background-image: url(design_logo.png);
  float: left;
  display: block;
  margin: -4px 5px 0 5px;
  height: 25px;
  width: 49px;
}

/*** uvod ***/
.home .content {
  background-image: url(img_index.jpg);
  height: 505px;
}

.home .content a {
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: block;
}
a#img-about { top: 220px; left: 30px; width: 120px; height: 219px;}
a#img-services { top: -70px; left: 200px; width: 170px; height: 290px;}
a#img-products { top: -450px; left: 400px; width: 130px; height: 380px;}
a#img-partners { top: -710px; left: 550px; width: 160px; height: 260px;}
a#img-contacts { top: -1060px; left: 750px; width: 120px; height: 350px;}

a#img-about:hover { background-image: url(link_about.jpg); }
a#img-services:hover { background-image: url(link_services.jpg); }
a#img-products:hover { background-image: url(link_products.jpg); }
a#img-partners:hover { background-image: url(link_partners.jpg); }
a#img-contacts:hover { background-image: url(link_contacts.jpg); }

/*** o nas ***/
.about .content {
  background-image: url(img_about.jpg);
  height: 505px;
}
.about .text {
  margin-top: 100px;
}

/*** služby ***/
body.services {
  background-image: url(body_long.jpg);
}
.services .content {
  background-image: url(img_services.jpg);
  height: 573px;
}
.services .text {
  margin-top: 80px;
}

/*** produkty ***/
.products .content {
  background-image: url(img_products.jpg);
  height: 505px;
}
.products .text {
  margin-top: 100px;
  margin-left: 330px;
}
.products .text li {
  list-style-type: none;
  font-weight: bold;
  padding: 0;
  margin: 2px 0 3px 0;
}

/*** partneři ***/
.partners .content {
  background-image: url(img_partners.jpg);
  height: 505px;
}
.partners .text {
  margin-top: 100px;
  margin-left: 310px;
}
.partners .text ul {
  padding: 0;
  margin: 30px 0 0 60px;
}
.partners .text li {
  list-style-type: none;
  font-weight: bold;
  padding: 0;
  margin: 10px 0 0 0;
}

/*** kontakty ***/
.contacts .content {
  background-image: url(img_contacts.jpg);
  height: 505px;
}
.contacts .text {
  margin-top: 80px;
  margin-left: 320px;
  line-height: 16px;
}
