body 
	{
	margin: 0;
	padding: 0;
	font-size: 12px;
 	font-family: verdana, "arial ce", "helvetica ce", arial, helvetica; sans-serif;
	background: #ffffe0;	
	}	
	

#container
	{
	width: 100%;
	margin: 0 auto;
	background-color: #ffffe0;
	color: #333;
	line-height: 130%;
	}
	
#leftnav
	{
	float: left;
	width: 160px;
	margin: 0;
	background: #FFDE80;
	}
	
#content
	{
	width: 800px;
	margin-left: 160px;
	padding: 1em;
	background-color: #ffffe0;
	}
	
.clr
	{
	clear:both;
	}
	
	
h1
	{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 12px;
	margin-bottom: 1px;
	}
		
h2 /* podtytul dokumentu */
	{
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	color: #430000;
	margin-top: 0;
	margin-bottom: 0;
	}

h3 /* wprowadzenie, lead */
	{
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2em;
	color: #430000;
	margin-top: 7px;
	margin-bottom: 25px;
	}

h4 /* srodtytul 1 */
	{
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	line-height: 1.2em;
	margin-top: 22px;
	margin-bottom: 1px;
	}

h5 /* srodtytul 2 */
	{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 1.2em;
	margin-top: 15px;
	margin-bottom: 0;
	}		