html, body {
	background-color: #c9fcc4;
	color: #000;
	margin: 0;
	padding: 0;
}

#top {
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	width: 770px;
	background-color: #c9fcc4;
}

#NAGLOWEK {
	width: 770px;
	height: 99px;
}

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

#TRESC {
	width: 560px;
	float: left;
	overflow: hidden;
	background-color: #ABffa1;
	border-bottom: 1px solid #ffffff;
}

#STOPKA {
	clear: both;
	width: 100%;
	background-color: #888;
	text-align: right;
	background-color: #c9fcc4;
}

#STOPKA a:link,#STOPKA a:visited{
	text-decoration: none;
	font-size:18px;
	color: #000000;
	font-weight: bold;
}

p{
	margin-top: 10px;
	text-align: justify;
	color:#000000;
}

p.gorny{
	margin-top: 0px;
	padding-top: 10px;

}

p.dolny{
	margin-bottom: 0px;
	padding-bottom: 10px;
}

div.menu {
	width: 200px;
	height: 25px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-image: url("./gfx/gradient.jpg");
	background-repeat: repeat-x;
}

div.kontakt{
	width: 200px;
	height: 25px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-image: url("./gfx/gradient.jpg");
	background-repeat: repeat-x;
}

div.tresc{
	width: 538px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

div.tresc a:link, a:visited, a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

div.tresc_gora{
	width: 560px;
	height: 25px;
	background-image: url("./gfx/gradient.jpg");
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #ffffff;
}

div.tresc_gora h1{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-left: 5px;
	
}

div.szkodniki_lewo{
	width: 175px;
	float: left;
	overflow: hidden;
}

div.szkodniki_prawo{
	width: 360px;
	overflow: hidden;
}

div.podpis{
	text-align: center;
}

h2{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 20px;
}

ul, ul li {
	margin: 0px;
}

li.bez{
	list-style-type: none;
}

ul.menu {
	display: block;
	list-style-type: none;
	width: 199px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

ul.menu li {
	border-bottom: 1px solid #ffffff;	
}

ul.menu li.podmenu {
	border-bottom: 1px solid #ffffff;
	margin-left: 30px;
}

ul.kontakt{
	display: block;
	list-style-type: none;
	width: 199px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ffffff;
	background-color: #ABffa1;
}

ul.kontakt a:link, ul.kontakt a:visited {
	text-decoration: none;
	font-size:18px;
	color: #000000;
	font-weight: bold;
}

ul.kontakt a:hover{
	text-decoration: none;
	font-size:18px;
	color: #404040;
	font-weight: bold;
}

ul.menu a.menu:link, ul.menu a.menu:visited {
	display: block;
	width: 175px;
	text-decoration: none;
	padding: 7px;
	font-weight: bold;
	background-color: #ABffa1;
	color: #000000;
	border-left: 10px solid #127504;
}

ul.menu a.menu:hover {
	display: block;
	width: 172px;
	padding-right: 2px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color: #bafdaf;
	color: #404040;
	border-left: 18px solid #128e04;
}

ul.menu a.podmenu:link, ul.menu a.podmenu:visited {
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding: 4px;
	background-color: #ABffa1;
	color: #000000;
	border-left: 10px solid #127504;
}

ul.menu a.podmenu:hover{
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding: 4px;
	background-color: #bafdaf;
	color: #404040;
	border-left: 18px solid #128e04;
}

a:hover,p a:hover,p.gorny a:hover,p.dolny a:hover{
	color: #404040;
}

ul.tresc{
	list-style-type: square;
}
