body {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, serif;
  font-size: 1em;
  color: #000;
  background: #e5e6e7 url("images/layout_body.gif") repeat-x;
}

#page {
  position: relative;
  width: 980px;
  margin: 0 auto;
  background: #e5e6e7 url("images/layout_page.gif") repeat-y;
  min-height: 690px;
  text-align: left;
  padding: 0;
  _height: 690px;
}

#content-left {
  float: left;
  position: relative;
  left: 225px;
  width: 530px;
  font-size: 0.8em;
  line-height: 150%;
  overflow: hidden;
  padding: 230px 0 10px 0;
}

#content-right {
  float: right;
  position: relative;
  right: 0;
  width: 185px;
  font-size: 0.7em;
  line-height: 150%;
  overflow: hidden;
  padding: 230px 10px 0 0;
  _padding-right: 230px 0 10px 0;
}

#top {
  position: absolute;
  top: 25px;
  left: 0;
  width: 980px;
  height: 192px;
  background: #383431 url("images/layout_top.gif") repeat-x;
}

#logo {
  position: absolute;
  top: 25px;
  left: 15px;
  width: 180px;
  height: 45px;
  background: #383431 url("images/layout_logo.gif") no-repeat;
}

#iso {
  position: absolute;
  top: 90px;
  left: 80px;
  width: 52px;
  height: 52px;
  background: #383431 url("images/layout_iso.gif") no-repeat;
}

#hotline {
  position: absolute;
  bottom: 4px;
  left: 1px;
  width: 205px;
  height: 22px;
  overflow: hidden;
  color: #bbb;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
}

#top-right {
  position: absolute;
  top: 25px;
  right: 0;
  width: 770px;
  height: 190px;
  background: transparent url("images/layout_top.jpg") no-repeat;
}

#menu {
  position: absolute;
  bottom: 2px;
  height: 28px;
  overflow: hidden;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 0.8em;
}

#menu ul li a {
  display: block;
  float: left;
  background: transparent;
  padding: 6px 15px;
  color: #ddd;
  font-weight: bold;
  text-decoration: none;
}

#menu ul li a.orange {
  color: #e37617;
}

#menu ul li a:hover {
  color: #fff;
  background: #26201d;
}

#box {
  position: absolute;
  top: 225px;
  left: 0;
  width: 200px;
  min-height: 300px;
  _height: 300px;
  background: transparent;
}

div.box {
  position: relative;
  width: 200px;
  min-height: 50px;
  _height: 50px;
  background: transparent url("images/box_middle.gif") repeat-y;
  padding: 20px 0 15px 0;
  text-align: left;
  font-size: 0.8em;
}

div.box-top {
  position: absolute;
  top: 0;
  width: 200px;
  height: 35px;
  background: transparent url("images/box_top.gif") no-repeat;
}

div.box-content {
  position: relative;
  top: 0;
  left: 17px;
  width: 170px;
}

div.box-bottom {
  position: absolute;
  bottom: 0;
  _bottom: -1px;
  width: 200px;
  height: 15px;
  background: transparent url("images/box_bottom.gif") no-repeat;
}

div.box a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 14px 0 14px 45px;
  background: transparent url("images/dot_tr.gif") no-repeat center left;
}

div.box a:hover { color: #ddd; background-color: transparent; }
#box a.servis { background-image: url("images/ico_servis.gif"); }
#box a.servis:hover { background-image: url("images/ico_servis_on.gif"); }
#box a.dotaz { background-image: url("images/ico_dotaz.gif"); }
#box a.dotaz:hover { background-image: url("images/ico_dotaz_on.gif"); }
#box a.volat { background-image: url("images/ico_volat.gif"); }
#box a.volat:hover { background-image: url("images/ico_volat_on.gif"); }
#box a.pujcit { background-image: url("images/ico_pujcit.gif"); }
#box a.pujcit:hover { background-image: url("images/ico_pujcit_on.gif"); }
#box a.koupit { background-image: url("images/ico_koupit.gif"); }
#box a.koupit:hover { background-image: url("images/ico_koupit_on.gif"); }
#box a.zakazka { background-image: url("images/ico_zakazka.gif"); }
#box a.zakazka:hover { background-image: url("images/ico_zakazka_on.gif"); }

#home-panel {
  position: relative;
  width: 510px;
  background: transparent url("images/_home_pc.jpg") no-repeat top right;
}

#home-panel div.tooltip {
  display: none;
  position: absolute;
  left: 215px;
  top: -20px;
  color: #fff;
  background: transparent;
  width: 300px;
  z-index: 100;
  cursor: default;
}

#home-panel div.tooltip h2 {
  display: block;
  font-weight: bold;
  background: transparent url("images/panel_top.gif") no-repeat;
  padding: 10px 20px 5px 20px;
  border-bottom: 1px #fff solid;
  text-decoration: none;
  color: #fff;
  margin: 0;
  font-size: 1em;
}

#home-panel div.tooltip div {
  display: block;
  color: #fff;
  padding: 5px 20px;
  background: transparent url("images/panel_middle.gif") repeat-y;
}

#home-panel div.tooltip div p {
  margin: 0.7em 0;
}

#home-panel div.tooltip div a {
  color: #fff;
  text-decoration: underline;
}

#home-panel div.tooltip div.bottom {
  width: 100%;
  height: 15px;
  background: transparent url("images/panel_bottom.gif") no-repeat;
}

#lista {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
}

#lista div {
  width: 980px;
  height: 25px;
  margin: 0 auto;
  background: #e5e6e7 url("images/layout_lista.gif") repeat-x;
  overflow: hidden;
}

#lista div a {
  height: 25px;
  line-height: 24px;
  display: block;
  font-size: 12px;
  text-decoration: none;
  width: 163px;
  float: left;
  color: #555;
  font-weight: bold;
  background: transparent;
}

#lista div a:hover {
  color: #333;
  background: #bbb;
}

#footer {
  width: 980px;
  margin: 0 auto;
  background: #605d5c;
  color: #bbb;
  font-size: 0.7em;
  text-align: left;
  position: relative;
}

#footer div {
  padding: 5px 10px;
}

#footer div.right {
  position: absolute;
  top: 0;
  right: 0;
}

#footer a {
  color: #bbb;
  text-decoration: none;
}

#footer a:hover {
  background: transparent;
  text-decoration: underline;
}


#facebook {
  text-align: right;
  margin-top: 1.5em;
}

div#content-right h3 {
  font-size: 1.25em;
  color: #07c;
  padding-bottom: 2px;
  border-bottom: 1px #ccc dotted;
  margin: 0;
  padding-top: 4px;
}

div.cleaner {
 clear: both;
}

div.news {
  margin: 1.5em 0;
}

div.news div.date {
  font-weight: bold;
}

div.news p {
  margin: 0;
}

div.news a {
  color: #e37617;
  text-decoration: underline;
}

div.news a:hover {
  color: #fff;
  background: #e37617;
  text-decoration: none;
}

/*****/

div.news-main {
  margin: 1em 0 0 0;
}

div.news-main div.date {
  font-size: 0.85em;
  font-weight: bold;
}

div.news-main p {
  margin: 0 0 0 1em;
}

/*****/

div#map {
  display: none;
  height: 320px;
  width: 525px;
  border: 1px #ccc solid;
  margin: 1em 0;
}

div#map a {
  text-decoration: none;
}

div#map a:hover {
  background: transparent;
}

div.kontakt {
  float: left;
  margin: 1em 1em 0.5em 0;
  width: 250px;
  border: 1px #ccc solid;
  position: relative;
  clear: both;
}

div.kontakt div {
  margin: 1em;
}

div.kontakt div.head {
  background: #e5e6e7 url("images/_ico_clock_off.gif") no-repeat center right;
  background-position: 95% 50%;
  font-weight: bold;
  margin: 0;
  padding: 0.2em 1em;
}

div.kontakt div.gps {
  font-size: 0.85em;
  background: #e5e6e7;
  margin: 0;
  padding: 0.2em 1em;
}

div.kontakt div.oteviraci-doba {
  position: absolute;
  top: -1px;
  left: 270px;
  width: 230px;
  margin: 0.5em 1em;
  font-size: 0.85em;
  background: #f9f9f9;
  margin: 0;
  padding: 0.2em 1em;
  border: 1px #ccc solid;
  display: none;
}

div.kontakt div.over {
  background: #e5e6e7;
}

div.kontakt div.oteviraci-doba div {
  padding: 0;
  margin: 0;
  width: 230px;
  _width: 225px;
  clear: both;
}

div.kontakt div.oteviraci-doba div span {
  float: right;
}

div.error {
  color: #c00;
  font-weight: bold;
  text-align: center;
  margin: 1em 0;
}

div.pickup_text {
  overflow: auto;
  width: 420px;
  height: 80px;
  padding: 3px;
  padding-right: 5px;
  text-align: justify;
  font-size: 11px;
  color: #333;
  border: 1px #ccc inset;
}

div.smile {
  margin: 1em 0;
}

div.smile img {
  width: 30px;
  height: 30px;
  float: left;
  margin: 5px;
}

div.smile p {
  margin-left: 50px;
}

table.anketa {
  width: 100%;
}

table.anketa tr {
  text-align: center;
}

td.left {
  text-align: left;
}

table.anketa textarea, input {
  font-family: Verdana, Tahoma, Arial;
  font-size: 1em;
}

div.iso img {
  border: 1px #999 solid;
  width: 400px;
  height: 560px;
  margin: 1em;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.update-info {
  margin-top: 1em;
  text-align: center;
  color: #999;
}

h1 {
  font-size: 1.5em;
  color: #07c;
  padding-bottom: 4px;
  border-bottom: 1px #ccc dotted;
  margin: 0;
}

h2 {
  font-size: 1.2em;
  color: #07c;
  margin: 1.5em 0 0 0;
}

a {
  color: #00f;
  text-decoration: underline;
}

a:hover {
  color: #fff;
  background-color: #07c;
  text-decoration: none;
}

form {
  margin: 0.5em 0;
}

p {
  margin: 0.5em 0 1em 0;
}

p.prvni {
  margin-top: 1.5em;
}

p.highlight {
  background: #eee;
  padding: 10px;
  border: 1px #ccc dotted;
}

div.highlight {
  margin-top: 1.5em;
  background: #eee;
  padding: 10px;
  border: 1px #ccc dotted;
  padding: 0 10px;
}

div.highlight p {
  margin: 1em 0;
}

p.index-svoz {
  font-weight: bold;
  background: #eee url("images/_index_vendors.gif") no-repeat center right;
  margin: 1.2em 0 0 0;
  padding: 10px 100px 10px 15px;
  border: 1px #ccc dotted;
}

p.popis-title {
  margin-bottom: 0;
  font-style: italic;
}

p.popis-desc {
  margin-top: 0;
  margin-left: 1em;
}

img.right {
  float: right;
  margin: 0 5px 1em 1.5em;
}

ul {
  margin: 0.5em 0;
  padding: 0 0 0 2em;
}

ul.autorizace li {
  margin-top: 0.5em;
}

table {
  margin: 0.5em 0;
  font-size: 1em;
  border-collapse: collapse;
}

table td {
  padding: 0.2em 1em 0.2em 0.2em;
}

input {
  font-family: Verdana, Arial, serif;
}

#track_status {
  margin: 1em 0 0 0;
  display: none;
}

#track_status.track_error {
  color: #c00;
  font-weight: bold;
  background: transparent url("images/track_alert.gif") no-repeat center left;
  padding: 20px 0 15px 50px;
}

#track_status .small {
  font-size: 0.85em;
}
