.magiced .search_result {
	padding: 0px;
	border: none;
	margin: 0;
}

.magiced .search_result h2 {
	font-size: 1.5em;
	font-weight: normal;
	color:#000000;
	margin: 0px 10px 25px 10px;
	padding: 0;
}

.search_text {
	font-weight: bold;
}

.section_result {
}

.magiced .section_header {
	font-size: 1.2em;
	font-weight: bold;
	color: rgb(0,85,141);
	margin: 35px 0px 20px 10px;
} 

.magiced .black_text {
	color: #000000;
}

.magiced div.search_item.first {
	border-top: 3px solid rgb(241,241,241);
}
.magiced .search_item {
	/*font-size:1em;*/
	padding: 3px 10px;
	border-bottom: 3px solid rgb(241,241,241);
	margin-bottom: 0px;
}

.magiced .search_item h3{
	padding: 0px;
	margin: 0;
	font-size:1em;
	font-weight:bold;
	color: #000000;
}
.magiced .search_item h3 a {
	color: #000000;
	text-decoration: none;
}
.magiced .search_item h3 a:hover {
	text-decoration: underline;
	color: black;
}
.magiced .not_found {
	text-align:left;
	font-weight: bold;
	margin: 5px 0 0 10px;
}

.magiced .more_results {
	/*padding: 5px 0px 5px 25px;*/
	margin: 15px 0 10px 10px;
	padding: 0;
}
.magiced .more_results a {
  text-decoration:none;
  font-weight: bold;
  color: black;
}

.magiced .more_results a:hover {
	color: black;
}

.magiced .strankovani {
	text-align: center;
	margin-top: 15px;
}

.magiced .strankovani a {
	text-decoration: none;
	font-weight: normal;
	color: rgb(0,85,141);
	padding: 3px 4px;
}

.magiced .strankovani a:hover {
	text-decoration: underline;
}

