.gorny	{
	position	:	absolute; 
	left		:	0px; 
	top		:	0px; 
	padding		:	5px; 
	font-size	:	small; 
	}

.lewy	{
	position	:	absolute; 
	left		:	0px; 
	top		:	65px; 
	width		:	200px; 
	padding-top	:	5px;
	}
	
.glowny	{
	position	:	relative;
	margin-left	:	195px; 
	margin-bottom	:	30px; 
	top		:	65px; 
	padding		:	20px; 
	padding-bottom	:	50px;
	background-color:	#FFFFFF;
	border		:	solid 1px #808080; 
	}
  
.lewy200px {
	margin-left	:	200px; 
	padding-right	:	40px; 
	font-size	:	small;
	}

body	{
	font-family	:	calibri, tahoma, verdana, arial, sans-serif;
	text-decoration	:	none; 
	background-color:	#F5F5DC;
	}  
	
h1, h2, h3, h4, h5, h6 {
	padding-top	:	10px;
	font-family	:	calibri, tahoma, verdana, arial, sans-serif; 
	}

a, a:active, a:visited, a:hover  {
	font-family	:	calibri, tahoma, verdana, arial, sans-serif; 
	text-decoration	:	none; 
	color		:	blue; 
	}

.wazne	{
	color		:	#8B4513; 
	font-family	:	calibri, tahoma, verdana, arial, sans-serif; 
	font-size	:	110%; 
	word-spacing	:	1px; 
	border-top	:	dashed 1px; 
	border-bottom	:	dashed 1px; 
	padding		:	10px; 
	line-height	:	1.8em;
	}

.przyklad {
	border-left	:	4px solid GrayText; 
	padding		:	5px;
	}

.interp {
	border-top	:	dotted 1px; 
	border-bottom	:	dotted 1px; 
	margin-bottom	:	20px;
	background-color:	beige; 
	padding		:	10px; 
	padding-bottom	:	10px;
	line-height	:	6em; 
	font		:	menu;
	}

.kod {
	background-color:	#F5F5F5; 
	margin-left	:	30px;
  	padding-top	:	8px;
  	padding-left	:	30px;
  	padding-right	:	5px;
  	padding-bottom	:	8px;
  	border-left	:	2px dotted GrayText;
  	color		:	black;
  	}

.pigulka {
	width		:	500px; 
	font-size	:	12px; 
	border		:	solid 1px #A05450; 
	background-color:	#F5F5DC; 
	padding		:	20px; 
	font-family	:	calibri, tahoma, verdana, arial, sans-serif; 
	text-align	:	left;
	}
	
.tdwart {
	font-weight	:	bold;
	color		:	#0000FF;
	word-spacing	:	1px;
	}

  #navcontainer 
  {
  background: #F5F5DC;
  width: 90%;
  margin: 0 auto;
  font-family: calibri, tahoma, verdana, sans-serif;
  font-size: small;
  text-align: center;
  text-transform: lowercase;
  }
  
  ul#navlist 
  {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  }
  
  ul#navlist li 
  {
  display: block;
  margin: 0px;
  padding: 2px;
  }
  
  ul#navlist li a 
  {
  display: block;
  width: 100%;
  padding: 0.2em 0.1em 0.2em 0.2em;
  border-width: 1px;
  border-color: #DEB887;
  border-style: solid;
  color: #555;
  text-decoration: none;
  background: #f7f2ea;
  }
  
  #navcontainer>ul#navlist li a 
  { 
  width: auto; 
  }

  ul#navlist li#active a 
  {
  background: #F5DEB3;
  color: #800000;
  text-align: right; 
  padding-right: 5px; 
  }

  ul#navlist li a:hover, ul#navlist li#active a:hover 
  {
  color: #800000;
  background: transparent;
  border-color: #aaab9c #fff #fff #ccc;
  }