@CHARSET "UTF-8";

/* naglowek - obrazek */
.news {
	background-image: url(../images/news/news.jpg);
}

/* tabelka z zawartosci (teksty) pod obrazkiem */
.pageTable {
	margin-top: 3px;
	background-image: url(../images/news/bckg.png);
	background-repeat: no-repeat;
}

/* naglowek pojedynczego artykulu */
.rcNewsHead {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding-bottom: 4px;
}

/* data pojedynczego artykulu */
.rcNewsDate {
	font-weight: normal;
	font-size: 10px;
	color: #999999;
	padding-bottom: 4px;
}

/* tresc pojedynczego artykulu */
.rcNewsFullCont {
	font-weight: normal;
	font-size: 11px;
	text-align: justify;
	padding-bottom: 15px;
}

.rcNewsCont {
	font-weight: normal;
	font-size: 11px;
	text-align: justify;
	font-style: italic;
	padding-bottom: 15px;
}

/* link wiecej pojedynczego artukulu */
.rcNewsMore {
	padding-top: 2px;
	font-size: 11px;
	margin-bottom: 5px;
}
.rcNewsMore a {
	font-weight: bold;
	color: #64388a;
}

/* link do archiwum */
.newsArchive {
	padding-bottom: 20px;
	text-align: right;
}
.newsArchive a {
	color: #64388a;
	font-weight: bold;
}

