@charset "utf-8";
body  {
	margin: 0; /* zaleca się wyzerowanie dopełnienia i marginesu elementu body, tak aby mogły być uwzględniane różne domyślne ustawienia przeglądarki */
	padding: 0; /* kontener zostaje wyśrodkowany w oknach przeglądarek IE 5*. Następnie tekst określony przez selektor #container jest wyrównywany domyślnie do lewej */
	color: #53697B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(tlo.png);
}
.Rusalka #container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* ustawienie to przesłania domyślne ustawienie wyrównania tekstu: środkowanie w elemencie body. */
} 
a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CED9E8;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6A8BB9;
	text-decoration: underline;
}


.Rusalka #header {
	margin: 0;
	height: 250px;
}
div {
}


.Rusalka #header h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.Rusalka #sidebar1 {
	float: left; /* ponieważ jest to element pływający, należy określić szerokość */
	width: 192px;
	margin-left: 29px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddfe5;
	border-left-color: #dddfe5;
	margin-top: 35px;
}
.Rusalka #mainContent {
	text-align: justify;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 15px;
	padding-right: 29px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.Rusalka #podstrona {
	text-align: justify;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 29px;
	padding-top: 15px;
	padding-right: 29px;
	padding-bottom: 0;
	padding-left: 10px;
}

.Rusalka #osrodek {
	margin-top: 20px;
	width: 635px;
	float: left;

}
.Rusalka #osrodek-glowna {
	margin-top: 20px;
	width: 415px;
	float: left;
}

.Rusalka #kontakt {
	margin-top: 20px;
	width: 210px;
	float: right;
	height: 570px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(tlo-kontakt.png);
	background-repeat: no-repeat;
}
.Rusalka #newsy {

}



.Rusalka #footer {
	height: 57px;
	background-image: url(tlo-footer.png);
	background-repeat: no-repeat;
	background-position: center;
} 
.Rusalka #footer p {
	margin: 0; /* wyzerowanie marginesów pierwszego elementu w stopce pozwoli uniknąć ewentualnego skrócenia marginesów - tj. dodania niepotrzebnych spacji między elementami div */
	padding: 10px 0; /* użycie dopełnienia zapewni marginesy, a jednocześnie uniemożliwi ich skrócenie */
}
.Rusalka #rezerwacja {
	margin-top: 20px;
	width: 635px;
	float: left;
	height: 600px;
}
#regulamin {
	position:absolute;
	width:181px;
	height:32px;
	z-index:1;
	left: 680px;
	top: 689px;
}

#regulamin a{
	background-image: url(regulamin-up.png);
	background-repeat: no-repeat;
	display: block;
	height: 27px;
	padding-left: 25px;
	padding-top: 5px;
	font-weight: 400;
	color: #FFF;
	letter-spacing: 0.1em;

}
#regulamin a:hover {
	background-image: url(regulamin-dw.png);
	background-repeat: no-repeat;
}
#mapy {
	position:absolute;
	width:181px;
	height:32px;
	z-index:1;
	left: 680px;
	top: 749px;
}
#mapy a {
	background-image: url(regulamin-up.png);
	background-repeat: no-repeat;
	display: block;
	height: 27px;
	padding-left: 25px;
	padding-top: 5px;
	font-weight: 400;
	color: #FFF;
	letter-spacing: 0.1em;
}
#mapy a:hover {
	background-image: url(regulamin-dw.png);
	background-repeat: no-repeat;
}






.fltrt { /* ta klasa może zostać użyta do zdefiniowania płynnego przesunięcia elementu w prawo. Przesuwany element musi poprzedzać element, który ma następować na stronie po nim. */
	float: right;
	margin-left: 8px;
}
.bialy {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

.fltlft { /* ta klasa może zostać użyta do zdefiniowania płynnego przesunięcia elementu w lewo. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* tę klasę należy umieścić w elemencie div lub break, powinna ona stanowić ostatni element kontenera zawierającego element pływający */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.obraze-galeria {
	padding-top: 10px;
}
.obrazek-01 {
	padding-right: 10px;
	float: left;
}

.obrazek-02 {
	padding-right: 3px;
	padding-top: 10px;
}



#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}

#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
td {
	font-size: 11px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 6px;
}

