BODY {
     background:#003d98;
     color: #fff;
     margin: 0 auto;
     margin-top:30px;
}

#nav ul {
     margin-top: 5px;
     margin-bottom: 5px;
     padding: 4px;

    background-image:url(./img/belka.png);
     background-repeat:repeat-x;
}

#nav ul li { display: inline;  }

#nav ul li a {
     text-decoration: none;
     padding: 4px 17px;
     font-family: Verdana, Arial, sans-serif;
     font-size: 13px;
     font-weight: bold;
     color: #fff;

     background-repeat:no-repeat;
}

#nav ul li a:hover {color: #fe7a0e; }


#main {
  width: 860px;
  margin: 0 auto;
  background: #5640FF;
  color: #fff;
 /* position: relative;   */

}

#top { background: #fff; padding: 5px; margin: 0 auto;}


#stopka {
margin-top: 5px;
margin-bottom: 5px;
width: 860px;
position: relative;
margin: 0 auto;
color: white;
font-style: normal;
}


#stopka address{
  padding:  30px 0 0 0;
  height: 90px;
  width: 286px;
  float: left;
  background: #003d98;
  font-style: normal;
  color: #fff;
  text-align : center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
}

#stopka address img{  border: none;}

#stopka address p{  padding: 2px;}

#center {
  margin: 0 auto;
  background: #fff;
  border: solid 1px #003d98;
    padding: 20px 40px;
  color: #003d98;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight : bold;
  min-height: 330px;
  line-height: 1.3em;
  text-decoration: none;
  margin-top: 5px;
}

#center h2 {
  text-align : center;
  padding: 10px;
  color: #003d98;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight : bold;
  line-height: 2em;
}

	

#center p {
  text-align : left;
  padding: 10px;
  color: #003d98;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight : bold;
}
#center img{ border:none; }

#center p.right{
  text-align : right;
  padding: 10px;
}

#center p.center{
  text-align:center;
  }

#center ul { list-style-image: url(./img/dot.jpg);}

#center ul li a, #center p a, #center p a:hover{  
  text-decoration: none;
  color: #355ad9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight : bold;
}

#center address, #center address a,  #center map a, #center map {
  padding:  20px 0 0 0;
  width: 380px;
  float: left;
  background: #fff;
  font-style: normal;
  color: #355ad9;
  text-align : center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  border: none;
}

#center p.o {
	color: #fe7a0e;
	font-size: 14px;

}

#center map img{ border:none; }

#center table {
	width: 700px;
	margin: 0 auto;
	border: solid 1px #003d98;
	padding: 5px;
	
}
#center td{
	padding:5px;
	
}
#center a:hover {
	color: #fe7a0e; 
	text-decoration: none;
}
#center a {
	text-decoration: none;
	color: #003d98;
}

#center td.a {
	background:#c0ffff;
	padding:5px;
	border-right: solid 1px #003d98;
		
		}

#center td.ra {
	background:#c0ffff;
	text-align: right;
	width: 110px;
	padding:5px;
	border-right: solid 1px #003d98;
	}
	
#center td.r {
	text-align: right;
	width: 110px;
	padding:4px;
}

#dane {
	background: #fff;
    min-height: 30px;
}	
	

#center td a.info{
    position:relative; /*this is the key*/
    z-index:24; 
  color: #003d98;
    text-decoration:none}

#center td a.info:hover{z-index:25; }

#center td a.info span{display: none}

#center td a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    padding: 4px;
    font-size: 10px;
    top:2em; left:2em; width:60em;
  border: solid 1px #003d98;
    background-color : #c0ffff; color:#000;
    text-align: center}





#lightbox{
	position: absolute;
	top: 40px;
	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: 15px;
	}

#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;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ color: #5640FF;	font: 14px Verdana ; font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 120px; float: right;  padding-bottom: 0.7em;	}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #5640FF;
/*	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;     */
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	