/**
 * pragmaMx - Web Content Management System.
 * Copyright by pragmaMx Developer Team - http://www.pragmamx.org
 * $Id: news.css,v 1.4 2009/11/20 22:30:26 tora60 Exp $
 *
 * webdesign by Vit Dlouhy
 * [Nuvio - www.nuvio.cz; NuvioTemplates - www.nuviotemplates.com]
 */

.article {
   margin-bottom: 10px;
   padding-bottom: 10px;
}

.article .article-img {
   float: left;
   width: 180px;
}

.article .article-img img {
   display: block;
}

.article .cat {
   font-size: 80%;
   font-weight: normal;
}

.article .desc .info {
   font-size: 85%;
   margin: 0;
}

.article .desc .info a,
.article .desc .info span {
   font-weight: bold;
}

.article .desc .nomb {
   margin-top: 8px;
   text-align: justify;
}

.article .desc .title {
   border: none;
   font-size: 140%;
   font-weight: normal;
   margin: 0;
}

.article .notes {
   border-color: #dcdcdc;
   border-style: none none solid none;
   border-width: 1px;
   font-style: italic;
   padding: 1em;
   text-align: left;
}

.article .notes p.notes {
   border: none; /* die Ueberschrift in der Notiz */
   font-weight: bolder;
   margin-top: 0;
   padding: 0;
}

.article .story-footer {
   font-size: 88%;
   margin: 15px 0 0 0;
   padding: 4px;
   text-align: right;
}

.more {
   padding-right: 15px;
}
