/* novinky,akce,clanky ------------------------------------------------------------- */
#itemsNews{
  float:left;
	margin-top:10px;
        background-color: #F4F4F4;
        margin-bottom:20px;
}
#itemsNews .aktuality{
    color:#d70202;
     font-size:18px;
     padding-top:20px;
      padding-left:20px;
}
.itemNews{
	clear:both;
	margin:0;
	border-bottom:solid 1px #ccc;
	width:100%;
	padding-bottom:5px;
	overflow: hidden;
	line-height: 21px;
	font-size: 105%;
	font-family: Trebuchet MS;
	color: #333;
		text-align: justify;
                background-color: #F4F4F4;
                
}

.rightHome .itemNews{line-height: normal;}
.itemNews.last { border-style: none; }

.itemNews .obrazek{float:left;margin: 10px;text-transform:none;background:url(../img/bckg_img_aktuality.png) no-repeat; height:124px; width:115px; text-align:center; }

.itemNews img{
	width: 69px;
	height: 69px;
	margin: 10px;
	padding: 10px;
}
.rightHome .itemNews img{padding: 0px;margin-top: 0px;}
.itemNews h2{
	margin-bottom:5px;
	padding-top: 5px;
	padding-bottom: 3px;
      
}
.itemNews h3{
	margin-bottom:5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #597a01;
	font-size: 17px;
}
.itemNews p {
	padding-bottom: 10px;
        padding-right:20px;

}
.rightHome .itemNews p {
	padding-bottom: 0px;
} 
.itemNews h2 a { color: #192b53; font-size: 14px;    margin: 10px;}


.next{text-align:right;}
.itemNews ul li {
	list-style-type: square;
	margin-left: 15px;
	margin-bottom: 5px;
}
