html, body {
	background-color: #201e1b;

	margin: 0;
	padding: 0;
	 

}

#top {
	width: 780px;
	position: absolute;
  margin-left:25%;
  margin-right: 25%;
  border-width: thin; border-style: solid;
  border-color:#4d4932;

 
}

#NAGLOWEK {
	background-color: #4d4932;
}

#MENU {
	width: 150px;
	float: left;
	overflow: hidden;
	background-color: #4d4932;
		height: 480px;

}
	


#TRESC {
	width: 630px;
	height:480px;
	float: left;
	overflow: hidden;
	background-color: #4d4932;
	scrollbar-base-color: #4d4932;

	
}

#STOPKA {
	clear: both;
	width: 100%;
	background-color: #4d4932;
}

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	width: 148px;
	padding-left: 2 px;
	background: #201e1b url("img/punkt.gif") no-repeat left top;
	border-width: 1px;
	border-style: solid;
	border-color: #4d4932 #4d4932 #4d4932 #4d4932;
}

ul a:link, ul a:visited {
	display: block;
	width: 125px;
	text-decoration: none;
	padding: 5px 10px;
	font-weight: bold;
	background: #201e1b url("img\punkt.gif") repeat-x top;
	color: #A98709;
	border-left: 2px solid #A98709;
}

ul a:hover {
	background-color: #4d4932;
	background-image: url("img/tlo2.gif");
	color: #eff;
}


