body, div, h1, h2, h3, p, ul, img { margin: 0; padding: 0; }

/*__________Basics__________*/
body {
	background: rgb(225, 221, 212) url("../images/bg04.jpg") repeat scroll;
	background: rgb(225, 221, 212) url("../images/bg04.jpg") repeat fixed;
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	/* font-family: Geneva, Arial, Helvetica, sans-serif; */
	font-size: 14px;
	text-align: center;
	padding: 20px 0;
	color: rgb(66, 30, 10);
}

a, a:link, a:visited { color: navy; }
a.silent, a.silent:link, a.silent:visited { color: rgb(66, 30, 10); text-decoration: none; }
a:focus, a:hover, a.silent:focus, a.silent:hover { color: blue; text-decoration: underline; }
a:active, a.silent:active { color: red; }
a img {
  border: 1px solid navy;
}

.accesskey { text-decoration: underline; }

h1 {
  text-align: center;
  padding: 0.2em;
	font-size: 150%;
	font-weight: bold;
}

/*_____Global_Container_____*/
#pg_container {
	position: relative;
  margin: 0 auto;
  width: 770px;
  text-align: left;
}

/*__________Header__________*/
#pg_header, #pg_header_i {
  margin: 0 auto;
  background: rgb(245, 245, 237);
  border-bottom: 1px solid rgb(66, 30, 10);
}

#pg_header_i h1 {
  letter-spacing: 0.2em;
	font-size: 200%;
}

/*_______Main_Content_______*/
#pg_main {
  padding: 15px 0;
  /* border: 1px dashed red; */
  background: rgb(245, 245, 237);
}

.sp {
  float: right;
  /* padding: 50px; */
  /* border: 1px dashed yellow; */
  padding: 0 20px 0 10px;
}
.sn {
  float: left;
  width: 300px;
  /* border: 1px dashed blue; */
  padding: 0 10px 0 20px;
}
.sn h1 {
  margin-bottom: 0;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}
.sn h1 .author {
  display: block;
  margin-bottom: 1em;
  text-align: left;
  font-size: 90%;
  font-weight: normal;
}
.sn h1 .subtitle {
  display: block;
  /* margin-bottom: 1em; */
  text-align: center;
  font-size: 90%;
  font-weight: normal;
}
.sn h2 {
  margin-bottom: 1em;
  text-align: center;
  font-size: 90%;
  font-weight: normal;
}
.sn h3 {
  margin-bottom: 1em;
  text-align: right;
  font-size: 80%;
	font-style: italic;
  font-weight: normal;
}
.sn h3 a, .sn h3 a:link, .sn h3 a:visited {
	color: rgb(66, 30, 10);
	text-decoration: none;
}
.sn h3 a:focus, .sn h3 a:hover {
  color: blue;
  text-decoration: underline;
}
.sn h3 a:active {
  color: red;
}
.sn ul {
  margin-bottom: 1em;
  margin-left: 1em;
}
.sn p {
  margin-bottom: 1em;
  text-align: justify;
}
.sn p.btn {
  margin-top: 0;
  text-align: center;
}
.postsn {
  clear: both;
  height: 0;
  max-height: 0;
  line-height: 0;
}

div.read {
  padding: 0 20px;
}

div.read p {
  margin-bottom: 0.5em;
  text-align: justify;
}
div.read p.btn {
  margin: 1em 0;
  text-align: center;
}

div.read h1 {
  margin-bottom: 0;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}
div.read h1 .author {
  display: block;
  margin-bottom: 1em;
  text-align: left;
  font-size: 90%;
  font-weight: normal;
}
div.read h1 .subtitle {
  display: block;
  /* margin-bottom: 1em; */
  text-align: center;
  font-size: 90%;
  font-weight: normal;
}
div.read h2 {
  margin-bottom: 1em;
  text-align: center;
  font-size: 90%;
  font-weight: normal;
}


.gombok {
  padding: 15px 0 0 0;
  text-align: center;
}

/*__________Footer__________*/
#pg_footer {
  clear: both;
	border-top: 1px dashed rgb(127, 127, 127);
	text-align: right;
  background: transparent;
	font-size: 70%;
	font-style: italic;
}

.button {
    /* margin: 0; padding: 1px 0 0 0; */
    background-color: rgb(199,178,153);
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    border-color: rgb(66, 30, 10);
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 80%;
    font-weight: bold;
    color: rgb(66, 30, 10);
}
a.button:link    { text-decoration: none; color: rgb(66, 30, 10); }
a.button:visited { text-decoration: none; color: rgb(66, 30, 10); }
a.button:hover   { text-decoration: none; color: rgb(66, 30, 10); }


#nkep {
  width: 730px;
  height: 580px;
  margin: 0 auto;
	overflow: hidden;
	background: transparent url('../images/szoba05.jpg') no-repeat;
  text-align: center;
}
#nkep p {
  padding: 0 100px;
  margin-bottom: 1em;
  text-align: justify;
}
#covers p {
  text-align: center;
}
#covers p.coverpx {
  margin: 0 20px 0;
}
#covers p.titles {
  margin: 0 20px 0.5em;
}
#covers p.btns {
  margin: 1em 20px 0;
}
