body{
     padding: 0;
     margin: 0;
     font-family: "MS Trebuchet", Verdana, Geneva, Arial, Helvetica, sans-serif;     
     font-size: 75%;
     line-height: 135%;
     background-color: #475726;
     color:  #6666666;
     text-align: center;
}

a {
     color: #000000;
     font-weight: bold;
     text-decoration: none;
}
a:visited{
     color: #000000;
     text-decoration: none;
}
a:hover{
     text-decoration: underline;
}

#container{
     position: relative;     
     width: 847px;         
     margin: 0 auto;
     text-align: left;     
     background: #475726 url("../img/linia.jpg") repeat-y;     
}

#top {
     width: 847px;
     height: 192px;     
     margin-bottom: 0;     
     overflow: hidden;        
     background: #475726 url("../szablony/elementy/top/top.gif") no-repeat; 
}
#kolumna_lewa{          
     float:left;
     padding-left:9px;
     width: 210px;  
     height:100%;         
     margin-left:2px;     
     display:block;
     text-align:left;
     overflow: hidden; 
     /*background-color: #303A18;*/
}
#tresc_wl {                                      
     padding:2px 6px 4px 6px;
     width:613px;
     overflow: hidden;     
}

#clearsw {
     clear: both;
     height:6px;
}
#copyright {
     border-top: 1px solid #dddddd;     
     width: 847px;     
     height: 19px;
     font-family: Tahoma;
     font-size: 11px;
     color:#dddddd;      
     text-align:right;     
     position: relative;      
     margin: 0 auto; 
}
#copyright a {
     color:#dddddd;
     text-decoration: none;
     font-weight:bold;
     }

/* menu */
ul.tree {
  display: block;
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
  font-weight: bold;
  color: #FFF7CF;
}

ul.tree ul {
  text-decoration: none;
  display: block;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  color: #FFF7CF;
}

ul.tree li {
  display: block;
  list-style-type: none;
  padding-left: 15px;
  background-image: url("../img/opened.gif");
  background-position: left middle;
  background-repeat: no-repeat;
  text-decoration: none;
  font-weight: bold;
  color: #FFF7CF;
  padding-bottom: 7px;
}

ul.tree li a {
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  color: #FFF7CF;
}

ul.tree li a.folder {
 text-decoration: none;
 font-weight: bold;
 color: #FFF7CF;
}

ul.tree li a.active {
  text-decoration: none;
  font-weight: bold;
  color: #B2C6E9;
}

ul.tree li a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #B2C6E9;
}
