body
	{
		font-family: 'Roboto', sans-serif;
		background-color: #E3E7E6;
		color: black;
		font-size: 15px;
	}
	
	#social_networks a 
	{
		text-decoration: none;
		color: black;
	}
	
	nav ul
	{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	nav ul li
	{
		float: left;
		width: 200px;
		height: 40px;
		background-color: #008000;
		line-height: 40px;
	}
	
	
	
	nav ul li a
	{
		text-decoration: none;
		color: white;
		display: block;
	}
	
	nav ul li a:hover
	{
		background-color: #CD5700;
	}
	
	nav ul li a:visited
	{
		text-decoration: none;
		color: white;
		display: block;
	}
	
	nav ul li ul li
	{
		display: none;
	}
	
	nav ul li:hover ul li
	{
		display: block;
		position: relative;
	}
	
	
	#container
	{
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#logo
	{
		float: left;
		text-align: center;
		width: 500px;
		height: 180px;
	}
	
	#obrazek_logo
	{
		width: 360px;
		height: 180px;
	}
	
	#social_networks
	{
		float: left;
		text-align: center;
		padding-top: 50px;
		padding-bottom: 20px;
		width: 500px;
		font-size: 40px;
	}
	
	#navigation
	{
		clear: both;
		padding: 0px;
		background-color: #008000;
		color: white;
		text-align: center;
	}
	
	
	#content
	{
		padding: 20px 50px;
		min-height: 400px;
		display: flex;
		flex-direction: column;
	}
	
		
	#footer
	{
		background-color: #008000;
		color: white;
		padding: 10px;
		text-align: center;
		
	}
	
	#pole_z_tekstem
	{
		float: left;
		width: 480px;
		padding: 0px;
	}
	
	#pole_ze_zdjeciami
	{
		float: left;
		padding: 10px 0px 10px 100px;
	}
	
	#pole_z_galeria
	{
		float: left;
		widht: 100%;
		padding: 10px;
	}
	
	.obrazek
	{
		margin: 5px;
		float: left;
		width: 280px;
		height: 210px;
		padding: 5px;
		text-align: center;
	}
	
	.obrazek_cross
	{
		margin: 5px;
		float: left;
		width: 280px;
		height: 280px;
		padding: 5px;
		text-align: center;
	}
	
	.obrazek_stojak
	{
		margin: 5px;
		float: left;
		width: 200px;
		height: 280px;
		padding: 5px;
		text-align: center;
	}
	
	
	.obrazek_w_galerii
	{
		width: 270px;
	}
	
	.obrazek_w_galerii_stojak
	{
		height: 270px;
	}
	
	
	.foto
	{
		width: 300px;
		float: right;
		padding: 15px 0px;
	}
	
	.link_tekstowy a
	{
		text-decoration: underline;
		color: black;
	}
