body {
	background			: #ebebeb no-repeat fixed center;
	background-image	: url(img/tlo2.jpg);
	background-size		: cover;
}
#strona {
	background	: #fff;
	padding		: 0px;
	width		: 900px;
	margin		: 0 auto;
	min-height	: 1450px;
}
#naglowek {
	text-align	: center;
	background	: #1f7491;
	height		: 60px;
	color		: white;
}
#naglowek p {
	margin		: auto;
	padding-top	: 10px;
}
div.loga img {
	padding		: 0 0px;
}
#flagi {
	right			: 10px;
	position		: fixed;
}
#menu {
	background		: #f2f2f2;
	color			: #277393;
	float			: left;
	text-align		: center;
	padding			: 0;
	margin			: 0;
	width			: 160px;
}
#menu .aktywny {
	background	: #fff;
}
#menu img {
	width		: 160px;
	padding		: 0;
}
#menu li {
	list-style	: none;
	padding-right	: 10px;
}
#menu li a {
	display			: inline-block;
	padding			: 5px;
	text-decoration	: none;
	color			: #277393;
	cursor			: pointer;
	width			: 100%;
}
#menu li a:hover {
	background	: #277393;
	color		: white;
}
#menu .logo:hover {
	background	: #c5d7de;
}
#tresc {
	padding	: 10px 10px 10px 180px;
	white-space	: normal;
}
#stopka {
	
}
#logowanie {
	display		: none;
	position	: fixed;
	text-align	: center;
	background	: #f3f3f3;
	padding-top	: 30%;
	top			: 0;
	bottom		: 0;
	left		: 0;
	right		: 0;
}
