BODY {
	background-color: #00519d;
	background-image: url("../images/portal/gradient.png");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
	height: 100%; 
}


#nav ul {
     margin: 5px 0 0 0;
     background-image:url(./img/bar.png);
     background-repeat:repeat-x;
  }

#nav ul li { display: inline;  }

#nav ul li a {
     text-decoration: none;
     padding: 6px 25px;
     font-family: Verdana, Arial, sans-serif;
     font-size: 12px;
     color: #fff;
     text-align: center;
     height: 28px;
	 line-height: 28px;
     background-image:url(./img/bar.png);
     background-repeat:repeat-x;

}

#nav ul li a:hover {
	
	text-decoration: none;  
	background-image:url(./img/bar.png);
    background-repeat:repeat-x;
	background-position: 0pt -28px;	
}


#main {
  width: 860px;
  margin: 0 auto;
  background: #00519e;
  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;
  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 #00519e;
  padding: 20px 40px;
  color: #00519e;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight : bold;
  min-height: 330px;
  line-height: 1.3em;
  text-decoration: none;
  margin-top: 5px;
}

#center p {
  text-align : left;
  padding: 10px;
  color: #00519e;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  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: #00519e;
  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: #00519e;
  text-align : center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  border: none;
}

#center map img{ border:none; }



#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: #ffffff;	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: #00519e;
/*	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 */
	}	
	