#clanky .polozka
{
	margin-bottom: 15px;
	padding: 15px 10px 15px 30px;
}

	#clanky .suda
	{
		background-color: #FCFBFA;
	}
	
	#clanky .info
	{
		float: right;
		/*width: 84%;
		border: 1px dotted red;*/
		width: 285px;
	}
	
	#clanky .obrazek
	{
		float: left;
	}
	
	#clanky span
	{
		font-size: 0.92em;
		margin-bottom: 4px;
		display: block;
		font-style: italic;
	}
	
	#clanky .perex
	{
		/*font-weight: bold;*/
	}
	
	#clanky h4
	{
		margin-bottom: 4px;
		font-size: 1.08em;
	}
	
	#clanky h4 a
	{
		color: #CA7903;
	}
	
	.nejsou_clanky
	{
		/font-weight: bold;
	}
	
/* detail clanku */
#clanekdetail
{
	margin-bottom: 25px;
}

#clanekdetail .back_link
{
	text-align: right;
	margin-bottom: 15px;
	border-bottom: 1px dashed #fff;
}

	#clanekdetail .detailcolor
	{
		background-color: #FCFBFA;
		padding: 10px 5px;
	}

	#clanekdetail .back_link a
	{
		background:transparent url(/img/back.gif) no-repeat scroll 0 2px;
		color:#B8320E;
		display:block;
		float:right;
		font-weight:bold;
		padding-left:16px;
	}

#clanekdetail .info
{
	float: right;
	/*width: 84%;*/
	width: 315px;
}

#clanekdetail span
{
	color: #EA900F;
	font-size: 1.08em;
	font-weight: bold;
}

#clanky .obrazek
{
	float: left;
}

#clanky .popis
{
}



