body {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
background: url('../images/bg.jpg') repeat-y top #FFFFFF;
}


img, div, table { behavior: url('css/iepngfix.htc') }
td {font-family: Tahoma, Verdana, Arial CE, Arial, Helvetica; font-size: 11px; color:#000000}
a {font-family: Tahoma, Verdana, Arial CE, Arial, Helvetica; font-size: 11px; text-decoration: none; color:#999999; font-weight: normal}
a:hover {color: #CC0000}
a.linkleft {font-family: Tahoma, Verdana, Arial CE, Arial, Helvetica; font-size: 11px; text-decoration: none; color:#aaaaaa; font-weight: normal}
a.linkleft:hover {color:#EA0000}
input, textarea, select {font-family: Verdana, Arial CE, Arial, Tahoma, Helvetica; border: 1px solid #CCCCCC; padding:1; color:#333333; font-size: 10px}
.foto {font-family: Tahoma, Verdana, Arial CE, Arial, Helvetica; font-size: 11px; border-color: #FFFFFF; color: #666666}
.small {font-family: Verdana, Tahoma, Arial CE, Arial, Helvetica; font-size: 10px; color:#666666; font-weight: normal}
.small:hover {font-family: Verdana, Tahoma, Arial CE, Arial, Helvetica; font-size: 10px; color:#000000; font-weight: normal}

.navi {font-family: Tahoma, Arial CE, Arial, Helvetica; font-size: 11px; color:#333333; font-weight: normal}

.navi_txt {font-family: Tahoma, Arial Narrow, Arial CE, Arial, Helvetica, Verdana; font-size: 11px; color:#333333; font-weight: bold}
.navi_txt:hover {font-family: Tahoma, Arial Narrow, Arial CE, Arial, Helvetica, Verdana; font-size: 11px; color:#CC0000; font-weight: bold}

.blank {
padding: 0px;
height: 1px;
}

.navi1 {
background-color: #FFFFFF;
padding: 8px 8px 8px 25px;
text-align: right;
}

.navi2 {
 border: 0px;
}

.naglowek {
font-size: 10pt;
font-weight: bold;
color: #D63333;
}

input, textarea {
      width: 160px;
      }
input.checkbox {
      width: 20px;
}
input.przycisk {
      width: 60px;
}
#tab {

   border: 1px solid black;
   border-collapse: collapse;
}

#tab td {
   border: 1px solid black;
   padding: 5px;
}
ul.tree {
	display: block;
	margin-left: 0;
	padding-left: 0;
}

ul.tree ul {
	display: block;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

ul.tree li {
	display: block;
	list-style-type: none;
	padding-left: 20px;
	background-image: url("document.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li.closed {
	background-image: url("closed.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li.opened {
	background-image: url("opened.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li a {
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
}

ul.tree li a.folder {
	cursor: pointer;
}

ul.tree li a.active {
	font-weight: bold;
}

ul.tree li a:hover {
	text-decoration: underline;
}