h1,h2,h3,h4 {
	color: #ED1C24;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	margin-bottom:10px;
}
h3 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top:30px;
	padding: 0px;
}
h2 {
	font-size: 22px;
	margin-bottom: 14px;
}
h1 {
	color: #ED1C24;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 12px;
	margin-top:0px;
	//margin-bottom: 6px;
}

.no-underline {
/*	text-decoration: none !important;  */
}

.img-in-text {
	border: 1px solid #dee0e5;
	margin-top:4px;
	margin-bottom:7px;
}
.float-to-left {
	float:left;
	margin-right:20px;
}
.float-to-right {
	float:right;
	margin-left:20px;
}
.img-in-text-left {
	float:left;
	margin-right:20px;	
	border: 1px solid #dee0e5;
	margin-top:4px;
	margin-bottom:7px;
}
.img-in-text-right {
	float:right;
	margin-left:20px;
	border: 1px solid #dee0e5;
	margin-top:4px;
	margin-bottom:7px;
}




/* maintable */
table.maintable {
	color: #333;
	font-size: 12px;
	border-spacing: 1px;
	padding: 10px 0;
  border-bottom-color: #FFFFFF;
}
table.maintable td {
}

table.maintable .tr-with-color {
	background-color: #F4F0F0;
}
table.maintable .td-with-color {
	background-color: #E9E1E2;
}
table.maintable thead {
	font-weight: bold;
	font-size: 12px;
}
table.maintable td,
table.maintable th {
	padding: 8px 12px;
}
table.maintable th {
	background-color: #E9CDCF;
}
table.maintable tbody a {
	font-size: 12px;
}
table.maintable .empty {
	text-align: center;
	color: #ccc;
}
p.text-otstup {
	padding-left: 10px;
	margin-left: 18px;
	font-size: 16px;
	font-style: italic;
	border-left: 3px solid #E9E1E2;
	line-height: 20px;
}
p.table-legend {
	font-size: 12px !important;
	color: #333 !important;
}
table.maintable ul {
	margin: 8px 0px !important;
}