body {
  background: lavender;
  margin: 0;
  }
 #kontejner {
  background: white; /* background: white url("svisla-cara-oranz.jpg");*/                 
  width: 960px;
  border: 3px solid orange;
  border-radius: 15px;
  overflow: hidden; 
  box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Century Gothic', 'Apple Gothic', sans-serif;
  font-size: 14px;
}
#hlavicka {
 text-align: center; 
 border-bottom: 1px solid orange;
 background: white url("obr-head1-h250-white.jpg") 50% 50%;
 width: 100%;
 height: 250px;
 }
#hlavicka a {
  display: block;
  width: 100%;
  height: 200px;
 }
#menu {
  border-bottom: 1px solid orange;  
  text-align: center;
  background: rgb(176,196,222);
  padding-top: 1px;
  font-size: 16px;
      }
#menu ul {
  list-style: none;
  padding: 0;   
     }
#menu ul li {
  display: inline;  
           }
#menu ul li a {
  padding: 15px;
  color:  darkorchid;
  background-color: rgb(255,176,0);
  text-decoration: none;
  font-weight: bold; 
  display: inline-block;
  min-width: 110px;
 
      } 
#menu ul li a:hover {
  color:  magenta;
  background-color: powderblue;
  } 
 

#menu a.current{
   color: magenta;
   background-color: powderblue;
} 
  
#obsah {
  padding-top: 10px; 
  background: white url("svisla-cara-oranz.png");
  margin: 20px 0 0 0;
  }           
#levy {
  float: left; 
  width: 180px;
  padding: 15px;
  border-right: px solid orange;
  font-size: 13px;
    }
#levy b {
  color: rgb(96,96,96); 
}    
#levy ul {                            
  list-style: none;
  padding-left: 0;  
  } 
#levy a {
  color: rgb(0,0,0);
  text-decoration: none;
  border-bottom: 1px dotted;
} 
#levy a:hover {
    color:  rgb(255,144,0);
    font-weight: bold;
    }
 
#hlavni {
  width: 670px;
  padding: 15px 40px 30px 40px;
  float: right;
      }
 #hlavni a {  
    color: rgb(0,128,128);
    text-decoration: none;
    border-bottom: ;
    font-weight: ;
 }
 
 #hlavni a:hover {
   color: rgb(255,144,0);
 }
 #hlavni ul{
  list-style: none;
  padding: 0;   
 } 
 
 #hlavni ul li {
  display: inline; 
  padding: 5px; 
 } 
 #hlavni ul li a {
  padding: 25px 15px 15px 15px;
  color:  white;
  background-color: rgb(0,139,139);
  text-decoration: none;
  font-weight: bold; 
  display: inline-block;
  min-width: 90px;
  text-align: center;
  height: 35px;
  border-radius: 10px;
  box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
  margin-top: 30px;
   }   



#paticka {
 border-top: 1px solid orange;
 padding-top: 10px;
 height: 60px;                              
 background: rgb(176,196,222);
 }
#paticka p {
  text-align: right;
  margin-right: 20px;
  font-size: 11px;
}
#paticka a {
  color: rgb(0,0,0);
  text-decoration: none;
}
 #paticka a:hover {
    color: rgb(255,144,0);
    font-weight: bold;
   }

  
  
.clear {
  clear: both;
}
p {
text-align: ;
}
h1 {
  font-size: 17px;
}

h1, h2, h3, h4 {
 text-shadow: 2px 2px 2px #999999;
 color: #303030;
}
img {
box-shadow: 5px 5px 20px 0px #323D42;
}

.obtekani-zprava {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
.obtekani-zprava2 {
  float: right;
  margin-top: px;
  margin-left: 30px;
  margin-bottom: px;
  margin-right: 100px;
  box-shadow: none; 
}
.obtekani-zleva {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
  
}
.obtekani-zleva2 {
  float: left;
  margin-right: 5px;
  margin-bottom: 2px;
  box-shadow: none;
}

#zarovnani-doprostred {
    text-align: center;
    }
#zarovnani-doprava {
    text-align: right;
    }    
.no-shadow {
      box-shadow: none;  
     }

/*==============STYL TABULKA============*/

table, th, td {
  border: 1px solid rgb(176,224,255);
 }
table {
  border-collapse: collapse;
  width: 300px;
  }
table tr th {
  background: ;
}
table tr td:nth-last-child(1), table tr td:nth-last-child(2) {
  text-align: right;
}
table tr:nth-child(2n+1) td, table tr th {
  background: rgb(224,240,255);
}
th {
padding: 5px;
}
td {
padding: 3px 10px;
}

/*============== STYL GALERIE  ==================*/



.galerie .foto {
  display: inline-block;
  padding: 15px;
 } 
 .galerie .foto span {
  display: block;
  text-align: center;
  font-size: 10px;
 }
