/* tables */

.nazwa
	{
		
		margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;
		color:#000000;
		font-weight: bold;
		font-size:20pt;
		text-align: center;
		text-shadow: 5px 5px 5px #800080;
		outline: none;
		vertical-align: top;
		background: #cc6666;
		background: -webkit-gradient(linear, left top, left bottom, from(#800080), to(#ffffff));
		background: -moz-linear-gradient(top,  #800080,  #ffffff);
		background: -o-linear-gradient(top, #800080, #ffffff);
		background: linear-gradient(top, #800080, #ffffff);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#800080', endColorstr='#ffffff');
		border: 2px solid #550000;
	}
.ramka 
	{

		background: #cc6666;
		background: -webkit-gradient(linear, left top, left bottom, from(#FFFF00), to(#ffffff));
		background: -moz-linear-gradient(top,  #FFFF00,  #ffffff);
		background: -o-linear-gradient(top, #FFFF00, #ffffff);
		background: linear-gradient(top, #FFFF00, #ffffff);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32CD32', endColorstr='#ffffff');
		text-align: center;
		font-weight:bold;
		width: 675px;
		
	   }
.ramka td.inne	{
		background: white;
		height: 150px;
		width: 200px;
		} 
.ramka th.inne	{
		background: white;
		height: 50px;
		width: 200px;
		} 
.ramka tr
	{
		background: white;
		}
