@import url(reset.css);

html, body{
	background:url('../images/background.jpg') top center;

background-attachment: fixed;
background-repeat: no-repeat 
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: 13px 'Lucida Grande', Verdana, sans-serif;	
}
	
#strona{
	width: 900px;
	margin: 0 auto;
	padding: 10px;
	height: 100%;
}


a{
color: black;
text-decoration: none;
}

ul.tree {
	padding-top:10px;
	width: 250px;
	float: left;
	overflow: hidden;
	margin-left: 0;
	padding-left: 0;
	background:#ebd1a5;
	border:1px #c8a173 solid;
	display:inline-block;
}




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

ul.tree li {
	display: block;
	list-style-type: none;
	padding-left: 20px;
}

ul.tree li a {color: #5b4a36; font-size: 18px; 
background: url('.../images/button.png')no-repeat ;
 	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;
}



#zawartosc{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	background-color:#ffe5b7;
	border:1px #ebd1a5 solid;
	color: #3a1a08;
	float:right;
	height: auto;
	width:630px;
	
}


#stopka{
	text-align:center;
	clear: both;
	padding: 5px;
	background-color: #bd5e29;
	color: #f5d491;
	position: static;
	bottom:0;
}

