body {
	background:url(images/tlo.jpg) repeat-x #f8f8f6;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:740px;
	margin-bottom:10px;
	list-style: none;
}

TD, DIV, P, UL, SELECT, FORM, INPUT { 
	FONT-SIZE: 12px; font-family: verdana, helvetica, arial, tahoma;
}

a {
	text-decoration: none;
	color: #007236;
}

#kontener {
	width:740px;
	height:auto;
	padding-bottom:20px;
	border-left:solid #dcdcdc 1px;
	border-right:solid #dcdcdc 1px;
	border-bottom:solid #dcdcdc 1px;
	border-top:solid #dcdcdc 1px;
	background:#ffffff;
}

#logo {
	background:url(images/logo.jpg) no-repeat;
	width:720px;
	height:150px;
	border:solid #818181 1px;
	margin-top:10px;
}

/***   MENU - POZIOME   ***/
#centeredmenu {
   float:left;
   width:100%;
   background:#257300;
   border-bottom:1px solid #195000;
	border-top:1px solid #195000;
   overflow:hidden;
   position:relative;
   margin: 0px 0px 0px 0px;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:1px 1px 1px 1px;
   padding:3px 10px;
   background:#319600;
   color:#FFF;
   text-decoration:none;
	border:1px solid #FFF;
}
#centeredmenu ul li a:hover {
   background:#3DB900;
   color:#fff;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#257300;
   font-weight:bold;
}
/***   MENU - POZIOME - KONIEC   ***/

#tresc {
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	height:auto;
	width:720px;
	background:#ffffff;
	margin-bottom:10px;
}

#tresc h1 {
	margin-left:auto;
	margin-right:auto;
	text-indent:15px;
   font-size: 16px;
	margin-top:0px;
	border-left:solid #00592a 10px;
	width:650px;
}

#tresc p {
	margin-left:auto;
	margin-right:auto;
	width:650px;
	text-indent: 15px;
	text-align: justify;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


div {
	font: verdana 12px #000;
   position:relative;
	margin-left:auto;
	margin-right:auto;
}	
	
#stopka {
	clear:both;
	text-align:right;
	width:720px;
	margin-top:5px;
	border-top:solid #DCDCDC 1px;
	border-left:solid #DCDCDC 1px;
	border-right:solid #DCDCDC 1px;
	border-bottom:solid #DCDCDC 1px;
	background:#FFFFFF; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 10px;
}
#stopka a {
	color: #000000;
}
#stopka a:hover {
	text-decoration:underline;
}

