/* css main file: style.css */

/****  reset  *****************************************************************/

body, h1, h2, h3, h4, h5, h6, div, form, fieldset, dl, dt, dd, address { margin: 0; padding: 0; }
a, a:visited { text-decoration: none; }
fieldset, img { border: none; }

/****  ogólne  ****************************************************************/

html {
  font-size: small;
}

body {
  color: #2f2f2f;
  background: #bdbdbd;
  font-size: 90%;
  font-family: Arial, Verdana, Helvetica, "Lucida Grande", sans-serif;   
}

a {
  color: #2f2f2f;
}

a:hover {
  color: #e44947;
}

address {
  font-style: normal;
}

ol li ol {
  list-style-type: lower-alpha;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 115%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 105%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 100%;
}
.checkbox { width: auto !important; border: none !important; margin-right: 10px;}
.block { display: block; }
.floatLeft { float: left; }
.floatRight { float: right; }
.clearBoth, .clear { clear: both; }
.tLeft { text-align: left!important; }
.tRight { text-align: right !important; }
.tCenter { text-align: center !important; }
.tJustify { text-align: justify !important; }
.bold { font-weight: bold; }

.w20 { width: 20px; }
.w40 { width: 40px; }
.w60 { width: 60px; }
.w80 { width: 80px; }
.w100 { width: 100px; }
.w120 { width: 120px; }
.w140 { width: 140px; }
.w160 { width: 160px; }
.w180 { width: 180px; }
.w200 { width: 200px; }
.w220 { width: 220px; }
.w240 { width: 240px; }
.w260 { width: 260px; }
.w280 { width: 280px; }

.noRecords {
  margin: 1em 0;
  font-weight: bold;
}

.back {
  margin: 2em 2em 1em;
  text-align: right;
}

.back a {
  text-transform: lowercase;
}

.back a:hover {
    
}

.more, .submitBtn {
  margin: 1em 0 0;
  text-align: right;
  background: url(/images/more.png) no-repeat center right;
}
.more a {
  text-transform: lowercase;
  padding-right: 16px;
	color: #2F2F2F;
}

.btn {
	background: #cb1e1a;
	border: 2px solid #be5250;
	color: #fff;
}
.more a:hover {
    text-decoration: none;
}

/****  formularze  ************************************************************/

.row {
  margin: 0.7em 0;
}

.label {
  float: left;
  padding-right: 5px;
}


.value {
  float: left;
}

input, textarea, select {
  font-size: 90%;
  vertical-align: middle;
  font-size: 100%;
  padding: 0;
  margin: 0;
  border: 1px solid #b7b7b7;
}

textarea {
  font-family: Arial, Verdana, Helvetica, "Lucida Grande", sans-serif;
  width: 241px;
  height: 52px;
}

input:focus, textarea:focus {
  border-color: #ABC338;
}

.textInput {
  width: 159px;
}

.checkboxInput {
  margin-right: 14px;
  position: relative;
  top: -0.1em;
}

.submitRow {
  padding-left: 112px;
}

.submitInput {
  font-weight: bold;
  padding: 0.2em 16px 0.3em;
  /*position: relative;
  bottom: -1px;*/
}

.submitInput:hover {
  color: #8FAE00;
  cursor: pointer;
}

.required { color: #dc2329; }
.err { color: #f00; }

/****  linki buttony  *********************************************************/

.buttons {
  margin: 1em 0 0;
}

.button {
  display: block;
  width: 137px;
  border-top: 1px solid #90af00;
  border-bottom: 1px solid #91b000;
  background: #acc400 url(/images/button_right.png) repeat-x;
  color: #fff;  
  padding: 0.5em 0;
  text-align: center; 
}

.button:hover {
  color: #454F00;
}

.buttonDisabled {
  display: block;
  width: 137px;
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b1b1b1;
  background: #dcdcdc url(/images/button_left_disabled.png) repeat-x;
  color: #515151;
  padding: 0.5em 0;
  text-align: center; 
}

/****  stronicowanie  *********************************************************/

.pageNav {
  text-align: right;
  padding: 0.1em 25px 25px;
}

.pageNav a,
.pageNav span {
  color: #2f2f2f;  
  font-weight: bold;
  padding: 1px 4px; 
	border: 1px solid #ededed;
}

.pageNav .select, .pageNav a:hover {
  color: #fff;
	background-color: #c81b17;
  border: 1px solid #bd423b;
}

/*.pageNav a.arr {
  position: relative;
  top: -0.1em;
  padding-top: 0.1em;
  padding-bottom: 0.3em;
}*/

/****  komunikaty  ************************************************************/

#info div {
  margin: 0.1em;
  border-width: 2px;
	border-style: solid;
  padding: 0.2em 2em;
	text-align: center;
  font-weight: bold;
}

#info div div {
  border-width: 0;
}

#info_err {
  border-color: #df2626;
  color: #df2626;
}

#info_msg {
  border-color: #42AF41;
  color: #42AF41;
}

#errmsg {
  
}

#errmsg .errors {
  margin: 0;
  background: #D61F19 url(/images/menu_li.png) center bottom repeat-x;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 15px;
  margin-bottom: 2px;
  font-size: 140%;
}
#errmsg .messages {
  margin: 0;
  background: #a8a8a8 url(/images/h2_bg.png) repeat-x top;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 15px;
  margin-bottom: 2px;
  font-size: 140%;
}
#errmsg ul li {
  margin: 0.3em 0;
  padding: 0;
  list-style-type: none;
}

/****  appConfirm  ************************************************************/

.appConfirmBox {
  position: absolute;
  display: none;
  border-right: 2px solid #DAE3EB;
  border-bottom: 2px solid #DAE3EB;
}

.appConfirmBox2 {
  background: #F0F2F7;
  border: 1px solid #B8C6CF;
  border-bottom-width: 3px;
  padding: 1px;
}

.appConfirmBox2 h1 {
  margin: 0;
  padding: 3px 0 4px 10px;
  background-color: #6F8491;
  color: #ffffff;
  font-size: 11px;
  border-bottom: 1px solid #C8D3E2;
}

.appConfirmBox3 {
    width: 220px;
  margin: 20px 0 0 13px;
}

.appConfirmBox4 {
  background: transparent url(/imgs/alerts/confirm.gif) 0 0 no-repeat;
  /*padding: 5px 0 10px 50px;*/
  height: 50px;
  /*border-bottom: 1px solid #C8D3E2;*/
  color: #084376;
  line-height: 1.5em;
  text-align: center;
}

.appConfirmBoxButtons {
  text-align: center;
  padding: 10px 0 0 40px;
}

.appConfirmBoxButtons a {
  text-decoration: none;
  width: 50px;
  display: block;
  float: left;
  text-align: center;
  background: #FFFFFF url(images/button_bg.png) repeat-x scroll 0pt 100%;
  border: 1px solid #C0C8CA;
  font-weight: bold;
  padding: 1px 5px;
  color: #142129;
  font-size: 90%;
}

.appConfirmBoxButtons a:hover {
  text-decoration: none;
}

#appConfirmBoxOk {
  margin-right: 5px;
}

#appConfirmBoxCancel {
  margin-left: 5px;
}

/*****  project styles  *******************************************************/
.siteHead {
	border-left: 6px solid #d91916;
	background: #a8a8a8 url(/images/h2_bg.png) repeat-x top;
	padding: 8px 24px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}
#all {
	margin: auto;
	background: #fff;
	width: 924px;
	padding: 0 12px;
}
#all2 {
	margin: auto;
	width: 962px;
	background: url(/images/bg_left.png) left repeat-y;
}
#all3 {
	width: 962px;
	margin: auto;
	background: url(/images/bg_right.png) right repeat-y;
}
#header {
	padding: 15px 0 30px 48px;
}
#logo {
	float: left;
	padding-bottom: 8px;
}
#content {
	padding-top: 3px;
	line-height: 1.2em;
	font-size: 90%;
}
.subContent {
	background: url(/images/right2_bg.png) repeat-y center;
}
#left {
	width: 264px;
	float: left;
}
#right {
	width: 657px;
	float: right;
}
#rightContent {
	background: url(/images/right_bg.png) repeat-y center;
}
#rightContent .text_box_content {
	line-height: 1.6em;
}
.mainLeft {
	width: 456px;
	float: left;
}
.mainRight {
	width: 196px;
	float: right;
}
#footer {
	padding-top: 2px;
}
#footer .right {
	font-size: 90%;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 25px;
	color: #767676;
}
#footer_menu {
	background-color: #ededed;
	height: 2.7em;
}
#footer_print {
	float: right;
	padding: 9px 25px 0;
}
#footer_print img {
	float: left;
	margin-right: 6px;
}
#footer_print a {
	color: #767676;
	font-size: 95%;
} 
#footer_print a:hover
{
    color: #2f2f2f;
}
#footer .right a {
	color: #767676;
}
#footer .right a:hover {
	color: #2f2f2f;
}
#subpage h1, #subpage h2, #subpage h3, #subpage h4, #subpage h5, #subpage h6 {
	padding-bottom: 18px;
}
#subpage .siteHead {
	padding-bottom: 8px;
	 line-height: 1em;
}
#subpage {
	line-height: 1.5em;
}
#subpage a {
	color: #9f1512;
}
#subpage .more a {
	color: #2f2f2f;
}
#subpage .more a:hover {
  color: #e44947;
	text-decoration: none;
}
#subpage a:hover {
	text-decoration: underline;
}
#search_nav {
	clear: both;
	width: 100%;
	border-top: 1px solid #fff;
	background-color: #d9d9d9;
}
#search_nav .clearBoth {
	line-height: 0;
}
#search_nav table {
	padding: 0;
	margin: 0;
	background: #d9d9d9;
}
#search_nav td {
	padding: 0;
	margin: 0;
	width: 25%;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #fff;
	text-align: center;
}
#search_nav td a {
	display: block;
	padding: 8px 2px;
	line-height: 1em;
}
#search_nav td.last {
	border-right: none;
}
#search_nav td:hover, #search_nav td.selected {
	font-weight: bold;
	color: #fff;
	background: #d61f19 url(/images/menu_li.png) repeat-x bottom;
}
#search_nav td:hover a, #search_nav td.selected a {
	color: #fff;
}
@media print { 
  #menuSimpleTop, #header .floatRight, #footer, #left, #banner_box {
  	display: none;
  }
	#right {
		float: left;
		clear: both;
		margin-top: 20px;
		width: 100%;
	}
	#all, #all2, #all3 {
		width: 100%;
	}
}


/* css file: articles.css */

.article .format_1,
.article .format_2,
.article .format_3,
.article .format_4,
.article .format_5,
.article .format_6 {
    padding: 25px;
	background: #ededed;
}

.article .artText {
  	text-align: justify;
}

.article img {
	
}
.article .more {
	float: right;
}
/****  pliki do pobrania  *****************************************************/

.artFiles {
  margin: 2em 0 1em;
  padding: 1em 1em 0;
}

.artFiles ul {
  margin: 0 1em;
  padding: 0;
}

.artFiles ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.artFiles ul a {

}

.artFiles ul a:hover {

}

/****  format 1  **************************************************************/

.article .format_1 .artImages {
  float: right;
  margin: 0 0 0 20px;
}

.article .format_1 .artImages div {
  margin: 0 0 10px;
  text-align: center;
}
.article .format_1 .artImages img {
  border: 1px solid #d0cecf;
  padding: 2px;
}
.article .format_1 .artImages div a:hover {
  text-decoration: none;
}

.article .format_1 .artImages div a:hover span {
  text-decoration: underline;
}

/****  format 2  **************************************************************/

.article .format_2 .artImages {
  float: left;
  margin: 0 20px 0 0;
}

.article .format_2 .artImages div {
  margin: 0 0 10px;
  text-align: center;
}
.article .format_2 .artImages img {
  border: 1px solid #d0cecf;
  padding: 2px;
}
.article .format_2 .artImages div a:hover {
  text-decoration: none;
}

.article .format_2 .artImages div a:hover span {
  text-decoration: underline;
}

/****  format 3  **************************************************************/

.article .format_3 .artImages {
  margin: 20px auto 0;
  text-align: center;
}

.article .format_3 .artImages div {
  float: left;
  margin: 5px;
}
.article .format_3 .artImages img {
  margin: 0;
  border: 1px solid #d0cecf;
  padding: 2px;
}

.article .format_3 .artImages div a:hover {
  text-decoration: none;
}

.article .format_3 .artImages div a:hover span {
  text-decoration: underline;
}

/****  format 4  **************************************************************/

.article .format_4 .artImages {
  margin: 0 0 15px;
  text-align: center;
}

.article .format_4 .artImages div {
  float: left;
  margin: 5px;
}

.article .format_4 .artImages img {
  margin: 0;
  border: 1px solid #d0cecf;
  padding: 2px;
}

.article .format_4 .artImages div a:hover {
  text-decoration: none;
}

.article .format_4 .artImages div a:hover span {
  text-decoration: underline;
}

/****  format 5  **************************************************************/

.article .format_5 .artImages {
  margin: 20px 0 0;
  text-align: center;
  clear: right;
}

.article .format_5 .artImages div {
  float: left;
  text-align: center;
  margin: 5px;
}

.article .format_5 .artImages img {
  margin: 0;
  border: 1px solid #d0cecf;
  padding: 2px;
}

.article .format_5 .artImages div a:hover {
  text-decoration: none;
}

.article .format_5 .artImages div a:hover span {
  text-decoration: underline;
}

.article .format_5 .artText .rightTopImage {
  float: right;
  text-align: center;
  margin: 0 0 10px 20px;
}
.article .format_5 .artText .rightTopImage img {
  border: 1px solid #d0cecf;
  padding: 2px;
}
.article .format_5 .artText .rightTopImage a:hover {
  text-decoration: none;
}

.article .format_5 .artText .rightTopImage a:hover span {
  text-decoration: underline;
}
.article .format_5 .artFiles {
	clear: both;
}
/****  format 6  **************************************************************/

.article .format_6 .artImages {
  margin: 20px 0 0;
  text-align: center;
  clear: left;
}

.article .format_6 .artImages div {
  float: left;
  text-align: center;
  margin: 5px;
}

.article .format_6 .artImages img {
  margin: 0 10px 10px;
  border: 1px solid #d0cecf;
  padding: 2px;
}

.article .format_6 .artImages div a:hover {
  text-decoration: none;
}

.article .format_6 .artImages div a:hover span {
  text-decoration: underline;
}

.article .format_6 .artText .leftTopImage {
  float: left;
  text-align: center;
  margin: 0 20px 10px 0;
}
.article .format_6 .artText .leftTopImage img {
  border: 1px solid #d0cecf;
  padding: 2px;
}
.article .format_6 .artText .leftTopImage a:hover {
  text-decoration: none;
}

.article .format_6 .artText .leftTopImage a:hover span {
  text-decoration: underline;
}
.article .format_6 .artFiles {
	clear: both;
}
/****  wyniki wyszukiwania artykułów  *****************************************/
#artSearch {
	padding: 25px;
}
#artSearch .first {
	border-top: none;
}
.articleSearchResults li {
  padding: 0.4em 0;
}

.articleSearchResults li a {
  font-weight: bold;
}

.articleSearchResults li a:hover {
    
}

.articleSearchResults .searchIntro a {
  font-weight: normal;
}

/****  powiadom znajomego  ****************************************************/

#articleSendToFriend {
  margin: 1em 15px 0.5em;
  border-top: 1px solid #f00;
  padding: 0.5em 1em;
  clear: both;
}

#articleSendToFriend .sendtofriendLbl,
#articleSendToFriend .sendtofriendName,
#articleSendToFriend .sendtofriendEmail,
#articleSendToFriend .sendtofriendSubmit {
  float: left;
  padding-right: 10px;
}

/****  pojedynczy wstęp do artykułu  ******************************************/

.articleIntro .articleIntroText {
  text-align: justify;
}
#articlesList {
	padding: 25px;
}
#articlesList dt {
  font-size: 110%;
  font-weight: bold;
  padding-bottom: 12px;
  padding-top: 12px;
}
#articlesList dt.first {
	padding-bottom: 12px;
}
#articlesList dd {
  border-bottom: 1px solid #2F2F2F;
  text-align: justify;
  line-height: 1.8em;
}
#articlesList dd img {
	float: left;
	margin-right: 1em;
	border: 1px solid #d0cecf;
  	padding: 2px;
}
#articlesList dd.last {
  border-bottom-width: 0;
  margin-bottom: 0;
}
#searchBox {
	float: right;
	line-height: 2.5em;
}
#searchList dt {
  font-size: 110%;
  font-weight: bold;
  padding-bottom: 12px;
  padding-top: 12px;
}
#searchList dt.first {
	padding-bottom: 12px;
}
#searchList dd {
  border-bottom: 1px solid #2F2F2F;
  text-align: justify;
  line-height: 1.8em;
}
#searchList dd img {
	float: left;
	margin-right: 1em;
	border: 1px solid #d0cecf;
  	padding: 2px;
}
#searchList dd.last {
  border-bottom-width: 0;
  margin-bottom: 0;
}

/* css file: boxes.css */

.box img {
  vertical-align: middle;
}

.txtBox {
  text-align: justify;
}
.text_box_content {
	background: #dcdcdc;
	padding: 25px;
	text-align: justify;
}
.text_box_content table {
	position: relative;
	margin-right: -25px;
}
.text_box_content table td {
	padding-right: 25px;
	vertical-align: top;
	width: 50%;
}

/* css file: brief.css */

/* ==================== lista briefów */
#briefsList
{
    padding: 25px;
}
#left #briefListPhoto {
  background: #ececec;
  margin-bottom: 2px;
}
#left #briefListPhoto .more {
	margin: 0;
}
#left #briefsList
{
    padding-bottom: 0;
}
#left #briefsList dd {
	text-align: left;
}
#briefsList dt /* tytuł aktualności */
{
  font-size: 110%;
  font-weight: bold;
  padding-bottom: 12px;
  padding-top: 12px; 
}
#briefsList dt span {
	font-weight: normal;
	font-size: 90%;
}
#briefsList dt.first {
	padding-bottom: 12px;
	padding-top: 0;
}
#briefsList dt a
{
    
}

#briefsList dt a:hover
{

}

#briefsList dd {
  border-bottom: 1px solid #2F2F2F;
  text-align: justify;
  line-height: 1.6em;
}

#briefsList dd img {
	float: left;
	margin-right: 1em;
	border: 1px solid #d0cecf;
  	padding: 2px;
}
#briefsList dd.last {
  border-bottom-width: 0;
  margin-bottom: 0;
}
/* ==================== pojedynczy brief */
#briefSingle .briefTitle strong /* tytuł briefa */
{

}

#briefSingle .briefTitle em /* data przy briefie */
{
    float: right;
}

#briefSingle .briefSingleText
{
	padding: 0.5em 1em;
	text-align: justify;
}

#briefSingle .briefSingleText #briefSinglePhoto /* ewentualne zdjęcie w briefie */
{
	float: left;
	margin-right: 1em;
	margin-bottom: 0.3em;
}

/* ==================== lista tytułów */
#briefListTitle
{
	padding: 0 1em;
	margin: 0;
}

#briefListTitle li
{
    list-style-type: none;
	padding: 0;
    margin: 0;
}

/* ==================== lista miesięcy briefów z intrem i outrem */
#briefMonths #intro,
#briefMonths #outro
{
	text-align: justify;
}

#briefMonths .briefsList
{

}

#briefMonths .briefsList li
{
    list-style-type: none;
}


/* css file: contacts.css */

/****  kontakt z formularzem  *************************************************/

#contactSimple .label {
  text-transform: lowercase;
}
.addressData {
  float: left;
  width: 59%;
}

.mediaData {
  float: left;
  width: 39%;
}
#emailForm {
	padding-top: 20px;
}
#emailForm .label {
	width: 120px;
}
#emailForm input {
	width: 205px;
	border: 1px solid #dddddd;
	padding: 2px 5px;
}
#emailForm textarea {
	width: 350px;
	height: 100px;
	border: 1px solid #dddddd;
	padding: 2px;
}
#emailForm fieldset {
	width: 484px;
}
#emailForm .submitBtn {
	margin-right: 7px;
}
#emailForm .submitBtn input {
  text-transform: lowercase;
  padding-right: 16px;
  background: none;
  border: none;
  width: auto;
}
#emailForm .submitBtn input:hover, #emailForm .submitBtn input:focus {
	color: #E44947;
}
/****  defaultWithDepartment.tpl  ****  prawdopodobnie jest nieużywany  *******/

/****  department.tpl  ****  kontakty z danego działu  ************************/

/**** map.tpl  ****  mapka dojazdowa  *****************************************/

/****  sectionWithPersonList.tpl  ****  kontakty z danej kategorii  ***********/

.contactPersonList {
  margin-bottom: 12px;
  float: left;
  padding-right: 25px;
}
.contactPersonList .addressData {
	padding-top: 30px;
}
#conSections .noavatar .addressData {
	padding-top: 0;
}
.contactPersonList h2 {
	padding-bottom: 6px !important;
}
#conSections .first {
	width: 90%;
}
#conSections .last {
  padding-bottom: 0;
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-right: 0;
}
.search #contactSimple {
	padding-top: 0;
	line-height: 1em;
}
#contactSimple {
	padding-top: 2px;
}
#contactSimpleData {
	padding: 25px;
	line-height: 1.5em;
}
#contactSimpleTitle, #contactSimpleName, .contactSimpleTitle, .contactSimpleName {
	font-weight: bold;
}
#contactSimplePhone, .contactSimplePhone {
	background: url(/images/phone.gif) no-repeat left center;
	padding-left: 18px;
}
#contactSimpleFax, .contactSimpleFax {
	background: url(/images/fax.gif) no-repeat left center;
	padding-left: 18px;
}
#contactSimpleEmail, .contactSimpleEmail {
	background: url(/images/mail.gif) no-repeat left center;
	padding-left: 18px;
}
#contactSimpleEmail .value, .contactSimpleEmail .value {
	color: #c1443e;
	text-decoration: underline;
}
#conWithForm {
	padding: 25px;
	line-height: 1.5em;
}
#conSections, #contactMap div, #depList {
	padding: 25px;
}
#conSections h3 {
	padding-bottom: 5px;
}
#contactWithForm .even {
  background-color: #fff;
	border: 1px solid #d9d9d9;
	padding: 5px;
}
#contactWithForm .even p {
	padding: 0;
	line-height: 2em;
	margin: 0;
}


/* css file: downloads.css */

#downloadWithFiles, #downloadSection, #files ul {
	padding: 25px;
}
#downloadWithFiles .noRecords, #downloadSection .noRecords {
	margin: 0;
}
#downloadWithFiles .description {
	padding-bottom: 1em;
	text-align: justify;
}
#downWithFiles img, #downloadSection img {
	float: left;
	margin-right: 12px;
	margin-bottom: 7px;
	width: 32px;
}
#downWithFiles ul, #downloadSection ul {
	list-style: none;
	margin: 0;
	padding: 0 0 2em 0;
}
#downloadWithFiles ul li a, #downloadSection li a {
	color: #E44947;
}
#downloadWithFiles ul li a:hover, #downloadSection li a:hover {
	text-decoration: underline;
}
#downWithFiles li, #downloadSection li {
	clear: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* css file: language.css */

/* ==================== obrazki */

#langBoxImg strong,
#langBoxTxtImg strong,
#langBoxTxt strong
{
    float: left;
}

#langBoxImg
{
    
}
#langBoxTxt {
	float: right;
	line-height: 2.5em;
	font-size: 90%;
}
#langBoxImg ul,
#langBoxTxtImg ul,
#langBoxTxt ul
{
    padding: 0;
	margin: 0;
}

#langBoxImg ul li,
#langBoxTxtImg ul li,
#langBoxTxt ul li
{
    list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
	text-transform: capitalize;
	border-left: 1px solid #b7b7b7;
}
#langBoxTxt ul li a {
	padding: 0 12px;
}
#langBoxTxt ul li.first {
	border-left: none;
}
#langBoxTxt ul li.selected a, #langBoxTxt ul li a:hover {
	color: #e44947;
}
#langBoxTxtImg ul li a img
{
	vertical-align: middle;
	padding-left: 0.2em; 
}


/* css file: login.css */

/* ==================== informacja i wylogowanie */

#logoutBox
{
	
}

/* ==================== formularz logowania */

#loginBox
{
	
}
#loginBox .submitBtn {
	margin-right: 7px;
}
#loginBox .submitBtn input {
  color:#2F2F2F;
  text-transform: lowercase;
  padding-right: 16px;
  background: none;
  border: none;
  width: auto;
}
#loginBox .submitBtn input:hover, #loginBox .submitBtn input:focus {
	color: #E44947;
}
#loginBox fieldset {
	margin: auto;
	padding: 25px 0;
	width: 20em;
}
#loginBox .row {
	clear: both;
}
#loginBox .label {
	float: left;
	font-weight: bold;
	width: 50px;
}
#loginBox .value {
	float: left;
	font-size: 110%;
}

/* css file: mailing.css */

#mailingBox {
  float: right;
  width: 300px;
  line-height: 2.5em;
  padding-right: 30px;
}

#mailingBox .checkbox {
  margin: 0 10px 0 5px;
}
#mailingBox .right {
  float: right;
}

#mailingBox .divBtn {
  padding-left: 5px;
}
#mailingBox legend
{
	display: none;
}

#mailingBox .mailingTitle
{
	display: none;
}


/* css file: menu.css */

/* ==================== boczne dwupoziomowe */
#twoDSideMenu {
	background: #d9d9d9;
	padding: 17px 0;
	font-size: 110%;
}
#twoDSideMenu .sideMenu, #twoDSideMenu .sideMenu ul
{
    padding: 0;
    margin: 0;
}

#twoDSideMenu .sideMenu li
{
    padding: 0;
	padding-bottom: 1px;
    margin: 0;
    list-style-type: none;
	background: url(/images/sideMenu_li.png) center bottom no-repeat;
}
#twoDSideMenu .sideMenu li.last, #twoDSideMenu .sideMenu li li {
	padding-bottom: 0;
	background: none;
}
#twoDSideMenu .sideMenu a     /* wszystkie odnośniki menu */
{
    display: block;
    padding: 8px 25px;
}
#twoDSideMenu .sideMenu ul {
	padding-left: 25px;
	padding-top: 2px;
	display: none;
}
#twoDSideMenu .selected ul, #twoDSideMenu li.selected ul li.selected ul {
	display: block;
}
#twoDSideMenu .sideMenu li.selected ul ul {
	display: none;
}
#twoDSideMenu .sideMenu a:hover, #twoDSideMenu .sideMenu a.selected    
{
	background: #cecece;
	border-left: 6px solid #d01915;
	padding-left: 19px;
	color: #2F2F2F;
	font-weight: bold;
}

#twoDSideMenu .sideMenu li.first a  /* first-child */
{

}

#twoDSideMenu .sideMenu li.last a   /* last-child */
{

}

#twoDSideMenu .sideMenu li.selected   /* element aktualny */
{

}

#twoDSideMenu .sideMenu li.selected a     /* odnośnik elementu aktualnego */
{

}

#twoDSideMenu .sideMenu li.selected ul    /* podmenu aktualnego elementu */
{
  display: block;
}

#twoDSideMenu .sideMenu li ul a  /* odnośnik w podmenu aktualnego elementu */
{
	background: url(/images/sidemenu_li.gif) center left no-repeat;
	border-left: none;
	padding-left: 15px;
	padding-bottom: 3px;
  padding-top: 3px;
}
#twoDSideMenu .sideMenu li ul a:hover, #twoDSideMenu .sideMenu li ul a.selected {
	color: #bd1b16;
	background: url(/images/sidemenu_li.gif) center left no-repeat;
	border-left: none;
	padding-left: 15px;
}
#twoDSideMenu .sideMenu .sideMenu3Level {
  padding-left: 0;
}
#twoDSideMenu .sideMenu .sideMenu3Level a, #twoDSideMenu .sideMenu .sideMenu2Level a  /* odnośnik w podmenu aktualnego elementu */
{
  background: none;
  border-left: none;
  padding-left: 15px;
  padding-bottom: 3px;
  padding-top: 3px;
}
#twoDSideMenu .sideMenu .sideMenu3Level a:hover, #twoDSideMenu .sideMenu .sideMenu3Level a.selected,
#twoDSideMenu .sideMenu .sideMenu2Level a:hover, #twoDSideMenu .sideMenu .sideMenu2Level a.selected {
	font-weight: bold;
	background: none;
}
#twoDSideMenu .sideMenu .sideMenu2Level a, #twoDSideMenu .sideMenu .sideMenu2Level a:hover, #twoDSideMenu .sideMenu .sideMenu2Level a.selected {
	padding-left: 0;
}
/* ==================== górne nawigacyjne */

#navigationTop
{
    top: 1px;
    right: 0;
    padding: 0 0 0 2em;
    margin: 0;
    min-height: 2.5em;
	  float: right;
	  font-size: 90%;
}

#navigationTop li
{
    line-height: 2.5em;
    list-style-type: none;
    float: left;
    background-position: 0;         /* dla ewentualnych obrazków przy elementach nawigacji */
    background-repeat: no-repeat;
}

#navigationTop li a
{
	border-left: 1px solid #c3c3c3;
	padding: 0 10px;
}
#navigationTop .navigation_start a {
	border-left: none;
}
#navigationTop li a:hover
{

}

/* ==================== górne zwykłe poziome */
#menuSimpleTop {
	clear: both;
	width: 100%;
	background: url(/images/menu_bottom.png) repeat-x bottom;
	padding-bottom: 8px;
}
#menuSimpleTop ul
{
  padding: 10px 0;
  margin: 0;
	margin-right: -12px;
}

#menuSimpleTop ul li
{
   list-style-type: none;
   display: inline;
   font-size: 110%;
	 padding-top: 5px;
	 background: url(/images/menu_between.png) center left no-repeat;
}

#menuSimpleTop ul li a
{
   display: block;
   float: left;
   padding: 6px 0;
	 text-align: center;
	 color: #fff;
	 border-bottom: 1px solid #fff;
	 border-left: 1px solid #7f7f7f;
	 background: #000 url(/images/menu_li2.png) repeat-x bottom;
}
#menuSimpleTop ul li.selected a, #menuSimpleTop ul li a:hover
{
	margin-top: -5px;
	padding-top: 11px;
	padding-bottom: 7px;
	border-bottom: none;
	background: #d61f19 url(/images/menu_li.png) repeat-x bottom;
}

#menuSimpleTop ul li a:hover
{

}

#menuSimpleTop ul li.first a
{
	border-left: none;
	padding-left: 1px;
}

#menuSimpleTop ul li.last a
{

}

/* ==================== górne poziome podmenu */

#submenuSimpleTop ul
{
    padding: 0 10px;
    margin: 0;
	font-size: 95%;
}

#submenuSimpleTop ul li
{
    list-style-type: none;
    float: left;    
}

#submenuSimpleTop ul li a
{
    display: block;
    float: left;
    padding: 0.3em 1em;
}

#submenuSimpleTop ul li.selected a
{
    
}

#submenuSimpleTop ul li a:hover
{

}

#submenuSimpleTop ul li.first a
{

}

#submenuSimpleTop ul li.last a
{

}

/* ==================== zwykłe menu w stopce */

#menuSimpleFooter
{
    padding: 9px 25px 0;
	margin: 0;
	font-size: 95%;
	background-color: #ededed;
	float: left;
}

#menuSimpleFooter li
{
    margin: 0;
    list-style-type: none;
    display: inline;
    padding: 0 0.2em;
}

#menuSimpleFooter li a
{
	border-left: 1px solid #d5d5d5;
	padding: 0 14px;
	color: #767676;
}

#menuSimpleFooter li a:hover
{
    color: #2f2f2f;
}

#menuSimpleFooter li.first a
{
	border-left: none;
}

#menuSimpleFooter li.last a
{

}

/* ==================== górne menu z podmenu rozwijanym w JS */

/* menu główne */
#menu2dhTop ul
{
    padding: 0 10px;
    margin: 0;
    line-height: 2.5em;
    min-height: 2.5em;
}

#menu2dhTop ul li
{
    list-style-type: none;
    margin: 0;
    padding: 0; 
    float: left;
    min-height: 2.5em;
}

#menu2dhTop ul li a
{
    font-weight: bold;
    display: block;
    min-height: 2.5em;
    padding: 0 0.8em;
}

#menu2dhTop ul li a:hover
{
	
}

#menu2dhTop ul li.selected a 
{
    
}

/* podmenu */
#menu2dhSub
{
    min-height: 2.5em;
}

#menu2dhSub ul
{
    padding: 0 10px 0 15px;
    margin: 0;
    font-size: 95%;
    line-height: 2.5em;
    min-height: 2.5em;
}

#menu2dhSub ul li
{
    list-style-type: none;
    margin: 0;
    padding: 0; 
    float: left;
    min-height: 2.5em;
}

#menu2dhSub ul li a
{
    display: block;
    min-height: 2.5em;
    padding: 0 1em;
}


/* css file: organization.css */

#rotatorData {
	height: 51px;
	padding: 16px 0;
}
#rotatorData div {
	display: inline;
	padding: 0 22px;
}
#orgList {
	padding: 25px;
	text-align: justify;
}
.organizationItem img {
	margin-right: 12px;
}
.organizationItem td {
	padding-top: 25px;
	vertical-align: top;
}
#orgList .first {
	padding-top: 0;
}
.organizationName {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 12px;
}
#orgazniationRotator .siteHead {
	font-size: 110%;
	line-height: 1em;
}
#rotatorData .outer {
	opacity: 0;
	filter: alpha(opacity=0);
	zoom: 1;
}


/* css file: press.css */

#pressNewest {
	background: #ececec;
	margin-bottom: 2px;
}
#pressNewest dl {
	padding: 25px;
}
#pressNewest dt {
	font-weight: bold;
	padding: 12px 0;
}
#pressNewest dt.first {
	padding-top: 0;
}
#pressNewest dd {
	border-bottom: 1px solid #fff;
	text-align: justify;
	padding-bottom: 12px;
}
#pressNewest dd.last {
	border-bottom: none;
	padding-bottom: 0;
}
#sectionData {
	background: #ededed;
	padding: 25px;
	text-align: justify;
}
#pressListDl {
	padding: 25px;
}
#pressListDl dt /* tytuł aktualności */
{
  font-size: 110%;
  font-weight: bold;
  padding-bottom: 12px;
  padding-top: 12px; 
}
#pressListDl dt.first {
	padding-bottom: 12px;
}
#pressListDl dt a
{
    
}

#pressListDl dt a:hover
{

}

#pressListDl dd {
  border-bottom: 1px solid #2F2F2F;
  text-align: justify;
  line-height: 1.8em;
}

#pressListDl dd img {
	float: left;
	margin-right: 1em;
	border: 1px solid #d0cecf;
  	padding: 2px;
}
#pressListDl dd.last {
  border-bottom-width: 0;
  margin-bottom: 0;
}
#pressInfo {
	text-align: justify;
}
#intro {
	padding-bottom: 12px;
}
#listDownload {
	padding: 25px;
}
#listDownload ul {
	margin: 0;
	padding: 0;
}
#listDownload li {
	margin: 0;
	padding: 12px 0;
	list-style: none;
	clear: both;
}
#listDownload li.first {
	padding-top: 0;
}
#listDownload li.last {
	padding-bottom: 0;
}
#listDownload .description {
	padding-bottom: 5px;
	text-align: justify;
}
#listDownload ul li a {
	color: #E44947;
}
#listDownload ul li a:hover {
	text-decoration: underline;
}
#listDownload li img {
	width: 32px;
	margin-right: 5px;
	float: left;
}
#mediaListDl {
	padding: 25px;
}
#mediaListDl dt {
  font-size: 110%;
  font-weight: bold;
  padding-bottom: 12px;
  padding-top: 12px;
}
#mediaListDl dt.first {
	padding-bottom: 12px;
}
#mediaListDl dd {
  border-bottom: 1px solid #2F2F2F;
  text-align: justify;
  line-height: 1.8em;
}
#mediaListDl dd img {
	float: left;
	margin-right: 1em;
	border: 1px solid #d0cecf;
  	padding: 2px;
}
#mediaListDl dd.last {
  border-bottom-width: 0;
  margin-bottom: 0;
} 

/* css file: products.css */

.product {
	padding-top: 12px;
	border-top: 1px solid #d9d9d9;
}
#categoryDesc .first {
	padding-top: 0;
	border-top: none;
}
#categoryDesc h4 {
	padding-bottom: 12px;
}
.product .more {
	background: url(/images/more2.png) no-repeat center right;
}
#news {
	padding: 25px;
	line-height: 1.6em;
}
#news h3 {
	padding-bottom: 12px;
}
#news div {
	text-align: justify;
}
#news .more {
	text-align: right;
}
#product_nav {
	clear: both;
	width: 100%;
	border-top: 1px solid #fff;
	background-color: #d9d9d9;
}
#product_nav .clearBoth {
	line-height: 0;
}
#product_nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	background: #d9d9d9;
}
#product_nav li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 25%;
	text-align: center;
}
#product_nav li a {
	display: block;
	color: #2F2F2F;
	padding: 8px 0;
	background: #d9d9d9;
	border-right: 1px solid #c1c1c1;
	line-height: 1em;
}
#product_nav li a.last {
	border-right: none;
}
#product_nav li a:hover, #product_nav li a.selected {
	font-weight: bold;
	color: #fff;
	background: #d61f19 url(/images/menu_li.png) repeat-x bottom;
	text-decoration: none;
}
#productDesc {
	margin: 25px;
	clear: both;
	background: url(/images/twoside.png) repeat-y 415px;
}
#productDesc.noTwoSide {
  background: none;
}
#offerDesc {
	padding: 25px;
}
#productDesc .left {
	float: left;
	width: 385px;
	padding-right: 25px;
	text-align: justify;
}
#offer .left {
	float: left;
	width: 459px;
	text-align: justify;
}
#category .left {
	float: left;
	width: 459px;
	text-align: justify;
}
#categoryDesc {
	padding: 25px;
}
#productDesc .left h3 {
	color: #c1443e;
}
#productDesc .right {
	float: right;
	width: 170px;
	padding-left: 25px;
}
#offer .right, #category .right {
	float: right;
	width: 195px;
}
#productDesc .right .row {
	clear: both;
}
#productFiles {
	padding-top: 32px;
	clear: both;
	border-top: 1px solid #d5d5d5;
}
#productFiles ul {
	margin: 0;
	padding: 0;
}
#productFiles li {
	list-style: none;
	clear: both;
	padding-bottom: 12px;
}
#productFiles li a:hover {
	color: #2F2F2F;
	text-decoration: underline;
	font-weight: bold;
}
#productFiles li img{
	width: 20px;
	float: left;
	margin-right:  12px;
}
#productDesc .right .label {
	float: left;
	padding-right: 12px;
	text-transform: lowercase;
}
#productDesc .right .value {
	float: left;
}
#productContact {
	padding-bottom: 20px;
}
#categoryClients {
	text-align: center;
	padding: 25px;
	background: #fff;
}
#categoryClients h2 {
	text-align: left;
}
#categoryClients img {
	padding-bottom: 12px;
}
#categoryReferences {
	padding: 25px;
}
#categoryReferences .more2 {
	float: right;
	background: url(/images/download.png) no-repeat center right;
}
#categoryReferences .more {
	float: right;
	padding-left: 20px;
}
.reference {
	text-align: justify;
	padding-top: 12px;
	margin-bottom: 12px;
	border-top: 1px solid #d9d9d9;
}
#categoryReferences .first {
	padding-top: 0;
	border-top: none;
}


/* css file: relations.css */

#fRaportDiv {
	padding: 25px;
}
#fRaportDiv .centerHead {
	text-transform: uppercase;
	font-size: 110%;
	border-top: 1px solid #d9d9d9;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 12px;
}
#fRaportDiv h3 {
	padding-bottom: 7px;
}
#fRaportDiv .first, #financialIndex .first {
	padding-top: 0;
	border: none;
	margin-top: 0;
}
#fRaportDiv .item, #prospectusIssue .item, #raport .item {
	margin-left: 30px;
	padding-left: 25px;
	background: url(/images/download.png) center left no-repeat;
}
#fRaportDiv .item a, #prospectusIssue .item {
	line-height: 2.5em;
	display: block;
	color: #2f2f2f;
}
#fRaportDiv .item a:hover, #prospectusIssue .item:hover {
	text-decoration: none;
	color: #9f1512;
}
#calendarium table {
	margin: 25px;
}
#financialInfo table {
	margin-top: 12px;
}
#financialIndex .centerHead {
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #d9d9d9;
	margin-top: 12px;
}
#financialIndex .first {
	padding-top: 20px;
	border-top: none;
	margin-top: 0;
}
#calendarium th, #financialInfo th, #financialIndex th {
	background:#A8A8A8 url(/images/h2_bg.png) repeat-x scroll center top;
	color: #fff;
	padding: 5px;
	border: 1px solid #d9d9d9;
}
#calendarium td, #financialInfo td, #financialIndex td {
	vertical-align: top;
	text-align: justify;
	padding: 5px;
	border: 1px solid #fff;
}
#calendarium tr.even, #financialInfo tr.even, #financialIndex tr.even {
	background-color: #d9d9d9;
}
#currentRaports ul {
	padding: 25px;
	margin: 0;
}
#currentRaports li {
	list-style: none;
	padding-left: 15px;
	text-align: justify;
	padding-bottom: 30px;
}
#currentRaports li h2 {
	background: url(/images/sidemenu_li.gif) center left no-repeat;
	padding-left: 15px;
	margin-left: -15px;
	padding-bottom: 0;
}
.creationDate {
	float: left;
}
#currentRaports li .more {
	float: right;
	margin: 0;
}
#raport .inside, #stock .inside, #shareholdList .inside, #sharehold .inside, #stockHistory .inside, #financialInfo .inside, #financialIndex .inside, #prospectusIssue .inside {
	padding: 25px;
}
#graph {
	padding: 25px;
	background-color: #fff;
}
#stock .inside img {
	margin-right: 12px;
}
#raport .label, .creationDate .label {
	font-weight: bold;
}
#shareholdList .inside ul {
	padding: 0;
	padding-top: 12px;
	margin: 0;
}
#stockHistory .inside ul {
	padding: 0;
	padding-bottom: 12px;
	margin: 0;
}
#shareholdList .inside li, #stockHistory .inside li {
	list-style: none;
	background: url(/images/sidemenu_li.gif) center left no-repeat;
	padding-left: 25px;
	margin-left: 30px;
}
#stockHistory .inside li {
	background: url(/images/download.png) center left no-repeat;
}
#shareholdList .inside li, #stockHistory .inside li {
	line-height: 2.5em;
	display: block;
}
#stockHistory .inside h3 {
	border-top: 1px solid #d9d9d9;
	padding-top: 12px;
	padding-bottom: 12px;
}
#stockHistory .inside h3.first {
	padding-top: 0;
	border: none;
}

/* css file: sitemap.css */

/* ==================== podstawowy sitemap */

.sitemap
{
    padding: 25px;
}

.sitemapBox,
.sitemapMain
{
    padding: 1px 0 1px 15px;
    margin: 0;
    border-left: 1px solid #f00;    /* prowadnica */
    font-weight: normal;
}

.sitemapMain /* lista elementów pierwszego poziomu */
{
    border-left-width: 0;
    font-weight: bold;
}

.sitemapBox li,
.sitemapMain li
{
    padding: 1px 0;
    list-style-type: none;
}

.sitemapBox li a,
.sitemapMain li a
{
    padding: 5px 1px 5px 16px;
	display: block;
	background: url(/images/more.png) no-repeat center left;
}
.sitemapMain li li a {
	background: url(/images/more3.png) no-repeat center left;
}
.sitemapMain li li li a {
	background: url(/images/more2.png) no-repeat center left;
}
.sitemapBox li a:hover,
.sitemapMain li a:hover
{

}

/* css file: training.css */

#training {
	
}
#trainingDesc {
	padding: 25px;
}
#trainingReg {
	padding: 25px;
}
#trainingReg .row {
	
}
#trainingReg .label {
	width: 120px;
}
#trainingReg input {
	width: 205px;
	border: 1px solid #dddddd;
	padding: 2px 5px;
}
#trainingReg textarea {
	width: 350px;
	height: 100px;
	border: 1px solid #dddddd;
	padding: 2px;
}
#trainingReg .submitBtn input {
  text-transform: lowercase;
  padding-right: 16px;
  background: none;
  border: none;
  width: auto;
  color: #2F2F2F;
}
#trainingReg .submitBtn input:hover, #trainingReg .submitBtn input:focus {
	color: #E44947;
}
#trainings {
	
}
#trainingsDesc {
	padding: 25px;
}
.event {
	clear: both;
}
.same {
	padding-bottom: 18px;
}
.event div {
	float: left;
	padding-left: 12px;
}
