html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

* {
  margin:0px auto;
  padding:0;
}

body {
  background-color: #222222;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
}


div#shim {
  visibility: hidden;
  width: 100%;
  height: 50%;
  margin-top: -318px;
  float: left;
}
 
div#wrapper {
  width: 990px;
  height: 635px;
  clear: both;
  position: relative;
  top: -318px;
  /* IE4ever Hack: Hide from IE4 **/
  position: static;
  /** end hack */
}

div#top {
  position:relative;
  width:980px;
  height:21px;
  padding: 54px 10px 0px 0px;
  background-color: White;
  background-image:url('/gfx/studiokwadratpl.png');
  background-repeat: no-repeat;
  background-position: top left;
  font-size: 10px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  z-index:10;
}

div#top ul {
  float: right;
  font-size: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

div#top ul li {
  float: left;
  margin-left:45px;
  list-style-type: none;
  position: relative;
}

div#top ul li a {
  font-size: 11px;
  height: 15px;
  padding: 3px 10px 3px 10px;
  color: Black;
  text-decoration: none;
  display: block;
  float: left;
}

div#top ul li span { /*--Drop down trigger styles--*/
  padding: 0;
  margin: 0;
  width: 10px;  
  height: 15px;  
  float: left;
  background: url('/gfx/subnav_btn.gif') no-repeat center top;  
}

div#top ul li span.subhover {
  background-position: center bottom; 
  cursor: pointer;
} 

div#top ul li a:hover {
  background-color: #DDDDDD;
}

ul.subnav {	
  padding: 0;
  position: absolute;
  left: -45px;
  top: 22px;
  list-style: none;
  display: none;
}
		
ul.subnav li {
  padding: 0;
  margin: 0;
  float: none;
  display: inline;
  clear: both;
}
		
ul.subnav li a {
  width: 60px;
	background: #FFFFFF;
	border: 1px solid #555555;
	margin-top:-1px;
}
		
ul.subnav li a:hover {	
  background: #DDDDDD;
}

div#box {
  width:990px;
  height:560px;
  background-color:#FFFFFF;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
}

div#box2 {
  color: Black;
  width: 970px;
  height: 545px;
  border: 1px solid Black;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  z-index:1;
}
div#box22 {
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  z-index:2;
}

div#box3 {
  width: 970px;
  height: 545px;
  margin-top: -547px;
  padding:0;
  z-index:3;
}

div#text {
  background: #FFFFFF;
  filter:alpha(opacity=80);
	opacity:0.80;
	width: 300px;
	height: 405px;
	font-size: 12px;
	float: left;
	padding: 15px;
	margin-top: 55px;
	margin-left: 30px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  z-index: 8;
}

div#text a{
  color: Black;
  text-decoration:none;
}

div#text a:hover{
  text-decoration:underline;
}

div#text ul {
  padding-left:25px;
}

div#gallery_nav {
	font-size:80px;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: -545px;
	width: 910px;
	position:relative;
	height:545px;
	z-index: 8;
}

div#gallery_left {
  filter:alpha(opacity=60);
	opacity:0.60;
  margin-top: 200px;
	float:left;
}

div#gallery_right {
  filter:alpha(opacity=60);
	opacity:0.60;
  margin-top: 200px;
	float: right;
}

div#gallery_nav a {
  color: #FFFFFF;
  text-decoration: none;
}

div#gallery_nav img {
  border:0;
}

div#licznik{
  font-size:30px;
  position: absolute;
  bottom: 5px;
  right: 0px;
  background: White;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  padding:3px;
  color: Black;
  filter:alpha(opacity=60);
	opacity:0.60;
	line-height:30px;
	z-index: 8;
}

div#text h1 {
  font-size:16px;
  font-weight: bold;
  padding-bottom: 5px;
}

div#text p {
  padding-left: 5px;
  padding-bottom: 5px;
}

div#footer {
  font-size: 10px;
  font-weight: bolder;
  color: #DDDDDD;
  width:970px;
  text-align: right;
  padding: 2px,2px,2px,2px;
  margin-right:5px;
  height:15px;
  float:right;
  }
div#loading {
  float: left;
  font-size: 10px;
  font-weight: bolder;
  color: #444444;
  display:none;
}