/* Tvarnice CSS Common */

h1, h2, h3, h4, h5, h6, ul, ul li, p {
  margin: 0;
  padding: 0;
}

h1 {
  color: #5f5f62;
  font-size: 22px;
  font-weight: bold;
}

h2 {
	font-size: 18px;
	color: #5f5f62;
	margin-bottom: 10px;
}

h3 {
	font-size: 16px;
	color: #5f5f62;
	margin-bottom: 10px;
}

h4 {
	font-size: 14px;
	color: #5f5f62;
	margin-bottom: 10px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

/*******************/

.velka_mezera { height: 30px; width: 1px; }
.nadpis { 
	font-size: 16px; 
	/* color: #c80f16; */
	color: #E51A23;
	font-weight: bold;
}
a.arrow { background: url("../../images/bg_arrow.gif") no-repeat left 4px; padding-left: 10px; font-weight: bold; color: #000; }
div#frameholder a.arrow { background: url("../../images/bg_arrow.gif") no-repeat left 4px; padding-left: 10px; font-weight: bold; color: #000; }
.clear { clear: both; }