/* Dobre logo CSS Common */

body, p, ul, ul li, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  color: #c8000a;
  margin-bottom: 8px;
}

h3 {
  font-size: 16px;
  margin-bottom: 5px;
}

h4 {
  font-size: 14px;
  margin-bottom: 5px;
}

h4 a {
  font-weight: normal;
}

h5 {
  font-size: 12px;
  margin-bottom: 5px;  
}

h6 {
  font-size: 10px;
  margin-bottom: 5px;
}

a {
  color: #325F91;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a.d_odkaz, div#left div#uspesnost a {
  background: url("../images/d_odkaz.gif") no-repeat left center;
  padding: 0 0 0 15px;
  display: block;
  font-size: 14px;
}

a img {
  border: 0;
}

/**********************************/

.clear {clear:both;height:0px;width:0px;overflow:hidden;}
.block {display:block;}
.no_display {display:none;}