/* obecne
------------------------------------------------------------------------------*/
body {
  background: #FFF;
  color: #000;
  font-family: Arial, sans-serif;
	font-size: 10pt;
	height: 100%;
  width: 100%;
}

#car-box .prev, #car-box .next, .skiplink {
  display: none;
}

a {
  color: #000;
}

hr {
  clear: both;
}

/* obsah
------------------------------------------------------------------------------*/
#content a:link:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

/* navigace
------------------------------------------------------------------------------*/
#navigation {
  clear: both;
}
#navigation li a.active {
  font-weight: bold;
}

/* zajimavosti, kontakt (informace nad patickou)
------------------------------------------------------------------------------*/
#info-board {
  clear: both;
  width: 100%;
}
#info-board .board {
  float: left;
  width: 200px;
}
#info-board .first {
  width: 450px;
}
#info-board .board #vykon, #info-board .board #tapety {
  float: left;
  width: 220px;
}
#info-board .board #zajimavosti {
  float: left;
  width: 200px;
}

/* nabidka vozu
------------------------------------------------------------------------------*/
#car-offer2 h4 {
  float: left;
  margin: 0 25px 10px 25px;
}
#car-offer2 h4 strong {
  display: block;
}
#car-offer2 h4 img {
  border: 0;
}

/* akcni nabidka
------------------------------------------------------------------------------*/
#action-offer2 .box {
  border-top: 1px #ccc solid;
  padding: 0 0 0 100px;
  position: relative;
}
#action-offer2 .box img {
  left: 0;
  position: absolute;
  top: 15px;
}

/* novinky
------------------------------------------------------------------------------*/
.news2 .box {
  padding: 0 0 0 85px;
  position: relative;
}
.news2 .box p.date {
  border: 1px #d9d9d9 solid;
  color: #666;
  font-size: 8pt;
  float: left;
  left: 1px;
  overflow: hidden;
  padding: 3px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 61px;
}
.news2 .box p.date img {
  display: block;
  margin: 2px 0 0 0;
}

/* kontakt
------------------------------------------------------------------------------*/
#contact-info div a:link:after {
  content: "";
}

