/* CSS Document */
html, body {
	background-color:#1D1D1D;
	color: #000;
	margin: 0;
	padding: 0;
}

#top {
	width: 820px;
	margin: 0px auto;
	}

#NAGLOWEK {
	
	width:820px;
	height:103px;
	background-color: #888;
	background-image:url(images/header.png);
}
#OBRAZEK {
	width:820px;
	height:228px;
	background-color: #888;
	background-image:url(images/zdjecia.png);
}
#MENU{
	width:820px;
	height:38px;
	background-color: #888;
	background-image:url(images/menu.png);
}

#LEWA {
	width: 242px;
	height:450px;
	float: left;
	overflow: hidden;
	background-color: #ccc;
	background-image:url(images/lewa.png);
}

#PRAWA{
	font-family: Verdana;
	color:#4B4A4A;
	font-size:12px;
	width: 578px;
	height:450px;
	float: left;
	overflow: hidden;
	background-color: #fff;
	background-image:url(images/prawa.png);
	line-height:20px;
}
#PRAWA   li{
background: url("images/punkt.png") no-repeat left top;
padding-left:10px;

}

#STOPKA {
	font-family:Verdana;
	color:#ffffff;
	font-size:10px;
	clear: both;
	width: 820px;
	background-color: #888;
	background-image:url(images/stopka.png);
}
#MENU ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#MENU ul li {
	float: left;

}

#MENU ul a:link{
	text-decoration: none;
	display: block;
	width: 130px;
	text-align: left;
	font-family:Verdana;
	color: #ffffff;
	background: url("images/punkt.png") no-repeat left top;
	
	font-size:14pt;
	padding-left:25px;

}
#MENU ul a:visited {
	text-decoration: none;
	display: block;
	width: 130px;
	text-align: left;
	font-family:Verdana;
	color: #ffffff;
	background: url("images/punkt.png") no-repeat left top;
	
	font-size:14pt;
	padding-left:25px;

}
#MENU ul a:hover {
	text-decoration: none;
	display: block;
	width: 130px;
	text-align: left;
	font-family:Verdana;
	color: #ffffff;
	background: url("images/punkt.png") no-repeat left top;
	
	font-size:14pt;
	padding-left:25px;

}
#LEWA ul, ul li {
	line-height:30px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#LEWA ul li {
	float: left;

}

#LEWA ul a:link, ul a:visited {
	text-decoration: none;
	display: block;

	text-align: left;
	font-family:Verdana;
	color: #000000;
	background: url("images/punkt.png") no-repeat left top;

	font-size:14px;
	padding-left:20px;

}

#LEWA ul a:hover {
	font-family:Verdana;

}
