/* Główny */
div.top		{
		width = 780px;
		}


/* lewy panel */
div.LPanel { 	font-size:  medium; 
		color: white;
		text-allign: center;
		line-heigh: 1em;
		background-color: #075f07;
		padding: 1cm;
		width: 220;
		height: 1450;
		float: left; 
		}


/* prawy panel */ 
div.RPanel { 	font-size:  x-large; 
		color: black;
		text-allign: justify;
		background-color: white;
		Width: 560px;
		float: right;
		}


*.obrazek	{
		color: green;
		background-repeat: no-repeat;  
		width: 760px;
		height: 200px;
		position: absolute;
		left: 330;
		top: 10;
		z-index: 1; 
		}


p#telefon	{
		text-decoration: underline;
		}


p#telefon:before	{
			content: "tel: "
			}


*.gruby		{
		font-size: x-large;
		font-wight: bold;
		} 