body  {
       font: 100% verdana, Arial, sans-serif;
       background-color: #395000;
       margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
       padding: 0;
       text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
       color: #000000;
       font-size: 11px;
       background-image: url(bodytlo.gif);
}
h1 {
     font-size: 14px;
     text-align: center;

     background-repeat: repeat-x;
     margin-left: -10px;
     color: #000000;
}
.twoColFixLtHdr #container {
       width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
       background-color: #0000000;
       margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
       margin-top: 5px;
       border: 0px solid #c1c45b;
       text-align: left; /* this overrides the text-align: center on the body element. */

}
.twoColFixLtHdr #header {
       height: 150px;
       /*background: #503f00;*/
       background-image: url(arab_head4.jpg);
       background-repeat: no-repeat;
       padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
       border: 0px solid #fffff;
}
.twoColFixLtHdr #header h1 {
       color: #000000;
       text-align: left;
       font-size: 15px;
       margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
       padding: 150px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
       border-bottom: 1px dotted;

}
.twoColFixLtHdr #header_menu {
       margin-top: 2px;
       margin-bottom: 2px;
       height: 33px;
       width: 780px;
       background-image: url("tlo_header_menu.gif");
       background-repeat: repeat-x;
}
.twoColFixLtHdr #sidebar1 {
       background-image: url("tlo_menu.jpg");
       background-repeat: repeat-y;
       background-position: right;
       background-color: #7b9102;
       float: left; /* since this element is floated, a width must be given */
       width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
       /*background: #668100; /* the background color will be displayed for the length of the content in the column, but no further */
       padding: 0px 0px 12px 10px;
       margin: 0px 0px 0px 0px;
       height: 573px;

}
.twoColFixLtHdr #mainContent h1 {
       margin-left: 25px;
       font-family: arial;
       text-align: left;
       margin-top: 0px;
       margin-bottom: 4px;
       padding-top: 15px;
       border-bottom: 1px solid;
       border-color: #fffff;
       font-size: 16px;
       /*background: #668100;
       background-image: url(tloh1.gif);
       background-position: right;
       background-repeat: repeat-y;*/
}
.twoColFixLtHdr #mainContent {
       margin: 0px 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
       padding: 0 15px 25px 0px;; /* remember that padding is the space inside the div box and margin is the space outside the div box */
       border-top: px;
       border-color: black;
       background-image: url(tlo_kont.gif);
       background-repeat: repeat-y;
       background-position: left;
       height: 560px;
       background-color: #989100;

}
.twoColFixLtHdr #footer {
       font-size: 9px;
       color: #500000;
       padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
       background-image: url("tlo_header_menu.gif");
       background-repeat: repeat-x;
       border-top-style: double;
       border-top-color: #152400;
       border-width: 3px;
       height: 33px;
       text-align: center;
       letter-spacing: 3px;
}
.twoColFixLtHdr #footer p {
       margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
       padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
       float: right;
       margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
       float: left;
       margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




ul, ul li {
	display: block;
	list-style: none;
	margin: 10px 0px 0 0;
	padding: 9;
	font-size: 12px;
}

ul {
	width: 200px;
	padding: 2px 2px 1px 2px;
	border: 1px;
	border-color: #152400;
	padding-bottom: 60px;
}

ul li {
	border-bottom: 1px dotted #152400;
}

ul a:link, ul a:visited {
	display: block;
	width: 176px;
	text-decoration: none;
	padding: 3px;
	font-weight: bold;
	/*background-image: url("tlo_menu.png");
	background-color: #7b9102;
	background-position: right;
	background-repeat: repeat-y;*/
	color: #152400;
	border-left: 3px solid #395000;
}

ul a:hover {
	/*padding: 0px 2px 0px 0px;*/
        width: 166px;
	background-color: #c1c45b;
	color: #fff;
	border-left: 3px solid #395000;
	background-image: url("lapka.png");
	background-position: right;
	background-repeat: no-repeat;
}
table {
    font-size: 10px;
    margin-left: 220px;
    border: thin solid black
    border-color: #152400;

}
th {
    border-left: solid 1px #395000;
    text-align: center;
}
td, th {
    /*border: thin dotted gray;*/
    padding-top: 9px;
    padding-right: 5px;
    padding-left: 5px;
}
th a:link, th a:visited {
    color: #503F00;
    text-decoration: none;
}
th a:hover {
    color: #ffffff;
}
p {
   margin-left: 25px;
   }

#licznik {
   position: relative;
   top: 10px;
   left: 10px;

}
#licznik table {
    margin: 0;
    padding: 0;
}


