html {
  background-image: url('../gfx/bg.jpg');
  background-color: #e4ca99;
}

body {
  background-image: url('../gfx/tree.gif');
  background-position: top center;
  background-attachment: fixed;
  color: #40382b;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 0.75em;
  line-height: 170%;
  margin: 30px 0 50px 0;
  padding: 0;
  text-align: center;
}




a {
  color: #804032;
}

a:visited {
  color: #7f7155;
}

p {
  margin: 0 0 1em 0;
}




div.bullet {
  height: 16px;
  background-color: none;
  border: 0;
  margin: 0 0 1em 0;
  background-image: url('../gfx/bullet.gif');
  background-position: center;
  background-repeat: no-repeat;
}




#kontener {
  width: 960px;
  margin: 0 auto 0 auto;
  text-align: left;
}

#uklad_prawa {
  width: 780px;
  float: right;
}

#uklad_lewa {
  width: 150px;
  float: left;
  color: #7f7155;
  font-size: 0.9em;
  line-height: 150%;
	padding: 0 0 20px 0;
}

#uklad_zawartosc {
  width: 506px;
  float: left;
	padding: 0 0 30px 0;
}

#uklad_zawartosc p, #uklad_zawartosc ol, #uklad_zawartosc ul {
	text-align: justify;
}

#title {
	width: 960px;
	height: 49px;
  background-image: url('../gfx/title_960b.png');
	background-repeat: no-repeat;
	margin: 0 0 25px 0;
}

#title a {
	text-decoration: none;
	display: block;
	width: 960px;
	height: 49px;
	line-height: 0;
}

#ksiazki {
	width: 506px;
	height: 102px;
  background-image: url('../gfx/ksiazki.jpg');
	background-repeat: no-repeat;
	margin: 0 auto 24px auto;
}

#ksiazki a {
	text-decoration: none;
	display: block;
	width: 506px;
	height: 101px;
	line-height: 0;
}

table.okladki, table.poczet {
	width: 100%;
	margin-bottom: 1em;
}

table.okladki a, table.poczet a {
	text-decoration: none;
}

img.ilustracja {
	width: 140px;
	height: 140px;
	float: left;
	padding: 2px;
	margin: 0 10px 0 0;
	border: 1px solid #7f7155;
}

iframe {
	margin: auto;
	padding: 2px;
	border: 1px solid #7f7155;
}

.koniec_tresci_wlasciwej {
	clear: left;
}

table.okladki td, table.poczet td {
	width: 25%;
	vertical-align: top;
	text-align: center;
	font-size: 0.9em;
	line-height: 120%;
	padding: 2px 2px 5px 2px;
}

table.okladki a img {
	width: 114px;
	height: 161px;
	padding: 2px;
	border: 1px solid #7f7155;
}

table.poczet a img {
	width: 114px;
	height: 114px;
	padding: 2px;
	border: 1px solid #7f7155;
}

table.okladki a:hover img, table.poczet a:hover img {
  border: 1px solid #bfa980;
}

#uklad_zawartosc ul {
	list-style-image: url('../gfx/bullet_list.gif');
	margin: auto 0 1em 0px;
	padding: 0 0 0 18px;
}

#uklad_zawartosc ol {
	margin: auto 0 1em 0px;
	padding: 0 0 0 20px;
}

#uklad_zawartosc ol ul, #uklad_zawartosc ol ol {
	margin: auto 0 0 0;
}

#uklad_zawartosc ol ol blockquote ul {
	margin: auto 0 1em 0px;
}

#uklad_zawartosc ul li {
	padding: auto auto auto 18px;
}

#flagi {
	width: 34px;
	float: right;
}

#flagi a {
	text-decoration: none;
}

#flagi a img {
	border: 1px solid #7f7155;
	width: 32px;
	height: 20px;
}

#uklad_okladki {
	width: 246px;
	float: right;
	padding: 0 0 20px 0;
}

#uklad_okladki h2 {
  color: #7f7155;
  font-weight: normal;
  font-size: 1.7em;
  line-height: 0.9em;
  letter-spacing: -1px;
	border-bottom: 1px solid #7f7155;
	margin-bottom: 0;
}

#biezaca_okladka {
	padding: 20px 0 20px 0;
  border-right: 1px solid #7f7155;
}

#biezaca_okladka a {
	text-decoration: none;
}

#biezaca_okladka a img {
	width: 220px;
	height: 311px;
	padding: 2px;
	border: 1px solid #7f7155;
}

#biezaca_okladka.przezroczysty a img {
	opacity: 0.5;
}

#biezaca_okladka a:hover img {
  border: 1px solid #bfa980;
  opacity: 1;
}

#stopka {
	clear: both;
	background-color: #bfa980;
	color: #7f7155;
	font-size: 0.9em;
	padding: 5px 10px;
}



#menu {
  height: 52px;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu ul li {
  display: block;
  float: left;
  margin: 0 13px 0 0;
}

#menu ul li.last_pos {
  margin: 0;
}

#menu ul li a {
  display: block;
  width: 126px;
  text-align: center;
  padding: 0.5em 0 0.5em 0;
  background-color: #804032;
  color: #e4ca99;
  text-decoration: none;
  font-weight: bold;
}

#menu ul li a.active_current, #menu ul li a.active:hover {
  background-color: #423929;
}

#menu ul li a.active {
  background-color: #7f7155;
}

#menu ul li a.active_current, #menu ul li a.active, #menu ul li a:hover {
  background-image: url('../gfx/menub.gif');
  background-position: center;
  background-repeat: no-repeat;
}



a.logo {
  display: block;
  width: 150px;
  height: 137px;
  border: 0;
  background-image: url('../gfx/lwy_off.png');
  margin: 5px 0 0 0;
}

a.logo:hover {
  background-image: url('../gfx/lwy_on.png');
}


h1 {
  color: #7f7155;
  font-weight: normal;
  font-size: 2.2em;
  line-height: 0.9em;
  letter-spacing: -2px;
  border-bottom: 1px solid #7f7155;
  margin: 0 0 0.5em 0;
}

#uklad_zawartosc h2 {
  font-weight: normal;
  font-size: 1.8em;
  line-height: 0.9em;
  letter-spacing: -1px;
	text-align: center;
  margin-bottom: 0.5em;
}


h3 {
  color: #7f7155;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 0.9em;
  letter-spacing: -1px;
	margin-bottom: 0.25em;
}

h3.autor {
  color: #7f7155;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 0.9em;
  letter-spacing: 3px;
	text-transform: uppercase;
	background-color: #7f7155;
	padding: 3px 5px;
	color: #e4ca99;
	margin-top: -0.5em;
	margin-bottom: 1em;
}

.inicjal:first-letter {
  display: block;
  color: #804032;
  font-size: 3.3em;
  line-height: 1em;
  float: left;
  margin: auto 2px 0 0;
  font-weight: normal;
}

.return {
  border-top: 1px solid #7f7155;
  font-size: 0.9em;
  margin-top: 2em;
}

.return a {
  color: #7f7155;
  text-decoration: none;
	font-weight: bold;
}

.navi_strzalka {
	background-color: #7f7155;
	color: #e4ca99;
	padding: 4px 0px;
	font-weight: bold;
}

.biogram {
	font-size: 0.9em;
	border: 1px solid #bfa980;
	background-color: #d7bf91;
	padding: 1em;
}

.biogram + .biogram {
	margin-top: 1em;
}

.bannery {
	width: 150px;
}

.bannery a {
	display: block;
	text-decoration: none;
}

.bannery a img {
	border: 0;
	margin: 5px 0 5px 0;
	opacity: 0.5;
}

.bannery a:hover img {
	opacity: 1;
}

#wyszukiwarka {
	margin: 0 0 1.5em 0;
}

form {
	margin: 0;
	padding: 0;
}

input {
	background-color: #ebdfc8;
	border: 1px solid #bfa980;
	color: #7f7155;
	width: 140px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1em;
  padding: 2px;
  font-style: italic;
}

input.submit {
  background-color: #804032;
	border: 1px solid #804032;
	width: 30px;
  color: #e4ca99;
  font-weight: bold;
  font-style: normal;
}

#prev_next_issue {
	width: 224px;
}

.prev_issue, .next_issue {
  color: #7f7155;
  text-decoration: none;
	font-weight: bold;
  font-size: 0.9em;
	display: block;
}

.prev_issue span, .next_issue span {
	background-color: #7f7155;
	color: #e4ca99;
	padding: 4px 0px;
	font-weight: bold;
}

.prev_issue {
	float: left;
}

.next_issue {
	float: right;
}

.podswietl {
	background-color: #ffff00;
}

h2.bazy a {
	margin: 0 10px;
}

h2.bazy a:visited {
  color: #804032 !important;
}

h2.bazy a:hover {
  color: #7f7155 !important;
}
