/* text.css */
/*slouží pro definici stylů textu a html tagů jako např. <h1>,<p>,<a> */

a{ 
  color: #355986;
  text-decoration: underline;  
    font-size:14px;
}

a:hover{ 
  color: #355986;  
  font-size:14px;
  text-decoration:none;
}
img{
 border: 0;
}
h1,.editor_nadpis  {

border:0 solid black;
color:#4C9A06;
font-size:26px;
font-weight:normal;
left:0;

margin:0;
padding:25px 0 0 0;

}
h2  {

border:0 solid black;
color:#4C9A06;
font-size:26px;
font-weight:normal;
left:0;

margin:0;
padding:0 0 0 0;

}
h4 {

border:0 solid black;
color:#FD8F1A;
font-size:18px;
font-weight:normal;
left:0;

margin:0;
padding:15px 0 0 0;

}
#tabulka-cena {
margin:0 0 0 6px;
}
#tabulka-cena p{
margin:3px 0 3px 0;

}
