/* titulka */

#content .inner {
  padding: 10px;
}

.obsah {
  padding: 20px 40px;
}

#wizard {
  background: blue url(/images/kroky.png) no-repeat;
  display: block;
  width: 919px;
  height: 258px;
  position: relative;
}

#wizardcontent, .wizardcontent {
  display: block;
  position: absolute;
  width: 490px;
  height: 190px;
  left: 115px;
  top: 30px;
  color: white;
  line-height: 2em;
}

#wizardcontent h2, .wizardcontent h2 {
  color: white;
}

#wizardcontent .button a, .wizardcontent .button a {
  display: block;
  float: right;
  width: 127px;
  height: 31px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  color: white !important;
  background: url(/images/button-green-blue-background.png) no-repeat;
  margin: 20px 12px 12px 0;
  font-size: 16px;
}

#previous {
  position: absolute;
  top: 94px;
  left: 18px;
  height: 56px;
  width: 56px;
  background: none;
  border: none;
  cursor: pointer;
}

#previous:disabled {
  background: url(/images/button-left-disabled.png) no-repeat center;
}

#next {
  position: absolute;
  top: 94px;
  right: 18px;
  height: 56px;
  width: 56px;
  background: none;
  border: none;
  cursor: pointer;
}

#next:disabled {
  background: url(/images/button-right-disabled.png) no-repeat center;
}

#previous span, #next span {
  position: absolute;
  left: -10000px;
}

#next_pokec {
  position: absolute;
  top: 99px;
  right: 57px;
  width: 171px;
  height: 47px;
background: url(/images/next-step-background.png) no-repeat;
}

#next_pokec span {
display: block;
padding: 7px 10px;
color: white;
}



