/*
 *  CSS - styly pouze pro media pointerheld, projection, screen, tty, tv
 *  www.LTweb.cz 
 */


/*idz-pages.css --------------------------------------------------------------*/

#kontakt-form .zeptejte-button {
  color: #ffffff;
  background: #e60000;
  border: 2px #f0a063 solid;
  height: 30px;
  width: 100px;
  font-size: 0.9em;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 5px;
}

#pokrocile-vyhledani .button-vyhledat {
  color: #ffffff;
  background: #e60000;
  border: 2px #f0a063 solid;
  height: 30px;
  width: 130px;
  font-size: 0.9em;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
}

.button-poptavka {
  color: #ffffff;
  background: #e60000;
  border: 2px #f0a063 solid;
  height: 30px;
  width: 200px;
  font-size: 0.8em;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
}

.button-search-small {
  color: #ffffff;
  background: #e60000;
  border: 2px #f0a063 solid;
  height: 30px;
  width: 110px;
  font-weight: bolder;
  font-size: 0.8em;
  cursor: pointer;
  margin: 0 auto;
  display: block;
}

.button-rezevace {
  color: #ffffff;
  background: #e60000;
  border: 2px #f0a063 solid;
  height: 30px;
  width: 130px;
  font-size: 1em;
  cursor: pointer;
}

#search-ext .vyhledejte-button {
  color: #ffffff;
  background: #e60000;
  border: 2px #f0a063 solid;
  height: 30px;
  width: 100px;
  font-size: 0.9em;
  cursor: pointer;
}

.short-search input {
  display: block;
  width: 100px;
  height: 27px;
  font-size: 0.85em;
  background-color: #e60000;
  color: #ffffff;
  border: 1px #ee7a4b solid;
  margin-left: 70px;
  margin-bottom: 5px;
  cursor: pointer;
}

/*idz-index.css --------------------------------------------------------------*/

.odber-novinek .buttonmail {
  width: 100px;
  font-size: 0.9em;
  height: 30px;
  margin-top: 10px;
  margin-left: 55px;
  background-color: #e60000;
  color: #ffffff;
  border: 1px #ee7a4b solid;
  cursor: pointer;
}


/* cursor: pointer ---------------------------------------------------------- */
.type-tip a:hover span, .type-tip a:active span, .type-tip a:hover div, .type-tip a:active div,
.type-tip a:hover strong, .type-tip a:active strong{
	cursor: pointer;
}
