@CHARSET "UTF-8";

* { 
	font-family: 'Arial', 'Verdana', 'Helvetica';
	font-size: 11px;
	font-weight: normal; 
	color: #4b4c4f;
}

html {
	width: 100%;
	height: 100%;
}

body {
	margin-top: 24px;
}

/* brak klucza tlumaczen */
.nokey {
	color: red !important;
	font-weight: bold !important;
}

/* cala strona */
.main {
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

/* cale menu */
.menu {
	font-size: 12px !important;
	border-bottom: 1px solid #bec7d2;
	padding: 0 12px 3px 1px;
	white-space: nowrap;
}

/* lista flag */
.flg {
	border-bottom: 1px solid #bec7d2;
	float: right;
	white-space: nowrap;
	padding: 0 0 2px 0;
}

/* kolor linkow w menu */
.menu a {
	color: #405a7c;
}
.menu a.current {
	color: #405a7c;
	font-weight: bold;
}
.menu a:hover {
	text-decoration : underline;
	cursor: pointer;
}

/* separator w menu */
.menu span {
	padding: 0 10px 0 28px;
	color: #bec7d2;
}

/* pierwszy serparator (przed home) */
.lsep {
	padding: 0 10px 0 0 !important;
}

/* separator miedzy flagami */
.flgSep {
	padding: 2px 0 2px 2px;
	border: 0;
	vertical-align: bottom;
}

/* td w ktorym jest menu */
.tdMenuIE {
	margin-bottom: 3px;
	padding: 0 0 6px 0;
	vertical-align: bottom;
}
.tdMenuFF {
	margin-bottom: 3px;
	padding: 0 0 7px 0;
	vertical-align: bottom;
}

/* td w ktorym jest lista flag */
.tdFlg {
	margin-bottom: 3px;
	padding-bottom: 3px;
	vertical-align: bottom;
}

/* kolorowe paski pod banerem */
.bar { 
	height: 5px; 
	font-size: 1px;
	margin-bottom: 1px;
}

/* komorka tabeli na stopke */
.footTd {
	width: 637px;
}

/* ramka stopka */
.foot {
	border: 1px solid #D6D6D6;
	padding: 8px 12px 8px 10px;
	text-align: right;
}
.foot a {
	color: #707175;
	font-weight: normal;
}
.foot a:hover {
	text-decoration: underline;
}

/* separator w stopce */
.footSep {
	padding: 0 19px 0 19px;
}

/* copyright */
.copy {
	color: #707175;
	padding-top: 16px;
}

/* QPaginator */
span.paginator { margin: 0; padding: 0; }
span.paginator span { list-style-type:none; display: inline; padding: 0 10px 0 0; margin: 0; }
span.paginator span.page:before, span.paginator span.selected:before { content: "|"; padding-right: 10px; font-weight: bold;}
span.paginator span.page a { text-decoration: none; color: #64388A; font-weight: normal;}
span.paginator span.page a:hover { text-decoration: underline; }
span.paginator span.arrow { font-weight: bold; color: #64388A; margin: 0; padding: 0 3px 0 3px; }
span.paginator span.arrow a { font-weight: bold; color: #64388A; text-decoration: none; }
span.paginator span.selected { font-weight: bold; }
span.paginator span.break { color: #666; margin: 0 5px 0 5px; }
span.paginator span.ellipsis { color: #64388A; }

/* ***************************************************************** */
/* ************* wspolne style dla wszystkich podstron ************* */
/* ***************************************************************** */

/* naglowek - obrazek */
.pageTop {
	background-repeat: no-repeat;
	height: 255px;
	margin-top: 2px;
}

/* kontener na linki w obrazku */
.pageLinks {
	padding: 1px 5px 5px 244px;
	width: 193px;
}

/* etykieta aktualnej strony*/
.currPageLabel {
	color: black;
	font-weight: bold;
	border-bottom: 1px solid white;
	padding: 5px 0 5px 0;
}

/* linki w obrazku */
.pageLink {
	border-bottom: 1px solid white;
	padding: 5px 0 5px 0;
}
.pageLink a {
	color: white;
	font-weight: bold;
}
.pageLink a:hover {
	text-decoration: underline;
}

/* haslo */
.pageTxt1 {
	font-size:  24px;
	color: #4e698b;
	font-weight: bold;
	padding: 14px 32px 8px 10px;
	width: 265px;
}

/* nazwa strony nad tekstem */
.pageTitle {
	padding: 73px 0 15px 0;
	width: 665px;	
}
.pageTitle h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
.pageTitle span {
	font-size: 14px;
	font-weight: bold;
}

/* komorka na zawartosc zawartosc */
.pageContentTd {
	padding: 15px 30px 15px 0;
	vertical-align: top;
}

/* wlasciwa zawartosc strony */
.pageContent {
	text-align: justify;
}

/* odstep miedzy sekcjami w tekscie */
.divider {
	font-size: 10px;
	padding: 5px 0 5px 0;
}
