/*
  Copyright 2010 Kvalitníkód.cz
*/
* {
  padding: 0;
  margin: 0;
  border: none;
}
body {
  background: #fafafa;
  font-family: Arial, "Arial CE", Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  line-height: 1.5em;
  color: #313131;
  border-top: 11px solid #363636;
}
body.noborder {
  border: 0 none;
}
body.light {
  background: #ffffff;
}
img {
  border: none;
}
a {
  color: #068dcc;
}
a:hover, a:active {
  text-decoration: none;
}
p {
  padding-bottom: 0.9em;
}
h1, h2, h3 {
  color: #000000;
  font-weight: normal;
}
h3 {
  font-size: 18px;
  line-height: 1.2em;
  padding-top: 10px;
  padding-bottom: 12px;
}
h2 {
  font-size: 20px;
  line-height: 1.3em;
  padding-top: 8px;
  padding-bottom: 13px;
}
h1, .h1 {
  display: block;
  color: #068dcc;
  font-size: 26px;
  line-height: 1.1em;
  padding: 30px 0 15px 0;
}

ol, ul {
}
li {
  list-style-type: none;
}
ul.seznam {
  margin-bottom: 23px;
}
ul.seznam li {
  display: block;
  padding-left: 5px;
  border-bottom: 1px solid #e7e7e7;
}
ul.seznam li a {
  background: url('img/icon-ligrey.gif') no-repeat 0 1px;
  text-decoration: none;
  font-size: 14px;
  padding-left: 20px;
  line-height: 30px;
  outline: none;
}
ul.seznam li a:hover {
  text-decoration: underline;
}
ul.seznam li.active a {
  background: url('img/icon-li.gif') no-repeat 0 1px;
  font-weight: bold;
}
ul.seznam li.active a:hover {
  text-decoration: none;
}
input, select, textarea {
  color: #313131;
  font-family: Arial, "Arial CE", Helvetica, sans-serif;
  font-size: 12px;
  height: 16px;
  padding: 5px 6px;
  border: 1px solid #e7e7e7;
  margin-bottom: 6px;
}
input.text {
  width: 165px;
}
input.button {
  background: #424242;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  margin-right: 0;
  border: 0 none;
  color: #ffffff;
  font-weight: bold;
}
select {
  width: 175px;
  height: 21px;
  padding: 0;
  margin: 0;
}
textarea {
  overflow: auto;
  height: 91px;
  width: 390px;
}
.clr {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.odsad {
  padding: 10px 15px 20px 15px;
}
.odsad-hp {
  padding: 0 0 10px 15px;
}
.tretina {
  float: left;
  width: 300px;
}
.dvetretiny {
  float: right;
  width: 660px;
}
.dvetretiny .inputwrapper {
  margin-left: 28px;
}
.dvetretiny .button {
  float: right;
  margin: 4px 1px 0 0;
}
.pul {
  float: left;
  width: 480px;
}
.moznosti {
  float: right;
  margin: 77px 15px 10px 0;
}
body.noborder .moznosti {
  margin-top: 31px;
}
body.noborder .h1 {
  padding-top: 20px;
}
body.light .h1 {
  padding-top: 12px;
}
body.light #info h1 cufon {
  padding-bottom: 5px;
}
body.light .moznosti {
  float: none;
  margin: 15px 0 0 40px;
}
.spr {
  color: #d5d5d5;
  margin: 0 3px;
}
.red {
  color: #df1111;
}
.cufon-ready h3 { font-size: 20px; line-height: 1em; }
.cufon-ready #sidebar h3 { font-size: 18px; }
.cufon-ready h2, .cufon-ready #info h1 { font-size: 22px; line-height: 1em; }
.cufon-ready h1, .cufon-ready .h1 { font-size: 28px; line-height: 1em; }
.cufon-ready #menu li a { font-size: 18px; }
.cufon-ready #login { padding-top: 8px; padding-bottom: 1px; }
.cufon-ready #login a { font-size: 15px; background-position: right 8px; line-height: 1em; }
.corner {
  background: url('img/corners-content.gif') no-repeat;
  display: inline-block;
  font-size: 0;
  width: 5px;
  height: 4px;
  position: absolute;
  z-index: 10;
}
.lh { background-position: -5px -4px; top: -1px; left: -1px; }
.ph { background-position: -1px -4px; top: -1px; right: -1px; }
.ld { background-position: -5px -1px; bottom: -1px; left: -1px; }
.pd { background-position: -1px -1px; bottom: -1px; right: -1px; }
.inputwrapper {
  background: url('img/bg-inputwrapper.gif') no-repeat right top;
  display: inline-block;
  width: 300px;
  height: 28px;
  vertical-align: bottom;
  margin: 2px 0 5px 0;
}
.inputwrapper span {
  display: inline-block;
  width: 173px;
  height: 19px;
  overflow: hidden;
  margin: 5px 0 0 5px;
  position: relative;
}
.inputwrapper label {
  background: #d6f0fc url('img/bg-label.gif') no-repeat right top;
  display: inline-block;
  width: 107px;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  color: #000000;
  padding-left: 10px;
  vertical-align: top;
}
.inputwrapper input, .inputwrapper select {
  padding-top: 1px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.vcard .type {
  display: none;
}

#wrapper {
  width: 990px;
  margin: 0 auto;
}
#header {
  background: url('img/bg-header.gif') repeat-x left bottom;
  height: 117px;
  position: relative;
}
#logo {
  background: url('img/bg-logozare.png') no-repeat -10px 0;
  width: 329px;
  height: 128px;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 5;
}
#logo a {
  display: inline-block;
  margin: 30px 0 0 8px;
}
ul#menu {
  margin-right: 5px;
  position: absolute;
  right: 0;
  bottom: 1px;
}
ul#menu li {
  float: left;
  padding: 0 5px;
}
ul#menu li a {
  float: left;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 15px 25px 15px;
  color: #1d1d1d;
}
ul#menu li a:hover {
  padding-bottom: 24px;
  border-bottom: 1px solid #068dcb;
}
#login {
  background: #363636 url('img/bg-login.png') no-repeat;
  width: 144px;
  height: 28px;
  position: absolute;
  top: -12px;
  right: 5px;
  padding: 9px 0 0 103px;
}
#login a {
  padding-left: 8px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
#login a.prihlaseni {
  background: url('img/icon-sipka-dolu.gif') no-repeat right 5px;
  padding-left: 0;
  padding-right: 14px;
  outline: none;
}
#loginbox {
  display: none;
  width: 210px;
  height: 119px;
  position: absolute;
  top: 32px;
  right: 20px;
}
#loginbox .iefix {
  background: url('img/bg-loginbox.png') no-repeat;
  width: 210px;
  height: 119px;
}
#loginbox form {
  width: 186px;
  height: 106px;
  padding: 13px 12px 0 12px;
  position: relative;
}
#loginbox a {
  position: absolute;
  left: 14px;
  bottom: 13px;
}
#loginbox .text {
  width: 172px;
}
#loginbox .button {
  float: right;
  width: 85px;
  margin-top: 1px;
}

#about {
  float: left;
  width: 426px;
  padding-top: 10px;
}
#about p {
  font-size: 15px;
  line-height: 1.35em;
}
#prohlidka-hp {
  float: right;
  background: url('img/bg-prohlidka.png') no-repeat;
  width: 480px;
  height: 409px;
  padding: 82px 0 0 68px;
}

#main {
  background: #ffffff;
  width: 956px;
  height: auto !important;
  height: 300px;
  min-height: 300px;
  padding: 2px 16px 15px 16px;
  margin-bottom: 45px;
  border: 1px solid #e7e7e7;
  position: relative;
}
#nabidka {
  overflow: hidden;
  width: 990px;
  height: auto !important;
  height: 340px;
  min-height: 320px;
  margin-bottom: 45px;
  position: relative;
}
#content li, #nabidka li {
  background: url('img/icon-li.gif') no-repeat 4px 3px;
  line-height: 1.4em;
  padding: 1px 4px 7px 25px;
}
#main cufon, #nabidka cufon {
  padding-bottom: 5px;
}
#nabidka #box1, #nabidka #box2, #nabidka #box3 {
  float: left;
  background: #ffffff;
  width: 301px;
  height: auto !important;
  height: 329px;
  min-height: 329px;
  border: 1px solid #e7e7e7;
  padding: 9px 14px 0 14px;
  position: relative;
}
#nabidka #box2 {
  margin-left: -1px;
}
#nabidka #box3 {
  background: #ffffff url('img/bg-mapka.gif') no-repeat 20px 158px;
  width: 300px;
  margin-left: -1px;
}
#nabidka #box3 .vlajka {
  background: url('img/icon-vlajka.png') no-repeat;
  display: inline-block;
  width: 29px;
  height: 32px;
  font-size: 0;
  position: absolute;
  left: 220px;
  top: 249px;
}
#nabidka #box1 h2 { background: url('img/icon-stitek.gif') no-repeat 0 4px; padding-left: 42px; }
#nabidka #box2 h2, #main h2.search { background: url('img/icon-lupa.gif') no-repeat 0 4px; padding-left: 45px; }
#nabidka #box3 h2 { background: url('img/icon-telefon.gif') no-repeat 0 4px; padding-left: 45px; }
#nabidka #box2 p { padding-bottom: 13px; }
#nabidka #box2 .button {
  margin: 14px 0 0 70px;
  width: 161px;
}
#info h1 {
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.1em;
  padding-top: 8px;
  padding-bottom: 0;
}
#info h1 cufon {
  padding-bottom: 3px;
}
#info .rklogo {
  float: right;
  padding: 5px;
  margin-top: -15px;
  margin-right: 15px;
}
#prohlidky {
  width: 990px;
  overflow: hidden;
  margin: 0 -17px;
}
#prohlidky .box {
  float: left;
  width: 296px;
  padding: 0 17px 17px 17px;
  position: relative;
}
#prohlidky .box a {
  text-decoration: none;
  display: inline-block;
}
#prohlidky .box a span, #info a.rk {
  background: url('img/icon-li.gif') no-repeat 0 1px;
  text-decoration: underline;
  padding-left: 20px;
  line-height: 30px;
}
#prohlidky .box a:hover span, #info a.rk:hover {
  text-decoration: none;
}
#prohlidky .box strong {
  background: url('img/bg-box.png');
  display: block;
  color: #000000;
  font-size: 15px;
  width: 276px;
  height: 39px;
  line-height: 1.3em;
  padding: 8px 10px;
  position: absolute;
  top: 139px;
  left: 17px;
}
#prohlidky .box-velky {
  float: left;
  width: 470px;
  padding: 21px 0 3px 17px;
  position: relative;
}
#prohlidky .box-velky h2 {
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 9px 0;
}
#prohlidky .pul {
  width: 440px;
  padding: 21px 0 0 40px;
}
#strankovani {
  text-align: center;
  color: #404040;
  margin-bottom: 6px;
}
#strankovani a {
  background: #f0f0f0 url('img/bg-strankovani.gif') no-repeat;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-decoration: none;
  text-align: center;
  color: #404040;
  margin: 0 2px;
}
#strankovani a:hover {
  background-position: 0 -28px;
  background-color: #f8f8f8;
}
#strankovani a:active, #strankovani a.active {
  background-position: 0 -56px;
  background-color: #1e81bb;
  color: #ffffff;
}
#strankovani span {
  margin: 0 7px;
  vertical-align: middle;
}
#administrace {
  padding: 10px 15px 0 15px;
  position: relative;
}
#administrace h1 {
  padding-bottom: 9px;
}
#administrace #prihlasen {
  position: absolute;
  right: 15px;
  top: 45px;
}
#content {
  float: left;
  width: 710px;
  padding-top: 11px;
}
#content h2, #content h3 {
  padding-top: 1.05em;
  padding-bottom: 0.45em;
}
#content ul {
  margin: 5px 0 10px 5px;
}
#content li {
  line-height: 1.3em;
}
#sidebar {
  float: right;
  width: 205px;
  padding-top: 11px;
}
#sidebar h2, #sidebar h3 {
  padding-bottom: 3px;
}
#sidebar h3 {
  font-size: 16px;
}


#partners {
  margin: 22px 15px;
}
#partners a {
  color: #8e8e8e;
  margin-right: 0px;
}
#partners a:hover {
  color: #363636;
}
#partners img {
  border: none;
  margin-right: 35px;
  text-align: center;
}

#ftr {
  background: #363636;
  color: #cbcbcb;
  width: 960px;
  padding: 40px 15px 25px 15px;
  margin: 0 auto;
  position: relative;
}
#ftr a {
  color: #cbcbcb;
  text-decoration: none;
}
#ftr a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#ftr a.fb {
  background: url('img/icon-fb.gif') no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 0;
  text-indent: -400px;
  overflow: hidden;
  position: absolute;
  left: 465px;
  top: 43px;
}
#ftr a.fb:hover {
  background-position: 0 -32px;
  text-decoration: none;
}
#ftr p {
  width: 430px;
}
#ftr p.linky {
  position: absolute;
  right: 18px;
  top: 50px;
  width: 300px;
  line-height: 19px;
  text-align: right;
}
#ftr p.linky span {
  background: url('img/footer-separator.gif') no-repeat;
  display: inline-block;
  width: 2px;
  height: 19px;
  margin: 0 5px;
  font-size: 0;
  vertical-align: middle;
}
#ftr .corner {
  background: url('img/corners-footer.gif') no-repeat;
  display: inline-block;
  font-size: 0;
  width: 4px;
  height: 4px;
  position: absolute;
}
#ftr .lh { background-position: -4px 0; top: 0; left: 0; }
#ftr .ph { top: 0; right: 0; }


.inputwrapper2 {
  background: url('img/bg-inputwrapper.gif') no-repeat right top;
  display: inline-block;
  width: 500px;
  height: 28px;
  vertical-align: bottom;
  margin: 2px 0 5px 0;
}
.inputwrapper2 span {
  display: inline-block;
  width: 273px;
  height: 19px;
  overflow: hidden;
  margin: 5px 0 0 5px;
  position: relative;
}
.inputwrapper2 label {
  background: #d6f0fc url('img/bg-label.gif') no-repeat right top;
  display: inline-block;
  width: 207px;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  color: #000000;
  padding-left: 10px;
  vertical-align: top;
}
.inputwrapper2 input, .inputwrapper2 select {
  padding-top: 1px;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 265px;
}
input.text2 {
  width: 265px;
}
input.file2 {
  display: inline-block;
  width: 273px;
  height: 23px;
  overflow: hidden;
  margin: 3px 0 0 2px;
  position: relative;  
}
input.button2 {
  background: #424242;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  margin-right: 0;
  padding: 0px 20px 0px 20px;
  border: 0 none;
  color: #ffffff;
  font-weight: bold;
}