/* -- main styles -- */

*
{
  font-size: 12px;
  font-family: helvetica, verdana, sans-serif;
}

img
{
  border: 0;
  padding: 0;
  margin: 0;
}

body
{
  /*background-color: #e9e9f1;*/ /* jakis taki niebieskawy... */
  background-color: #f3efe6;
  margin-top: 10px;
}

div
{
  border: 0;
  margin: 0;
}

.ni
{
  text-indent: 0;
}

#container
{
  text-align: justify;
  width: 820px;
  margin: 0 auto 0 auto;
  padding: 0;
}

#top
{
  width: 820px;
  margin: auto;
  padding: 0;
  display: inline;
  clear: both;
}

/* -- menu divs -- */

/* container */
#menu 
{
  float: left;
  display: inline;
  width: 150px;
  margin: 0;
  margin-left: 20px;
}

/* links */
#navigate
{
  margin: 0;
  background-color: #d3c5a8;
  padding: 2px;
  padding-top: 10px;
}

/* footer */
#mfooter
{
  float: left;
  display: inline;
  width: 150px;
  margin: 0;
}

/* -- content div(s) -- */

#content
{
  width: 620px;
  float: right;
  margin: 0;
  margin-right: 20px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #e8e1d1;
  height: auto !important;
  height: 300px; /* IE6? */
  min-height: 300px;
  display: inline;

  padding-top: 10px;
} 

/* -- footer -- */

#footer
{
  float: right;
  clear: both;
  margin-right: 20px;
  width: 630px;
  background-image: url(../graf3/footer.gif);
  height: 20px;
}

/* -- menu styles -- */

#navigate ul
{
  padding: 0;
  margin: 0;
}

#navigate li
{
  list-style-type: none;
  display: block;
  width: 100% !important;
  width: 142px; /* IE6 */
  padding: 0;
  padding-left: 4px;
  text-align: center;
  background: url(../graf3/menu-el0.gif) no-repeat bottom center;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 13px;
  color: inherit;
  font-style: italic;
}

#navigate li:hover
{
  background-color: #e1d0ae;
}

#navigate a
{
  font: inherit;
  color: inherit !important;
  color: black;
  text-decoration: none;
}

#navigate a:hover
{
  text-decoration: underline;
}

#navigate .s_title
{
  background-color: #c3ad7f;
  background-color: #9f8a5f;
  width: 100% !important;
  width: 139px; /* IE6 */
  padding: 2px;
  padding-left: 5px;
  text-align: left;
  color: #f3efe6;
  margin: 0;
  margin-bottom: 2px;
  font-size: 12px;
  /*font-weight: bold;*/
}

/* -- content styles -- */

#content div.image_left, div.image_right, div.image
{
  height: auto;
  width: auto;
  background-color: white;
  border: 1px solid black;
  display: block;
  padding: 3px;
  margin: 3px;
}

#content div.image_left
{
  float: left;
}

#content div.image_right
{
  float: right;
}

#content div.image
{
  float: left;
  margin-left: auto;
  margin-right: auto;

}

#content p.s_title
{
  width: 97%;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 5px;
  padding: 3px;

  background-color: #a2803a;
  color: white;

  font-size: 14px;
  font-weight: bold;

  /* not to inherit from p */
  text-indent: 0;
  text-align: left;
}

#content p
{
  text-align: justify;
  text-indent: 15px;
  font-size: 12px;
}

#content .ni
{
  text-indent: 0px;
}

#content a, a:visited
{
  color: blue;
}

#content a:hover
{
  color: black;
}

#content a.old_graph, a.old_graph:visited
{
  font-family: helvetica, verdana, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  color: black;
  border: 1px solid black;
  padding: 2px;
  margin-top: 105px;
  clear: both;
  float: none;
  display: inline;
} 

#content a.old_graph:hover
{
  text-decoration: underline;
}

#content .naglowek2
{
  font-weight: bold;
  font-size: 14px;
}
