body {font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 70%;
      color: #FFFFFF;
      background: url("images/pozadi.gif");
      background-color: #9E9E9E;
      margin: 0px}

body.tisk {font-family: Verdana, Arial, Helvetica, sans-serif;
           font-size: 70%;
           color: #000000;
           background: url("images/blank.gif");
           background-color: #FFFFFF;
           margin: 20px}

body.okno {font-family: Verdana, Arial, Helvetica, sans-serif;
           font-size: 70%;
           color: #FFFFFF;
           background: url("images/blank.gif");
           background-color: #405D95;
           margin: 20px}

body.admin {font-family: Verdana, Arial, Helvetica, sans-serif;
           font-size: 70%;
           color: #FFFFFF;
           background: url("images/blank.gif");
           background-color: #405D95;
           margin: 10px}

a {color: #FBDFA8}
a:hover {color: #FF9900}

A.odkaz {color: #CB7B03}

.uvod-pismo {font-family: Verdana, Arial;
                          font-size: 55%;
                          color: #FFFFFF}

.uvod-pismo2 {font-family: Verdana, Arial;
                          font-size: 60%;
                          color: #FFFFFF;
                          padding: 10px}

.uvod-nadpis {font-family: Verdana, Arial;
                           font-size: 12px;
                           color: #B47700;
                           font-weight: bold;
                           padding-left: 10px}

.pismo {font-family: Verdana, Arial;
        font-size: 70%;
        color: #FFFFFF}

body.tisk pismo {font-family: Arial;
        font-size: 70%;
        color: #000000}

.pismo-bile {font-family: Verdana, Arial;
             font-size: 70%;
             color: #FFFFFF}

.pismo-cerne {font-family: Verdana, Arial;
             font-size: 70%;
             color: #000000}

.nadpis {font-size: 120%}

A.menu {display: block;
         width: 100%;
         padding-top: 10px;
         padding-bottom: 10px;
         background: url("images/menu_pozadi.gif") no-repeat;
         background-color: #EEC381;
         background-position: right;
         font-family: Arial;
         font-size: 11px;
         color: #000000;
         text-align: center;
         font-weight: bold;
         text-decoration: none}

A.menu:hover {background: url("images/menu_pozadi_x.gif") no-repeat;
         background-color: #000000;
         background-position: right;
         color: #FFFFFF}

.menu-vlevo {width: 170px}
          
A.menu-vlevo-odkaz {
              display: block;
              width: 170px;
              text-align: left;
              padding-top: 5px;
              padding-bottom: 5px;
              padding-left: 15px;
              padding-right: 15px;
              background: url("images/menu_pozadi.gif") no-repeat;
              background-color: #EEC381;
              font-family: Arial;
              font-size: 11px;
              color: #000000;
              font-weight: bold;
              text-decoration: none;
              border-bottom: 2px solid #405D95;
}

A.menu-vlevo-odkaz:hover {background: url("images/menu_pozadi_x.gif") no-repeat;
                    background-color: #000000;
                    color: #FFFFFF}

.hl-1rada-pozadi {background: url("images/hl_1rada_pozadi.gif");
                  background-color: #405D95}

.hl-motiv1 {background: url("images/hl_motiv1.jpg") no-repeat;
            background-color: #CFCFCF}
.hl-motiv2 {background: url("images/hl_motiv2.jpg") no-repeat;
            background-color: #CFCFCF}
.hl-motiv3 {background: url("images/hl_motiv3.jpg") no-repeat;
            background-color: #CFCFCF}
.hl-motiv4 {background: url("images/hl_motiv4.jpg") no-repeat;
            background-color: #CFCFCF}
.hl-motiv5 {background: url("images/hl_motiv5.jpg") no-repeat;
            background-color: #CFCFCF}
.hl-motiv6 {background: url("images/hl_motiv6.jpg") no-repeat;
            background-color: #CFCFCF}
.hl-motiv7 {background: url("images/hl_motiv7.jpg") no-repeat;
            background-color: #CFCFCF}

H1 {font-family: Verdana,Arial;
         font-size: 14px;
         color: #FBDFA8;
         font-weight: bold;
         margin: 0px}

H2 {font-family: Verdana,Arial;
         font-size: 14px;
         color: #EAB64F;
         font-weight: bold;
         margin: 0px}

H3 {font-family: Verdana,Arial;
         font-size: 14px;
         color: #CB7B03;
         font-weight: bold;
         margin: 0px}

.copy {font-family: Verdana,Arial;
       font-size: 9px;
       color: #FFFFFF}

A.copy-odkaz {color: #FBDFA8}

li {margin: 4px;
    list-style-type: square}

.input  {background-color: #F2F2F2}

.text-mezera {
                    width: 100%;
                    border-top: 1px dotted #FFFFFF;
                    padding-bottom: 10px;
}

.fotky IMG {border: 1px solid #B2A300}
.fotka {border: 1px solid #B2A300}




/* FOTOGALERIE */

#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; }
