.title {
	font-size: 14px;
	color: #2461AA;
	font-weight: bold;
}
a.title {
	text-decoration: none;
	color: #2461AA;
}
a.title:link {
	text-decoration: none;
	color: #2461AA;
}
a.title:hover {
	text-decoration: underline;
	color: #2461AA;
}



.bold {
	font-weight: bold;
}


.linkAktualnoOrange {
	font-size: 11px;
	color: #ff850d;
	font-weight: bolder;
}
a.linkAktualnoOrange {
	text-decoration: none;
	color: #ff850d;
}
a.linkAktualnoOrange:link {
	text-decoration: none;
	color: #ff850d;
}
a.linkAktualnoOrange:hover {
	text-decoration: underline;
	color: #ff850d;
}
