@charset "utf-8";
/**
 * Author: GoldenSubmarine
 * Compatibility: IE6, IE7, IE8, Fx2, Fx3, O9x, SWin
 */

/* Reset:
 * ___________________________________________________________________________
 */ 
a:link,
a
{
  color: #003d7e;
  text-decoration: none;
}

a:visited
{
}

a:hover
{
  text-decoration: underline;
}

a:active
{
}

:focus 
{
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}

html
{
  color: #000;
	font: normal 62.5%/1.7em Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body
{
  background: url(../img/bg-head-page.jpg) repeat-x left top;
}
body.home
{
  background: url(../img/bg-head.jpg) repeat-x left top;
}
ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
/*	content: none;*/ /* Opera zglasza blad */
}

ins
{
	text-decoration: underline;
}

del
{
	text-decoration: line-through;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* Structural labels for accessibility */
.Accessibility
{
	left: -9999px;
	overflow: hidden;
	position: absolute;	
	width: 100px;
}

a .entity
{
  color: #a5a5a5;
  display: inline;
}

/* Layout:
 * ___________________________________________________________________________
 */
#Header,
#Content,
#FooterContent,
#flash_cont,
#BreadContent
{
  margin: 0 auto;
}

#Content,
#BreadContent
{
  width: 970px;
}

#flash_cont
{
  height: 220px;
  position: absolute;
  top: 83px;
  left: 0px;
  width: 100%;
  z-index: 100;
}

body.home #flash_cont
{
  height: 300px;
}

/* BreadCrumbs:
 * ___________________________________________________________________________
 */
#BreadCrumbs
{
  background: #f5f5f5;
  font-size: 11px;
  height: 36px;
  padding-top: 220px;
}

body.home #BreadCrumbs
{
  padding-top: 300px;
}


#BreadCrumbs #BreadContent
{
  padding-top: 10px;
}

#BreadCrumbs #BreadContent ul
{
  float: left;
}

#BreadCrumbs #BreadContent #BreadIcons
{
  float: right;
  padding-right: 20px;
}

#BreadCrumbs #BreadContent #BreadIcons .back
{
  background: url(../img/icon-back.jpg) no-repeat left 4px;
  padding-left: 12px;
  margin-right: 10px;
}

#BreadCrumbs #BreadContent #BreadIcons .print
{
  background: url(../img/icon-print.jpg) no-repeat left top;
  padding-left: 17px;
}

#BreadCrumbs #BreadContent ul li
{
  display: inline; 
  padding: 0 6px 0 0;
}

#BreadCrumbs #BreadContent ul li a
{
  background: url(../img/bread-bullet.jpg) no-repeat left 5px;
  padding-left: 10px;
}

#BreadCrumbs #BreadContent ul li.Last a
{
  color: #4B97E8;
  font-weight: bold;
}

/* Header:
 * ___________________________________________________________________________
 */
#Header
{
  padding: 20px 15px 0;
  height: 63px;
  width: 940px;
}

#Header h1
{
  float: left;
}

#Header #RightHead
{
  float: right;
  padding: 15px 15px;
  width: 420px;
}

#Header .Home
{
  color: #b4b4b4;
  float: right;
  padding-top:3px;
  padding-bottom:5px;
  background: url(../img/bg-top-pasek.gif) no-repeat right center;
  padding-right: 10px;
  margin-right: 5px
}

#Header .Home a
{
  background: url(../img/home.jpg) no-repeat left center;
  display: block;
  float: left;
  height: 11px;
  margin-top: 3px;
  text-indent: -9999px;
  width: 55px;
}

#Header .Home a:hover
{
  background-position: -55px 0;
}

#Header .Home span
{
  padding-left: 23px;
  float: left;
}

#Header #RightHead #LangMenu
{
  float: right;
  margin-top:5px;
}

#Header #RightHead #LangMenu li
{
  float: left;
  padding: 0 5px;
}

#Header #RightHead #LangMenu li a
{
  background: no-repeat left center;
  display: block;
  height: 12px;
  text-indent: -9999px;
  width: 19px;
}

#Header #RightHead #LangMenu li.pl a
{
  background-image: url(../img/pl.jpg);
}

#Header #RightHead #LangMenu li.en a
{
  background-image: url(../img/en.jpg);
}

#Header #RightHead #LangMenu li.fr a
{
  background-image: url(../img/fr.jpg);
}


#Header #RightHead #Newsletter, #Header #RightHead #Newsletter2
{
  float: right;
  background: url(../img/bg-top-pasek.gif) no-repeat left 6px;
  padding-left: 10px;
  margin-left: 5px;
}
#Header #RightHead #LangMenu li.pl a:hover,
#Header #RightHead #LangMenu li.pl a.Active,
#Header #RightHead #LangMenu li.en a:hover,
#Header #RightHead #LangMenu li.en a.Active,
#Header #RightHead #LangMenu li.fr a:hover,
#Header #RightHead #LangMenu li.fr a.Active
{
  background-position: -19px 0;
}

/* Content:
 * ___________________________________________________________________________
 */
#Content
{
  font-size: 1.2em;
  overflow: hidden;
}

body.home #Content
{
  padding-top: 300px;
}

#Content #Main
{
  background: url(../img/bg-menu.jpg) repeat-y right top;
  float: left;
  padding-right: 0px;
  width: 770px;
}

#Content #Main.cs-menu
{
	padding-right: 20px;
	width: 950px;
	background: none;
}

#Content #Main.cs-menu .AboutContent
{
	width: 710px;
}

#Content #Main.MainCS
{
  background: none;
  padding-right: 10px;
  width: 960px;
}

#Content h2
{
  padding-bottom: 18px;
}

#Content a.More
{
  font-size: 10px;
  font-weight: bold;
}

#Content .NewsContent,
#Content .About,
#Content .Menu,
#Content .SubMenu,
#Content .AboutContent
{
  float: left;
  padding: 40px 10px 10px 10px;
}

#Content .NewsContent
{
  padding-right: 40px;
  width: 306px;
}

#Content .NewsContent .News
{
  border-top: 1px solid #e8e8e8;
  padding: 5px 0;
}

#Content .NewsContent .News .entity
{
  color: #a5a5a5;
}

#Content .NewsContent .News p,
#Content .About p
{
  padding-bottom: 5px;
  text-align:justify;
}

#Content .NewsContent .News.First
{
  border-top: 0;
  padding-top: 0;
}

#Content .About
{
  width: 342px;
}

/* Content -> Menu:
 * ___________________________________________________________________________
 */

#Content .Menu
{
  /*padding-left: 30px;*/
  padding-left: 0;
  min-height: 400px;
  width: 180px;
}

* html #Content .Menu
{
  height: 400px;
}

#Content .Menu li a, #Content .Menu li span
{
  background: no-repeat left top;
  display: block;
  text-indent: -9999px;
  width: 182px;
  height: 60px;
}

#Content .Menu li.Rozwiazania a, #Content .Menu li.Rozwiazania span
{
  background-image: url(../img/button-rozwiazania.jpg);
}

#Content .Menu li.CentrumSerwisowe a
{
  background-image: url(../img/button-centrum_serwisowe.jpg);
}

#Content .Menu li.CentrumEdukacyjne a
{
  background-image: url(../img/button-centrum_edukacyjne.jpg);
}

#Content .Menu li.Relacje a
{
  background-image: url(../img/button-relacje.jpg);
}

#Content .Menu li.Rozwiazania a:hover,
#Content .Menu li.CentrumSerwisowe a:hover,
#Content .Menu li.CentrumEdukacyjne a:hover,
#Content .Menu li.Relacje a:hover
{
  background-position: -186px 0;
}

#Content .Menu .Currency
{
  font-size: 11px;
  padding: 30px 0  0 20px;
  text-align: center;
}

#Content .Menu .Currency .Date
{
  display: block;
  padding-bottom: 10px;
  font-weight: bold;
}

#Content .Menu .Currency table td
{
  color: #5f5f5f;
  text-align: right;
  width: 60px;
}

#Content .Menu .Currency table
{
  display: block;
}

#Content .Menu .Currency table .plus
{
  color: #4abd4f;
}

#Content .Menu .Currency table .minus
{
  color: #e23f06;
  padding-right: 2px;
}

#Content #MainAdds
{
  clear: both;
  float: left;
  padding: 25px 5px 30px 5px;
  width: 715px;
}

#Content #MainAdds .LeftBanners
{
  float: left;
  width: 355px;
}

#Content #MainAdds .RightBanners
{
  float: left;
  width: 355px;
}


.Menu .RightColumnBanners IMG
{
  margin-top: 20px;
}


#Content #MainAdds #Newsletter, #Content #MainAdds #Newsletter2
{
  background: url(../img/bg-newsletter.jpg) no-repeat left center;
  float: right;
  padding: 10px 20px;
  height: 62px;
  width: 302px;
}

/* Content -> Newsletter:
 * ___________________________________________________________________________
 */
#Content #Newsletter h2, #Content #Newsletter2 h2
{
  padding: 7px 0 14px;
}

#Newsletter .e-mail, #Newsletter2 .e-mail
{
  background: url(../img/bg-textfield.jpg) no-repeat left center;
  border: 0;
  color: #5f5f5f;
  float: left;
  font-size: 10px;
  height: 16px;
  width: 204px;
  vertical-align: 5px;
  padding: 3px;
}

#Content .send, #Newsletter .send, #Newsletter2 .send
{
  display: none;
  background: url(../img/bg-input.jpg) no-repeat left center;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
  height: 20px;
  width: 65px;
}

 a.submit
{
  color: #FFF;
  cursor: pointer;
  background: url(../img/bg-submit.jpg) repeat-x left center;
  height: 25px;
  float: left;
  font-size: 10px;
  margin: 1px 0 0 6px;
}

 a.submit:hover
{
  background: url(../img/bg-submit-h.jpg) repeat-x left center;
}

 a.submit span
{
  float: left;
  padding: 2px 0;
}

a.submit span.left
{
  background: url(../img/bg-left-submit.jpg) no-repeat left center;
  height: 21px;
  width: 10px;
}

a.submit:hover span.left
{
  background: url(../img/bg-left-submit-h.jpg) no-repeat left center;
}

a.submit span.right
{
  background: url(../img/bg-right-submit.jpg) no-repeat right center;
  height: 21px;
  width: 15px;
}

a.submit:hover span.right
{
  background: url(../img/bg-right-submit-h.jpg) no-repeat right center;
}

*:first-child + html #Content #Newsletter .send, *:first-child + html #Content #Newsletter2 .send
{
  vertical-align: 8px;
}

* html #Content #Newsletter .send, * html #Content #Newsletter2 .send
{
  vertical-align: 8px;
}

/* O Firmie:
 * ___________________________________________________________________________
 */
#Content #Main .SubMenu
{
  padding-left: 0;
  width: 180px;
}

#Content #Main .SubMenu li.First a
{
 border-top: 1px solid #e8e8e8;
} 

#Content #Main .SubMenu li a
{
  border-bottom: 1px solid #e8e8e8;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 0;
}

#Content #Main .SubMenu li.Active a
{
 background: url(../img/submenu-bullet.jpg) no-repeat right center;
 color: #4b97e8;
 padding-right: 10px;
} 

#Content #Main .AboutContent
{
  background: url(../img/bg-submenu.jpg) repeat-y left top;
  color: #000;
  padding-left: 40px;
  min-height: 400px;
  width: 475px;
}


* html #Content #Main .AboutContent
{
  height: 480px;
}

#Content #Main .AboutContent h2
{
  padding-bottom: 5px;
}

#Content #Main .AboutContent h3,
#Content #Main .AboutContent h4
{
  padding-bottom: 18px;
}

#Content #Main .AboutContent ul
{
  padding-bottom: 20px;
}

#Content #Main .AboutContent li
{
  background: url(../img/bullet-list.jpg) no-repeat left 6px;
  line-height: 18px;
  padding-left: 10px;
  list-style-position: outside;
  height: 1%;
}

/* * html #Content #Main .AboutContent li
{
  background: url(../img/bullet-list.jpg) no-repeat left 6px;
  display: inline;
  list-style-position: outside;
}

*:first-child + html #Main .AboutContent li
{
  background: url(../img/bullet-list.jpg) no-repeat left top;
  display: inline;
  list-style-position: outside;
} */

#Content #Main .AboutContent li div .ramkaPrawa
{
  float: right;
}

#Content #Main .AboutContent li div .ramkaLewa
{
  float: left;
}



.tabela
{
  width: 100%;
}

.tabela td
{
  background: #e6e6e6;
  border: 1px solid #FFF;
  text-align: left;
  padding: 10px;
  line-height: 15px;
}
.OneRows, .TwoRows, .ThreeRows
{
  padding: 10px;
  text-align: left;
  border: none;
  color: #5F5F5F;
  font-weight: bold;
}
.tabela th.OneRows, .tabela td.OneRows
{
  background: url(../img/bg-authorities-th.jpg) repeat-x left top;
}

.AboutContent .tabela th.TwoRows, .AboutContent .tabela td.TwoRows
{
  background: url(../img/bg-authorities-th2.jpg) repeat-x left top;
}

.AboutContent .tabela th.ThreeRows, .AboutContent .tabela td.ThreeRows
{
  background: url(../img/bg-authorities-th3.jpg) repeat-x left top;
}

/* Relacje inwestorskie:
 * ___________________________________________________________________________
 */
#Content #LeftCol,
#Content #RightCol
{
  width: 445px;
  padding: 0 20px 30px 20px;
}

* html #Content #LeftCol,
* html #Content #RightCol
{
  width: 445px;
  padding: 0 10px 30px 10px;
}


#Content #LeftCol
{
  float: left;
}

#Content #RightCol
{
  float: right;
}

#Content #LeftCol td.First,
#Content #LeftCol td.Last
{
  padding: 0;
}

#Content #LeftCol td.First
{
  background: url(../img/bg-table-top.jpg) no-repeat center top;
  height: 7px;
}

#Content #LeftCol td.Last
{
  background: url(../img/bg-table-bottom.jpg) no-repeat center bottom;
  height: 7px;
}

#Content #LeftCol table
{
  background: url(../img/bg-table-mid.jpg) repeat-y center top;
  text-align: center;
  font-size: 11px;
  width: 455px;
}

#Content #LeftCol table th
{
  padding: 0 0 10px;
  font-weight: normal;
  vertical-align: middle;
}

#Content #LeftCol table td
{
  padding: 5px 10px;
  margin: 0 10px;
}

#Content #LeftCol table tr
{
  width: 444px;
}

#Content #LeftCol table tr.kolor td
{
  background: #e6e6e6;
}

#Content #LeftCol .RelationsContent h3,
#Content #RightCol h3
{
  padding: 30px 0 20px;
}

#Content .Reports li
{
  line-height: 16px;
  padding-bottom: 20px;
  list-style-position: outside;
}

#Content .Reports span
{
  display: block;
}

#Content .Reports a span.entity
{
  display: inline;
}

#Content .Reports .Description
{
  color: #000;
  font-weight: bold;
}



/* O Firmie:
 * ___________________________________________________________________________
 */
#Content #Main .SubMenu
{
  padding-left: 0;
  width: 180px;
}

#Content #Main .SubMenu li.First a
{
 border-top: 1px solid #e8e8e8;
} 

#Content #Main .SubMenu li a
{
  border-bottom: 1px solid #e8e8e8;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 0;
}

#Content #Main .SubMenu li.Active a
{
 background: url(../img/submenu-bullet.jpg) no-repeat right center;
 color: #4b97e8;
}

#Content #Main .AboutContent.SubMenuOff
{
  background: none;
  padding-left: 10px;
  width: 715px;
}

#Content #Main.MainCS .SubMenuOff
{
  width: 950px;
}

* html #Content #Main .AboutContent
{
  height: 480px;
}

#Content #Main .AboutContent h2
{
  padding-bottom: 5px;
}

#Content #Main .AboutContent h3,
#Content #Main .AboutContent h4
{
  padding-bottom: 18px;
}
#Content #Main .AboutContent li
{
  background: url(../img/bullet-list.jpg) no-repeat left 8px;
  line-height: 18px;
  padding-left: 10px;
}

#Content #Main .AboutContent a.top
{
  background: url(../img/icon-up.jpg) no-repeat left 4px;
  clear: both;
  float: left;
  margin-top: 25px;
  padding-left: 13px;
  white-space: nowrap;
  font-size: 11px;
  padding-bottom: 15px;
}

#Content #Main .AboutContent .Authorities
{
  width: 450px;
}

#Content #Main .AboutContent .Authorities td
{
  background: #e6e6e6;
  border: 1px solid #FFF;
  text-align: left;
  padding: 10px;
}

#Content #Main .AboutContent .Authorities th
{
  background: url(../img/bg-authorities-th.jpg) repeat-x left top;
  padding: 10px;
  text-align: left;
}

#Content #Main .AboutContent .Authorities th.TwoRows
{
  background: url(../img/bg-authorities-th2.jpg) repeat-x left top;
}

#Content #Main .AboutContent .Authorities th.ThreeRows
{
  background: url(../img/bg-authorities-th3.jpg) repeat-x left top;
}

/* Relacje inwestorskie:
 * ___________________________________________________________________________
 */
#Content #LeftCol,
#Content #RightCol
{
  width: 445px;
  padding: 0 20px 30px 20px;
}

* html #Content #LeftCol,
* html #Content #RightCol
{
  width: 445px;
  padding: 0 10px 30px 10px;
}


#Content #LeftCol
{
  float: left;
}

#Content #RightCol
{
  float: right;
}

#Content #LeftCol td.First,
#Content #LeftCol td.Last
{
  padding: 0;
}

#Content #LeftCol td.First
{
  background: url(../img/bg-table-top.jpg) no-repeat center top;
  height: 7px;
}

#Content #LeftCol td.Last
{
  background: url(../img/bg-table-bottom.jpg) no-repeat center bottom;
  height: 7px;
}

#Content #LeftCol table
{
  background: url(../img/bg-table-mid.jpg) repeat-y center top;
  text-align: center;
  font-size: 11px;
  width: 455px;
}

#Content #LeftCol table th
{
  padding: 0 0 10px;
  font-weight: normal;
  vertical-align: middle;
}

#Content #LeftCol table td
{
  padding: 5px 10px;
  margin: 0 10px;
}

#Content #LeftCol table tr
{
  width: 444px;
}

#Content #LeftCol table tr.kolor td
{
  background: #e6e6e6;
}

#Content #LeftCol .RelationsContent h3,
#Content #RightCol h3
{
  padding: 30px 0 20px;
}

#Content .Reports li
{
  line-height: 16px;
  padding-bottom: 20px;
  list-style-position: outside;
}

#Content .Reports span
{
  display: block;
}

#Content .Reports a span.entity
{
  display: inline;
}

#Content .Reports .ReportLinks li
{
  background: url(../img/li-bullet.jpg) left 6px no-repeat;
  clear: both;
  padding: 0 0 0 15px;
  display: block;
  position: relative;
}

/* Referencje:
 * ___________________________________________________________________________
 */
table.referencje th 
{
  margin: 0 0 10px 10px;
  padding: 0 10px 10px 0;
  vertical-align: top;
  width: 136px;
}

table.referencje th table td 
{
  background: url(../img/tlo_referencje_logo.jpg) repeat-x left top;
  height: 72px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width:136px;
  color: #003D7E;
}

table.referencje td 
{
  padding: 0 0 10px;
  vertical-align: top;
}

table.referencje td p, table.referencje td div
{
  line-height: 17px;
  color: #000;
}

table.referencje .korpo
{
  font-weight: bold;
}

/* Lista klientów:
 * ___________________________________________________________________________
 */
.ClientLeft,
.ClientRight
{
  width: 230px;
}

.ClientLeft
{
  float: left;
}

.ClientRight
{
  float: right;
}

#Content #Main .AboutContent .ClientLeft h4,
#Content #Main .AboutContent .ClientRight h4
{
  padding-bottom: 0;
}

.dzial_klientow
{
  float: left;
  width: 230px;
}

/* Kontakt
 * ___________________________________________________________________________
 */
#Content #Main .ContactBox.First h3
{
  background: url(../img/line-kontakt.jpg) no-repeat left top;
  padding: 30px 0 15px;
}

* html #Content #Main .ContactBox.First h3
{
  padding-top: 30px;
}

#Content #Main .ContactBox h3
{
  padding: 0 0 15px;
}

#Content #Main .ContactBox
{
  padding: 30px 0;
  background: url(../img/line-kontakt.jpg) no-repeat left bottom;
}

/* Konferencje
 * ___________________________________________________________________________
 */
.ConfBox
{
  float: left;
  line-height: 18px;
  padding-bottom: 15px;
  width: 450px;
}

.ConfBoxPromo
{
  width: 710px;
}
.ConfBox img
{
  border: 1px solid #4b97e8;
  float: left;
  margin-top: 5px;
}

.ConfBox .ConfContent
{
  float: right;
  width: 310px;
}


.ConfBoxPromo .ConfContent
{
  float: right;
  width: 570px;
}
.ConfBox .Date, .NewsBox .Date
{
  color: #4b97e8;
}

.ConfIntro
{
  color: #000;
  font-weight: bold;
  padding-bottom: 8px;
}
.ConfBox .ConfContentNoFoto 
{
	width: 450px;
}
.ConfBoxPromo .ConfContentNoFoto 
{
	width: 715px;
}
.ConfBox .ConfContent .More, .NewsBox .More
{
  float: right;
}

.Paginator
{
  color: #4b97e8;
  font-size: 11px;
  text-align: center;
  list-style: none;  
}

.Paginator .CurrentPage span
{
  color: #5f5f5f;
}

#Content #Main .AboutContent .Paginator li
{
  background: none;
  padding: 2px;
  display: inline; 
}

.Paginator a,
.Paginator span
{
  font-size: 11px;
  color: #4b97e8;
}

.Paginator .CurrentPage span {
	color:#5F5F5F;
}

/* Footer
 * ___________________________________________________________________________
 */
#Footer
{
  color: #FFF;
  clear: both;
  background: #003d7e;
  height: 70px;
}

#FooterContent
{
  width: 950px;
}

#Footer #FooterContent .FooterNav
{
  float: left;
   padding: 25px 10px;
}

#Footer #FooterContent li
{
  display: inline;
  padding-right: 26px;
}

#Footer #FooterContent li a,
#Footer #FooterContent .Company,
#Footer #FooterContent .Company a
{
  color: #FFF;
  font-size: 12px;
}

#Footer #FooterContent .Company
{
  padding: 9px 0;
  float: right;
}

#Footer #FooterContent .Company img
{
  vertical-align: middle;
  padding-left: 18px;
}


.bannery {float: left}
.wyroznienie, .korpo, .czarny, .serwis, .edukacja, .inwestor, b, strong {color: #000; font-weight: bold}
.ramkaPrawa img, img.ramkaPrawa {margin: 10px 0px 10px 10px; float: right; border: 1px solid #4B97E8}
.ramkaLewa img, img.ramkaLewa {margin: 10px 10px 10px 0px; border: 1px solid #4B97E8}
div.r1 {margin: 25px 0px 0px 0px}
div.r2 {margin: 5px 0px 10px 0px}
td.b3 {vertical-align: top; font-weight: bold; width: 150px; color: rgb(95,95,95);}

a.submit1{  color: #FFF;  cursor: pointer;  background: url(../img/bg-submit.jpg) repeat-x left center;  height: 25px;  float: left;  font-size: 10px;  margin: 1px 0 0 6px; }
a.submit1:hover {  background: url(../img/bg-submit-h.jpg) repeat-x left center; }
td.inp0 {width: 687px; height: 3px;  background: url(../img/inp0.gif); background-repeat: no-repeat; }
td.spacer {height: 20px;}
td.w20 {height: 30px;}
td.r4 {text-align: right;}
div.inputdl { background: url(../img/inp1.gif); width: 414px; height: 22px;}
div.inputd2 { background: url(../img/inp2.gif); width: 414px; height: 134px;}

div.inputdl input { background: none; width: 400px; height: 20px; border: 0px; padding-top: 2px; padding-left: 2px; color: #555555;}
div.inputd2 textarea { background: none; width: 408px; height: 125px; border: 0px; padding-top: 2px; padding-left: 2px; color: #555555; font-family: Verdana; font-size: 12px;}
#Newsletter .szukaj, #Newsletter2 .szukaj {
	width: 144px;
	background: url(../img/bg-textfield-search.jpg) no-repeat;
}


 

/* Kalendarium
 * ___________________________________________________________________________
 */
div.kalendarz_big 
{
  background: url(../img/line-long.jpg) no-repeat center bottom;
  float: left;
  margin-bottom: 10px;
  width: 920px;
}

div.kalendarz_big div.ki_box
{
  float: left;
  margin-bottom: 25px;
  position: relative;
  width: 460px;
}

div.kalendarz_big div.ki_box div.ki_nazwa
{
  background: url(../img/bg-calendar-top.jpg) no-repeat left top;
  height: 42px;
  margin-bottom: 11px;
  padding-top: 10px;
  text-align: center;
  width: 454px;
}

div.kalendarz_big div.ki_box div.top
{
  left: 0px !important;
  left: 1px;
  position: absolute;
  top: 55px;
  width: 454px;
}

div.kalendarz_big div.ki_box div.top div.left
{
  background: transparent url(../img/ki_tlo_tl.png) no-repeat left top;
  float: left;
  font-size: 1px;
  height: 8px;
  width: 8px;
}

div.kalendarz_big div.ki_box div.top div.center
{
  background: transparent url(../img/ki_tlo_tc.gif) repeat-x left top;
  float: left;
  font-size: 1px;
  height: 8px;
  width: 438px;
}

div.kalendarz_big div.ki_box div.top div.right
{
  background: transparent url(../img/ki_tlo_tr.png) no-repeat left top;
  float: left;
  font-size: 1px;
  height: 8px;
  width: 8px;
}

div.tabelka_big
{
  background: #FFFFFF url(../img/bg-calendar-big.gif) repeat-y center top;
  padding: 3px 10px;
  position: relative;
  text-align: center;
  width: 435px;
}

table.miesiac_duzy th
{
  background: #e6e6e6;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  color: #4b97e8;
  font-size: 12px;
  height: 28px;
  padding: 0;
  text-align: center;
  width: 60px;
}

table.miesiac_duzy td, 
table.miesiac_duzy th
{
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  height: 30px;
  padding: 0;
  text-align: center;
  width: 63px;
  vertical-align: middle;
}

table.miesiac_duzy td
{
 background: #f2f2f2; 
}

table.miesiac_duzy td.b
{
  background: #FFF;
}

div.kalendarz_big div.ki_box div.ki_bottom
{
  bottom: -5px;
  left: 0px !important;
  left: 1px;
  position: absolute;
  width: 454px;
}

div.kalendarz_big div.ki_box div.ki_bottom div.left
{
  background: url(../img/ki_tlo_bl.png) no-repeat left top;
  float: left;
  font-size: 1px;
  height: 8px;
  width: 8px;
}

div.kalendarz_big div.ki_box div.ki_bottom div.center
{
  background: transparent url(../img/ki_tlo_bc.gif) repeat scroll 0 0;
  float: left;
  font-size: 1px;
  height: 8px;
  width: 438px;
}

div.kalendarz_big div.ki_box div.ki_bottom div.right
{
  background: transparent url(../img/ki_tlo_br.png) no-repeat left top;
  float: left;
  font-size: 1px;
  height: 8px;
  width: 8px;
}

div.kalendarz_big div.ki_box_right 
{
  float:right;
}

div.tabelki_min
{
  margin: 0px;
  width: 960px;
}

div.tabelki_min div.tabelka_min
{
  float: left;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 7px 0 0px 0px;
  position: relative;
  width: 146px;
  height: 190px;
}

div.tabelki_min div.tabelka_min div.top
{
  float: left;
  left: 0;
  position: absolute;
  top: 0;
  width: 146px;
}

div.tabelki_min div.tabelka_min div.top div.left
{
  background: transparent url(../img/ki_tlo_min_tl.png) no-repeat scroll 0 0;
  float: left;
  font-size: 1px;
  height: 8px;
  width: 9px;
}

div.tabelki_min div.tabelka_min div.top div.center
{
  background: transparent url(../img/ki_tlo_min_tc.gif) no-repeat left top;
  float: left;
  font-size: 1px;
  height: 8px;
  width: 128px;
}

div.tabelki_min div.tabelka_min div.top div.right
{
  background: transparent url(../img/ki_tlo_min_tr.png) no-repeat scroll 0 0;
  float: left;
  font-size: 1px;
  height: 8px;
  width: 9px;
}

div.tabelki_min div.tabelka_min div.ki_bottom
{
  bottom: 0;
  float: left;
  left: 0;
  position: absolute;
  width: 146px;
}

div.tabelki_min div.tabelka_min div.ki_bottom div.left
{
  background: transparent url(../img/ki_tlo_min_bl.png) no-repeat scroll 0 0;
  float: left;
  font-size: 1px;
  height: 8px;
  width: 9px;
}

div.tabelki_min div.tabelka_min div.ki_bottom div.center
{
  background: transparent url(../img/ki_tlo_min_bc.gif) no-repeat left bottom;
  float: left;
  font-size: 1px;
  height: 8px;
  width: 128px;
}

div.tabelki_min div.tabelka_min div.ki_bottom div.right
{
  background: transparent url(../img/ki_tlo_min_br.png) no-repeat scroll 0 0;
  float: left;
  font-size: 1px;
  height: 8px;
  width: 9px;
}

div.ki_min_table
{
  background: transparent url(../img/ki_tlo_min_m.gif) repeat-y scroll 0 0;
  height: 190px;
  padding-left: 5px;
  font-size: 11px;
  width: 146px;
}

.ki_min_table table
{
  width: 135px;
}

#Content div.ki_min_table h2
{
  color: #808080;
  font-size: 10px;
  margin: 0 0 4px;
  padding: 0;
  text-align: center;
}

table.miesiac_maly thead th
{
  background: #e6e6e6;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  color: #4b97e8;
  font-size: 11px;
  padding: 0;
  text-align: center;
  width: 21px;
}

table.miesiac_maly th
{
  background: #C5C5C5;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: normal;
  vertical-align: middle;
}

table.miesiac_maly th a
{
  color: #000;
}

table.miesiac_maly td, 
table.miesiac_maly th
{
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  height: 18px;
  padding: 2px 0;
  text-align: center;
  width: 17px;
  vertical-align: middle;
}

table.miesiac_maly td
{
  background: #f5f5f5;
}

table.miesiac_duzy th a
{
  color: #000;
  font-weight: bold;
  display: block;
  height: 22px;
  padding-top: 8px;
  width: 63px;
}

table.miesiac_maly td.b 
{
  background:#FFFFFF;
}


table.miesiac_duzy th a:hover,
table.miesiac_duzy th a.active
{
  background: url(../img/ki-td-active.gif) no-repeat left top;
}

.tooltip
{
  display: none;
}

#overlay
{
  background-color: #000000;
  display: none;
  height: 500px;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 90;
}

#Calendar
{
  margin: 40px auto;
  width: 930px;
  overflow: hidden;
}


div.spacerek
{
  background: url(../img/line-long.jpg) no-repeat;
  margin-top: 10px;
  width: 920px;
  height: 10px;

}
#kalendarzload {
 margin: auto;
 clear: both;
 width: 920px;
 text-align: center;
}

div.tooltip {width: 231px; height: 100px; clear: both; position: absolute; left: 0px; top: 0px; display: none; z-index:1000; padding-top: 0px !important; padding-top: 530px} 
div.d1 {width: 231px;   background: url(../img/d1.gif) no-repeat; height: 12px;}
div.d2 {width: 231px;   background: url(../img/d2.gif); background-repeat: repeat-y;}
div.d3 {width: 231px;   background: url(../img/d3.gif) no-repeat; height: 8px;}
 
div.d2t {color: rgb(45,126,223); font-size: 10px; width: 200px; padding-left: 15px;}
div.d2c {color: rgb(108,108,108); font-size: 10px; width: 200px; padding-left: 15px; font-weight: bold; padding-bottom: 5px;}

	.a1 {font-size: 12px; font-weight: bold; color: rgb(45,126,223); margin-top: 10px; margin-bottom: 5px;}
	span.a2{ color: rgb(45,126,223);}
	td.a3 {color: rgb(126,126,126); font-weight: bold; width: 132px;}
	td.a4 {width: 60px;}
	td.a5 {width: 180px; font-weight: bold;}
	div.a6 {float: left; height: 70px; margin-left: 3px}
	div.a8 {float: left; margin-left: 420px; margin-top: 10px;}
	div.a11,div.a9 {float:left;}
	div.a10{float: left; margin-left: 20px;}


div.inputn { background: url(../img/bg-textfield-searcher.jpg); width: 227px; height: 22px; margin-bottom: 10px;}
div.inputn input { background: none; width: 200px; height: 20px; border: 0px; padding-top: 2px; padding-left: 2px; color: #555555;}
 

/* Centrum serwisowe
 * ___________________________________________________________________________
 */
#Content #Main.NoMenus
{
  background: none;
  padding: 0;
}

#Content #Main.NoMenus .AboutContent
{
  float: none;
  margin: 0 auto 40px;
  overflow: hidden;
  padding: 40px 0 0;
  width: 930px;
}

* html #Content #Main.NoMenus .AboutContent
{
  overflow: visible;
}

#Content #Main.NoMenus
{
  width: 970px;
}

#Content #Main.NoMenus h2
{
  background: url(../img/bg-head-centrum.jpg) no-repeat center top;
  padding: 15px;
  height: 12px;
  width: 892px;
}

.CentreSearcherTop
{
  background: url(../img/searcher-top.jpg) no-repeat center bottom;
  margin-top: 5px;
}
 
.CentreSearcherBottom
{
  background: url(../img/searcher-bottom.jpg) no-repeat center top;
}
 

.CentreSearcherTop,
.CentreSearcherBottom
{
  height: 6px;
  width: 920px;
}
 
.SearcherImg
{
  float: left;
  padding: 0 50px 0 20px;
}
 
.CentreSearcherTop
{
  background: url(../img/searcher-top.jpg) no-repeat center bottom;
  margin-top: 5px;
}
 
.CentreSearcherBottom
{
  background: url(../img/searcher-bottom.jpg) no-repeat center top;
}
 

.CentreSearcherTop,
.CentreSearcherBottom
{
  height: 6px;
  width: 920px;
}
 
.SearcherImg
{
  float: left;
  padding: 0 50px 0 20px;
}

#Content #Main.NoMenus .CentreSearcher
{
  background: url(../img/bg-searcher-centrum-mid.jpg) repeat-y center top;
  overflow: hidden;
  padding: 20px;
  width: 880px;
}
 
#Content #Main.NoMenus .CentreSearcherContent
{
  /*padding-left: 250px;*/
}

#Content #Main.NoMenus .CentreSearcherContent .title
{
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}

#Content #Main.NoMenus .CentreSearcherContent #form-search .form-row
{
  float: left;
  padding: 15px 5px 5px 0;
}

#Content #Main.NoMenus .CentreSearcherContent #form-search .form-row input
{
  border: 0;
  background: url(../img/bg-textfield-searcher.jpg) no-repeat left top;
  clear: both;
  display: block;
  font-size: 12px;
  padding-left: 10px;
  padding-top: 2px;
  margin-bottom: 5px;
  height: 22px;
  width: 217px;
}

#Content #Main.NoMenus .CentreSearcherContent #form-search .form-row img
{
  margin-bottom: 5px;
}

#Content #Main.NoMenus .CentreSearcherContent #form-search .FormRows
{
  background:url(../img/bg-searcher-send.jpg) no-repeat left center;
  padding: 30px 0 30px 40px;
  float: left;
  margin-left: 20px;
  width: 100px;
}

#CentreLeft,
#CentreRight
{
  padding: 20px 0;
  width: 450px;
}

#CentreLeft
{
  float: left;
}

#CentreRight
{
  float: left;
}

body.home #CentreRight
{
  width: 343px;
  padding-top: 20px;
  margin-left: 12px;
  padding: 40px 0 0px 0;
  margin-bottom: -15px;
}
.descr
{
  font-weight: bold;
  padding-bottom: 10px;
}



/* Aktualnosci
 * ___________________________________________________________________________
 */
#NewsSearcher
{
  background:url(../img/bg-head-searcher-news.jpg) no-repeat left top;
  padding: 10px 20px 10px 10px;
  position: relative;
  height: 167px;
  width: 420px;
  margin-top: 20px;
  margin-bottom: 40px;
}

#NewsSearcher div.form,
#NewsSearcher div.inputy
{
  float: left;
  margin: 0;
  width: 420px;
}


#NewsSearcher .form-row .long
{
  background: url(../img/bg-input-searcher-news.jpg) no-repeat center top;
  border: 0;
  height: 22px;
  width: 414px;
}

#NewsSearcher select
{
  background: transparent url(../img/bg-select.jpg) no-repeat left top;
  border: 0 none;
  padding: 0;
  width: 20px;
}

.selectbox
{
  background: transparent url(../img/bg-select.jpg) no-repeat left top;
  border: 0 none;
  color: #393939;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 10px;
  height: 22px;
  padding: 5px 8px 0;
  position: relative;
  text-align: left;
  width: 54px;
}

#Content #Main .AboutContent  div.selectbox-wrapper ul
{
  padding: 0;
  text-align: center;
}

#Content #Main .AboutContent  div.selectbox-wrapper ul li
{
  background: none;
  cursor: pointer;
  display: block;
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#Content #Main .AboutContent div.date_wrapper
{
  float: left;
  width: 210px;
}

#Content #Main .AboutContent .selectbox-wrapper
{
  background-color: white;
  border: 1px solid #CCCCCC;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 10px;
  margin: 21px 0 0 6px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 200px;
  max-height: 108px;
}

.date_wrapper p
{
  padding: 5px 0;
  font-size: 12px;
  font-weight: bold;
  color: #5f5f5f;
}

.form-row label
{
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #5f5f5f;
  text-transform: uppercase;
  padding-bottom: 10px;
}

#NewsSearcher .FormRows
{
  float: right;
  padding-top: 10px;
}

div.form ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#myselectbox1_container ul li
{
  padding: 0 4px 0 2px;
  text-align: center;
  width: 30px;
}

div.selectbox-wrapper ul li
{
  cursor: pointer;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 2px;
}

.inputy select
{
  display: none;
}

#myselectbox1_container
{
  text-align: center;
  left: 10px;
}

#myselectbox2_container
{
  left: 80px;
}

#myselectbox3_container
{
  left: 150px;
}

#myselectbox4_container
{
  left: 220px;
}

#myselectbox5_container
{
  left: 290px;
}

#myselectbox6_container
{
  left: 360px;
}

#NewsContent
{
  margin: 0 auto;
  overflow: hidden;
  width: 435px;
}

.NewsBox
{
  padding: 10px 0;
  float: left;
  width: 435px;
}

#LeftNews
{
  float: left;
}

#RightNews
{
  float: right;
}

#LeftNews,
#RightNews
{
  width: 200px;
}

#LeftNews .NewsBox,
#RightNews .NewsBox
{
  width: 200px;
}

div.lista {width: 429px; float: left}
div.lista a.bar {display: block; width: 402px; height: 25px; padding: 8px 0px 0px 27px; margin-top: 5px; background: url('../img/bg-gk-belka.gif') no-repeat; font-weight: bold}
div.lista div.container {margin-top: 3px; margin-bottom: 5px; padding: 5px 15px; background: url('../img/bg-gk-boxm.gif') repeat-y}
div.lista div.container .top {background: url('../img/bg-gk-boxt.gif') no-repeat; width: 429px; height: 3px; position: absolute; top: 0px; left: 0px}
div.lista div.container .bottom {background: url('../img/bg-gk-boxb.gif') no-repeat; width: 429px; height: 3px; position: absolute; bottom: 0px !important; bottom: -15px; left: 0px}
p.ConfDescription {color: #000000; margin-top: 1px;}

div.pages {text-align: center}
div.pages a.active {font-weight: bold;}

div.xx p {color: #000000}
p.ConfDescription div {color: #000000}





/* Oferta
 * ___________________________________________________________________________
 */
#Accordion
{
  float: left;
  padding: 30px 0 10px;
}

.AccordionImg
{
  float: right;
  width: 361px;
  height: 274px;
}

#OfferBottom img
{
  margin: 10px 0;
}

.oferta_sz
{
  padding: 10px 0;
  clear: both;

}


.oferta_sz1
{
  padding: 10px 0;
  clear: both;

}


.bara
{
  background: url(../img/oferta_rozwin.gif) no-repeat left top;
  display: block;
  height: 11px;
  margin-bottom: 10px;
  width: 136px;
}
.bara:hover
{
  background: url(../img/oferta_rozwina.gif) no-repeat left top;
}

.barb
{
  background: url(../img/oferta_zwin.gif) no-repeat left top;
  display: block;
  height: 11px;
  margin-bottom: 10px;
  width: 136px;
}
.barb:hover
{
  background: url(../img/oferta_zwina.gif) no-repeat left top;
}

div.hr1
{
  background: url(../img/line-kontakt.jpg) no-repeat center center;
  margin: 5px 0;
  clear: both;
  font-size: 1px;
  height: 3px;
}

div.oferta_sz a.bar
{
  background-image: url(../img/oferta_off.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #003d7e;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  margin-bottom: 5px;
  padding: 7px 0 0 30px;
  width: 267px;
}

div.ofertabox, div.ofertabox div.top, div.ofertabox div.cs_bottom, div.ofertabox div.middle
{
  width: 690px;
}

div.ofertabox div.top div.center, div.ofertabox div.cs_bottom div.center
{
  width: 694px;
}

div.ofertabox div.middle
{
  background: url('../img/tlo_off_m.gif');
  overflow: hidden;
}

div.oferta_sz #bar2
{
  background-position: 0px -34px
}

div.oferta_sz #bar3
{
  background-position: 0px -68px
}

div.oferta_sz #bar4
{
  background-position: 0px -102px
}

div.oferta_sz #bar5
{
  background-position: 0px -136px
}

div.oferta_sz #bar6
{
  background-position: 0px -170px
}

div.oferta_sz #bar7
{
  background-position: 0px -204px
}

div.oferta_sz #bar8
{
  background-position: 0px -238px
}

div.oferta_sz div.ofertabox h4
{
  font-size: 12px;
  padding: 0px;
  margin: 0px 0px 7px 20px
}

div.oferta_sz div.container
{
  margin-bottom: 8px
}

div.oferta_sz div.container div.links span, div.oferta_sz div.container div.links a
{
  display: block;
  color: #393939;
  font-weight: normal;
  width: 298px;
  height: auto;
  margin-bottom: 6px
}

div.oferta_sz #container1 h4, div.oferta_sz #container1 div.links a:hover *, div.oferta_sz #bar1:hover, div.oferta_sz #container1 div.links a.activeo *
{
  color: #FF7304
}

div.oferta_sz #container2 h4, div.oferta_sz #container2 div.links a:hover *, div.oferta_sz #bar2:hover, div.oferta_sz #container2 div.links a.activeo *
{
  color: #4998D1
}

div.oferta_sz #container3 h4, div.oferta_sz #container3 div.links a:hover *, div.oferta_sz #bar3:hover, div.oferta_sz #container3 div.links a.activeo *
{
  color: #3360B4
}

div.oferta_sz #container4 h4, div.oferta_sz #container4 div.links a:hover *, div.oferta_sz #bar4:hover, div.oferta_sz #container4 div.links a.activeo *
{
  color: #EA565F
}

div.oferta_sz #container5 h4, div.oferta_sz #container5 div.links a:hover *, div.oferta_sz #bar5:hover, div.oferta_sz #container5 div.links a.activeo *
{
  color: #62BD19
}

div.oferta_sz #container6 h4, div.oferta_sz #container6 div.links a:hover *, div.oferta_sz #bar6:hover, div.oferta_sz #container6 div.links a.activeo *
{
  color: #DF73D0
}

div.oferta_sz #container7 h4, div.oferta_sz #container7 div.links a:hover *, div.oferta_sz #bar7:hover, div.oferta_sz #container7 div.links a.activeo *
{
  color: #F4B440
}

div.oferta_sz #container8 h4, div.oferta_sz #container8 div.links a:hover *, div.oferta_sz #bar8:hover, div.oferta_sz #container8 div.links a.activeo *
{
  color: #80358D
}
div.oferta_sz div.container div.links span span, div.oferta_sz div.container div.links a span
{
  width: 298px;
  height: auto;
  margin-bottom: 0px
}

div.oferta_sz div.container div.links span span span, div.oferta_sz div.container div.links a span span
{
  width: 298px;
  font-size: 1px;
  margin-bottom: 0px
}

div.oferta_sz div.container div.links span span span span, div.oferta_sz div.container div.links a span span span
{
  width: 298px;
  font-size: 1px;
  margin-bottom: 0px
}

div.oferta_sz div.container div.links span span span span span, div.oferta_sz div.container div.links a span span span span
{
  width: 268px;
  padding: 5px 15px;
  font-size: 12px;
  margin-bottom: 0px
}

#container1 div.links span span, #container1 div.links a span
{
  background: url('../img/oferta_belka_middle1.png') repeat-y
} 

#container2 div.links span span, #container2 div.links a span
{
  background: url('../img/oferta_belka_middle2.png') repeat-y
} 

#container3 div.links span span, #container3 div.links a span
{
  background: url('../img/oferta_belka_middle3.png') repeat-y
} 

#container4 div.links span span, #container4 div.links a span
{
  background: url('../img/oferta_belka_middle4.png') repeat-y
} 

#container5 div.links span span, #container5 div.links a span
{
  background: url('../img/oferta_belka_middle5.png') repeat-y
} 

#container6 div.links span span, #container6 div.links a span
{
  background: url('../img/oferta_belka_middle6.png') repeat-y
} 

#container7 div.links span span, #container7 div.links a span
{
  background: url('../img/oferta_belka_middle7.png') repeat-y
} 

#container8 div.links span span, #container8 div.links a span
{
  background: url('../img/oferta_belka_middle8.png') repeat-y
} 

#container1 div.links a.activeo22 span
{
	background: url('../img/oferta_belka_middle1a.png') repeat-y
} 

#container2 div.links a.activeo22 span
{
  background: url('../img/oferta_belka_middle2a.png') repeat-y
} 

#container3 div.links a.activeo22 span
{
  background: url('../img/oferta_belka_middle3a.png') repeat-y
} 

#container4 div.links a.activeo22 span
{
  background: url('../img/oferta_belka_middle4a.png') repeat-y
} 

#container5 div.links a.activeo22 span
{
  background: url('../img/oferta_belka_middle5a.png') repeat-y
} 

#container6 div.links a.activeo22 span
{
  background: url('../img/oferta_belka_middle6a.png') repeat-y
} 

#container7 div.links a.activeo22 span
{
  background: url('../img/oferta_belka_middle7a.png') repeat-y
} 

#container8 div.links a.activeo22 span
{
  background: url('../img/oferta_belka_middle8a.png') repeat-y
} 

#container1 div.links span span span, #container1 div.links a span span
{
  background: url('../img/oferta_belka_top1.png') no-repeat
} 

#container2 div.links span span span, #container2 div.links a span span
{
  background: url('../img/oferta_belka_top2.png') no-repeat
} 

#container3 div.links span span span, #container3 div.links a span span
{
  background: url('../img/oferta_belka_top3.png') no-repeat
} 

#container4 div.links span span span, #container4 div.links a span span
{
  background: url('../img/oferta_belka_top4.png') no-repeat
} 

#container5 div.links span span span, #container5 div.links a span span
{
  background: url('../img/oferta_belka_top5.png') no-repeat
} 

#container6 div.links span span span, #container6 div.links a span span
{
  background: url('../img/oferta_belka_top6.png') no-repeat
} 

#container7 div.links span span span, #container7 div.links a span span
{
  background: url('../img/oferta_belka_top7.png') no-repeat
} 

#container8 div.links span span span, #container8 div.links a span span
{
  background: url('../img/oferta_belka_top8.png') no-repeat
} 

#container1 div.links a.activeo22 span span
{
  background: url('../img/oferta_belka_top1a.png') no-repeat
} 

#container2 div.links a.activeo22 span span
{
  background: url('../img/oferta_belka_top2a.png') no-repeat
} 

#container3 div.links a.activeo22 span span
{
  background: url('../img/oferta_belka_top3a.png') no-repeat
} 

#container4 div.links a.activeo22 span span
{
  background: url('../img/oferta_belka_top4a.png') no-repeat
} 

#container5 div.links a.activeo22 span span
{
  background: url('../img/oferta_belka_top5a.png') no-repeat
} 

#container6 div.links a.activeo22 span span
{
  background: url('../img/oferta_belka_top6a.png') no-repeat
} 

#container7 div.links a.activeo22 span span
{
  background: url('../img/oferta_belka_top7a.png') no-repeat
} 

#container8 div.links a.activeo22 span span
{
  background: url('../img/oferta_belka_top8a.png') no-repeat
} 

#container1 div.links span span span span, #container1 div.links a span span span
{
  background: url('../img/oferta_belka_bottom1.png') bottom no-repeat
} 

#container2 div.links span span span span, #container2 div.links a span span span
{
  background: url('../img/oferta_belka_bottom2.png') bottom no-repeat
} 

#container3 div.links span span span span, #container3 div.links a span span span
{
  background: url('../img/oferta_belka_bottom3.png') bottom no-repeat
} 

#container4 div.links span span span span, #container4 div.links a span span span
{
  background: url('../img/oferta_belka_bottom4.png') bottom no-repeat
} 

#container5 div.links span span span span, #container5 div.links a span span span
{
  background: url('../img/oferta_belka_bottom5.png') bottom no-repeat
} 

#container6 div.links span span span span, #container6 div.links a span span span
{
  background: url('../img/oferta_belka_bottom6.png') bottom no-repeat
} 

#container7 div.links span span span span, #container7 div.links a span span span
{
  background: url('../img/oferta_belka_bottom7.png') bottom no-repeat
} 

#container8 div.links span span span span, #container8 div.links a span span span
{
  background: url('../img/oferta_belka_bottom8.png') bottom no-repeat
} 

#container1 div.links a.activeo22 span span span
{
  background: url('../img/oferta_belka_bottom1a.png') bottom no-repeat
} #container2 div.links a.activeo22 span span span
{
  background: url('../img/oferta_belka_bottom2a.png') bottom no-repeat
} 

#container3 div.links a.activeo22 span span span
{
  background: url('../img/oferta_belka_bottom3a.png') bottom no-repeat
} 

#container4 div.links a.activeo22 span span span
{
  background: url('../img/oferta_belka_bottom4a.png') bottom no-repeat
} 

#container5 div.links a.activeo22 span span span
{
  background: url('../img/oferta_belka_bottom5a.png') bottom no-repeat
} 

#container6 div.links a.activeo22 span span span
{
  background: url('../img/oferta_belka_bottom6a.png') bottom no-repeat
} 

#container7 div.links a.activeo22 span span span
{
  background: url('../img/oferta_belka_bottom7a.png') bottom no-repeat
} 

#container8 div.links a.activeo22 span span span
{
  background: url('../img/oferta_belka_bottom8a.png') bottom no-repeat
}

div.oferta_sz div.container div.links a.activeo22 *
{
  color: #EDEDED
}

div.oferta_sz div.container div.links a.activeo22:hover, div.oferta_sz div.container div.links a.activeo22:hover *
{
  color: #393939
}

div.oferta_sz div.container div.links a:hover, div.oferta_sz a.bar:hover
{
  text-decoration: none
}

div.oferta_sz a.active, div.oferta_sz #bar1.active:hover, div.oferta_sz #bar2.active:hover, div.oferta_sz #bar3.active:hover, div.oferta_sz #bar4.active:hover, div.oferta_sz #bar5.active:hover, div.oferta_sz #bar6.active:hover, div.oferta_sz #bar7.active:hover, div.oferta_sz #bar8.active:hover
{
  color: #fff;
  background-image: url('../img/oferta_on.jpg')
}

div.cs_status_zlecenia_form
{
  width: 690px;
  position: relative;
  padding: 8px 0px 12px 0px;
}

div.grupa_kap, div.grupa_kap div.top, div.grupa_kap div.cs_bottom, div.grupa_kap div.middle
{
  width: 525px
}

div.grupa_kap div.top div.left
{
  background: url('../img/tlo_gk_tl.png') no-repeat
}

div.grupa_kap div.top div.center
{
  width: 509px;
  background: url('../img/tlo_gk_tc.gif')
}

div.grupa_kap div.top div.right
{
  background: url('../img/tlo_gk_tr.png') no-repeat
}

div.grupa_kap div.cs_bottom div.left
{
  background: url('../img/tlo_gk_bl.png') no-repeat
}

div.grupa_kap div.cs_bottom div.center
{
  width: 509px;
  background: url('../img/tlo_gk_bc.gif')
}

div.grupa_kap div.cs_bottom div.right
{
  background: url('../img/tlo_gk_br.png') no-repeat
}

div.grupa_kap div.middle
{
  background: url('../img/tlo_gk_m.gif')
}

div.grupa_kap div.middle div.loga
{
  margin: 0px 5px;
  width: 160px;
  float: left
}

div.grupa_kap div.middle div.lista
{
  width: 350px;
  float: left
}

div.grupa_kap div.middle div.lista a.bar
{
  display: block;
  width: 324px;
  height: 21px;
  padding: 7px 12px 0px 12px;
  margin-top: 5px;
  background: url('../img/tlo_gk_belka.png') no-repeat
}

div.grupa_kap div.middle div.lista div.container
{
  padding: 5px 15px
}

div.cs_status_zlecenia_nag {margin-top: 20px; margin-bottom: 7px; height: 40px}
div.cs_status_zlecenia_nag div.left {height: 40px; width: 10px; float: left}
div.cs_status_zlecenia_nag div.center { height: 25px; width: 680px; float: left; padding: 15px 0px 0px 10px}
div.cs_status_zlecenia_nag div.right {height: 40px; width: 10px; float: left}

div.cs_status_zlecenia_form {width: 690px; position: relative; padding: 8px 0px 12px 0px}
div.aktualnosci_form {height: 8px; width: 690px; height: 100px;}
div.cs_status_zlecenia_form div.top {position: absolute; top: 0px; left: 0px; height: 12px; width: 690px}
div.cs_status_zlecenia_form div.top div.left {float: left; width: 8px; height: 8px; font-size: 1px}
div.cs_status_zlecenia_form div.top div.center {width: 671px; height: 8px; float: left; font-size: 1px}
div.cs_status_zlecenia_form div.top div.right {float: left; width: 8px; height: 8px; font-size: 1px}
div.cs_status_zlecenia_form div.middle {width: 687px; padding: 10px 0px}
div.cs_status_zlecenia_form div.middle img.komp {float: left; margin-left: 25px}
div.cs_status_zlecenia_form div.middle div.form {width: 560px; margin: 0px 0px 0px 20px; float: left}
div.cs_status_zlecenia_form div.middle div.form h2 {font-size: 14px; color: #66AE00; padding: 0px; margin: 0px}
div.cs_status_zlecenia_form div.middle div.form p {font-size: 12px; color: #393939; margin-bottom: 5px}
div.cs_status_zlecenia_form div.middle div.form p b {color: #FF5A00; font-size: 14px; text-align: center; display: block; margin-top: 10px}
div.cs_status_zlecenia_form div.middle div.form div.inputy {width: 560px; margin-top: 10px}
div.cs_status_zlecenia_form div.middle div.form div.inputy div.input_box {width: 190px; background: url('../img/cs_tlo_form1_dot.gif') right repeat-y; float: left; margin-right: 21px}
div.cs_status_zlecenia_form div.cs_bottom {position: absolute; bottom: 0px; left: 0px; height: 12px; width: 710px}
div.cs_status_zlecenia_form div.cs_bottom div.left {float: left; width: 8px; height: 12px; font-size: 1px}
div.cs_status_zlecenia_form div.cs_bottom div.center {width: 671px; height: 12px; float: left; font-size: 1px}
div.cs_status_zlecenia_form div.cs_bottom div.right {float: left; width: 8px; height: 12px; font-size: 1px}

div.rr1 {  background: url('../img/r1.png') no-repeat; width: 9px; height: 46px; float: left;}
div.rr3 {  background: url('../img/r3.png') no-repeat; width: 9px; height: 46px; float: left}

div.rr2_left {  background: url('../img/r2.png');  height: 46px; float: left; text-align: center; width: 161px; }
div.rr2_center {  background: url('../img/r2.png');  height: 46px; float: left; text-align: center; width: 300px; }
div.rr2_right {  background: url('../img/r2.png');  height: 46px; float: left; text-align: center; width: 161px; }
div.rr2_main {  background: url('../img/r2.png');  height: 46px; float: left; text-align: center; width: 666px; }

div.fl1 {float: left;}
div.fl2 {float: left; margin-left: 6px;}

div.pt10{padding-top: 13px;}


div.zajawka {padding: 20px;}
div.katalog_sz div.middle div.katalog_box a.linkw { padding-left: 11px; text-align: right; display: block; margin-bottom: 5px}
div.katalog_sz div.middle div.katalog_box a.naglowekk {display: block; width: 298px; height: 32px; background: url('../img/nag_katalog2.gif') no-repeat; padding: 7px 0px 0px 12px; margin-bottom: 6px; font-weight: bold; color: #393939; font-weight: normal; }
div.tresckat {padding: 20px;}

div.oferta_sz1 a.bar
{
  background-image: url(../img/r4.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #003d7e;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 32px;
  margin-bottom: 3px;
  padding: 7px 0 0 30px;
  width: 688px;
}

div.oferta_sz1 a.active, div.oferta_sz1 #bar1.active:hover, div.oferta_sz1 #bar2.active:hover, div.oferta_sz1 #bar3.active:hover, div.oferta_sz1 #bar4.active:hover, div.oferta_sz1 #bar5.active:hover, div.oferta_sz1 #bar6.active:hover, div.oferta_sz1 #bar7.active:hover, div.oferta_sz1 #bar8.active:hover
{
  color: #fff;
  background-image: url('../img/r4a.png')
}
#NewsContent.BoxRozwiazania {width: 710px; margin: 0px; padding-top: 10px}
#NewsContent.BoxRozwiazania .NewsBox {width: 710px}
#Content.relacjeinw #Main {width: 960px; background: none; padding-right: 0px}
#Content.relacjeinw #Main .AboutContent {width: 700px; padding-top: 20px;}
#Content.relacjeinw #Main .AboutContent .NewsBox {width: 710px}
#Content.relacjeinw #Main .AboutContent #LeftNews, #Content.relacjeinw #Main .AboutContent #RightNews {width: 350px}
#Content.relacjeinw #Main .AboutContent #LeftNews .NewsBox, #Content.relacjeinw #Main .AboutContent #RightNews .NewsBox {width: 340px; padding-right: 10px}

#Content #Main .AboutContent h3, #Content #Main .AboutContent h4.grupa {color: #4B97E8; font-size: 1.2em; padding-bottom: 18px}
div.sitemap {width: 350px; float: left}
div.sitemap img {padding-top: 20px}
div.sitemap div.item1 {background: url(../img/bullet-list.jpg) no-repeat left 8px; padding-left: 10px;}
div.sitemap div.item2 {background: url(../img/li-bullet.jpg) no-repeat 13px 7px; padding-left: 28px;}
div.sitemap div a {color: #000}
#Header #RightHead #LangMenu li.ru {display: none}
div.div_grupa_kapitalowa, div.div_grupa_kapitalowa div.middle {width: 460px;}
.cs_wynik th, .cs_wynik td {text-align: left; padding: 2px 10px 2px 2px}
p {margin: 0px 0px 10px 0px}
#comp_css .NewsBox p, #comp .NewsBox p, #css .NewsBox p {margin: 0px}
.galeria_box img {margin: 0 5px 5px 0; border: 1px solid #4B97E8;}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ float: right; }
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	


#bottomNavClose {
	display: block;
	width: 18px;
	height: 18px;
	background: url('../img/lightbox_close.gif') left no-repeat;
	margin-bottom: 10px;
}


#bottomNavClose:hover {
	background: url('../img/lightbox_close.gif') right no-repeat;
}

#kalendarz_content span {color: #4B97E8; display: block}

	#tooltip {position: absolute; z-index: 3000; opacity: 0.90;}
	#tooltip h3, #tooltip div { margin: 0; }
	.tooltip {display: none}

#CentreRight p, #CentreLeft p, p.xx {
	text-align: justify;
}
table.formularz td.a3 {
	width: 150px;
}
div.a6f {
	float: left;
	height: 120px;
}

td.a7i {
	padding: 5px 2px;
	vertical-align: top;
}

td.a7 {
	width: 470px;
	font-weight: bold;
	padding: 5px 2px;
	vertical-align: top;
}

#Content #Main .AboutContent td.wojewodztwo_select div.date_wrapper {
	position:relative;
}

td.wojewodztwo_select .selectbox {
	width: 223px;
	font-size: 14px;
	padding: 2px 2px 0;
	height: 25px;
	background: transparent url(../img/bg-textfield-searcher.jpg) no-repeat scroll;
}
#Content #Main .AboutContent td.wojewodztwo_select .selectbox-wrapper {
	width: 217px;
	font-size: 12px;
	padding: 2px 2px 0;
	left: -7px;
}
sup span.a2 {
	font-size: 10px;
}

.selectboxMedium
{
  background: transparent url(../img/bg-select-medium.jpg) no-repeat left top;
  border: 0 none;
  color: #393939;
  cursor: pointer;
  display: inline;
  float: left;
  font-size: 10px;
  height: 22px;
  padding: 5px 8px 0;
  position: relative;
  text-align: left;
  width: 131px;
}

.selectboxLong
{
  background: transparent url(../img/bg-select-long.jpg) no-repeat left top;
  border: 0 none;
  color: #393939;
  cursor: pointer;
  display: inline;
  float: left;
  font-size: 10px;
  height: 22px;
  padding: 5px 8px 0;
  position: relative;
  text-align: left;
  width: 250px;
}

