
	body
	{
		background-color: #fff;
		margin: 0px;
		padding: 0px;
	}


	/* PARAGRAFY */

	p
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 16px;
		letter-spacing: 1px;
		color: #666;
		text-align: justify;
	}

	p.ctr
	{
		text-align: center;
	}

	p.left
	{
		width: 500px;
		margin-left: 40px;
	}


	h2
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 2px;
		color: #339;
		text-align: center;
	}


	/* OBRAZY */

	img
	{
		border: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	img.hr
	{
		margin-top: 5px;
		border-top: 1px;
		border-top-style: dotted;
		border-color: #999;
	}


	/* LINKI */

		a:link, a:visited
	{
		color: #003;
		text-decoration: none;
	}

		a:hover
	{
		color: #003;
		text-decoration: none;
	}

		a:link.menu, a:visited.menu
	{
		font: bold 14px/22px Verdana, Arial, Helvetica, sans-serif;
		color: #999;
		text-align: left;
		text-decoration: none;

	}

		a:hover.menu
	{
		font: bold 14px/22px Verdana, Arial, Helvetica, sans-serif;
		color: #339;
		text-align: left;
		text-decoration: none;
	}
	
		a:link.name, a:visited.name
	{
		color: #333;
		text-decoration: none;
	}

		a:hover.name
	{
		color: #333;
		text-decoration: underline;
	}
  
		a:link.head, a:visited.head
	{
		color: #fff;
		text-decoration: none;
	}

		a:hover.head
	{
		color: #fff;
		text-decoration: underline;
	}	  	


	/* TABLICE */


	td.head
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 20px;
		letter-spacing: 1px;

		text-align: center;
		padding: 1px 8px 1px 8px;	

		font-weight: bold;
		color: #fff;
		background-color: #00c;
	}
	
	td.capt
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 20px;
		letter-spacing: 1px;

		text-align: left;
		text-indent: 3px;
		padding: 1px 8px 1px 8px;

		font-weight: bold;
		color: #000;
		background-color: #eeeef4;
	}
	

	td.capc
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 20px;
		letter-spacing: 1px;

		text-align: center;
		text-indent: 3px;
		padding: 1px 8px 1px 8px;

		font-weight: bold;
		color: #000;
		background-color: #eeeef4;
	}	
	

	td.ctr
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 20px;
		letter-spacing: 1px;

		text-align: center;
		padding: 1px 8px 1px 8px;
		color: #666;

		border-bottom-style: dotted;
		border-bottom-width: 1px;
		border-bottom-color: #ccd;
	}
	
	td.lft
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 20px;
		letter-spacing: 1px;

		text-align: left;
		text-indent: 3px;		
		padding: 1px 8px 1px 8px;
		color: #666;

		border-bottom-style: dotted;
		border-bottom-width: 1px;
		border-bottom-color: #ccd;
	}	

	td.rgh
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 20px;
		letter-spacing: 1px;

		text-align: right;
		padding: 1px 8px 1px 8px;
		color: #666;

		border-bottom-style: dotted;
		border-bottom-width: 1px;
		border-bottom-color: #ccd;
	}




	/* SEKCJE */

	#container
	{
		width: 760px;
		margin: 0px;
		padding: 0px;
		background-color: #fff;
	}

	#left
	{
		width: 160px;
		float: left;
	}

	#right
	{
		width: 580px;
		padding: 5px 0px 5px 5px;
		float: right;
	}

	#footer
	{
		font: 9px/14px Verdana, Arial, Helvetica, sans-serif;
		color: #999;
		text-align: center;
		width: 760px;
		border-top: 1px dotted #bbb;
		padding: 5px 0px 5px 0px;
		clear: both;
	}

