@CHARSET "UTF-8";

div.news{
	width:620px;
	margin:auto;
	margin-bottom:30px;
	margin-top:20px;	
}

div.news a.wiecej{
	float:right;	
}

div.news-content{
	width:530px;
	margin-left:30px;	
}

a.news-mini {
	display:block;
	width:60px;
	height:60px;
	float:left;	
}

div.news-header{
	background:url(/images/layout/strzalka.png) no-repeat;
	background-position:left top;	
	margin-bottom:3px;
	padding:0px 3px 4px 10px;
	border-bottom:1px dotted gray;
}

span.news-title{
	color:#132c60;
	font-weight:bold;	
	width:400px;
	display:inline-block;
}

span.news-date{
	font-size:11px;
	text-align:right;
	display:inline-block;
	width:110px;
	color:#01a8a0;
	
}

div.news-content{
	float:left;
}

div.news-content p{
	text-align:justify;
	margin-top:8px;
	margin-bottom:5px;
}

a.powrot{
	display:block;
	float:right;	
	background:url(/images/layout/powrot.gif);
	width:52px;
	height:17px;	
}
#container.en a.powrot{	background-image: url(/images/layout/button/en/powrot.gif);}
#container.de a.powrot{	background-image: url(/images/layout/button/de/powrot.gif);}
#container.pl a.powrot{	background-image: url(/images/layout/button/pl/powrot.gif);}

