************************* Layout Stylesheet *************************/
@media print { 
  BODY { 
    color: black; 
    background: white; 
    font-size: 12pt; 
} 

  @page { 
    margin: 2,5cm; 
  } 
  
  [href]:after { 
    content: " [" attr(href) "] "; 
  } 
} 

/************************* Layout Stylesheet *************************/

@media screen { 

HTML, BODY {
  margin: 0;
  padding: 0;
}

BODY {
  font-family: lucida, helvetica, sans-serif;
  background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color: black;
	font-size: 14px;
}

div#big_header1 {
  height: 100px; 
  background-color: black;
  background-image: url('../img/bg_header1.jpg');
	background-repeat: repeat-x;
	color: white;
}

div#header1 {
  width: 984px;
  text-align: left;
  line-height: 1.4;
  color: white;
}

div#big_header23 {
  background-image: url('../img/bg_globus.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
  background-position: right;
}

div#big_header2 {
  height: 22px; 
  background-image: url('../img/bg_header3.jpg');
	background-repeat: repeat-x;
	color: white;
	font-weight: 900;
}

div#header2 {
  width: 984px;
  text-align: left;
  line-height: 1.4;
  color: white;
  font-size: 12px;
  padding-top: 3px;
}

div#big_header3 {
  color: white;
}

div#header3 {
  width: 984px;
  text-align: left;
  line-height: 1.4;
  color: white;
  font-size: 12px;
  padding-top: 10px;
}

div#big_header4 {
  height: 10px;
}

div#big_content {
  width: 100%;
  text-align: left;
  /*background-color: #788991;*/
  line-height: 1.4;
  color: white;
}

div#content {
  width: 984px;
  text-align: left;
  /*background-color: #788991;*/
  line-height: 1.4;
  color: white;
  background-image: url('../img/bg_hand.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

div#container {
  height: 450px;
  width: 100%;
  margin: 0 auto;
  
	/*background-color: yellow;*/
}

div#footer {
  clear: both;
  text-align: center;
  font-size: 10px;
  color: #cccccc;
  height: 16px;
  background-image: url('../img/bg_footer.jpg');
	background-repeat: repeat-x;
	margin-bottom: 25px;
}

/***********************************************************/

A:LINK, A:VISITED {
	   color: #cccccc;
	   text-decoration: underline;
	   font-weight: 900;
}

A:HOVER {
   color: red;
   text-decoration: underline;
   font-weight: 900;
}

A:LINK.text, A:VISITED.text, A:HOVER.text {
  text-decoration: none;
}

IMG {
  border: none;
}

IMG.album {
  border: solid 6px #cecece;
  margin: 12px;
  width: 400px;
  height: 300px;
}

H1 {
  font-size: large;
}

H2 {
  font-size: medium;
}

H3 {
  font-size: small;
  margin-bottom: 3px;
  margin-top: 0px;
  color: white;
}

H4 {
  font-size: x-small;
  margin-bottom: 0px;
  margin-top: 0px;
}

H5 {
  font-size: xx-small;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/***********************************************************/

#header1_img {
  margin-left: 30px;
  width: 803px;
  height: 100px;
}

/***********************************************************/

#content_table_td_left {
  width: 200px;
  background-image: url('../img/pruhlednost_black.png');
  background-repeat: repeat;
  text-align: center;
  padding-top: 12px;
  vertical-align: top;
}

#content_table_td_middle {
  width: 10px;
}

#content_table_td_right {
  width: 774px;
  background-image: url('../img/pruhlednost_black.png');
  background-repeat: repeat;
  vertical-align: top;
  padding-top: 12px;
  padding-bottom: 12px;
}

/***********************************************************/

.content_table_td_right_img {
  width: 186px;
  padding: 0px 15px 20px 5px;
}

P:first-letter {
  font-size: 20px;
}

P {
  font-size: 14px;
  line-height: 1em;
  text-align: center;
}


/***********************************************************/

#header3_table_td_left, #header3_table_td_middle, #header3_table_td_right {
  width: 328px;
  text-align: left;
  vertical-align: top;
  color: #cccccc;
  font-size: 11px;
}

#header3_table_td_left {
  padding-left: 0px;
  padding-right: 8px;
  border-right: 1px dotted white;
}

#header3_table_td_middle {
  padding-left: 8px;
  padding-right: 8px;
  border-right: 1px dotted white;
}

#header3_table_td_right {
  padding-left: 8px;
  padding-right: 0px;
}

/***********************************************************/

IMG.img_aktuality {
  width: 130px;
  height: 130px;
  border: solid 2px #aaaaaa;
  text-align: left;
  float: left;
  margin: 4px 8px 2px 0px; 
}

IMG.logo {
  border: none;
  text-align: center;
  margin-bottom: 16px;
}

IMG.img_aktuality_hidden {
  visibility: hidden;
  width: 0px;
  height: 0px;
  border: none;
  float: left;
}

IMG.icon_sipka_seda {
  width: 12px;
  height: 10px;
  border: none;
  margin-right: 4px;
}

/***********************************************************/
  /* 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;
  }
  
  /***********************************************************/


}







