/*  Wartosci dla styli */
/*
  <style type="text/css">
*/
    #navigation { color:maroon; float:left; width:30em; height:50em; overflow:auto; font-size:10px }
    #header { position:absolute;
              height:1.8em;
              width:49.5em;
              border:1px solid blue;
              margin:0px 0px 0px 10px;
              color:#0000ED; background:#E8E8E8;
              line-height:1.8em;
              border-top:1px solid #e4d9c0;
              border-right:1px solid #99917d;
              border-bottom:1px solid #99917d;
              border-left:1px solid #e4d9c0;
              text-align:center;
              font-size:1.2em;
            }

    #nav    {
              position:absolute;
              color:green; background:#f4f4f4;
              float:left;
              width:120px; height:400px;
              padding:0.8em 0.8em 0.8em 0.8em;
              margin:5em 10px 0 10px;
              line-height:1.2em;
              border-top:1px solid #e4d9c0;
              border-right:1px solid #99917d;
              border-bottom:1px solid #99917d;
              border-left:1px solid #e4d9c0;
              overflow:auto;
              z-index: 1;
              font-size:1em
            }
   #con     {
              position:absolute;
              color:black;
              background:#fafaf5;
              font-family:Times, "Times New Roman", serif;
              line-height:1.1em;
              padding:1em 1em 2em 2em;
              margin:2.0em 2em 2em 10.0em;
              width: 620px;  height:540px;
              border-top:2px solid #837c6b;
              border-right:2px solid #e4d9c0;
              border-bottom:2px solid #e4d9c0;
              border-left:2px solid #837c6b;
              overflow:auto;
              font-size:1.2em
            }
   #conx     {
              position:absolute;
              color:black;
              background:#fafaf5;
              font-family:Times, "Times New Roman", serif;
              line-height:1.1em;
              padding:1em 1em 2em 2em;
              margin:2.0em 2em 2em 10.0em;
              width: 620px;  height:540px;
              border-top:2px solid #837c6b;
              border-right:2px solid #e4d9c0;
              border-bottom:2px solid #e4d9c0;
              border-left:2px solid #837c6b;
              overflow:auto;
              font-size:1.2em
            }
    #foot   {
              position:absolute;
              margin:610px 0px 0px 10px;
              height:2em;
              width:59.5em;
              border:none;
              text-align:center;
              color:#A0A0A0;
              line-height:2em;
              font-size:1em;
              // border:1px solid #D0D0D0;
            }

    #statut
            {
              position:absolute;
              margin:29.5em 0px 0px 10px;
              height:4em;
              width:11em;
              border:1px solid #D0D0D0;
              padding:1em;
              color:#A0A0A0;
            }
    #foot > p { line-height:70%; font-size:70% }
    #statut > p { line-height:120%; font-size:80% }

    #con > div.opis { color: navy }

    #con > div.opis > p  { font-size: 14px; font-family: Times, "Times New Roman", serif; }

    #con > div.cwicz { color: navy }

    #con > div.cwicz > p  { font-size: 14px; font-family: Times, "Times New Roman", serif; }
    #con > div.cwicz  li  { font-size: 14px; font-family: Times, "Times New Roman", serif; }

    OL.poz1 { list-style-type: upper-latin; padding-left:15px  }

    h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
       }

    h1 { font-size: 18px; font-family: Times, "Times New Roman", serif; font-weight: bold; }
    h2 { font-size: 16px; font-family: Times, "Times New Roman", serif; font-weight: bold; }

    pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #EEEEEE;
/*	background-color: #f9f9f9;     */
	line-height: 1.4em;
	font-size:12px;
	font-family: arial, serif;
       }


/* ---------- table of contents ------------------- */

div.toc {
  margin-left: 2em;
  margin-top: 1.2em;
  margin-bottom: 0;
  float:right;
  width: 220px;
  font-size: 80%;
  clear:both;
}

div.tocheader {
  padding: 3px;
  border: 1px solid #8cacbb;
  background-color: #dee7ec;
  text-align: left;
  font-weight:bold;
  margin-bottom: 2px;
}

div.toctoggle {
  float:right;
  margin-top:0.3em;
  margin-right:3px;
}

div.toctoggle img {
  width:0.8em;
  height:0.8em;
  border:none;
}

#tocinside {
  border: 1px solid #8cacbb;
  background-color: #ffffff;
  text-align: left;
  padding-top: 0.5em;
  padding-bottom: 0.7em;
}

ul.toc {
  list-style-type: none;
  list-style-image: none;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}

ul.toc li {
  background: transparent url(images/tocdot2.gif) 0 0.6em no-repeat;
  padding-left:0.4em;
}

ul.toc li.clear {
  background-image: none;
  padding-left:0.4em;
}

a.toc {
  color: #436976;
  text-decoration:none;
}

a.toc:hover {
  color: #000000;
  text-decoration:underline; 
}

dd { padding-left:20px;  }
dt { padding-left:20px; font-weight : bold; ; }

/*  --  Tree -- */

   .trigger{
      cursor: pointer;
      cursor: hand;
      display: block;
   }
   .branch{
      display: none;
      margin-left: 16px;
   }