html, body {
	font: 1em Arial, sans-serif;
}
html {
	background-color: #ddd;
	padding: 15px;
	overflow-y: scroll;
}
body {
	background-color: #f3f3f3;
	min-height: 575px;
}
header {
	height: 137px;
}
.logo {
	margin-top: 4px;
	margin-bottom: 4px;
}
#content {
	position: relative;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	padding: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 780px; /* szerokosc fuw.gif - 2x(padding dla #content) */
}
#check {
	color: red;
	text-align: center;
}
#foot {
	font: 0.7em Arial, sans-serif;
	color: #000;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
	cursor-events: none;
}
nav {
	height: 40px;
	line-height: 40px;
	color: inherit;
	width: 100%;
	background-image: url('../img/menu.png');
    margin: 0px auto;
}
nav ul {
	width: 800px; /* szerokość fuw.gif */
    margin: auto;
	margin-top: 0;
	margin-bottom: 0; 
	padding: 0;
	position: relative;
	list-style-type: none;
}
nav ul li {
	display:inline-block;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding: 0px 5px;
	display: inline-block;
}
nav ul li.active {
	display:inline-block;
	color: yellow;
	padding-left: 5px;
	padding-right: 5px;
	padding: 0px 5px;
	display: inline-block;
}
nav ul li.lang:hover {
	background: none;
}
nav ul li:hover {
	background-color: #93a5f1;
	text-shadow:black 0 1px 2px;
	cursor: pointer;
}
nav ul a {
	color: #fff;
	text-decoration: none;
}
nav ul li.lang {
	line-height: 30px;
	margin-top: 8px;
	padding-right: 0;
	float: right;
}
a {
	color: inherit;
	text-decoration: underline;
} 
a:hover {
	text-decoration: none;
}