.article { 

	padding: 10px; 
	border: solid 1px #a0deff; 
	margin-bottom: 10px;
	background: #ffffff;

}
.article #content { 

	text-align: justify;
	
}
.article #footer {}

.sitelist {
	
	position: relative;	
	margin-bottom: 10px;  
	padding: 10px;
	height: 102px;
	width: 400px; 
	border: solid 1px #a0deff; 
	text-align: justify;
	
	
}

.img { 

	position: absolute; 
	top: 0px; 
    left: 0px;
    padding: 10px; 		
	background: #a0deff;
	
	
}
.sitelist a { 

	text-decoration: none; 

}

.czytaj { 
	
	margin-left: 5px;
	padding: 2px 0 2px 20px ;
	background: url(../images/icons/book_open.gif) left center no-repeat;

}

.text { 
	
	padding:5px;
	margin-left:10px;
	position: absolute; 
	top: 0px; 
	left: 90px;
	
}

.footer {
	

	border-top: solid 1px black;
	padding-top: 5px;
	padding-bottom: 5px; 
	
}

.User {
	
	padding: 2px 0 2px 20px ;
	background: url(../images/icons/user.gif) left center no-repeat;

}

.Date {
	margin-left: 5px;
	padding: 2px 0 2px 20px ;
	background: url(../images/icons/date.gif) left center no-repeat;

}

