/* CSS Document */
body  {
  font-family: arial;
  font-size: 9pt;
  color: #2b2c54;
}
#stranka  {
  width: 753px;
  margin: 0 auto;
  position: relative;
}
#hlavicka {
  width: 753px;
  height: 198px;
  background-image: url("./img/hlavicka.jpg");
  background-repeat: no-repeat;
  position: relative;
}
#tabulka-horni-menu {
  position: absolute;
  top: 141px;
  right: 0;
}
div#menu1  {
  position: absolute;
  top: 169px;
  right: 0;
  width: 95px;
  visibility: hidden;
  z-index: 2;
}
div#menu2  {
  position: absolute;
  top: 169px;
  right: 96px;
  width: 95px;
  z-index: 2;
  visibility: hidden;
}
div#menu3  {
  position: absolute;
  top: 169px;
  right: 191px;
  width: 94px;
  visibility: hidden;
  z-index: 2;
}
div#menu4  {
  position: absolute;
  top: 169px;
  right: 286px;
  width: 94px;
  visibility: hidden;
  z-index: 2;
}
.subtabulka {
  text-align: center; 
  background: #99cc33;
  border-bottom: 1px solid #808080;
  padding: 8px 2px 8px 2px;
}



.ifrejm {

	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}



.subtabulka a {
  color: white; 
  font-weight: bold;
  font-size: 8pt;
}
.subtabulka a:hover {
  color: #006633;
}

#lasty-hp  {
  color: white;
  font-weight: bold;
  font-size:8pt;
/*  z-index: 1;*/
}
#lasty-hp a  {
  color: white;
}
#lasty-hp a:hover  {
  color: #6699cc;
}

#prouzek  {
  text-align: center;
  color: white;
  position: absolute;
  top: 175px;
  left: 170px;
  font-weight: bold;
  font-size:8pt;
/* z-index: 1;*/
}
#prouzek a  {
  color: white;
}
#prouzek a:hover  {
  color: #ff9933;
}
div #menu {
  width: 196px;
}
div #last-minute  {
  background: #ff6633;
  padding: 10px 15px 12px 15px;
}
div #last-minute a {
  color: white;
  text-align: justify;
}
#vyhledavani {
  width: 194px;
  margin:0;
  background: #ddecc5;
  border: 1px solid #99cc33;
}
#vyhledavani div  {
  padding: 5px 0 5px 10px;
  color: #99cc33;
  font-weight: bold;
}
#vyhledavani select  {
  margin-left: 10px;
  width: 170px;
}
img {
  display: block;
}
#tabulka-obsah  {
  width: 500px;
  position: absolute;
  top: 228px;
  right: 0;
/*  z-index: 1;*/
}
#obsah  {
  width: 500px;
  position: absolute;
  top: 228px;
  right: 0;
/*  z-index: 1;*/
}
#objednat {
color: #6699cc;
font-weight: bold;
}
#objednat:hover {
  color: blue;
}
a {
  text-decoration: none;
}
a img {
  border-width: 0;
}
#hlavninadpis  {
color: #ff6633;
}
#avtextu  {
  text-decoration: underline;
}
#avtextu:link {
  color: #2b2c54;
}
#avtextu:visited  {
  color: #2b2c54;
}
.podnadpis  {
color: #ff9933;
font-weight: bold;
}

#dhtmltooltip{
position: absolute;
border: 1px solid #a4c2dc;
padding: 2px;
background-color:#dde9f5; 
visibility: hidden;
z-index: 100;
}