#nowosci_index h1{
	margin-bottom:0px;
}

.article:first-child{
	box-shadow: none!important;
	/*-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;*/
	padding-top: 0px!important;
}
#nowosci_index .article{
	border-bottom: 1px dashed #999999;
	padding-bottom: 10px;
	margin-bottom: 20px;
	min-height:200px;
	overflow:hidden;
	width:655px;
}

#nowosci_index .article-info{
	font-size: 12px;
	font-family: verdana, tahoma;
	color: #a1a1a1;
}

#nowosci_index .article-info span {
	font-size: inherit;
}

#nowosci_index .article-pic{
	float: left;
	margin-right: 6px;
	margin-top: 10px;
	padding: 3px;
	border: 1px solid #959595;
	/*-moz-box-shadow: 0px 3px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;*/
	box-shadow: 0px 3px 5px #ccc;
	border-radius: 3px;
	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
}

#nowosci_index .article-content{
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	margin-top: 10px;
	line-height: 21px;
	text-align: justify;
	font-size: 13px;
}
#nowosci_index .article-content p{
	text-align: justify;
	line-height: 21px;
}



#nowosci_index .rm	{
	width: 104px;
	height: 32px;
	background-image: url('/szablony/index_layout/images/rm.png');
	display: block;
	margin-left: 550px;
	margin-top: 5px;
	opacity: 0.75;
 /* transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;*/
}

#nowosci_index .rm:hover{
	opacity: 1;
}

#nowosci_index #archive img{
	float: right;
	margin-bottom: 15px;
/*  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;*/
}

#nowosci_index #archive img:hover{
	opacity: 0.8;
}

#nowosci_index .article h1 a{
	text-decoration:none;
	color:#000000;
}
