@charset "iso-8859-1";
/**
 * pragmaMx - Web Content Management System.
 * Copyright by pragmaMx Developer Team - http://www.pragmamx.org
 * $Id: news.css,v 1.3 2008/05/19 09:11:58 tora60 Exp $
 */
/* Formatierungen fuer das News Modul, article etc. */

.post-footer {
padding: 5px;
margin: 5px 0 15px 0;
border: 1px solid #f2f2f2;
background-color: #fafafa;
color: inherit;
font-size: 95%;
}

.post-footer .comments {
padding-left: 20px;
margin: 0 10px 0 5px;
background: url(../images/comment.gif) no-repeat left center;
}

.post-footer .date {
padding-left: 20px;
margin: 0 10px 0 5px;
background: url(../images/clock.gif) no-repeat left center;
}

.post-footer .readmore {
padding-left: 20px;
margin: 0 10px 0 5px;
background: url(../images/page.gif) no-repeat left center;
}

.post-topicimage {
float: left;
margin: 0 10px 3px 0;
}