  /* HTML TAGs*/

div, body, ul, li, img  {
                    padding: 0;
                    margin: 0;
                   }

a {
   text-decoration: none;
   padding: 0;
   margin: 0;
  }          
              
  /* IDs and CLASSes */

body  {
       background: white url("images/web/hlavicka.gif") repeat-x;
       font-family: Trebuchet MS;
       font-size: 12px;
      }
      
/* komplet*/
#komplet  {
           width: 900px;
           _width: 950px;
           /* min-height: 900px; */
           margin: auto auto;
          }

/*horni cast*/
#top  {
       width: 525px;
       height: 143px;
       padding-top: 23px;
      }

      
#logo {
       background: url("images/web/logo1.gif") no-repeat;
       width: 242px;
       height: 84px;
       position: relative;
       top: 8px;
       left: 78px;
       &left: 79px;
      }
      
h1  {
     position: relative;
     top: -30px;
     left: 375px;
     font-size: 22px;
     font-weight: 600;
     color: white;
     _position: relative;
     _top: -37px;
    }

/*dolni cast*/

 /*leva*/
#left {
       background: white;
       width: 250px;
       /* min-height: 400px; */
       float: left;
      }

#list {
       background: url("images/web/list1.gif") no-repeat;
       height: 234px;
       width: 250px;
       position: relative;
       top: -47px;
       left: 88px;
       _top: -80px;
       _left: 87px;
      }

#sluzby {
         float: right;
         font-style: italic;
         font-size: 11px;
         font-weight: bold;
         margin-top: 15px;
         margin-right: 30px;
         line-height: 3;
         text-align: right;
         _margin-top: 15px;
         _margin-right: 15px;
         _line-height: 3;
        }
      
#loga {
       position: relative;
       top: -20px;
       margin-left: 87px;
       width: 250px;
       /* min-height: 300px; */
      }      
      
 /*prava*/
#right  {
         float: left;
         position: relative;
         left: 85px;
         _float: left;
         _width: 600px;
         _position: relative;
         _left: -2px;
         _top: -33px;
        }
        
#menu {
       background: #CECFD0;
       height: 27px;
       width: 565px;
       _height: 27px;
       _width: 600px;
      }

#menu ul  {
           list-style-type: none;
           margin-left: 25px;
          }
          
#menu ul li {
             float: left;
             margin-right: 15px;
             _margin-right: 10px;
             margin-top: 5px;
            }
            
#menu ul li a  {
                background: #CECFD0;
                display: block;
                height: 18px; 
                text-decoration: none;
                font-size: 12px;
                font-weight: bold;
                color: black;
                margin-right: 10px;
                float: left;
               }

#menu ul li a:hover  {
                      background: #1684A5;
                      height: 18px;
		      color: white;
                     }
        
#obsah  {
         width: 565px;
         /* height: 500px; */
         _width: 600px;
         _height: 500px;
         _margin-top: 10px;
        }
        
#gallery  {
           width: 600px;
           height: 400px;
           margin-left: 5px;
          }

#gallery a img  {
                 width: 125px;
                 height: 179px;
                 border: 2px solid #1684A5;
                 margin-right: 10px;
                 margin-top: 10px;
                }

h2  {
     font-size: 16px;
     font-weight: bold;
    }
    
#text {
       margin-left: 15px;
      }

#text ul {
          margin-left: 20px;
         }

#paticka  {
           background: #CECFD0;
           clear: both;
           text-align: right;
           margin-top: 15px;
           margin-bottom: 20px;
           padding-right: 15px;
           vertical-align: bottom;
          }

.clearboth  {
             clear: both;
            }      
      
/* LIGHTBOX2 */
#lightbox{	position: absolute;	left: 0; _margin-top:50px; 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/web/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/web/lightbox/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; }background: url(../js) no-repeat;
width: 0px;
height: 0px;
#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; }
/* .LIGHTBOX2 */
      
