html, body {
	background-color: #fff;
	background-image: url("rysunki/background.gif");
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: cursive;
}


#top {
	width: 780px;
	margin-top: 50px;
}

#NAGLOWEK {
	width: 780px;
	height: 100px;
	background-image: url("rysunki/logo2.jpg");

}

#MENU {
	width: 210px;
	float: left;
	overflow: hidden;
	background-color: #ccc;
	
}



#TRESC {

	width: 560px;
	float: left;
	overflow: hidden;
	background-image: url("rysunki/background.gif");
	text-align:left;
	padding-left: 10px;
	padding-top: 5px;
}

#STOPKA {
	clear: both;
	width: 100%;
	color: white;
	background: #000 url("rysunki/Rysunek3.jpg") repeat-x center;
}
#TYTUL{
	width: 210px;
	border: 1px solid #000;
	border: 3px double #000;
	background-color: #fff;
	padding: 2px 2px 1px 2px;

	text-align: left;
	font-weight: bold;
}
#PRZEDMIOT{
	line-height: 25px;
	border-top: thick double black;
	border-bottom: thick double black;
	text-align:center;
}


ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	width: 200px;
	background-color: #fff;
	padding: 2px 2px 1px 2px;
	border: 1px solid #000;
	border: 3px double #000;
}

ul li {
	width: 200px;
	padding-left: 0px;

	border-width: 1px;


	border-bottom: 1px solid #fff;
}


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

	font-weight: bold;
	background: #000 url("rysunki/tlo.gif") repeat-x center;
			
	color: #fff;
	padding: 10px 10px;
	border-right: 1px solid #fff;
	border-right: 1px solid #fff;
}

ul a:hover {


			
	background: #8B0000 url("rysunki/tlo2.gif") repeat-x center;
}

a:link {
	text-decoration: none;
	color: #006400;
}


a:hover {
	

	color: #800000;
}



a:visited {
	text-decoration: none;
	color: #006400;
	
}