@CHARSET "UTF-8";

/* kontener miedzy flagami i banerem */
#topBanner {
	padding: 2px 0 0 1px;	
}

/* pasek pod banerem */
.redbar { background-color: #ff040b; }

/* ***************************************************************************** */
/* artykuly */
/* ***************************************************************************** */

/* naglowek ramki z artykulami */
.recentHead {
	background-image: url(../images/home/bg_news.jpg);
	background-repeat: repeat-y;
	padding: 3px 2px 3px 10px;
	color: white;
	font-size: 12px;
	margin: 0 0 1px 0;
}

/* ramka zawartosci artykulow */
.recentCont {
	width: 268px;
	height: 266px;
	border: 1px solid #D6D6D6;
	padding: 8px 8px 8px 8px;
}

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

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

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

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

/* ***************************************************************************** */
/* wspolne dla wszystkich sekcji */
/* ***************************************************************************** */

/* komorka w ktorej jest cala zawartosc sekcji */
.sectionTd {
	vertical-align: top;
	padding-left: 5px;
}
.sectionTd img {
	border: 0;
}

/* naglowek sekcji */
.sectionHead {
	background-image: url(../images/home/bg_section_head.jpg);
	background-repeat: repeat-y;
	padding: 3px 10px 3px 10px;
	color: #082e5f;
	font-size: 12px;
	margin: 0 0 1px 0;
}

/* paski pod obrazkiem */
.sectionBar { 
	height: 4px; 
	font-size: 1px;
	margin: 1px 0 1px 0;
}

/* tabelka z tekstem */
.sectionTextTb {
	background-color: #485973;
	width: 155px;
}

/* komorka z tekstem */
.sectionTextTd {
	color: white;
	padding: 0 7px 0 8px;
}

/* zobacz */
.sectionSee {
	margin-top: 1px;
	font-weight: bold;
	background-color: #a3a4a7;
	text-align: right;
	padding: 4px 2px 3px 5px;
}
.sectionSee a {
	color: white;
	font-weight: bold;
}

/* ***************************************************************************** */
/* paski sekcji */
/* ***************************************************************************** */

/* pomaranczowy */
.bar1 { background-color: #ff7104; }

/* niebieski */
.bar2 {	background-color: #0371ca; }

/* niebieski */
.bar3 {	background-color: #03ae10; }

/* czerwony */
.bar4 {	background-color: #ff040c; }

/* ***************************************************************************** */
/* stopka */
/* ***************************************************************************** */

.footTd {
	vertical-align: bottom;
	padding-left: 5px;
}
