#news_module {
	margin-top: 10px;
}

div.news_container {
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 99%;
	border-bottom: 1px solid #E8E8E8;
}
div.news_container.open{
	border: none;
}

span.news_title, #news_module a.title {
	display: block;
    font-family: Georgia,serif;
    font-size: 115%;
    margin: 0 0 5px;
	color: #000000;
	font-weight: 500;
}

span.news_date {
	color: #C12D8F;
    font-size: 85%;
}

div.news_flash {
	float: left;
	width: 100%;
}

.newsMore{
	float: right;
	font-size: 85%;
}

#news_module .float {
	/*width: 440px;*/
	float: left;
}

#news_module .float.margin {
	margin-right: 20px;
}

div.float div.img {
	float: left;
	width: 186px;
	margin-right: 28px;
}

div.float div.text {
	float: left;
	/*width: 226px;*/
}

/*NEWS GALLERY*/
/*
article.news{
	float: left;
	width: 100%;
	background: url("../../grafika/newsBg.png") repeat-x bottom left;
	border-bottom: 1px solid #E3E3E3;
	margin: 0px 0px 33px 0px;
}

article.bg2{
	padding-top: 32px;
	border: none;
	border-top: 1px solid #E3E3E3;
	background: url("../../grafika/newsBg2.png") repeat-x top left;
}

.newsImgLink{
	float: left;
	margin: 0px 15px 10px 0px;
}
*/
.newsPager{
	text-align: right;
	width: 98%;
}
.newsPager .pagerTitle{
	display: inline-block;
	font-size: 85%;
}
.newsPager ul {
	margin: 0px;
	display: inline-block;
}
.newsPager ul li{
	background: none;
	padding: 0px;
	display: inline-block;
}
.newsPager ul li a{
    font-size: 85%;
	padding: 5px 4px;
}
.newsPager ul li a:hover, .newsPager ul li a:active, .newsPager ul li a:focus, .newsPager ul li.active a{
	text-decoration: none;
	color: #000000;
}
/*
.newsGallery{
	float: left;
	width: 100%;
	margin: 40px 0px 0px 0px;

}

.newsGallery a.obrazek, .frame a.obrazek, .frame_last a.obrazek{
	float: left;
	width: 206px;
	height: 206px;
	background: #F3F3F3;
	border: 1px solid #E3E3E3;
	text-align: center;
	margin: 0px 4px 4px 0px;
	box-shadow: inset 0px 0px 2px 2px #ffffff; 
}

.newsGallery a.obrazek img, .frame a.obrazek img, .frame_last a.obrazek img{
	border: none;
	padding: 0px;
}

article.bg2 a.back, .gallery .links a.backGal, a.back{
	margin-top: -32px;
	padding: 5px 10px 5px 25px;
	background: url("../../grafika/backBg.png") no-repeat left center #E21724;
	color: #ffffff;
}
/*END NEWS GALLERY*/