html, body {
	background-color: #b5cac2;
	color: #000;
	margin: 0;
	padding: 0;
	font-size: large;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 5%;
	text-align: justify;
	font-family: calibri, Times New Roman, Arial;
}

#NAGLOWEK {
	background-color: #43d45e;
	text-align: center; 
}

#MENU {
	width: 150px;
	
	float: left;
	overflow: hidden;
	position: relative;
	background-color: #43d45e;
}

#TRESC {
	margin-left: 155px;
	margin-right: 155px;
	background-color: #b5cac2;
}

#POLECAM {
width: 150px;
float: right;
	overflow: hidden; 
	
	position: relative;
	background-color: #43d45e;


}

#STOPKA {
	width: 100%;
	position: relative; bottom: 15%;
	clear: both;
	background-color: #43d45e;
text-align: center;
	}

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	width: 200px;
	padding: 2px 2px 1px 2px;
	background-color: #ffffff;
	border: 3px double #ffffff;
}

ul li {
	border-bottom: 1px solid #ffffff;
}

ul a:link, ul a:visited {
	display: block;
	width: 176px;
	text-decoration: none;
	padding: 7px;
	font-weight: bold;
	background-color: #43d45e;
	color: #ffffff;
	border-left: 10px solid #008000;
}

ul a:hover {
	width: 166px;
	background-color: #b5cac2;
	color: #ffffff;
	border-left: 20px solid #008000;
}

a {cursor:pointer}