/* reset */
body, h1, h2, h3, h4, h5, h6, 
p, address, form, fieldset, 
ul, ol, li, object, param, table, legends, input {
margin:0;
padding:0;
}
a, a:visited {text-decoration:none;}
fieldset, img, object, param, table, td, th, tr, legend {border: 0;}
li {list-style:none;}
/* end of reset */
body {
	background-color:#4A6F0D;
	font-size:13px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#F3FFDF;
}
a {
	color:#FDFF00;
	text-decoration:underline;
}
a:visited {
	color:#FDFF00;
	text-decoration:underline;
}
a:hover {
	color:#FFD100;
	text-decoration:none;
}
a.active {
	color:#F00;
	text-decoration:underline;
}
#container {
	margin:auto;
	width:900px;
	background:#1F2F06;
}
#spacer {
	height:40px;
	background:#4A6F0D;
}
#top {
	background:url(../gfx/swiadectwo-energetyczne.jpg) no-repeat center;
	height:170px;
}
#top h1 {
	padding:141px 0 0 44px;
	color:#000;
	font-size:10px;
}
#menu ul {
	padding:10px 10px 0 30px;	
}
#menu li {
	list-style-type:disc;
	color:#4A6F0D;
}
#content {
	margin:auto;
	padding-top:20px;
	text-align:justify;
}
#content h2 {
	padding-left:10px;
}
#content p {
	padding:10px;
}
#footer {
	height:20px;
	background:#4A6F0D;
	padding:10px 0 20px 0;
	text-align:center;
}
#footer p {
	color:#94DF1B;
}