div.intro-form{
  position: absolute;
  width: 360px;
  height: 177px;
  top: 25px;
  left: 30px;
}

div.intro-form form{
  padding: 0px;
  margin: 0px;
}

div.intro-form div.intro-form-tabs{
  height: 24px;
}

div.intro-form div.intro-form-tabs div.not_active {
  height: 14px;
  /*background: url("bg_tab_orange.png") bottom left repeat-x #ff9600;*/
  background-color: #8d0000;
  margin: 0 0 0 7px;
  float: left;
  padding: 5px 12px;
  color: white;
  font-size: 12px;
  cursor: hand;
  cursor: pointer;
}

div.intro-form div.intro-form-tabs div.active {
  height: 14px;
  background: #ffa600;
  margin: 0 0 0 7px;
  float: left;
  padding: 5px 12px;
  color: white;
  font-size: 12px;
  cursor: hand;
  cursor: pointer;
}

div.intro-form div.main{
  background: url('images/bg_intro_form.gif') bottom left repeat-x #ffa600;
  color: white;
  text-align: center;
  padding: 14px 0 0 0px;
  font-weight: bold;
}

div.intro-form div.main div.title{
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 5px;
}

div.intro-form div.main select{
  text-align: right;
  border: solid 1px #919191;
  padding: 1px;
  color: black;
}

div.intro-form div.main input.date{
    text-align: right;
    border: solid 1px #919191;
    padding: 1px;
    color: black;
    width: 70px;
}

div.intro-form div.calendar {
    margin: 0px 0px 0px 50px;
}

div.intro-form div.button{
  cursor: hand;
  cursor: pointer;
  text-align: center;
    margin-left:73px;
}

div.intro-form div.button div.text{
  white-space: nowrap;
  float: left;
  padding: 3px 7px;
  margin: 13px 0;
  height: 16px;
  background: #eb1500;
  border-top: solid 1px #f35d5f;
  border-left: solid 1px #f35d5f;
  border-right: solid 1px #910600;
  border-bottom: solid 1px #910600;
}

div.intro-form div.button div.sipka{
  float: left;
  padding: 3px 7px;
  margin: 13px 0;
  height: 16px;
  background: #ff9700;
  border-top: solid 1px #ffaf50;
  border-left: solid 1px #ffaf50;
  border-right: solid 1px #914900;
  border-bottom: solid 1px #914900;
}

/*** Form - Calendar ***/

div.input-calendar input {
    width: 80px;
}

div.input-calendar img {
    position: relative;
    top: 4px;
}

div.calendar {
    position: absolute;
    width: 160px;
    height: 190px;
    border: 1px solid #808080;
    background: #fafafa;
    padding: 5px 5px 5px 5px;
    margin: -20px 0px 0px 250px;
    font-size: 0.9em;
    z-index: 5;
}

div.calendar a {
  text-decoration: none;
  font-weight: bold;
  color: #444444;
}

div.calendar td {
    text-align: right;
    font-size: 0.9em;
}
div.calendar th {
    background-color: #5a5a5a;
    color: #ffffff;
    text-align: center;
    font-size: 0.9em;
}

div.calendar div.calendar-year {
    text-align: center;
}

div.calendar div.calendar-month {
    text-align: center;
    margin: 3px 0px 10px 0px;
}

div.calendar table.calendar {
    width: 150px;
}

div.calendar select {
    font-weight: bold;
    font-size: 0.9em;
}

div.calendar td.selected {
    background-color: #d48502;
}

div.calendar td.selected a {
    color: #000000;
}

div.calendar td.sat {
    background-color: #7a7a7a;
}

div.calendar td.sat a {
    color: #ffffff;
}

div.calendar td.sun {
    background-color: #5a5a5a;
}

div.calendar td.sun a {
    color: #ffffff;
}

div.intro-right{
  float: right;
  width: 360px;
  margin-left: 10px;
}

div.intro-right h3{
  font-weight: bold;
  font-size: 24px;
  color: #e86000;
  margin: 0px;
  padding: 0px;
}

div.intro-left{
  float: left;
  width: 530px;
}

div.intro-box{
  float: left;
  width: 250px;
  margin: 0 10px 10px 0;
}

div.intro-box-content{
  padding: 3px 10px 0px 10px;
}

div.lietadlo-box{
  background: url("images/bg_lietadlo.png") bottom left repeat-x #f1f1f1;
  border: solid 1px #d7d7d7;
  margin: 0px 5px 10px 0;
  border-bottom: solid 4px red;
  font-size: 16px;
}

div.lietadlo2-box{
  background: url("../../../gfx/box-lietadlo2-bg.gif") no-repeat;
  margin: 0px 0px 10px 0;
  font-size: 16px;
  height: 257px;
}

div.quashqai-box{
  background: url("../../../gfx/box-quashqai-bg.gif") no-repeat;
  margin: 0px 15px 10px 0;
  font-size: 16px;
  height: 257px;
}

div.lietadlo-box div.intro-box-content{
  font-size: 15px;
  padding: 5px 15px 0 15px;
}

div.lietadlo-box div.intro-box-content img{
  margin: 2px 0;
}

div.lietadlo-box div.link{
  font-size: 11px;
}

div.intro-box div.link {
  height: 16px;
  color: white;
  text-align: right;
  padding: 9px 70px 8px 0;
  margin: 3px 0 1px 0;
  font-weight: bold;
  background: url("images/block_href.png") right center;
  cursor: hand;
  cursor: pointer;
}

div.intro-box div.link:hover {
  color: black;
  background: url("images/block_href_hover.png") right center;
}

