/* Cermat CSS Common */

h1, h2, h3, h4, h5, h6 {
  margin: 5px 0;
  font-weight: normal;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h3.searchovaci {
	margin-bottom: 10px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

a img {
  border: 0;
}

a {
  color: #046AC4;
}

a:hover {
  text-decoration: none;
}

div#content p.anotation {
  border-bottom: 1px dotted #A4D0FF;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

/***************************/

.clear { clear:both; }
.no_display { display: none; }