body {scrollbar-3dlight-color:#25292B;
scrollbar-arrow-color:#838281;
scrollbar-base-color:#25292B;
scrollbar-darkshadow-color:#25292B;
scrollbar-face-color:#25292B;
scrollbar-highlight-color:#838281;
scrollbar-shadow-color:#25292B} 

#top {
	width: 1004px;
    margin: 0 auto;
    text-align: left;
}

#NAGLOWEK {
    position: absolute;
    top: 60px;
	width: 1004px;
	background-color: #888;
}

#MENU_PRAWE {
    position: relative;
    top: 200px;
	width: 130px;
	float: right;
	overflow: hidden;
	background-color: #ccc;
}

#MENU_LEWE {
    position: relative;
    top: 200px;
	width: 170px;
	float: left;
	overflow: hidden;
	background-color: #ccc;
}

#TRESC {
    position: relative;
    top: 200px;
	margin-left: 170px;
	margin-right: 130px;
	background-color: #2e383d;
}

#KROPKA {
    width: 24px;
    height: 22px;
	background-color: #646a6c;
	text-decoration: none;
}
#STOPKA {
	clear: both;
	width: 100%;
	background-color: #888;
}

.link_no {
	text-decoration: none;
}

a {
	text-decoration:none;
    color: white;

}

.maintext {
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: white;
    text-align: left;
	font : bold;
	text-decoration: none;

}

.righttext {
    font-size: 10px;
    font-family: Arial, sans-serif;
    color: white;
    text-align: left;
	font : bold;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
