/* MAIN */

body
{ background: #000;
  font-family: 'Georgia';
  font-size: 12px;
  color: #fff;
  margin: 0px;
  padding: 0px;
  text-align: center; }

img
{ border: 0px;
  display: block; }
  
h1
{ font-size: 12px;
  padding: 0;
  margin: 0;
  display: inline-block;
  filter: alpha(opacity=80)
	-moz-opacity: 0.8;
	opacity: 0.8; }
	
h2
{ font-size: 16px;
  padding: 0;
  margin: 0; }
  
#main
{ width: 760px;
  margin: auto; }

#top
{ height: 129px; }
  
#left
{ width: 249px; 
  float: left; }
#right
{ width: 510px;
  float: left;
  text-align: center; }

#c_bg
{  }
  
/* LEFT */

#menu_bg
{ height: 214px;
  background: url('gfx/bg_menu.gif') no-repeat; }
  
#menu
{ text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 29px;
  padding: 1px 0 0 85px; }
#menu a
{ text-decoration: none;
  color: #fff; }
#menu a:hover
{ color: #81cafd; }

#wazon
{ height: 461px;
  background: url('gfx/wazon.gif') no-repeat;
  z-index: 1; }
  
/* CONTENT */

#content
{ width: 455px;
  margin: auto;
  padding: 9px 0 0 5px;
  text-align: justify;
  line-height: 18px;
  background: url('gfx/bg_content.gif') top right no-repeat; }
#content a
{ text-decoration: none;
  color: #81cafd; }
#content a:hover
{ color: #34a9fa; }

.foto
{ font-size: 10px;
  color: #595858;
  float: left; }
.foto-text
{ color: #fff;
  position: absolute;
  filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
  z-index: 200; }
.foto img
{ border: 1px solid #4a4a4a;
  margin: 3px 0 0 0; }
  
.foto_sep
{ float: left;
  width: 25px; }
  
.h_sep
{ height: 10px }

.sep
{ height: 1px;
  line-height: 1px;
  font-size: 1px;
  background-color: #3c3b3b;
  width: 100%; }
  
/* CENNIK */

.szklo
{ background: url('gfx/bg_szklo.png');
  _background: none;
  _background-color: #1f85d0;  
  font-weight: bold;
  width: 148px;
  _filter: alpha(opacity=30); }

.cen
{ background: url('gfx/bg_cen.png');
  _background: none;
  _background-color: #e13a28;
  _filter: alpha(opacity=30);
	width: 128px;
  height: 25px; }
	
.dsplya
{ _position: absolute;
  width: 148px;
  text-align: center;
  padding-top: 35px; }
.dsplyb
{ _position: absolute;
  width: 150px;
  text-align: center;
  padding-top: 20px; }

.dsply2
{ _position: absolute;
  width: 128px;
  text-align: center;
  padding-top: 1px; }
  
/* COPYRIGHTS */

#copy
{ height: 24px;
  background: url('gfx/bg_copy.gif') no-repeat;
  padding-top: 4px;
  color: #2c2c2c; }
#copy a
{ text-decoration: none;
  color: #4a4a4a; 
  float: right;}
  
  #copy a img{
  	border: none;
  }
  	
#copy a:hover
{ color: #fff; }
  
/* CLEAR */
  
.clear
{ clear: both;
  line-height: 0px;
  height: 0px;
  font-size: 1px;
  width: 10px; }
