body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	
	height: auto; 
	min-height: 100%;
	background-color: #1A3057;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Sans-serif;
	font-size: 14px;
}

p {
	text-indent: 30px;
}


h1 {
	font-size: 18px;
	text-align: center;
}

img {
	border: 0px;
}

dd {
	text-align: left;
	text-indent: -10px;
	padding-bottom: 10px;
}

/***** menu ******/

#menu {
	float: left;
	width: 173px;
	height: 260px;
	position: absolute;
	top: 320px;
	left: 162px;
	font-size: 16px;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #FFF;
}
	
a:visited {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: none;
	color: #FFF;
}

a:active {
	text-decoration: none;
	color: #FFF;
}

#a {
	width: 173px;
	height: 65px;
	background-image: url(./menu/a.gif);
	background-position: 0 -65px; 
	text-align: center;
	color: #ffffff;
	vertical-align: middle;
}

#a:hover{ 
	background-position: 0 0;
}

#b {
	width: 173px;
	height: 65px;
	background-image: url(./menu/b.gif);
	background-position: 0 -65px; 
	text-align: center;
	color: #ffffff;
}

#b:hover{ 
	background-position: 0 0; 
}
	
#c {
	width: 173px;
	height: 65px;
	background-image: url(./menu/c.gif);
	background-position: 0 -65px; 
	text-align: center;
	color: #ffffff;
}

#c:hover{ 
	background-position: 0 0; 
}

#d {
	width: 173px;
	height: 65px;
	background-image: url(./menu/d.gif);
	background-position: 0 -65px; 
	text-align: center;
	color: #ffffff;
}

#d:hover{ 
	background-position: 0 0; 
}
					
.text {
	position: relative;
	top: 22px;
}

/***** tresc ******/

#content {
	float: left;
	position: absolute;
	top: 289px;
	left: 438px;
	width: 488px;
	height: 500px;
	text-align: justify;
	color: #ffffff;
	line-height: 18px;
	font-weight:bold;
}
					
/***** footer *****/

#footer {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 12px;
	color: #ffffff;	
}

#bottom {
	height: 40px;
}

/***** galeria *****/

#foto {
	text-indent: 0px;
}

/***** kontakt *****/

#form {
	font-weight: normal;
	text-indent: 0px;
}

.normal {
	margin: 0 0 0 0;
	text-indent: 0px;
}

/*       lightbox     */

#lightbox {	
	position: absolute;	
	left: 0; width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
}

#lightbox img { 
	width: auto; 
	height: auto;
}

#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;
}

#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; 
	outline: none;
}	 	

#overlay { 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
}

/*       preloader     */
div#preloader {
  position: fixed; /* ustawia na stałe preloader w miejscu */
  width: 300px;  /* szerokość preloadera */
  padding-top: 20px;
  height: 100px;
  left: 50%;
  margin-left: -150px; /* wartość musi być połową szerokości ze znakiem - */
  top: 200px; /* wysokość od górnej krawędzi */
  z-index: 9999;
  display: none; /* ukrywa preloader (pod żadnym pozorem nie usuwać) */
  background-color: #001336;
  
  color: #fff;
  border: none;
  text-align: center;
  font-weight: bold;
}