body {
	background-image: url(background.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: black;
	text-align: center;
	font-family: /*'Century Gothic',*/ 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 20px 0;
	font-size: 13px;
	color: white;
	line-height: 120%;
	}

p { 
  text-align: left;
  padding: 0 14px;
  }
  
.stopka p { 
  text-align: left;
  padding: 0 14px;
  }  

.stopka b { 
  font-weight: normal;
  text-align: left;
  color: #666;
  padding: 0 14px;
  }   

.miniatury img {
  padding: 1px 2px;
  border-color: white;
  line-height: 0;
}

.catalog_table table {
  border-collapse: separate;
  border-width: 0;
  }

.podstawowe {
	width: 950px;
	_width: 950px; /* IE Hack */
	padding: 5px 0 5px;
  margin: 0 auto;
  border:solid 1px white;

  }

.menu_gorne, .menu_gorne a {
  text-align: right;
  font-size: 10px;
  color: gray;
  padding: 5px 10px;
}

.menu_gorne a:hover, a:hover {
  text-decoration: underline; 
  color: white;
}

.menu_glowne {
  text-align: right;
  padding: 0 14px;
  }

.menu_glowne a {
  color: silver;
  }

/*.menu_glowne a:hover {
  color: red;
  }*/

.naglowek {
  font-size: 18px;
  text-align: right;
  color: black;
  padding: 0 14px;
 }

.strona-tytulowa {
  line-height: 0px;
 }

.logo {
  position:relative; left:-350px
}

.komunikat {
  text-align: left;
  position:relative; left:550px;
}

.numer_strony_spisu {}

h2 {
  font-family: 'Century Gothic', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-align: left;
  padding: 0 18px;
  font-size: 30px;
  line-height: 150%
  }
  
h1 {
  font-family: 'Century Gothic', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-align: right;
  padding: 0 14px;
  font-size: 30px;
  line-height: 150%
  }  


a {
	text-decoration: none;
	text-align: left;
	color: white;
}

a img {
  border-style: none;
  }

input[type=text], textarea, input[type=password] {
	font: 1em Verdana, Arial, Helvetica, Sans-Serif;
	padding: 3px;
	color: #777;
	}

input[type=text]:focus, textarea:focus, input[type=password]:focus {
	background: #fff;
	color: #333;
	border-color: #666;
	}