
	body
	{
	  background-color: #aab;
	  margin: 0px;
	  padding: 0px;
  }


	/* PARAGRAFY */

	p, ul, li
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 16px;
		letter-spacing: 1px;
		padding-left: 10px;
		padding-right: 30px;
		color: #666;
		text-align: justify;
	}
	
	ul
	{
    margin-bottom: 30px;
  }

	p.ctr
	{
		text-align: center;
	}

	p.left
	{
		width: 400px;
		margin-left: 130px;
	}

	p.just400
	{
		width: 400px;
		margin-left: 70px;
		margin-right: 70px;
		text-align: justify;
	}
	
	p.patron
	{
		font-family: Palatino Linotype, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 18px;		
	}	

	h1
	{
		font-family: Palatino Linotype, Helvetica, sans-serif;
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 1px;
		text-align: center;
		text-decoration: underline;
	}

	h2
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 1px;
		color: #08b;
		text-align: center;
	}

	h3
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 1px;
		color: #04a;
		text-align: left;
		text-decoration: underline;
	}
	
	h4
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 1px;
		color: #049;
		text-align: center;
	}	

	/* OBRAZY */
	
	
	img
	{
    border: 0px;
  }

	img.btn
	{
		margin-left: -3px;
		padding-left: -3px;
		margin-right: -3px;
		padding-right: -3px;
	}
	
	img.hr
	{
		margin-top: 5px;
		border-top: 1px;
		border-top-style: dotted;
		border-color: #999;
	}


	/* LINKI */

 	a:link, a:visited
  {
  	color: #006;
  	text-decoration: none;
  }

	a:link.button
	{
		color: #fff;
		text-decoration: none;
	}
	
	a:hover
	{
		color: #006;
		text-decoration: underline;
	}

	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;
	}
	
	a:link.capt, a:visited.capt
	{
		font-family: Arial Narrow, Arial Narrow CE, Helvetica, sans-serif;
		font-size: 10px;
		letter-spacing: 1px;
		line-height: 12px;
    color: #009;
		text-align: center;
		text-decoration: none;
		margin-top: 15px;
	}
	
	hr
	{
  border: 2px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #006;
  height: 0px;  
  width: 90%;  
  margin: 10px;
  }



	/* TABLICE */


	td
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 20px;
		letter-spacing: 1px;

		padding: 1px 8px 1px 8px;
	}


	td.head
	{
		text-align: center;

		font-weight: bold;
		color: #fff;
		background-color: #069;
	}

	td.capt
	{
		text-align: left;
		text-indent: 3px;

		font-weight: bold;
		color: #000;
		background-color: #eeeef4;
	}


	td.capc
	{
		text-align: center;
		text-indent: 3px;

		font-weight: bold;
		color: #000;
		background-color: #eeeef4;
	}


	td.ctr
	{
		font-size: 9px;

		text-align: center;
		color: #666;

		border-bottom-style: dotted;
		border-bottom-width: 1px;
		border-bottom-color: #cdc;
	}

	td.lft
	{
		font-size: 9px;

		text-align: left;
		color: #666;

		border-bottom-style: dotted;
		border-bottom-width: 1px;
		border-bottom-color: #ccd;
	}

	td.rgh
	{
		font-size: 9px;

		text-align: right;
		color: #666;

		border-bottom-style: dotted;
		border-bottom-width: 1px;
		border-bottom-color: #ccd;
	}


	/* MENU */

	table.menu
	{
		background-image: url(images/menu.jpg);
		background-repeat: no-repeat;
		width: 150px;
	}

	td.menu
	{
		padding: 7px;
		text-align: left;
		border-bottom: 3px groove #9d9;
		vertical-align: top;
	}

	td.menu2
	{
		padding: 7px;
		text-align: right;
		vertical-align: top;
	}

		a:link.menu, a:visited.menu
	{
		font: bold 15px/22px Verdana, Arial, Helvetica, sans-serif;
		color: #ee0;
		text-align: left;
		text-decoration: none;
		padding: 4px;
	}

		a:hover.menu
	{
		font: bold 15px/22px Verdana, Arial, Helvetica, sans-serif;
		color: #ee0;
		text-align: left;
		text-decoration: none;
		background-color: brown;
		padding: 4px;
	}
	





	/* SEKCJE */

	#container
	{
		margin: 0px;
		padding: 0px;
		background-image: url(images/background.jpg);
		width: 750px;
	}

	#left
	{
		width: 540px;
		margin: 10px 0px 5px 15px;
		padding: 10px 0px 5px 10px;
		float: left;
	}

	#right
	{
		width: 160px;
		margin: 15px 5px 5px 5px;
		padding: 5px 5px 5px 5px;
		border-left: 1px dotted #096;
		float: right;
	}
	
	#regular
	{
		width: 650px;
		margin: 15px 5px 5px 5px;
		padding: 5px 5px 5px 5px;

	}
	
	#regular2	
  {
		width: 720px;
	}	
	

	#newsbar
	{
		width: 500px;
		padding: 2px 5px 10px 10px;
		background-image: url(images/article.jpg);
		background-repeat: no-repeat;
		font: bold 14px/14px Verdana, Arial, Helvetica, sans-serif;
		color: white;
		text-align: left;
	}

	#footer
	{
		font: 9px/14px Verdana, Arial, Helvetica, sans-serif;
		color: #009;
		text-align: center;
		width: 95%;
		border-top: 1px dotted #009;
		padding: 5px 0px 5px 0px;
		clear: both;
	}
	

