* {
  padding: 0;
  margin: 0;  
  }

div#container
{
   width: 970px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body
{
   font-family: Arial;
   font-size: 17px;
   line-height: 1.1875;
   text-align: center;
   margin: 0;
   background-color: #808080;
   background-image: url(images/back.png);
   color: #000000;
}

#Head
{
    position:absolute;
    text-align:left;
    left:157px;
    top:14px;
    width:806px;
    height:292px;
    background-color: transparent;
    background-image: url(images/index_Layer1_bkgrnd.png);
    background-repeat: repeat-x;
    background-position: left top;
    -moz-box-shadow: 2px 2px 10px #000000;
    -webkit-box-shadow: 2px 2px 10px #000000;
    box-shadow: 2px 2px 10px #000000;
}

#Head_foto {
    position:relative;
    width:643px;
    height:292px;
    left: 163px;
    text-align:right;
}

#Head_logo {
    position:absolute;
    top: -11px;
    left: -157px;
    text-align:right;
}
 /* -------------------------------------- M E N U --------------------------------- */
#Menu {
  position:absolute;
  left:47px;
  top:345px;
  width:275px;
  height:305px;
  border: 0px #DC143C solid;
  background-color: transparent;
      
}

#Menu ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
   width: 275px;
}
 
#Menu li
{
   float: left;
   margin: 0;
   padding: 0px 0px 1px 0px;
   width: 275px;
}

#Menu a
{
   display: block;
   color: #666666;
   border: 0px #C0C0C0 none;
   background-color: transparent;
   background-repeat: no-repeat;
   background-position: center top;
   font-family: Arial;
   font-size: 0px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   width: 265px;
   height: 50px;
   padding: 0px 5px 0px 5px;
   vertical-align: middle;
   line-height: 50px;
   text-align: center;
}

#Menu.uvod a.uvod {
  background-image: url(images/Uvod_a.png);
}
#Menu.sluzby a.sluzby {
  background-image: url(images/Sluzby_a.png);
}
#Menu.kontakt a.kontakt {
  background-image: url(images/Kontakt_a.png);
}
#Menu.aktuality a.aktuality {
  background-image: url(images/Aktuality_a.png);
}
#Menu.fotogalerie a.fotogalerie{
  background-image: url(images/Foto_a.png);
}


#Menu a.uvod {
   background-image: url(images/Uvod_p.png);       
}
#Menu .uvod:hover {
   background-image: url(images/Uvod_a.png);       
}

#Menu .aktuality{
   background-image: url(images/Aktuality_p.png);       
}
#Menu .aktuality:hover{
   background-image: url(images/Aktuality_a.png);       
}

#Menu .sluzby{
   background-image: url(images/Sluzby_p.png);       
}
#Menu .sluzby:hover{
   background-image: url(images/Sluzby_a.png);       
}

#Menu .fotogalerie{
   background-image: url(images/Foto_p.png);       
}
#Menu .fotogalerie:hover{
   background-image: url(images/Foto_a.png);       
}

#Menu .kontakt{
   background-image: url(images/Kontakt_p.png);       
}
#Menu .kontakt:hover{
   background-image: url(images/Kontakt_a.png);       
}
#Menu br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0px;
}

/* -------------------------------------- T E X T --------------------------------- */

#Text {
  position:relative;
  left:320px;
  top:306px;
  width:643px;

  border: 0px #DC143C solid;
  background-color: white;     
}

#Text h1 {
  position: relative;
  font-family: Oswald, Arial; 
  margin: 0px 0px 10px 0px;
  padding: 5px;
  left:20px; 
  top: 15px;
  width: 590px;
  height: 30px;
  border-bottom: 1px solid silver;  
}

#Text .H1_uvod {
  background-image: url(images/Uvod_h1.png);  
  background-repeat: no-repeat;      
      }
#Text .H1_sluzby {
  background-image: url(images/Sluzby_h1.png);  
  background-repeat: no-repeat;      
      }
#Text .H1_aktuality {
  background-image: url(images/Aktuality_h1.png);  
  background-repeat: no-repeat;      
      }     
#Text .H1_foto {
  background-image: url(images/Foto_h1.png);  
  background-repeat: no-repeat;      
}
#Text .H1_kontakt {
  background-image: url(images/Kontakt_h1.png);  
  background-repeat: no-repeat;      
      }

#Text span.hidden{
   display: none;        
}

#Text p {
  margin: 0;
  padding: 0px 20px 20px 20px;
  line-height: 1.5;          
}

#Text h4 {
  padding: 10px 20px 5px 20px; 
  margin: 0;

}

#Text Table.invisible{
    border: 0px solid rgb(38,107,255);
    margin-left: auto;
    margin-right: auto; 
    border:0;          
}
#Text TH.invisible {
  padding: 5px 10px;
  font-weight: bold;
  text-align: left; 
             
}

#Text TD.invisible{
  background: white;
  padding: 1px 20px 1px 20px;
  border: 0px solid rgb(38,107,255);
}




#Text Table{
    border: 1px solid rgb(38,107,255);
    margin-left: auto;
    margin-right: auto;           
           }

#Text TH{
  background: rgb(30,107,255) url(images/table_back.png) repeat-x;
  color: white;
  padding: 10px 10px;
  width: 100px;
  
  font-family: Arial;
  text-align: left;
  text-shadow: -1px -1px 1px black;            
}

#Text TD{
  background: white;
  padding: 11px 20px 11px 10px;
  border: 1px solid rgb(38,107,255);
}

        
#Text UL{
  margin: 0px 20px 20px 60px;       
        }
        
#Text LI{
  padding: 0px 5px;  
  }
  
#Text .mapa{
  text-align:center;            
            }        
            
#PhotoGallery
{
   border-spacing: 3px;
   width: 100%;
}
#PhotoGallery .figure
{
   padding: 0px 0px 0px 0px;
   text-align: center;
   vertical-align: top;
   border: 0px solid rgb(38,107,255);
}
#PhotoGallery .figure img
{
   border-width: 0;
}

/* -------------------------------------- M A P A --------------------------------- */
#mapka{
  position: absolute;
  top: 605px;
  left: 52px; 
  border: 0;     
      }
            