body 
	{ 
	background: white url(../img/bkg.jpg);
	}
body, table tr td 
	{
	font: 0.9em Verdana, sans-serif;
	line-height: 1.6;
	color: #222;
	}
table #list  
	{
	margin-top: 1em;
	}
#list th, #list td
	{
	font-size: 0.9em;
	}
#list th
	{ 
	text-align: left; 
	font: 0.8em Verdana, sans-serif;
	font-weight: bold;
	line-height: 1.6;
	color: #333;
	background-color: #ddd;
	border-bottom: 1px solid #777;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background:#f0f0f0 repeat-x url(../img/th.jpg);
	}
#list td
	{
	line-height: 1.6;
	border-bottom: 1px solid #aaa;
	
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	}
#list td.hd
	{
	font-weight: bolder;
	color: #000;
	}

th a
	{
	color:#333
	}

/* #list td + td {font-variant:small-caps}*/

/* cała strona */
table#main 
	{
	width: 90%;
	}

table#main tr td
	{
	vertical-align: top; 
	padding-right: 0.5em;
	padding-left: 0.5em;
	/*background-color: #abcdef;*/
	}

h1
	{
	font-size: 2.0em;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom: 1px dotted gray;
	/*width: 28em;*/
	font-weight: bold;
	}
h2
	{
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 1px dotted gray;
	width: 28em;
	font-weight: bold;
	}

ul
	{
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	list-style-type: square;
	}

a
	{ 
	color: #557799; text-decoration: none;
	}
a img
	{
	border-style: none;
	}
a:hover
	{
	text-decoration: underline;
	background-color: #ddd;
	}

em
	{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	padding-left: 0.1em;
	padding-right: 0.1em;
	background:#f0f0f0 repeat-x url(../img/th.jpg);
	}

td.leftpanel
	{
	width: 14em
	}

#navsite p
	{
	display: none; 
	}
#navsite, .nav
	{
	font-size: 1em;
	width: 13em;
	border-right: 1px solid #999; 
	padding: 0;
	margin-bottom: 1em;
	margin-right: 1em; 
	background-color: #333;
	color: #ccc;
	}
#navsite ul, .nav ul
	{
	list-style: none; 
	margin: 0; 
	padding: 0; 
	}
#navsite ul li, .nav ul li
	{
	margin: 0; 
	border-top: 1px solid #eee;
	}
#navsite ul li a, .nav ul li a
	{
	font-size: 0.9em;
	display: block;
	padding: 2px 2px 2px 0.5em;
	border-left: 10px solid #aaa;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	background-color: #eee;
	color: #000;
	text-decoration: none;
	width: 100%;
	}
#navsite ul li.selected a, .nav ul li.selected a
	{ 
	border: 1px solid black;
	background-color: #bbb;
	/*background:#bbb repeat-x url(../img/th.jpg);*/
	}
#navsite ul li.selected  a:hover
	{
	border: 1px solid black;
	background-color: #bbb;
	}

html>body #navsite ul li a, html>body .nav ul li a
	{
	width: auto;
	}
#navsite ul li a:hover, .nav ul li a:hover
	{
	border-left: 10px solid #ccc;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa; 
	color: #000;
	background-color: #aaa;
	}
	
ul.softlist li
	{
	color: rgb(64,128,196);
	}
ul.horlist li
	{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	}
ul.list2 li
	{
	list-style-type: disc;
	padding-right: 20px;
	}