.article {
 margin-bottom: 20px;
 width: 100%;
 padding-bottom: 5px;  
  font-family: georgia, serif;
}  

.article p {
  text-align: justify;
}

.article h2 {
 text-align: left;
 padding: 3px 10px;
 font-size: 0.9em;
 margin-top: 0;
 margin-bottom: 0;
 border-bottom: 1px solid #AAA;  
}

.article div.h_obal {
 background-image: url('../design/head.bmp');
 background-repeat: repeat-x;      
 float: left;                                
 border-top-left-radius: 0.5em;             
 -webkit-border-top-left-radius: 0.5em;             
 -moz-border-radius-topleft: 0.5em;
}

.article div.h_obal2 {
 background-image: url('../design/h2_back.gif');
 background-position: right bottom;
 background-repeat: no-repeat;
 padding-right: 40px
}

.article .date {
 font-size: 0.8em;
 margin-bottom: 6px;
 margin: 5px 10px;
 float: right;
 color: #888;
}

.article .photo {
 float: left;
 margin: 10px;
 padding: 2px;
 border: 1px solid #dddddd;
 line-height: 0;
 background-color: #fff;
}

.article .perex {
 font-size: 0.9em;
 margin: 10px;
}

.article .bottom {
 border-top: 1px dotted #ccc;
 font-size: 0.9em;
 text-align: right;
 clear: left;
 margin: 0 10px;
}

.other .bottom {
 border-top: 1px dotted #ccc;
 font-size: 0.9em;
 margin: 5px;
 text-align: right;
 clear: left;
}

.article .bottom .items {
 margin-top: 5px;
}

.article .bottom img, .other .bottom img {
 margin-bottom: -3px;
}

.other .bottom .items {
 margin-top: 5px;
}