body
{
  margin:0px;
  font-family: Arial, Helvetica, sans-serif;
  color:#E5E5E5;
  line-height:22px;
  font-size:13px;
  background-color:#000000;
  
}

#strip
{
  background-color:#000000;
  width:240px;
  height:100%;
  position:fixed;
  left:30px; 
  top:0px;
  opacity: 0.5;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

#menu
{
  position:fixed;
  left:47px;
  top:125px;	  
}

#content
{
  width:100%;
}

#container
{
  padding-left:310px;
  padding-top:125px;
  width:650px;
}

/* HACK IE6 - fixed position oraz background image  */
* html, * body
{
  height:100%;
  overflow:auto;
}

* html #content
{
  width:100%;
  height:100%;
  overflow:auto;
}

* html #strip
{
  position: absolute;
}

* html #menu
{
  position: absolute;
}

/* END HACK IE6 - fixed position oraz background image  */



/* BACKGROUNDS */
.background1
{
  background: #000000  url(../images/background/tlo1.jpg) no-repeat 0 0;
}

* html .background1_ie6      /*hack ie6 - zeby przewijalo background*/
{
  background: #000000  url(../images/background/tlo1.jpg) no-repeat 0 0;
}

.background2
{
  background: #000000  url(../images/background/tlo2.jpg) no-repeat 0 0;
}

* html .background2_ie6      /*hack ie6 - zeby przewijalo background*/
{
  background: #000000  url(../images/background/tlo2.jpg) no-repeat 0 0;
}

.background3
{
  background: #000000  url(../images/background/tlo3.jpg) no-repeat 0 0;
}

* html .background3_ie6      /*hack ie6 - zeby przewijalo background*/
{
  background: #000000  url(../images/background/tlo3.jpg) no-repeat 0 0;
}

.background4
{
  background: #000000  url(../images/background/tlo4.jpg) no-repeat 0 0;
}

* html .background4_ie6      /*hack ie6 - zeby przewijalo background*/
{
  background: #000000  url(../images/background/tlo4.jpg) no-repeat 0 0;
}

.background5
{
  background: #000000  url(../images/background/tlo5.jpg) no-repeat 0 0;
}

* html .background5_ie6      /*hack ie6 - zeby przewijalo background*/
{
  background: #000000  url(../images/background/tlo5.jpg) no-repeat 0 0;
}

.background6
{
  background: #000000  url(../images/background/tlo6.jpg) no-repeat 0 0;
}

* html .background6_ie6      /*hack ie6 - zeby przewijalo background*/
{
  background: #000000  url(../images/background/tlo6.jpg) no-repeat 0 0;
}

.background7
{
  background: #000000  url(../images/background/tlo7.jpg) no-repeat 0 0;
}

* html .background5_ie7      /*hack ie6 - zeby przewijalo background*/
{
  background: #000000  url(../images/background/tlo7.jpg) no-repeat 0 0;
}

img
{
  behavior: url(pngfix/iepngfix.htc);
  border:none;
}

.visibleNone
{
  position:relative;
  left:-3000px;
}

/* MENU*/
#menu div.logo
{
  margin-bottom:30px;
}

#menu a
{
  text-decoration:none;
  outline:none;
  behavior: url(pngfix/iepngfix.htc);
}

#menu ul
{
  margin:0px;
  padding:0px;
  list-style-type:none;
}

#menu li
{
  border-top: 1px solid #474646;
  width:200px;
  height:30px;
}

#menu li.borderBottom
{  
  border-bottom: 1px solid #474646;
}

#menu ul li a
{
  display:block;
  height:28px;
  margin-left:3px;
}

/* END MENU */


div #textLeft
{
  float:left;
  width:420px;
  padding-right:30px; 
}

div #textRight
{
  float:left;  
  width:200px; 
}

div #textRight a
{
  text-decoration:none;
  outline:none;
}

/* PRAWA KOLUMNA z LINKAMI   */
div #textRight div.links
{
  margin-top:75px;
  position:relative;
}

div #textRight div.links div.links_head
{
  padding:8px 15px 0px 15px;
  height:30px;
  font-weight:bold;
  color:#FFFFFF;
  position:relative;
  z-index:1;  
}

div #textRight div.links div.links_bottom
{
  padding:0px 15px 0px 15px;
  height:30px;
  position:relative;
  z-index:1;  
}

div #textRight div.links div.links_bottom a
{
  color:#FFFFFF;  
}

div #textRight div.links div.links_bottom a:hover
{
  color:#DDDDDD; 
  text-decoration:underline; 
}

div #textRight div.links ul
{
  margin:0px;
  padding:0px;
  list-style-type:none;
}

div #textRight div.links li
{
  padding-top:5px;
  font-family: Georgia,serif;
  font-size:13px;
  font-weight:bold;
  font-style:italic;
  border-top: 1px solid #AAAAAA;
  width:100%;
  height:30px;
}

div #textRight div.links li.borderNone
{
  border:none;
}


div #textRight div.links div.topOpacity
{
  position:absolute;
  z-index:0;
  top:0px;
  left:0px;
  height:38px;
  width:200px;
  background-color:#000000;
  opacity: 0.6;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

div #textRight div.links div.bottomOpacity
{
  position:absolute;
  z-index:0;
  top:38px;
  left:0px;
  height:75px;
  width:200px;
  background-color:#FFFFFF;
  opacity: 0.2;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}

div #textRight div.links div.bottomOpacity2
{
  position:absolute;
  z-index:0;
  top:38px;
  left:0px;
  height:115px;
  width:200px;
  background-color:#FFFFFF;
  opacity: 0.2;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}

/* END - PRAWA KOLUMNA z LINKAMI   */

#footer
{
  margin:60px 0px 50px 0px;
  font-size:11px;
  color:#BCBCBC;
}

#footer span
{
  margin-left: 172px;
}

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

#footer a:hover
{
  text-decoration: underline;
  color:#FFFFFF;
}

.clear
{
  clear:both;
  height:10px;
}

a
{
  color:#BFBFBF;
}

a:hover
{
  color:#FFFFFF;
}

h1
{
  margin:0px;
  width:420px;
  height:60px;
  margin-bottom:15px;
  behavior: url(pngfix/iepngfix.htc);
}

p,ul,li
{
  margin:0px;
}

ul
{
  padding:0px 0px 0px 15px;
}
p.head
{
  font-size:20px;
  font-style:italic;
  font-family: Georgia, serif;
  color:#FFFFFF;
  margin:18px 0px;
}

div.news
{
  margin:0px;
}

p.lang
{
  font-size:10px;
  color:#8C8C8C;
  text-align:right;
  margin-top:25px;
}

p.lang a
{
  color:#7C7C7C;
}

p.lang a:hover
{
  color:#FFFFFF;
}

/* FancyBox  */
a.galleryBox
{
  outline:none;
  margin:7px;
}

a.youtube
{
  outline:none;
}

div.thumb
{
  padding-bottom:15px;
}


div.logoFriend a
{
  margin: 0px 5px;
  outline:none;
}

