/* Experiments Global CSS */

* { 
  margin: 0; 
  padding: 0; 
}
body#exp_body { 
  background: #b7e6f5 url(trawa.png) repeat-x fixed bottom;
  font-family: 'Century Gothic', 'Trebuchet MS', Arial, sans-serif; 
  font-size: 100.1%; 
  color: #333;
  padding: 15px;
  text-align: center;
}
#exp_header {
  background: #a7d8a1; /* kolor bez przezroczystosci dla IE */
  background: rgba(167, 216, 161, 0.6); /* czwarty parametr to przezroczyste tlo diva */
  /* http://www.potnijmy.pl/garnitury-srodkowa-czesc-i-przezroczyte-boxy */
  text-align: left;
  padding: 13px 15px 13px 15px;
  margin: auto auto 15px auto;
  border: 1px solid #000;
  position: relative;
  z-index: 3;
}
h1#exp_h1 {
  color: #690;
  font-weight: normal;
  padding-bottom: 10px;
  font-size: 1.6em;
}
p#exp_p {
  padding-bottom: 10px;
  width: 70%;
  font-size: 0.9em;
}
p#exp_copyline {
  margin-top: 5px;
  text-align: center;
  font-size: 0.75em;
  color: #000;
}
h1#exp_h1 a.exp_a {
  text-decoration: none;
  display: block;
  width: 70%;
}
a.exp_a { 
  background: transparent;
  border: 0;
  color: #690;
}
a.exp_a:hover {
  text-decoration: none;
  color: #000;
}
a.exp_a:focus, a.exp:active, p#exp_copyline a:focus, p#exp_copyline a:active {
  background-color: #8cc63f;
}
#exp_content { 
  background: #a7d8a1; /* kolor bez przezroczystosci dla IE */
  background: rgba(167, 216, 161, 0.3); /* czwarty parametr to przezroczyste tlo diva */
  border: 1px solid #000;
}
p#exp_copyline a {
  color: #fff;
}
p#exp_copyline a:hover {
  color: #ffc;
  text-decoration: none;
}
p#exp_copyline a:focus, p#exp_copyline a:active {
  background-color: #ffc;
  color: #000;
}
.yes { 
  display: inline; 
}
.no { 
  display: none; 
}
img, a img {
  border: 0;
}
/* End */


/* For experiment page only */
#exp_content {
  margin: auto;
  text-align: center; 
  padding: 40px 40px 43px 4%;
  height: auto;
  font-size: 0.9em;
  color: #000;
}

/* demo list styles */

ul.cpl {
  margin: auto;
  width: 220px; /* 200px */
  list-style-type: none;
  text-align: center;
}

/* to center the list, except IE6 */

ul.cpl li {
  margin-left: -25px;
}

/* re-center text in IE6 */

* html ul.cpl li {
  margin-left: 0;
}

h2 { 
 text-align: center;
 color: #444;
 margin-left: -25px;
 padding-bottom: 10px;
 font-weight: normal;
}

* html h2 { 
 margin-left: 0;
}

/* actual experiment styles */

ul.cpl a {
  width: 220px; /* 200px */
  height: auto;
  display: block;
  border: 2px outset #690;
  text-decoration: none;
  background-color: #690;
  color: #eee;
  font-weight: bold;
  padding: 3px 10px;
  outline: 0;
  cursor: pointer;
}

ul.cpl a:hover, ul.cpl a:focus {
  border: 2px outset #537800;
  background-color: #537800;
  color: #fff;
}

ul.cpl a:active {
  border: 2px inset #27470e;
  background-color: #27470e;
  color: #999;
  padding: 2px 11px 4px 9px;
}

ul.cpl a.cpl-on, ul.cpl a.cpl-on:hover, ul.cpl a.cpl-on:focus, ul.cpl a.cpl-on:active {
  border: 2px outset #27470e;
  background-color: #27470e;
  color: #ffee00;
  cursor: default;
  text-transform: uppercase;
  padding: 3px 10px;
}

ul.cpl a.cpl-other {
  border: 2px outset #1295e8;
  background-color: #1295e8;
  color: #b7e6f5;
  cursor: default;
  text-transform: uppercase;
  padding: 3px 10px;
}

ul.cpl a.cpl-other:hover, ul.cpl a.cpl-other:focus {
  border: 2px outset #1082cb;
  background-color: #1082cb;
  color: #fff;
}

ul.cpl a.cpl-other:active {
  border: 2px inset #0e3a47;
  background-color: #0e3a47;
  color: #999;
  padding: 2px 11px 4px 9px;
}
/* For experiment page only End */

.transparent {
  filter:alpha(opacity=60); 
  -moz-opacity: 0.6; 
  opacity: 0.6; 
}
.nowrap {
  white-space: nowrap;
}
#ltree {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#lisek {
  position: fixed;
  left: 70px;
  bottom: 0;
  z-index: 2;
}
#drogowskaz {
  position: fixed;
  right: 140px;
  bottom: 0;
  z-index: 5;
}
#rtree {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 4;
}
#sowa {
  position: fixed;
  right: 108px; /* 112px */
  bottom: 146px; /* 155px */
  z-index: 5;
}
#sarenka {
  position: fixed;
  right: 16%;
  bottom: 0;
  z-index: 6;
}