* {
  margin: 0px;
  padding: 0px;
}
/*------------------------------KONTEJNERY------------------------------*/
body {
  text-align: center; 
  color: #BCBCAF;
  background: #1D1D1B;
  font-family: Verdana, "Geneva CE", lucida, sans-serif;
}

#container-materialy, #container-zvirata, #container-projekty, #container-flash {
  text-align: left; 
  position: relative;
  width: 850px; 
  min-height: 630px;
  _height: 630px; /*IE hack, kvuli min-height*/
  margin: 0 auto;    
}

#container-materialy {
  background: url(pict/pozadi-materialy.jpg) no-repeat;  
}

#container-zvirata {
  background: url(pict/pozadi-zvirata.jpg) no-repeat;  
}

#container-projekty {
  background: url(pict/pozadi-projekty.jpg) no-repeat;
}

#container-flash {
  height: 550px;
}

/*------------------------------BODY------------------------------*/

  img {
    border: none;
  }
  
  .cleaner {
    clear: both;
    visibility: hidden;
    height: 0; 
  }
  
  h1, p{
    font-size: 1.3em;
    font-weight: normal;
    margin: 0em 0em 0.5em 0em;
  }
  
  p, li {
    font-size: 0.9em;
  }
  
  li {
    list-style-type: none;
  }
  
  h1 a {
    text-decoration: none;
    color: #BCBCAF;
  }  
  
  h1 a:hover {
    color: white;
  }
    
  a:visited, a:link, a:hover {
    color: #BCBCAF;  
  }

  /*------------------------------MENU------------------------------*/ 

  #obal-menu {
    height: 160px;
  }
  
    #menu {
      position: relative;
      width: 810px;
      left: 20px;
      top: 70px;
      height: 90px;
    }
    
      #navigace, #back {
        position: absolute;
      }
      
      #navigace {
        top: 60px;
        left: 0px;
      }      
      
      #back {
        left: 660px;
      }

  /*------------------------------GALERIE------------------------------*/
  #obal-galerie, #obal-projekty  {    
    position: relative;    
    width: 830px;
    left: 20px; 
    padding: 15px 0px 0px 0px;
  }
  
    #obal-galerie img, #obal-projekty img {
      border: 3px solid #1D1D1B;
      width: 140px;
      height: 105px;  
      background: white;
      margin: 0px 15px 10px 0px;  
    }
    
    #obal-projekty img, #text img {
      float: left;
      margin: 0px 10px 25px 0px;
    }
      
    #text img {
      margin-bottom: 15px;  
    }
    
    #obal-galerie img:hover, #obal-projekty img:hover {
      border: 3px solid #F1EEEE;  
    }   
    
  /*------------------------------DOLNI POPISEK------------------------------*/
  #popisek-materialy, #popisek-zvirata, #popisek-projekty {  
    position: relative;
    left: 200px;
    width: 630px;
    height: 110px;
    background: url(pict/popisek-materialy.jpg);
  }

  #popisek-zvirata{
    background: url(pict/popisek-zvirata.jpg);
  }
  
  #popisek-projekty {    
    background: url(pict/popisek-projekty.jpg);  
  }
  
  /*------------------------------KONTROLA------------------------------*/
  /*
  #container-materialy, #container-zvirata, #container-projekty { background: blue; }  
  #obal-menu {  background: gray;  }  
  #menu { background: red;  }  
  #obal-galerie, #obal-projekty { background: green; }
  */
  
/*------------------------------LIGHTBOX------------------------------*/


#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: 0px;
}

#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; }













