/* CSS Document */
/* CSS jedná stránka */
body{
  background-color: #fff;    /*  biela farba */
  text-align: center;
  font-family: verdana, arial;
  font-size: 10px;
    }
#telo{
  margin: 0 auto;
  width: 800px;
  border: 5px solid #fff;
  background-color: #fff;
    }
h1 {
  font-size: 2.4em;  
  text-align: center;
  }
h1.nadpis {
 /* background-color: rgb(0,153,255); */
  background-color: red;  
  padding: 27px;
}  
h2{
  text-align: center;
  font-size: 1.6em;
  margin: 30px 0px;
  } 
h3{
  text-align: center;
  font-size: 1.6em;
  margin: 80px 0px 50px 0px;
  }   
img {
  float: left;
  margin-left: 50px;
}
a{
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  line-height: 1.7em;
      }
#ciara {
    clear: both;
    text-align: center;
    width: 800px;
    padding-top: 10px;
    border-bottom: 2px solid rgb(255,0,0);
 } 
strong.modra {
  color: rgb(0,153,255);
}
strong.a{
  font-size: 1.2em;
/*  color: rgb(0,153,255);*/
/*  color: rgb(102,0,204); */  
  color: blue;
  } 
strong{
  color: red;
  } 
a.kontakt{
  font-size: 1.0em;
  text-align: center;
  text-decoration: none;
         }
table {
  border: 1px solid rgb(0,153,255);
  font-size: 1.2em;  
  width: 500 px;
  border-collapse: collapse;
}         
tr:hover {
 /* background: rgb(192,192,192);  */
  background: rgb(128,128,128);  
} 
td {
  border: 1px solid rgb(0,153,255);
  font-size: 1.4em;  
  text-align: left;
  height: 40px;
}     
strong{
    margin-left: 30px;
} 
strong.biela {
  color: rgb(255,255,255);
}         
