HTML, BODY { 
  margin: 0; 
  padding: 0; 
  text-align: left;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  letter-spacing: -0.05em;
  font-size: x-small;
  z-index: 0;
  color: #222222;
} 

/******************************************************************************/
  
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 984px;
}

#header {
	margin: 0 0 0 0;
	background-color: white;
	height: 46px;
	background-image: url('../img/bg_header.jpg');
	background-repeat: repeat-x;
	color: #222222;
	font-size: 12px;
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
	letter-spacing: 0;
}

#header2 {
	margin: 0 0 0 0;
	height: 175px;
	background-image: url('../img/bg_header2.jpg');
	background-repeat: repeat-x;
}

#header3 {
	margin: 0 0 0 0;
	height: 222px;
	background-image: url('../img/bg_header3.jpg');
	background-repeat: repeat-x;
}

#header4 {
	margin: 0 0 0 0;
	height: 143px;
	border-bottom: solid 2px white;
}

#side-a {
	float: left;
	width: 246px;
	background-color: #ddd2bf;
	text-align: center;
	font-size: 12px;
}

#side-b { 
	margin: 0px;
	float: left;
	width: 723px;
	padding-left: 15px;
	padding-top: 15px;
	letter-spacing: 0;
	font-size: 14px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#footer {
	clear: both;
	background: white;
	height: 70px;
	text-align: right;
	padding-right: 15px;
	padding-top: 27px;
	background-image: url('../img/bg_footer.jpg');
	background-repeat: repeat-x;
	font-size: 12px;
	border-top: solid 3px white;
	letter-spacing: 0;
}

/******************************************************************************/

UL, LI {
  font-size: 14px;
  list-style-image: URL('../img/sipka_orange.gif');
  list-style-position: outside;
}

A:LINK, A:VISITED {
  color: #222222;
  text-decoration: underline;
}
  
A:HOVER {
  color: white;
  text-decoration: underline;
}

A:HOVER.orange {
  color: #ee7f00;
  text-decoration: underline;
}

IMG.side_a_img {
  border: none; 
  width: 235px; 
  height: 177px;
  margin-top: 8px;
}

IMG.side_b_img {
  border: solid 8px #ddd2bf; 
  width: 400px; 
  height: 300px;
  margin-left: 22px;
  margin-bottom: 10px;
}

IMG.galerie_horizontal_img {
  border: solid 8px #ddd2bf; 
  width: 300px; 
  height: 225px;
  margin-left: 10px;
  margin-bottom: 10px;
}

IMG.galerie_vertical_img {
  border: solid 8px #ddd2bf; 
  width: 225px; 
  height: 300px;
  margin-left: 10px;
  margin-bottom: 10px;
}

TABLE#header3_table {
  width: 246px; 
  height: 222px;
  font-family: Helvetica, sans-serif;
}

TD.header3_td {
  background-image: url('../img/bg_menu.jpg');
	background-repeat: no-repeat;
	width: 246px;
	border: none;
	padding-left: 64px;
	font-size: 15px;
	color: white;
	font-weight: 400;
}




TABLE#header4_table {
  height: 143px;
}

TD.header4_01 {
  background-image: url('../img/bg_header4_brown.jpg');
	background-repeat: repeat-x;
	width: 246px;
	border-right: solid 2px white;
	text-align: center;
	font-size: 13px;
}

TD.header4_02 {
  background-image: url('../img/bg_header4_brown.jpg');
	background-repeat: repeat-x;
	width: 246px;
	border-right: solid 2px white;
	text-align: center;
	font-size: 13px;
}

TD.header4_03 {
  background-image: url('../img/bg_header4_brown.jpg');
	background-repeat: repeat-x;
	width: 246px;
	border-right: solid 2px white;
	text-align: center;
	font-size: 13px;
}

TD.header4_04 {
  background-image: url('../img/bg_header4_orange.jpg');
	background-repeat: repeat-x;
	width: 246px;
	text-align: center;
	font-size: 13px;
}



TABLE#cenik_table {
  border: none;
  width: 715px;
  text-align: center;
}

TH.cenik_table {
  background-image: url('../img/bg_header4_brown.jpg');
	background-repeat: repeat-x;
}

TH.cenik_table_left {
  background-image: url('../img/bg_header4_brown.jpg');
	background-repeat: repeat-x;
	text-align: left;
}

TD.cenik_table_left {
  text-align: left;
}



TR.galerie_tr {
  height: 15px;
}

TD.galerie_popis_td {
  text-align: center;
}

.font_big {
  font-size: 26px;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  letter-spacing: -0.05em;
}

.font_medium {
  font-size: 18px;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  letter-spacing: -0.05em;
}

.font_browngrey {
  color: #a28b67;
}

/***********************************************************/
  /* EFEKT ZVĚTŠOVÁNÍ FOTO - LIGHTBOX 2.0 JAVASCRIPT */ 
  
  #lightbox {
    position: absolute;	
    left: 0; 
    width: 100%; 
    z-index: 100; 
    text-align: center; 
    line-height: 0;
  }
  
  #lightbox img {
    width: auto; 
    height: auto;
  }
  
  #lightbox a img {
    border: none;
  }

  #outerImageContainer { 
    position: relative; 
    background-color: #ffffff; 
    width: 250px; 
    height: 250px; 
    margin: 0 auto;
    border-top: solid 10px #dedede; 
    border-left: solid 10px #dedede; 
    border-right: solid 10px #dedede; 
  }
  
  #imageContainer {
    padding: 10px;
  }

  #loading {
    position: absolute; 
    top: 40%; 
    left: 0%; 
    height: 25%; 
    width: 100%; 
    text-align: center; 
    line-height: 0;
  }
  
  #hoverNav {
    position: absolute; 
    top: 0; 
    left: 0; 
    height: 100%; 
    width: 100%; 
    z-index: 10;
  }
  
  #imageContainer>#hoverNav {
    left: 0;
  }
  
  #hoverNav a {
    outline: none;
  }
  
  #prevLink, #nextLink {
    width: 49%; 
    height: 100%; 
    background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
    display: block;
  }
  
  #prevLink {
    left: 0; 
    float: left;
  }
  
  #nextLink {
    right: 0; 
    float: right;
  }
  
  #prevLink:hover, #prevLink:visited:hover {
    background: url(../img/prevlabel.gif) left 15% no-repeat;
  }
  
  #nextLink:hover, #nextLink:visited:hover {
    background: url(../img/nextlabel.gif) right 15% no-repeat;
  }
  
  /* kontejner na popisky dole */
  #imageDataContainer { 
    font: 12px Verdana, Helvetica, sans-serif; 
    background-color: #ffffff; 
    margin: 0 auto; 
    line-height: 1.4em; 
    overflow: auto; 
    width: 100%;
    border-bottom: solid 10px #dedede; 
    border-left: solid 10px #dedede; 
    border-right: solid 10px #dedede;
    padding-bottom: 5px; 
  }
  
  #imageData {
    padding: 0 10px; 
    color: #666666;
  }
  
  #imageData #imageDetails {
    width: 70%; 
    float: left; 
    text-align: left;
  }	
  
  #imageData #caption {
    font-weight: bold;
  }
  
  #imageData #numberDisplay {
    display: block; 
    clear: left; 
    padding-bottom: 1.0em;
  }
  			
  #imageData #bottomNavClose {
    width: 66px; 
    float: right;  
    padding-bottom: 0.7em; 
    outline: none;
  }	 	
  
  #overlay {
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 90; 
    width: 100%; 
    height: 500px; 
    background-image: url('../img/pruhlednost_black.png');
    background-repeat: repeat;
  }
  
  /***********************************************************/


/******************************************************************************/

/*printer styles*/ 
  @media print { 
    /*hide the left column when printing*/ 
    #leftcol {
      display: none;
    } 
    
    /*hide the right column when printing*/ 
    #rightcol {
      display: none;
    }
     
    #twocols, #maincol {
      width:100%; 
      float:none;
    }
  }