
* {
	margin: 0;
	padding: 0;
}

html {
	overflow: hidden;
}

body {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	text-align: left;
	font: 11px Verdana, sans-serif;
	line-height: 120%;
	color: #fff;
	overflow: hidden;
}

img {
	border: none;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	border: none;
    color: #CEBFAA;
}

a:hover {
	color: #791C32;
}




#strona_pozioma {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -230px;
	width: 100%;
	/*height: 450px;*/
	background: #000;
    text-align: left;
}




.pasek {
	position: absolute;
	left: 0;
	width: 100%;
}



#pasek_podmenugora {
	top: 66px;
	height: 2px;
	background: #000 url('../images/pasek1.jpg') center top repeat-y;
}

#pasek_tlo {
	top: 68px;
	height: 340px;
	background: #000 url('../images/tlo1.jpg') center top;

}

#pasek_dol {
	bottom: -40px;
	height: 50px;
	/* border-top: 1px solid #0074E0; */
	background: #000 url('../images/pasek3.jpg') left top repeat-x;
}


#strona_center {
	position: absolute;
	left:50%;
	top: 0;
	width: 920px;
	height: 450px;
	margin-left: -455px;
    text-align: left;
}

#logo_sc {
	position: absolute;
	top: -65px;
	left: 350px;
}

#copy_design {
	position: absolute;
	bottom: 0;
	left: 350px;
	padding: 0 0 2px 0;
	font: 9px Verdana, sans-serif;
	color: #00439B;
}

#player {
	position: absolute;
	bottom: 14px;
	right: 7px;
}




/*  E F E K T Y   T Ł A  */

#pasek_tlo_efekty {
	position: absolute;
	left: 50%;
	top: 68px;
	margin-left: -450px;
	width: 900px;
	height: 340px;
	background: transparent;
	overflow: hidden;
}

#kuladisco {
	position: absolute;
	left: 375px;
	top: -85px;
	border: none;
}
#kuladisco_tlo {
	position: absolute;
	left: 325px;
	top: -135px;
	border: none;
	width: 240px;
	height: 240px;
}

.efekty_smuga {
	position: absolute;
	left: 0;
	top: -10px;
	border: none;
}


/*  Panel sterowania  */

#sterefektlaser {
	position: absolute;
	bottom: 17px;
	right: 75px;
	width: 62px;
	height: 17px;
	text-align: left;
	background: transparent url('../images/sterefektlaserser_bg.gif') left bottom no-repeat;
}
a#stoplaser {
	position: absolute;
	top: 0px;
	left: 0px;
	font: 9px bold Tahoma, sans-serif;
	text-decoration: none;
	color: #0074E0;
	display: block;
}
a#stoplaser:hover {
	color: #95BFFF;
}
a#initlaser {
	position: absolute;
	top: 0px;
	left: 0px;
	font: 9px bold Tahoma, sans-serif;
	text-decoration: none;
	color: #0074E0;
	display: none;
}
a#initlaser:hover {
	color: #95BFFF;
}
#handlespeedlaser {
	position: absolute;
	top: 11px;
	left: 20px;
	z-index: 1;
}




/*  T Y T U Ł   S T R O N Y  */

#strona_center #tytulstrony {
	position: absolute;
	top: 75px;
	left: 0;
	width: 250px;
	padding: 0;
	font: 18px Verdana, sans-serif;
	font-weight: bold;
	
	letter-spacing: 1px;
	text-align: right;
	
	color: #FF5D21;
		 text-shadow: 0 0 5px red;  /* TYLKO FF */
}





/*  -----   B A N E R   L E W Y  -----  */

#ramka {
	position: absolute;
	top: 68px;
	left: 0;
	width: 250px;
	height: 340px;
	background: transparent;
	overflow: hidden;
}

.banerlewy {
	position: absolute;
	left: 0;
	width: 250px;
	height: 90px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	overflow: hidden;
	cursor: pointer;
}

.banerlewytytul {
	position: relative;
	padding: 5px 10px 0px 10px;
	font: bold 17px Verdana, sans-serif;
	letter-spacing: 1px;
	text-align: left;
	color: #fff;
	text-shadow: 0 0 5px white; /* TYLKO FF */
}
.banerlewydata {
	position: relative;
	padding: 5px 10px 0px 10px;
	font: bold italic 10px Verdana, sans-serif;
	letter-spacing: 1px;
	text-align: left;
	color: #fff;
}
 
.banerlewypodtytul {
	position: absolute;
	left: 10px;
	bottom: 5px;
	width: 235px;
	font: bold 11px Verdana, sans-serif;
	text-align: left;
	color: #FAEDC6;
}

#banerlewy0 {top: 34px;}
#banerlewy1 {top: 137px;}
#banerlewy2 {top: 240px;}






/*  I F R A M E   S T R O N A  */

#div_iframe_strona {
	position: absolute;
	top: 68px;
	left: 270px;
	width: 650px;
	height: 368px;
	background: transparent;
	overflow: hidden;
}

#iframe_strona {
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent;
}





/*  M P 3   P L A Y E R  */

#div_mp3player {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 180px;
	margin-left: -150px;
	width: 300px;
	height: 27px;
	background: transparent;
	z-index: 191;
	visibility: hidden;
}
#mp3player_play		{ position: absolute; top: 4px; left: 7px; }
#mp3player_volume	{ position: absolute; top: 4px; left: 185px; }
#mp3player_drag		{ position: absolute; top: 4px; right: 30px; }
#mp3player_close	{ position: absolute; top: 4px; right: 7px; }
#div_mp3player2		{ position: absolute; top: 0; left: 0; }





/*  V I D E O   i   Y O U T U B E   P L A Y E R  */

#div_videoplayer {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -370px;
	width: 740px;
	height: 600px;
	background: transparent;
	z-index: 192;
	overflow: hidden;
	visibility: hidden;
}
#div_videoplayer2 { position: absolute; top: 60px; left: 50px; }

#div_youtubeplayer {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -370px;
	width: 740px;
	height: 600px;
	text-align: center;
	background: transparent;
	z-index: 193;
	overflow: hidden;
	visibility: hidden;
}
#div_youtubeplayer2 { 
	position: relative;
	padding-top: 100px;
	margin: 0 auto;
}

.videoplayer_bg {
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:600px;
	background-color: #002;
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	z-index:-1;
}
.videoplayer_close { position: absolute; top: 5px; right: 7px; z-index: 100;}



/*   - - - -  P A N O R A M Y  - - - -   */

#div_panorama {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: 100%;
	height: 2px;
	background: #000;
    text-align: left;
    overflow: hidden;
	visibility: hidden;
    /*display: none;*/
    z-index: 195;
}


#panoramablendalewa {
	position: absolute;
	left: -5px;
	top: -5px;
}
#panoramablendaprawa {
	position: absolute;
	right: -5px;
	top: -5px;
}


a#closepanorama  { /* -- MENU -- */
	position: absolute;
	right: 10px;
	top: -1px;
	width: 130px;
	font-family: Verdana, Arial sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	background: #000 url('../images/ico_strzalka.gif') 5px center no-repeat;
	color: #0074E0;
	padding: 4px 0 6px 20px;
	text-decoration: none;
}
a#closepanorama:hover {
	background: #c00 url('../images/kl_red.jpg') top center no-repeat;
	color: #FFE5B7;
	text-decoration: none;
	text-shadow: 0 0 6px white;
}


#preloadpanorama {
	position: absolute;
	top: 3000px;
	left: 0;
}


/*  I F R A M E   G A L E R I A  */

#div_iframe_galeria {
	position: absolute;
	top: 0;
	left: 50%;
	width: 0px;
	height: 0px;
	background-image: url('../images/viewertlo.jpg');
	background-position: center center;
	visibility: hidden;
	z-index: 200;
}

#iframe_galeria {
	z-index: 201;
}
