/* VELKY VYPIS 2 rubriky */
.akt_list {
	clear: both;
	width: 450px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	height: 250px;
	background-image: url(../img/bg_prechodove/rubrika_35.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
.akt_img {
	padding: 5px;
	float: left;
	width: 240px;
	height: 240px;
	overflow: hidden;
	margin: 10px;
}
.akt_img a:hover img {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.akt_datum {
	font-size: 0.75em;
	color: #666;
	float: right;
	width: 165px;
	text-align: right;
	margin-top: 5px;
	margin-right: 15px;
}

.akt_titulek {
	float: right;
	width: 165px;
	line-height: 1.5em;
	text-align: left;
	margin-right: 15px;
}
.akt_titulek a {
	text-decoration: none;
}
.akt_perex {
	font-size: 0.85em;
	color: #666;
	line-height: 1.3em;
	float: right;
	width: 165px;
	clear: right;
	margin-top: 10px;
	margin-right: 15px;
}
/* VELKY VYPIS 250sloupec 210obsah */
.akt_list_250 {
	background-image: url(../img/bg_prechodove/rubrika_250b.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	float: left;
	width: 250px;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 0.85em;
}
.akt_datum_210 {
	font-size: 0.75em;
	color: #666;
	float: right;
	width: 210px;
	text-align: right;
	margin-top: 10px;
	margin-right: 15px;
}

.akt_titulek_210 {
	float: left;
	width: 210px;
	line-height: 1.5em;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 1px;
}
.akt_titulek_210 a {
	text-decoration: none;
}
.akt_perex_210 {
	font-size: 0.85em;
	color: #666;
	line-height: 1.3em;
	float: left;
	width: 210px;
	clear: both;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
}