/* ~~~~~ 01) resets ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, html, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, img, pre, hr, form, blockquote, fieldset {
	margin: 0;
	padding: 0;
}
html, body {
  height: 100%;
}
ul, ol {
	list-style: none outside;
}
p {
  margin: 1em 0;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}
img, a img, :link img, :visited img {
	border: none;
}
label, a span {
  cursor: pointer;
}
address {
  font-style: normal;
}
strong {
  font-weight: bold;
}
hr {
  display: none;
}
hr.clearer {
  display: block;
  clear: both;
	visibility: hidden;
	height: 0;
}
.clearer {
  clear: both;
}
/* ~~~~~ 02) basics ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
  font: 75%/1.5 "lucida grande", "lucida sans unicode", lucida, "luxi sans", geneva, "trebuchet ms", arial, helvetica, sans-serif;
  background: #f36f21;
  color: #000;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "lucida grande", "lucida sans unicode", lucida, "luxi sans", geneva, "trebuchet ms", arial, helvetica, sans-serif;
  letter-spacing: -0.12em;
  color: #f2b422;
}
h1 {font-size: 260%;}
h2 {font-size: 220%;}
h3 {font-size: 180%;}
h4 {font-size: 170%;}
h5 {font-size: 140%;}
h6 {font-size: 120%;}

a, a:link {
  text-decoration: underline;
  color: #f36f21;
}
a:hover, a:active {
  color: #a64b17;
}
table {
  border-spacing: 1px;
}
th, td {
  padding: .45em;
  border: 1px solid #b2b2b2;
}
th {
  font-weight: bold;
  text-align: center;
  background: #f2f2f2;
}
caption {
  padding: 1em;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

/* ~~~~~ 03) layout ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#page {
  background: #fff;
  border-top: 1px solid #fff;
}
.w {
	width: 780px;
	margin: 0 auto;
	position: relative;
}
#header {
  border-top: 80px solid white;
  height: 180px;
  background: #f36f21 url(img/header.png) 0 0 repeat-x;
}
  #header h1, #header p {
    background: url(img/bird.png) 30px bottom no-repeat;
    height: 140px;
    z-index: 100;
    margin: 0 !important;
    padding: 0 !important;
  }
  #header a#home {
    display: block;
    position: absolute;
    height: 90px;
    line-height: 70px;
    width: 247px;
    top: -81px;
    left: 0;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    margin: 0 !important;
    padding: 0 !important;
  }
    #header a#home span {
      width: 247px;
      height: 90px;
      display: block;
      position: absolute;
      top: 0;
    	left: 0;
      background: url(img/logo.png) 0 0 no-repeat;
      z-index: 99;
    }
  #header li {
    text-indent: -999px;
  }
    #header li a:focus {
      width: 420px;
      display: block;
      position: absolute;
      top: -71px;
      right: 0px;
      z-index: 50;
      padding: 10px 35px;
      color: white;
      font-size: 120%;
      text-indent: 0;
      background: #f36f21;
    }
#primary-content {
  float: left;
  width: 499px;
  margin-right: 20px;
}
  #primary-content h1, #primary-content h2.homeheader {
    background: url(img/hline.png) bottom left no-repeat;
    line-height: 1.8;
    margin-bottom: .5em;
    font-size: 260%;
  }
#secondary-content {
  float: left;
  width: 240px;
  padding-left: 21px;
}
  
.w.line {
  background: url(img/line.png) 520px 0 repeat-y;
  margin: 15px auto;
}
#footer {
  clear: both;
  height: 100px;
  padding-top: 20px;
  background: #f36f21 url(img/footer.png) 0 0 repeat-x;
  color: #fff;
}

.w.menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.w.menu .w {
  height: 90px;
}
#menu {
  position: absolute;
  bottom: 0;
  right: 20px;
  max-width: 510px;
  height: 2.5em;
}
  #menu li {
    float: left;
    margin: 0 2px;
    background: url(img/line.png) right center no-repeat;
  }
    #menu li a, #menu li span {
      display: block;
      padding: 0 13px 0 7px;
      height: 30px;
      line-height: 30px;
      font-size: 120%;
      color: #f36f21;
      text-decoration: none;
      background: url(img/block.png) -999px -999px no-repeat;
    }
    #menu li span {
      color: #000;
    }
  #menu li.last {
    background: none;
  }
    #menu li a:hover {
      background: url(img/block.png) 45% 0 no-repeat;
      color: #f2b422;
    }
    
#msgbox {
  position: absolute;
  top: -170px;
  right: 25px;
  width: 395px;
  height: 100px;
  padding: 15px 18px;
  background: #a64b17;
  color: #fff;
}
  #msgbox blockquote {
    font-size: 85%;
    margin: 0 !important;
    padding: 5px 15px;
    background: #a64b17 url(img/quotes-left.png) bottom left no-repeat;
    position: relative;
  }
    blockquote p {
      margin: 0 !important;
      padding: 0 !important;
    }
  #msgbox blockquote span {
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    background: url(img/quotes-right.png) bottom left no-repeat;
  }
  #msgbox p.author {
    float: left;
    font-size: 90%;
    margin: 12px 0 0 0;
    background: #a64b17;
  }
  #msgbox img {
    position: absolute;
    z-index: 9;
    bottom: 10px;
    right: 10px;
    border: 5px solid #f36f21;
  }
  #msgbox a {
    color: #f2b422;
  }
  #msgbox a:hover {
    color: #f36f21;
  }
    #msgbox.asko p.author {
      margin-top: 18px;
    }
    #msgbox.chvilka-pro-tebe {
      height: 110px;
      padding: 10px 18px;
    }
    #msgbox.chvilka-pro-tebe p.author {
      margin-top: 5px;
    }
    #msgbox.comtech p.author {
      margin-top: 17px;
    }
    #msgbox.mobil-pohotovost {
      height: 80px;
      padding: 25px 18px 25px 18px;
    }
    #msgbox.mobil-pohotovost p.author {
      margin-top: 18px;
    }

  
  
  #msgbox.duvod h2 {
    font-size: 140%;
    margin-bottom: .2em;
  }
  #msgbox.duvod h3 {
    font-size: 120%;
    color: #fff;
    border-right: 1px solid #b0b0b0;
    float: left;
    padding-right: 8px;
    margin-right: 8px;
  }
  #msgbox.duvod p.italic {
    clear: none;
    padding: .3em 0;
    font-style: italic;
    overflow: visible;
  }
  #msgbox.duvod p {
    font-size: 94%;
    margin: 0;
    clear: left;
  }
  #msgbox.duvod a.anchor {
    margin-top: .3em;
  }
  
#footer address {
  background: url(img/ico/office.png) 0 5px no-repeat;
  padding-left: 38px;
  padding-right: 25px;
  margin-right: 17px;
  float: left;
  border-right: 1px solid #cc5d1d;
}
#footer dl.contact {
  background: url(img/ico/phone.png) 0 5px no-repeat;
  padding-left: 7px;
  width: 350px;
  height: 200px;
  float: left;
  margin-top: 0;
}
  #footer dl.contact dt {
    font-weight: bold;
    float: left;
    text-align: right;
    padding-right: .5em;
    width: 5em;
  }
  #footer dl.contact a {
    color: white;
  }
  #footer dl.contact a:hover {
    color: #a64b17;
  }
#footer strong {
  color: inherit;
}

ol.duvody li {
  list-style-type: none !important;
}
ol.duvody li p {
  margin: 5px 0 5px 15px;
  color: #000;
  font-weight: normal;
  font-size: 100%;
}
ol.duvody li p.italic {
  font-size: 110%;
  font-style: italic;
  font-weight: bold;
}

ol.firmy {
  margin: 20px 0 20px 3px;
}
  ol.firmy li {
    line-height: 22px;
    margin: 2px 0;
    padding-left: 33px;
    background-position: left center;
    background-repeat: no-repeat;
  }
  ol.firmy li.albert { background-image: url(img/ico/small/albert.png); }
  ol.firmy li.apple { background-image: url(img/ico/small/apple.png); }
  ol.firmy li.ascom { background-image: url(img/ico/small/ascom.png); }
  ol.firmy li.bata { background-image: url(img/ico/small/bata.png); }
  ol.firmy li.bional { background-image: url(img/ico/small/bional.png); }
  ol.firmy li.bohemia { background-image: url(img/ico/small/bohemia.png); }
  ol.firmy li.bonduelle { background-image: url(img/ico/small/bonduelle.png); }
  ol.firmy li.burda { background-image: url(img/ico/small/burda.png); }
  ol.firmy li.bvv { background-image: url(img/ico/small/bvv.png); }
  ol.firmy li.chio { background-image: url(img/ico/small/chio.png); }
  ol.firmy li.cedok { background-image: url(img/ico/small/cedok.png); }
  ol.firmy li.daewoo { background-image: url(img/ico/small/daewoo.png); }
  ol.firmy li.eurotel { background-image: url(img/ico/small/eurotel.png); }
  ol.firmy li.grundig { background-image: url(img/ico/small/grundig.png); }
  ol.firmy li.henkel { background-image: url(img/ico/small/henkel.png); }
  ol.firmy li.hyundai { background-image: url(img/ico/small/hyundai.png); }
  ol.firmy li.jme { background-image: url(img/ico/small/jme.png); }
  ol.firmy li.kb { background-image: url(img/ico/small/kb.png); }
  ol.firmy li.kvety { background-image: url(img/ico/small/kvety.png); }
  ol.firmy li.lada { background-image: url(img/ico/small/lada.png); }
  ol.firmy li.lexus { background-image: url(img/ico/small/lexus.png); }
  ol.firmy li.ln { background-image: url(img/ico/small/ln.png); }
  ol.firmy li.mazda { background-image: url(img/ico/small/mazda.png); }
  ol.firmy li.mcd { background-image: url(img/ico/small/mcd.png); }
  ol.firmy li.mentos { background-image: url(img/ico/small/mentos.png); }
  ol.firmy li.mitsubishi { background-image: url(img/ico/small/mitsubishi.png); }
  ol.firmy li.mobilpohotovost { background-image: url(img/ico/small/mobilpohotovost.png); }
  ol.firmy li.motokov { background-image: url(img/ico/small/motokov.png); }
  ol.firmy li.neckermann { background-image: url(img/ico/small/neckermann.png); }
  ol.firmy li.oki { background-image: url(img/ico/small/oki.png); }
  ol.firmy li.nowaco { background-image: url(img/ico/small/nowaco.png); }
  ol.firmy li.pfanner { background-image: url(img/ico/small/pfanner.png); }
  ol.firmy li.podebradka { background-image: url(img/ico/small/podebradka.png); }
  ol.firmy li.ppoj { background-image: url(img/ico/small/ppoj.png); }
  ol.firmy li.prince { background-image: url(img/ico/small/prince.png); }
  ol.firmy li.skoda { background-image: url(img/ico/small/skoda.png); }
  ol.firmy li.timex { background-image: url(img/ico/small/timex.png); }
  ol.firmy li.vw { background-image: url(img/ico/small/vw.png); }


#primary-content ul.reference li {
  clear: both;
  margin: 0 30px 20px 0;
  padding: 12px;
  background: #f2f2f2;
  list-style: none outside;
}
#primary-content ul.reference li blockquote {
    font-style: italic;
    padding: 5px 15px;
    background: url(img/quotes-left-w.png) bottom left no-repeat;
    position: relative;
  }
  #primary-content ul.reference li blockquote span {
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(img/quotes-right-w.png) bottom left no-repeat;
  }
  #primary-content ul.reference li p.author {
    float: left;
    font-size: 90%;
    margin: 20px 15px 30px 15px;
  }
  #primary-content ul.reference li img {
    float: right;
    margin: 12px 0 20px;
  }
  
  
#primary-content ul.morebox {
  margin: 10px 0;
  padding: 15px;
	border: 7px solid #f2b422;
}
#primary-content ul.morebox li {
  list-style: disc outside;
  margin-left: 20px;
}

#primary-content ul {
  margin: 10px 0;
}
#primary-content li {
  list-style: disc outside;
  margin-left: 30px;
}

  
#primary-content dt {
	margin-top: .5em;
	padding-top: .5em;
	clear: left;
	font-weight: bold;
}
#primary-content dd {
	margin-left: 1em;
}

.kontakt dl {
  margin-top: 35px;
}
.kontakt a.mapa {
	float: right;
	margin: -45px 0 20px 0;
	padding: 3px;
	border: 7px solid #f2f2f2;
	position: relative;
	z-index: 20;
}
.kontakt a.mapa:hover {
	border: 7px solid #f2b422;
}
.kontakt a.mapa img {
	display: block;
	margin: 0 !important;
}

#secondary-content form fieldset {
  border: none;
  margin: 10px;
}
#secondary-content form label {
  display: block;
}
#secondary-content form label#submitlabel {
  display: none;
}
#secondary-content form textarea {
  width: 200px;
}
#secondary-content form input#text {
  width: 200px;
}

#secondary-content h3.ico {
  margin-top: .6em;
}
  #secondary-content h3.ico a {
    text-decoration: none;
    color: #f2b422;
  }
  #secondary-content h3.ico a:hover {
    text-decoration: underline;
    color: #f36f21;
}
#secondary-content p {
  margin-bottom: 20px;
}

#secondary-content .duvody p {
  margin: .1em 0 .5em 0;
}
#secondary-content .duvody p.italic {
  font-style: italic;
  margin: .1em 0;
}

.ico {
  padding-left: 38px;
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 32px;
}
.ico.questions { background-image: url(img/ico/questions.png); }
.ico.howto     { background-image: url(img/ico/howto.png); }
.ico.howmuch   { background-image: url(img/ico/howmuch.png); }
.ico.reason   { background-image: url(img/ico/reason.png); }
.ico.radio   { background-image: url(img/ico/radio.png); }


.anchor {
  display: block;
  text-align: right;
}
.annotation {
  font-weight: bold;
}



#primary-content form fieldset {
  clear: both;
  margin: 30px 0;
  border: 7px solid #f2f2f2;
  padding: 1em;
}
  #primary-content form legend {
  	margin-left: 10px;
  	padding: .5em 1em;
  	border: none;
    font-weight: bold;
    font-size: 120%;
    color: #f2b422;
  }
  #primary-content form p.fmrequired {
    margin: .5em 2em 1.5em 3em;
  }
  #primary-content form span.fmrequired {
    color: #f36f21;
  }
  #primary-content form label {
  	display: block;
  	float: left;
  	width: 180px;
  	text-align: right;
  	margin-right: 10px;
  	clear: both;
  	font-weight: bold;
  }
  #primary-content form label, #primary-content input, #primary-content select, #primary-content textarea {
  	line-height: 1.5em;
  	margin-top: 0.25em;
  	margin-bottom: 0.25em;
  }
  #primary-content form .fmsubmit {
    margin: 15px 0 10px 190px;
  }
  #primary-content .fmset textarea {
    width: 220px;
    height: 160px;
  }
  #primary-content .fmset label strong {
    display: none;
  }
  #primary-content #videoplayer {
    margin-bottom: 1em;
  }

form .fmsubmit span {
  padding: 10px 10px;
  line-height: 2;
  background: #f2f2f2;
  width: auto;
}
form .fmsubmit span input {
  margin: auto !important;
}



p.msg-ok {
  border: 5px solid #a64b17;
  background: #f2b422;
  padding: 1em 2em;
  margin-top: 2em;
}

p.msg-err {
  border: 5px solid #a64b17;
  background: #f2b422;
  padding: 1em 2em;
  margin-top: 2em;
}
ul.msg-err {
  margin: 1em 1em 2em 5em;
  list-style: disc outside;
}
  ul.msg-err li strong {
    display: none;
  }


.allowed {
  font-size: 80%;
}




.wp-caption.alignright {
  border: 1px solid #b2b2b2;
  padding: 10px 5px 0 5px;
  text-align: center;
  float: right;
  margin: 0 0 10px 10px;
  font-style: italic;
  font-size: 92%;
}
.wp-caption.alignright img {
  margin: 0;
}
.wp-caption.alignright p {
  margin: 5px;
}

