DIV.kontakty {
	
	width: 100%;
	
	position: relative;
	
}

	DIV.kontakty-naglowek {
	
		width: 100%;
		line-height: 28px;
		
		font-size: 24px;
		color: rgb(0, 0, 0);
		
		background: rgb(35, 101, 188);
		border: solid 1px #000000;
		color: #ffffff;
		
		text-shadow: 1px 1px 1px rgb(0, 0, 0);
		
		/*
		
		background: -moz-linear-gradient(left,  rgba(220,220,220,1) 0%, rgba(32,124,202,0) 100%);
		background: -webkit-linear-gradient(left,  rgba(220,220,220,1) 0%,rgba(32,124,202,0) 100%);
		background: linear-gradient(to right,  rgba(220,220,220,1) 0%,rgba(32,124,202,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#00207cca',GradientType=1 );
		
		*/
		
		opacity: 1.0;
		
		padding: 5px 0px 5px 20px;
		margin-top: 20px;
		
		text-align: left;
		
	}
	
	DIV.kontakty-wiersz {
	
		width: 100%;
		height: 32px;
		
		margin-top: 10px;
	
	}
	
	DIV.kontakty-wiersz-funkcja {
	
		display: inline-block;
	
		width: 70%;
		height: 32px;
		
		line-height: 22px;
		font-size: 14px;
		color: #000000;
		
		padding: 5px;
	
	}
	
	DIV.kontakty-wiersz-numer {
	
		display: inline-block;
	
		width: 30%;
		height: 32px;
		
		line-height: 22px;
		font-size: 14px;
		color: #000000;
		
		padding: 5px;
		
		text-align: right;
	
	}