/* *****************************************************

   HIK eText tankönyvgyűjtemény - CSS v0.1
   (C) 2004 Educatio Kht.
   http://www.hik.hu/tankonyvpalyazat/


   ***************************************************** */
.footnote p { text-indent: -30px; padding-left: 50px; margin-left: 0px;}
div.figure img { border: 1px solid #000; }
body {
  background-color: #fff;
  color: #000;
  margin: auto;
  padding: 0;
  width: auto;
  text-align: justify;
}

/* sect1 */
h2 {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 125%;
  font-weight: bold;
  text-decoration: none;
  color: #339;
  background-color: #eee;
  margin: 15px 0 15px 0;
  padding: 12px 15px 12px 15px;
}
p {
  font: 12px/18px Verdana, Arial, Helvetica, Sans-Serif;
  margin: 0 15px 6px 15px;
}


body, p, td, li, dt, dd {
  font: 12px/18px Verdana, Arial, Helvetica, Sans-Serif;
}




/* docbook: <imageobject> */
img {
  margin: 0;
  padding: 0;
  border: 0;
}


/* docbook: <emphasis> */
em {
  font-style: italic;
}


/* sect2 */
h3 {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  color: #a55;
  background-color: #fefefe;
  padding: 0 0 0 15px;
}


/* sect3 */
h4 {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
  color: #009;
  background-color: #fefefe;
  padding: 0 0 0 15px;
}


/* sect4 */
h5 {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 100%;
  font-weight: bold;
  text-decoration: italic;
  color: #009;
  background-color: #fefefe;
  padding: 0 0 0 15px;
}



/* ****************************************************** 

   docbook tag-eknek megfelelő formázások		
   http://www.docbook.org/tdg/en/html/docbook.html	

   ****************************************************** */

.mediaobject {
  text-align: center;
}

.calloutlist, .figure, .table, .revhistory {
  margin: 15px 30px 15px 30px;
}

.revhistory { width: 100%;}

.itemizedlist, .variablelist {
  margin: 15px 30px 15px 15px;
}
.blockquote {
  margin-bottom: 30px;
}

.blockquote p, .blockquote td {
  font: 12px/18px Verdana, Arial, Helvetica, Sans-Serif;
  font-weight: 450;
}


.epigraph {
  margin-bottom: 30px;
}

.epigraph p, .epigraph td {
  font: 10px/14px Verdana, Arial, Helvetica, Sans-Serif;
  font-weight: 600;
}



#customheader, #customfooter {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 80%;
  line-height: 200%;
  text-align: left;
  vertical-align: middle;
  color: #000;
  background-color: #fff;
  border-bottom: 2px dashed #005;
  padding-bottom: 5px;
}

#customfooter { 
  margin-top: 15px;
}

.customheadertext {
  font: 14/18px Arial, Tahoma, sans-serif;
  font-weight: bold;
}

.navfooter table, .navheader table {
  background-color: #eef;
}

.navfooter a, .navheader a, .navfooter a:visited, .navheader a:visited {
  color: #000;
  text-decoration: underline;
  font-weight: normal;
  background: transparent;
}

.navfooter a:hover, .navheader a:hover, .navfooter a:visited:hover, .navheader a:visited:hover {
  color: #000;
  text-decoration: none;
  background-color: #ffe;
}

.navheader th, .navheader td, .navfooter th, .navfooter td {
  font-size: 11px;
  font-weight: 450;
}

.navheader hr, .navfooter hr { /* hik sárga: #ff4e10, 255,78,16 */
  height: 1px;
  color: #00a;
  padding: 0;
  margin: 0;
}

.toc, .list-of-figures, .list-of-tables, .list-of-examples, .list-of-equations {
  margin: 15px 30px 15px 15px;
}

.toc p, .list-of-figures p, .list-of-tables p, .list-of-examples p {
  margin: 0;
}

.figure {
  margin: 5px 5px 5px 5px;
  padding: 0;
  border: 0;
  text-align: center;
}

.figure p, .table p, .example p {
  font-size: 80%;
}

acronym {
      border-bottom: 1px dashed #00cc00;
      cursor: help;
}

div.note, div.important, div.warning, div.caution, div.tip {
  padding: 0px 15px 0px 0px;
}

div.note th, div.important th, div.warning th, div.caution th, div.tip th {
  font: 12px/18px Verdana, Arial, Helvetica, Sans-Serif;
  font-weight: 600;
  text-decoration: underline;
  text-align: left;
}

.note p, .important p, .warning p, .caution p, .tip p {
  margin: 0;
}

.note img, .important img, .warning img, .caution img, .tip img {
  margin: 0px 15px 0px 15px;
}

pre.programlisting {
  font-family: "Courier New", Courier, Monospace;
  color: #000;
  background-color: #eee;
  margin: 0;
  border: 1px dotted #ddd;
  padding: 6px 6px 6px 6px;
}



/* ********************************************

   címoldal

   ******************************************** */

h1 {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 150%;
  font-weight: 600;
  line-height: 250%;
  text-align: center;
  color: #009;
  background-color: #efefef;
  margin: 15px 0 15px 0;
  padding: 0;
  border-bottom: 1px solid #aaa;
}

h2.subtitle {
  text-align: center;
  background: transparent;
}

/* author h3 */
h3.author {
  font: 16px/18px Georgia, Times, serif;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #000;
  background-color: #eaefef;
  margin: 0 15px 15px 15px;
  padding: 5px 0 5px 0;
  border: 0;
  border-top: 1px dashed #aaa;
  border-bottom: 1px dashed #aaa;
}

.copyright, .pubdate {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 90%;
  text-align: center;
  margin: 15px 15px 15px 15px;
  padding: 0;
  border: 0;
}

div.legalnotice {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 90%;
  color: #000;
  background: transparent;
  margin: 10px 45px 10px 45px;
  padding: 5px 5px 5px 5px;
  border: 1px solid #aaa;
/* ****************************************************** 

   változtatások

   ****************************************************** */

}
p.jobb {
text-align: right;
}
p.alatta {
  margin-left: 30px;
  font-size: 90%;
}  
p.be {
 text-indent: 1em
}

div.informaltable td {
border-style: none;
border-width: 0pt;
}
div.table td  {
border-collapse: collapse;
border-style: solid;
border-width: 1px;
}