/* obecne
------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 106.5%;
}
body {
  background: #D6D6D6 url(../img/bg.jpg) repeat-x left top;
  color: #333;
  font: 76.5% tahoma, verdana, sans-serif;
  text-align: center
}

.replace {
  overflow: hidden;
  padding: 0;
  position: relative;
}
.replace a span {
  cursor: hand;
  cursor: pointer;
}
.replace span {
  background-position: 0 0;
  background-repeat: no-repeat;
  left: 0;
  position: absolute;
  top: 0;
}

.clear {
  display: inline-block;
}
.clear:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.skiplink {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.skiplink strong, .skiplink span {
  display: none;
}
.skiplink a {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 999;
}
.skiplink a:focus, .skiplink a:active {
  border: 0;
  border-bottom-width: 7px;
  border-style: solid;
  display: block;
  font-size: 120%;
  font-weight: bold;
  left: 0;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 970px;
}

a.link {
  border-left: 3px solid;
  padding-left: 8px;
}

a.button {
  cursor: hand;
  float: left !important;
  font-weight: bold;
  line-height: 120% !important;
  padding: 5px 11px !important;
  position: relative;
  text-decoration: none !important;
}
#detail-info a.button {
  margin: 2px 10px 0 0;
}
a.button:hover, a.button:focus, a.button:active {
  color: #FFF !important;
}

/* container
------------------------------------------------------------------------------*/
#container {
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 963px;
}

/* hlavicka
------------------------------------------------------------------------------*/
#header {
  height: 96px;
  overflow: hidden;
}
#header h1 {
  font-size: 170%;
  font-weight: normal;
  height: 50px;
  margin: 23px 0 0 192px;
  width: 270px;
}
#header h1 span {
  background-image: url(../img/logo-praha-chodov.gif);
  height: 50px;
  width: 270px;
}

#header ul {
  position: absolute;
  right: 0;
  top: 0;
}
#header ul li {
  background: url(../img/logos-bg.gif) no-repeat right top;
  display: block;
  float: right;
  width: 130px;
}

#header ul li h2 {
  border-top: 8px solid;
  display: block;
  font-size: 123.5%;
  height: 83px;
  line-height: 83px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 129px;
}

#header ul li h2 span {
  cursor: hand;
  cursor: pointer;
  height: 83px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 129px;
}
#header ul li.jeep h2 span {
  background: url(../img/logo-jeep.gif) no-repeat left center;
}
#header ul li.dodge h2 span {
  background: url(../img/logo-dodge.gif) no-repeat left center;
}
#header ul li.chrysler h2 span {
  background: url(../img/logo-chrysler.gif) no-repeat left center;
}

#header ul li.jeep h2 {
  border-color: #bbbdb6;
}
#header ul li.dodge h2 {
  border-color: #d7a7b0;
}
#header ul li.chrysler h2 {
  border-color: #bac2c9;
}

#header ul li.jeep h2 em {
  font-size: 42.5%;
}

/* obsah
------------------------------------------------------------------------------*/
#content {
  background: #FFF;
  font-size: 85%;
  padding: 50px 0 22px 0;
  width: 963px;
}
* html #content {
  padding-top: 49px;
}
#incontent {
  padding-left: 20px;
  position: relative;
  width: 923px;
}

/* menicko
------------------------------------------------------------------------------*/
#navigation {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/navi-bg.png', sizingMethod='scale');
  background: url(../img/navi-bg.png) repeat-x left top;
  left: 20px;
  min-height: 58px;
  position: absolute;
  top: 96px;
  width: 923px;
}
* html #navigation {
  background: transparent;
  height: 57px;
}
*:first-child+html #navigation {
  top: 95px;
}

#navigation ul {
  float: left;
  font-size: 93%;
  padding: 18px 0 0 0;
}
#navigation ul li {
  float: left;
  list-style: none;
}
#navigation ul li a {
  background: #FFF url(../img/navi-sepa.gif) no-repeat left top;
  margin-bottom: 7px;
  float: left;
  min-height: 32px;
  display: block;
  padding: 0 14px 0 13px;
  text-decoration: underline;
}
* html #navigation ul li a {
  height: 31px;
}
#navigation ul li a.active, #navigation ul li a:hover, #navigation ul li a:active, #navigation ul li a:focus {
  border-bottom: 7px solid;
  margin-bottom: 0;
  text-decoration: none;
}
#navigation ul li a:hover {
  text-decoration: underline;
}
#navigation ul li a.active {
  font-weight: bold;
}
#navigation ul li.first a {
  background: #FFF;
  padding-left: 2px;
}

#navigation ul#second {
  float: right;
  font-size: 85.5%;
}
#navigation ul#second li.last a {
  padding-right: 2px;
}

/* zajimavosti, kontakt (informace nad patickou)
------------------------------------------------------------------------------*/
#info-board {
  clear: both;
  width: 100%;
}
#info-board .board {
  float: left;
  min-height: 86px;
  padding: 48px 0 10px 23px;
  position: relative;
}
* html #info-board .board {
  height: 86px; 
}
#info-board h5 {
  height: 34px;
  left: 0;
  line-height: 34px;
  position: absolute;
  text-align: center;
  top: 0;
}
#info-board h5 a {
  color: #FFF;
  display: block;
  padding: 0 20px;
}
#info-board h5 span {
  height: 34px;
}
#info-board .zajimavosti {
  width: 131px;
}
#info-board .zajimavosti span {
  width: 131px;
}
#info-board .kontakt {
  width: 102px;
}
#info-board .kontakt span {
  width: 102px;
}

#info-board .board div {
  float: left;
  padding: 2px 23px 0 141px;
  position: relative;
  width: 169px;
}
#info-board .board #vykon {
  padding: 2px 23px 0 109px;
  width: 146px;
}
#info-board .board #tapety {
  padding: 2px 23px 0 109px;
  width: 156px;
}

#info-board .board div a {
  left: -5px;
  position: absolute;
  text-decoration: none;
  top: 0;
}
#info-board .board #vykon a, #info-board .board #tapety a {
  left: 0;
}
#info-board .board div a img {
  margin: 4px 20px 7px 0;
  padding: 3px;
}

#info-board .board h6 {
  font-size: 108.5% !important;
  width: 325px;
}
* html #info-board .board h6 {
  margin: 0 -50px 0 0;
  position: relative;
  width: 175px;
}
#info-board .board #vykon h6, #info-board .board #tapety h6 {
  width: 157px;
}
#info-board .board h6 a {
  float: none;
  left: 0;
  position: relative;
  text-decoration: underline;
}
#info-board .board h6 a:hover, #info-board .board h6 a:focus, #info-board .board h6 a:active {
  color: #FFF !important;
}

#info-board .board p {
  font-size: 85%;
  line-height: 130%;
  padding: 17px 0 0 0;
}
#info-board .board p.kontakt-board {
  padding: 2px 0 0 0;
}
#info-board .board p.kontakt-board a {
  color: #FFF;
  float: none;
  left: 0;
  position: relative;
  text-decoration: underline;
}

#info-board .board .play, #info-board .board .download, #info-board .board .zoom {
  bottom: 0;
  cursor: hand;
  cursor: pointer;
  display: block;
  height: 24px;
  left: 50%;
  margin: 0 0 0 -24px;
  position: absolute;
  width: 24px;
}
* html #info-board .board .play, * html #info-board .board .download, * html #info-board .board .zoom {
  margin: 0 0 -4px -22px;
}

#info-board .board .play {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/ico-play.png', sizingMethod='scale');
  background: url(../img/ico-play.png) no-repeat left top;
}
* html #info-board .board .play{
  background: transparent;
}
#info-board .board .download {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/ico-download.png', sizingMethod='scale');
  background: url(../img/ico-download.png) no-repeat left top;
}
* html #info-board .board .download {
  background: transparent;
}
#info-board .board .zoom {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/ico-zoom.png', sizingMethod='scale');
  background: url(../img/ico-zoom.png) no-repeat left top;
}
* html #info-board .board .zoom {
  background: transparent;
}

/* paticka
------------------------------------------------------------------------------*/
#footer {
  color: #666;
  font-size: 85%;
  padding: 18px 0 35px 0;
}
#footer p {
  float: left;
}
#footer #created {
  float: right;
}
#footer p span {
  padding: 0 7px 0 4px;
}
