UL.struktura {
	
	width: 100%;
	
	list-style: none;
	
	margin: 20px 0px 0px 0px;
	padding: 0px;
	
}

	UL.struktura > LI {
		
		width: 100%;
		
		margin: 10px 0px;
		
	}
	
		UL.struktura > LI > SPAN {
			
			display: block;
			
			width: 100%;

			background: rgb(35, 101, 188);
			border: solid 1px #000000;
			color: #ffffff;
		
			line-height: 28px;
			font-size: 24px;
			text-shadow: 1px 1px 1px rgb(0, 0, 0);

			text-decoration: none;
			
			padding: 5px 10px 5px 10px;
			margin-bottom: 20px;
			
		}
	
		UL.struktura > LI > UL {
			
			list-style: none;
		
			padding: 0px;
			
			margin: 0px;
		
		}
		
			UL.struktura > LI > UL > LI {
			
				width: 100%;
				
				margin-top: 10px;
				
			}
			
				UL.struktura > LI > UL > LI > A {
			
					display: block;
			
					width: 100%;
		
					background: #eeeeee;
					border-radius: 10px;

					font-size: 16px;
					font-weight: bold;
					color: #000000;
					
					text-decoration: none;
					
					padding: 4px;
					
				}
				
				UL.struktura > LI > UL > LI > A:hover {
					
					text-decoration: none;
					
					background: rgb(35, 101, 188);
					color: #ffffff;
					
				}
				
					UL.struktura > LI > UL > LI > A > DIV.ikona {
						
						display: inline-block;
						
						margin: 0px 10px;
						
					}
					
					UL.struktura > LI > UL > LI > A > DIV.nazwa {
						
						display: inline-block;
						
					}