/* CSS Document */

@text-color {                                                                  
 color:black;
}

body {
  color: black;
  min-width:750px;  /* Musim vyresit podle rozliseni telefonu */ 
}

h1 {
  font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  font-style: oblique;
  font-weight: bolder;
}

.pozadi {
  background-image: url(parts/bigi.JPG);
  background-repeat: repeat;
  background-attachment: fixed;
}

.top {
  background: #8F480A;
  opacity: .75;
}

.horni {
  background-image: url(parts/label.jpg);
  width: 100 %;
  opacity: 0.9;
  color: white;
  font-size: medium;
}

.dolni {
  background-image: url(parts/label2.jpg);
  width: 100 %;
  opacity: 0.9;
  color: white;
  font-size: medium;
}

.logo {
  background-image: url(parts/banner.jpg);
  width: 850px;
  height: 650px;  
  padding: 5px;
  margin: 5px;
}

.telo {
  background: #EBEBEB;
  opacity: .95;
}

.odsazeni_mp {
  margin: 5px;
  padding: 5px;
}

.odsazeni_m {
  margin: 10px;
}

.odsazeni_p {
  padding: 10px;
}

.odsazeni_p2 {
  padding: 15px  15px 10px 20px;
}

.line {
	border-top: 1px solid #8c8b8b;
}

.levy {
  background: #999;
  color: #FFF; 
}

.levy:hover {
  background:red;
}

.menu {
  background-image: url(manu.jpg);
  color: Black;
  border-radius: 5px;
}

.menu:hover {
  background-color:#F08A1D ;
}

.prvni{
  background: #BBB;
}

.druhy {
 background: #AAA;

}

.druhy_p {
 background: #AAA;
 font-size: medium;
}

.treti {
 background: #CCC;
}

.bold {
 font-weight: bold; 
}

.actives {
  Color: #FF0004;
  background: #2200FF;
}

.vybrany {
  background: #00FFE5;
  color: #FFEF3D;
}

.null {
  color="white"
}

.myPanel {
  border: 1px solid #187842;
  border-radius: 5px;
  box-shadow: 2px 5px 3px #CCC;
  margin: 3%;
}

.myPanel .heading {
  background: #193826;
  border-radius: 5px 5px 0 0;
  color:white;
  padding: 10px 20px;
}

.myPanel .body {
  padding: 10px 20px
}

.myPanel .ukaz {
  display: none;
}

.myPanel:hover {
  box-shadow: 5px 10px 6px black;
  border: 2px dotted red;
}

.myPanel:hover .ukaz {
  display: inline-block;
}