/* begin Page */



html, body
{
	margin: 0 auto;
	padding: 0;
	background-color: #75A64B;
	background-image: url('images/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
	font-family: Arial, Helvetica, Sans-Serif;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   color: #5E594A;
}
p.kontakt{
	font-family: Arial, Helvetica, Sans-Serif;
   font-size: 16px;

}
span {
	color: #5E594A;
}

a:link
{
	color: #75A64B;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
a:visited {
	color: #75A64B;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
a:hover
{
	color: #0A2B4B;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

#top {
	width: 898px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #fff;
}

#NAGLOWEK {
	background-color: #888;
}

#MENUG {
	background-color: #788;
	color:#595346;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;

}

#MENU {
	width: 190px;
	float: left;
	overflow: hidden;
	background-color: #fff;
	color:#595346;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	margin-left: 0;
	padding: 10px 0 10px 10px;
	height: 100%;
	}

#MENU a:link
{
	color: #75A64B;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
#MENU a:visited {
	color: #75A64B;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
#MENU a:hover
{
	color: #0A2B4B;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

#TRESC {
	width: 678px;
	float: left;
	overflow: hidden;
	background-color:#fff ;
	padding: 10px 10px 10px 10px;
}

#STOPKA {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 11px;
	color:#fff;
	text-align: center;
	background-color: none;
	background-image: url(images/stopka.png); 
	margin-bottom: 15px;
}

h1
{
  font-family: Arial, Georgia, Times, Serif;
  font-size: 26px;
  text-transform: uppercase;
  text-align: left;
  color: #0A2B4B;
  margin-top:0;	
}
h2
{
  font-family: Arial, Georgia, Times, Serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  color: #0A2B4B;
}
ul{
	list-style-type: square;
	color: #87bf00;
	list-style-position: inside;
	padding-left:3px;
	margin-left: 15px;
	margin-right:15px;
	text-align: justify;

}
ul.poziom2{
	list-style-type:circle;
	padding-left: 10px;

}

li{
	padding:7px 0 0 0;
}

table td{
	border-collapse: collapse;
	table-layout: auto;
	border-style: solid;
	border-width: thin; 

}
