
	body
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #f1e5b5; 
		margin: 6px;
		padding: 0px;
	}

	p, li, tr
	{
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 1px;
		padding-left: 10px;
		padding-right: 20px;
		color: #444;
		text-align: justify;
	}

	
	td.mini
	{
		border-bottom-style: dotted;
		border-bottom-width: 1px;
		border-bottom-color: #ba9;
	}
  
	td.minic
	{
		border-bottom-style: dotted;
		border-bottom-width: 1px;
		border-bottom-color: #ba9;
    text-align: center;			
	}	  	

	.ctr
	{
		text-align: center;	
	}
	
	/* NAGŁÓWKI */
  
	h1
	{
		width: 550px;
		margin-bottom: 20px;
		background-image: url(grafika/h550-2.jpg);
		font-size: 13px;
		line-height: 26px;
		color: #fff;
		text-align: left;
		text-indent: 20px;
	}  	
	
	h1.mini
	{
		width: 266px;
		background-image: url(grafika/h260-2.jpg);	
	}
	
	h1.maxi
	{
		width: 860px;
		background-image: url(grafika/h860-2.jpg);
		text-align: center;    	
	}  		

	h2
	{
		font-size: 13px;
		line-height: 18px;
		color: #249;
		text-align: left;
		text-indent: 10px;
	  text-decoration: underline;		
	}

 


	/* LINKI */

	a:link, a:visited
	{
		color: #444;
	}
	
	a:hover
	{
		color: #88a;
	}	

	a:link.white, a:visited.white
	{
		color: #fff;
	}
  

	/* OBRAZY */  	

	img
	{
		border: 0px;
	}
	
	img.pict
	{
  float: left; 
  margin-right: 10px; 
  height: 120px; 
  width: 160px;	  
  }
	


	/* SEKCJE */

	#main
	{
		margin: 20px;
		width: 900px;
		border-left: 1px dotted rgb(152,109,39);
		border-right: 1px dotted rgb(152,109,39);
	}

	.left
	{
		width: 570px;
		padding: 15px;
    vertical-align: top;		
	}

	.right
	{
		width: 270px;
		padding: 15px;	
		border-left: 1px dotted rgb(152,109,39);
    vertical-align: top;		
	}

	#foot
	{
		font-size: 10px;
    line-height: 18px;
		margin: 20px;
		width: 900px;
    background-color: #239;
    font-weight: bold;
    color: #fff;
	}