@charset "utf-8";
/* CSS Document */

body {
	background-image:url(img/background.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	color:#000000;	
	top:0px;
	
	scrollbar-face-color: #E8C792;
	scrollbar-highlight-color: #E8C792;
	scrollbar-shadow-color: #E8C792;
	scrollbar-3dlight-color: E8C792;
	scrollbar-arrow-color: #6D4B1B;
	scrollbar-track-color: #6D4B1B;
	scrollbar-darkshadow-color: #6D4B1B;
	margin:0 auto;
}

#strona {
	width:876px;
	position:relative;
	text-align:center;	
	top:0px;
}

#naglowek {	
	background-image:url(img/naglowek.jpg);
	background-repeat:no-repeat;
	width:646px;
	height:160px;
	position:absolute;
	top:0px;
	left:230px;
}

#lewemenu {
	background-image:url(img/lewemenu.jpg);
	background-repeat:no-repeat;
	width:230px;
	height:613px;
	position:absolute;
	top:0px;
	left:0px;
}

#przycisk {
	width:170px;
	height:50px;
	color : white;
	font-size: 18pt;
	text-align:left;
	text-decoration:none;
	filter:alpha(opacity=0);
	-moz-opacity:.0;
	opacity:.0;
	padding-left:28px;
}

#przycisk1 {
	width:170px;
	height:115px;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
}

#tresc {
	background-image:url(img/tresc.jpg);
	text-align:left;
	overflow:auto;
	height:453px;
	width: 646px;
	position:absolute;
	top:160px;
	left:230px;
}

#tresc2 {
	height:383px;
	width: 590px;
	overflow:auto;
}

#player {
	padding-left:20px;
	padding-top:20px;
}

#tresc_demo {
	padding-right:60px;
}

#stopka {
	text-align: center;
	position:absolute;
	left: 0px;
	top:615px;
	width:876px;
	height:20px;
}

#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(lightbox/overlay.png); }

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="lightbox/overlay.png", sizingMethod="scale");
}
