body {
  margin: 0;
  padding: 0;
  background-color: #939598;
  color: #555;
}

#wrapper, #footer {
  position: relative;
  width: 950px;
  background: url(../images/layout/bg.gif) 0 7px repeat-y;
  margin: 0 auto;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 18px;
}

#top {
  height: 139px;
  background: white url(../images/layout/topbg.png) repeat-x;
}

#logo, #logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 194px;
  height: 139px;
}

#logo {
  background: url(../images/layout/logo.png) no-repeat;
  z-index: 1;
}

#container {
  position: relative;
  width: 976px;
  margin-left: -13px;
  margin-top: 12px;
  background: url(../images/layout/shadowtop.gif) no-repeat;
  padding-top: 3px;
  font-size: 12px;
  z-index: 10;
}

#left {
  position: relative;
  float: left;
  width: 208px;
  background: url(../images/layout/shadowleft.png) top left repeat-y;
  z-index: 100;
}

#right {
  position: relative;
  float: right;
  width: 771px;
  margin-left: -3px;
  background: white url(../images/layout/shadowright.gif) top right repeat-y;
  z-index: 1;
}

#closingLeft {
  height: 4px;
  background: url(../images/layout/shadow_bottom_left.gif);
  font-size: 0;
}

#closingRight {
  height: 4px;
  background: url(../images/layout/shadow_bottom_right.gif);
  font-size: 0;
  clear: both;
}

.clearer, .clearThis {
  height: 25px;
  overflow: hidden;
  margin-top: -1px;
  clear: both
}

.clearThis {
  height: 10px;
}


/* **********  Left column Content ******************************** */

#lc {
  background: #a5c2d2;
  margin-left: 3px;
}

#lc p {
  padding: 5px 0 0 20px;
  margin: 0;
}


/* **********  Right column Content ******************************* */


#rc, .rc, #rc50, #rc60, #pF {
  position: relative;
  float: left;
  padding: 0 0 15px 48px;
}

* html #rc, * html .rc, * html #rc50, * html #rc60 {
  padding-left: 50px;
}

#ic {
  position: relative;
  float: left;
  margin: 0;
  padding-left: 3px;
}

#rc, .rc, #pF {
  width: 678px;
}

#rc50 {
  width: 340px;
}

#rc60 {
  width: 409px;
}

#rc p, #rc50 p, #rc60 p {
  margin: 0;
  padding: 0 0 15px 0;
}

#imgfloat, #s2, #featuredArticle {
  position: relative;
  float: right;
  right: 45px;
  padding-bottom: 10px;
  /*border: 1px solid #535b5e;*/
}

#imgfloat p {
  text-align: right;
  color: #888;
  font-size: 11px;
}

#s2 {
  width: 299px;
}

#rc td {
  font-size: 12px;
}

#rc a, #rc50 a, #rc60 a, .einfo a, a.linka, #pF a {
  text-decoration: none;
  color: #00a5d4;
  font-weight: bold;
}

#rc a:hover, #rc50 a:hover, #rc60 a:hover, .einfo a:hover, a.linka:hover, #pF a:hover {
  color: #000;
}

#footer {
  background: none;
  font-size: 11px;
  padding-top: 3px;
  z-index: 1;
}

#footer a {
  color: #414142;
  text-decoration: none;
}

#footer a:hover {
  color: black;
}

#footerL {
  position: relative;
  float: left;
}

#footerR {
  position: relative;
  float: right;
}

.przerwa {
  padding: 0 10px;
}

/* ******** IE HACKS  ******************************** */

* html body {
  behavior: url('inc/csshover.htc');
  font-size: 100%;
}

* html #navigation ul li {
  float: left; width: 100%;
}

* html #navigation ul li a {
  height: 1%;
}

* html #footer {
  left: -6px;
}

/* ******** IE HACKS end   **************************** */


#jinx {
  position: absolute;
  z-index: 501;
  top: 139px;
  left: 180px;
  width: 30px;
  height: 20px;
  background: url('../images/layout/jinx.gif') no-repeat;
}

#bar {
  width: 100%;
  height: 5px;
  background: #000;
  font-size: 0;
}


/* ******** registration classes *********************  */


#error legend {
  font-size: 12px;
  color: red;
  font-weight: bold;
}

#error fieldset {
  color: #545461;
  padding: 10px 15px;
}

.form1, .form2, .form0 {
  border: 1px solid #818092;
  background: #e6e6e6;
  font-size: 10px;
  color: #000;
  padding: 1px;
  width: 250px;
  margin-bottom: 10px;
}

.form2 {
  width: 400px;
}

* html .form1 {
  padding: 2px
}

.form0 {
  width: auto;
  margin-bottom: 0;
}


/* *** faq page ********************************************** */


#b26 c, #b26 .faq_title {
  font-size: 14px;
  font-weight: bold;
  color: #216285;
}

#b26 H2, #b62 H2 {
  border-bottom: 1px solid #58717f;
  margin: 5px 0 20px 0;
  font-size: 16px;
}

#right H1 {
  color: #000;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px dashed #686f72;
  margin: 30px 45px 12px 48px;
  padding: 0;
  height: 20px;
}

#s2 H1 {
  border-bottom: 0;
  margin-left: 0
}

#right H2 {
  font-size: 14px;
  font-weight: bold;
  color: #216285;
}

#right H3 {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 10px;
}

#right ul {
  margin: 5px 0 10px 3px;
  padding: 0
}

#right ul li {
  background: url('../images/layout/bullet.gif') left top no-repeat;
  list-style-type: none;
  margin: 0;
  padding-left: 10px;
}

* html #right ul li {
  height: 18px;
  background: url('../images/layout/bulletie.gif') left top no-repeat;
}

.faq_list {
  padding: 0 0 25px 10px;
  line-height: 18px;
}

.answer_list{
  padding-bottom: 20px;
  text-align: justify;
}

.answer, .ques, .back2top{
  padding-bottom: 7px;
  margin-left: 10px;
}

.ques {
  font-weight: bold;
  color: #000;
}

.back2top a {
  font-size: 9px;
  text-decoration: none;
  color: #71b3a8;
}

.back2top a:hover{
  font-size:9px;
  text-decoration:underline;
  color:#71b3a8;
}

.ques a, .faq_title a{
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}


/* *** News Room ********************************************** */


.an {
  padding: 5px 0px 10px 0px;
  display: block;
  padding-bottom: 25px;
}

.articledate {
  padding: 0px 0px 0px 0px;
  font-weight: bold;
  color: #777;
}

.articleTitle {
  color: #000000;
  font-weight: bold;
  font-size:14px;
  padding: 10px 0px 3px 0px;
  text-align:center;
}

.articleSubTitle {
  position:relative;
  font-weight: bold;
  text-align:center;
  padding-top:10px;
}

.a_Title {
  color: #000000;
  font-weight: bold;
  font-size:12px;
  padding: 10px 0px 3px 0px;
}

.articleSource{
  text-decoration: underline;
  padding: 0px 10px 0px 0px;
}


/**** Press Releases    ***********************************************/


.title {
  font-weight: bold;
  padding-bottom: 10px;
}

.press {
  position: relative;
  padding-bottom: 10px;
}

.press a {
  font-weight: bold;
}

.forImmediate {
  text-decoration: underline
}

.newsdate {
  position: relative;
  padding-bottom: 10px;
}

#control {
  width: 317px;
  text-align: center;
  padding-top: 15px;
}

#subscription {
  position: absolute;
  top: 23px;
  right: 17px;
  color: #58595b;
  font-size: 11px;
  font-weight: bold;
}

* html #subscription {
  right: 29px;
}

#subs {
  padding-top: 25px;
  padding-bottom: 50px
}

#subscription .formularz, #subs .formularz {
  border: 1px solid #939598;
  width: 200px;
  font-size: 9px;
}

.guzik {
  position: relative;
  top: 3px;
  left: 2px;
}


/*  ***    events    *************************************************  */

.edate {
  font-weight: bold;
  color: #777;
}

.event {
  margin-bottom: 13px;
  color: #636466;
  line-height: 13px;
}

.event p {
  margin: 0;
  padding: 0;
}

.eevent, .eevent a, .qu, .arch b {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.einfo {
  padding-top: 4px;
}


/*  ***    index boxes    *********************************************  */

#ftzbox {
  width: 205px;
  height: 21px;
  background: url('../images/layout/ftz.gif') no-repeat;
}

#regbox {
  width: 205px;
  height: 79px;
  background: url('../images/layout/reg.gif') no-repeat;
}

#ftzContent {
  padding: 16px 18px;
  width: 169px;
  background-color: #eaf1f5;
  color: #636466;
}

#ftz1 {
  height: 55px;
  background: #e3ebf0;
}

#ftz2 {
  padding: 10px 0 0 0px;
}

#regbox {
  width: 205px;
  height: 79px;
}

#regbox a {
  position: absolute;
  width: 205px;
  height: 79px;
  background: url('../images/layout/reg.gif') no-repeat;
}

#regbox a:hover {
  background: url('../images/layout/reg2.gif') no-repeat;
}

#ftzbox a {
  position: absolute;
  width: 205px;
  height: 117px;
}

#ftzbox a {
  position: absolute;
  width: 205px;
  height: 117px;
}

#media {
  font-size: 11px;
  padding: 10px 0 20px 20px;
  line-height: 14px;
}

#media a {
  color: #00607b;
}

#media a:hover {
  color: #000;
}

#sideLink, #sideLinkf {
  padding-bottom: 10px;
  position: relative;
  text-align: right;
  right: 0;
}

#sideLink p {
  padding: 0;
}

#sideLinkf {
  float: right;
}


/* **********************************   Part Firms    *******************  */

#pF .divA, #pF .divB, #pF .divBa {
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  padding: 0 0 10px 10px;
  margin: 0;
}

#pF .divA a, #pF .divBa a  {
  font-weight: normal;
  color: #636466;
}

#pF .divA a:hover, #pF .divBa a:hover {
  font-weight: normal;
  color: #00a5d4;
}

#pF .divB {
  font-weight: bold;
  background: url('../images/layout/arrow.gif') 0 5px  no-repeat;
}

#pF .divBa {
  font-weight: bold;
}

#pF .divBa span {
  margin-left: 15px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  background: url('../images/layout/arrow.gif') left bottom no-repeat;
}

#pF .divBa a {
  font-size: 12px;
  margin-left: 20px;
}

.pLeft {
  position: relative;
  width: 311px;
  float: right;
  margin: 0;
  padding-top: 20px;
}

.pRight {
  position: relative;
  width: 364px;
  float: left;
  margin: 0;
  padding-top: 20px;
}


/*    ***************************************************************     */

#featuredArticle {  /* cont from 142 */
  background: #a9acae;
  width: 205px;
  padding: 25px 20px 5px 20px;
  margin-bottom: 20px;
  border-width: 2px 1px 1px 2px;
  border-style: solid;
  border-color: #cad0d4 #6d787f #6d787f #cad0d4;
}

#featuredArticle .qu {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}

#featuredArticle .articledate {
  color: #f3f5fb;
  font-size: 14px;
  padding: 20px 0 10px 0;
}

#featuredArticle .an {
  color: #000;
  line-height: 18px;
}

#featuredArticle a {
  color: #f3f5fb;
  text-decoration: none;
  font-weight: bold
}

#featuredArticle a:hover {
  color: #000;
}

#ep {
  margin-left: 45px;
}

#ep50 {
  width: 340px;
  position: relative;
  float: left;
  margin: 0 0 25px 48px;
}

#ep .event {
  padding-bottom: 10px;
  line-height: 16px;
}


/*  **************   team section  **********************************  */

#border50,
#border60,
#border600 {
  position: relative;
  border-bottom: 1px dashed #686f72;
  margin: 10px 0 20px 0;
  width: 676px;
  /* min-height: 510px; */
}

/*
* html #border50,
* html #border60,
* html #border600 {
  height: 300px;
}
*/

#border600 {
  margin-top: 80px;
}

#border60 p, #border60 ul {
  width: 60%;
}

#border50 p, #border50 ul {
  width: 50%;
}

.name, .pos {
  color: #000;
  margin: 0;
  padding: 0;
}

.name {
  text-transform: uppercase;
  padding: 15px 0 7px 0;
  font-weight: bold;
}

#closer {
  position: relative;
}

.dashed {
  border-bottom: 1px dashed #686f72;
  margin: 10px 0 20px 0;
}

.row {
  position: relative;
  height: 100px;
}

.row .left, .row .gThumb {
  position: relative;
  float: left;
  width: 265px;
  text-align: right;
  padding-top: 15px;
  clear: left;
}

.row .gThumb {
  width: 74px;
}

.row .right, .row .gDesc {
  position: relative;
  float: right;
  width: 395px;
  padding-top: 15px;
  clear: right;
}

.row .gDesc {
  width: 590px;
  padding-top: 18px;
}


/*  **********   navigation of the Gallery and Testimonials    ******** */

#return {
  position: relative;
  float: left;
  height: 20px;
}

#tNav, #gNav {
  position: relative;
  float: right;
  height: 20px;
}

#gNav {
  width: 111px;
  margin-right: 45px;
}

.divider {
  margin: 0 15px;
  color: #c0c0c0;
}

.ftzAdv {
  border-top: 1px solid #a5b1b6;
  border-left: 1px solid #a5b1b6;
}

.ftzAdv td {
  border-right: 1px solid #a5b1b6;
  border-bottom: 1px solid #a5b1b6;
}

#testimonialsBox {
  width: 678px;
  height: 473px;
  background: url('../images/layout/testimonials.jpg') top right no-repeat;
}

#preliminary {
  position: absolute;
  bottom: 20px;
  right: 0;
  float: right;
  font-size: 9px;
}

#popup2 {
  position: absolute;
  top: 0px;
  left: 3px;
  float: left;
  z-index: 101;
  background: white;
  width: 968px;
  height: 250px;
  border: 1px solid yellow;
}

#shadow2 {
  position: absolute;
  top: 250px;
  left: 3px;
  float: left;
  z-index: 102;
  background: url('../images/layout/cienik.png') repeat-x;
  width: 968px;
  height: 10px;
}

