/* CSS Document */

body {
  
  background-color: #FFFFFF;
  
}



#right_container {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 850px;
  height: 100%;
  width: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url(images/img/container_background.png);
  background-repeat: repeat-y;
  background-color: #5E7B10;
  color: #8FAC3F;
  font-family: arial
  
}

#separator {
  position: absolute;
  top: 770px;
  height: 30px;
  
}

#kontakt {
  text-align: center;
  font-size: 12px;
  position: absolute;
  left: 0px;
  top: 750px;
  width: 100%;
  background-image: url(images/img/separator.png);
  background-repeat: no-repeat;
  padding-top: 20px
   

}

#logo {
  position: absolute;
  left: 0px;
  top: -20px;
  background-image: url(images/img/logo_background.png);
  height: 226px;
  width: 400px
}

#body_container {
  z-index: 1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  width: 850px;
  height: 100%
}

img.background_kameny {
  position: absolute;
  top: 580px;
  left: 20px;
  z-index: 0
}

img.background_kapradina {
  position: absolute;
  top: 0px;
  left: 300px;
  z-index: 0
}

p {
  font-family: arial;
  font: 13px verdana
}

#kameny {
  position: absolute;
  bottom: 0px
}

#kapradina {
  position: absolute;
  right: 0px
}

#main {
  position: absolute;
  top: 5px;
  left: 5px;
  background-image: url(images/img/inner_background.png);
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  height: 515px;
  width: 760px;
  z-index: 10;
  border-style: solid;
  border-width: 1px;
  border-color: #C3E079 
}

h1 {

  color: #92BF10;
  font-family: arial;
  font-size: 32px;
  padding-bottom: 15px
  
}

h2 {

  color: #92BF10;
  font-size: 32px;
  font-family: arial;
  padding-bottom: 0px
  
}

#item {
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: 30px;
  right: 30px;

  width: 430px;
  height: 450px;
  color: #8B8383
}

p#content {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ECECEC;
  overflow: auto;
  height: 350px
}

#right_item {
  position: absolute;
  left: 485px;
  top: 30px;
  bottom: 30px;
  right: 30px;
  color: #8B8383
}

#right_bottom_item {
  position: absolute;
  left: 485px;
  top: 360px;
  bottom: 30px;
  right: 30px;
  color: #8B8383
}

#main_container {
  position: absolute;
  top: 180px;
  left: 140px;
  background-color: #FFFFFF;
  height: 530px;
  width: 775px;
  z-index: 9;
  border-style: solid;
  border-width: 2px;
  border-color: #ECECEC 
}

a:link img {
  border: none
}

a:visited img {
  border: none
}

a:hover img {
  border: none
}

a:active img {
  border: none
}

#menu {
  position: absolute;
  left: 25px;
  top: 355px;
}






#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: #fff; width: 250px; height: 250px; margin: 0 auto; }
#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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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-color: #000; }
