/* CSS Document */

body { background-image:url(gfx/background.jpg);
       background-repeat:repeat-x;
	   margin-top:0;
	   }
	   
img {
border:none;
}	   
	   
	   
/* ID GROUP */

#contener { width:758px;
            height:inherit 100%;
			margin:0 auto;
			position:relative;
			float:none;
			margin-top:51px;  
}	

html>body #main {     width:722px;
            height:inherit 100%;
			margin:0 auto;
			position:relative;
			float:left;
			margin-left:18px;
			margin-top:1px;
			background-color:#FFFFFF;
			background-image:url(gfx/footer_bg.jpg);
			background-position:bottom;
			background-repeat:no-repeat;
			
			
			}   

#main {     width:722px;
            height:inherit 100%;
			margin:0 auto;
			position:relative;
			float:left;
			margin-left:9px;
			margin-top:1px;
			background-color:#FFFFFF;
			background-image:url(gfx/footer_bg.jpg);
			background-position:bottom;
			background-repeat:no-repeat;
			
			}
			

#footer_bg { width:100%;
             height:100px;
			 background-image:url(gfx/blue_bg.jpg);
			 background-repeat:repeat-x;
			 background-color:#00599c;
			 position:relative;
			 float:left;
			 }
			 
#footer { width:740px;
          height:54px;
          margin:0 auto;
		  background-image:url(gfx/f_bg.jpg);
		  background-repeat:no-repeat;
		  }			 
		  
#main2 { width:515px;
         float:right;
		 position:relative;
		 padding-left:10px;
		 padding-right:15px;
		 }
		 
#slogan{ width:178px;
         position:relative;
		 float:left;
		 }		 		
		 
/* GLOBAS GROUP */

p { font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:12px;
	color:#333333;
	}	
	
.normal { font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:12px;
	color:#333333; }		   


A.l_min { color:#404c54; text-decoration:none; border:none; }
A.l_min:hover { color:#990000; text-decoration:none; border:none; }


A.list { color:#404c54; text-decoration:underline; }
A.list:hover { color:#990000; text-decoration:underline; }


/* CLASS GROUP */

.srodek { margin-left:18px;
          position:relative;
		  float:left;
		  }
		  
html>body .min_menu { 
           margin-left:36px;
		   padding-top:5px;
		   font-family:Arial, Helvetica, sans-serif;
		   font-size:12px;
		   color:#404c54;
		   }
		   
.min_menu { 
           margin-left:32px;
		   padding-top:5px;
		   font-family:Arial, Helvetica, sans-serif;
		   font-size:12px;
		   color:#404c54;
		   }		   
		   
html>body .copyrights { 
			  font-family:Arial, Helvetica, sans-serif;
		      font-size:12px;
			  color:#00599c;
			  padding-top:3px;
			  margin-left:92px;}
			  
.copyrights { 
			  font-family:Arial, Helvetica, sans-serif;
		      font-size:12px;
			  color:#00599c;
			  padding-top:3px;
			  margin-left:88px;}
			  
html>body .logo_min { width:80px;
            float:right;
			margin-top:-35px;
			margin-right:30px;}		
			
.logo_min { width:80px;
            float:right;
			margin-top:-35px;
			margin-right:18px;}					  			  
		   
.white { color:#FFFFFF;}

.no_border { border:none; }	

.stopka1 { width:249px;
          background-image:url(gfx/bg_stopka2.jpg);
		  height:141px;
		  float:left;
		 }	
		 
.stopka2 { width:249px;
          background-image:url(gfx/bg_stopka2.jpg);
		  height:141px;
		  float:right;
		 }			 
		 
.stopka_img { padding-left:20px;
              padding-top:5px; }
			  
.stopka_img2 { padding-left:20px;
              padding-top:8px; }				  		  
		 
.li_lvl1 {  list-style-image:url(gfx/li_lvl1.jpg);
            font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#0167bc;
			font-weight:bold; }

.li_lvl2 {  list-style-image:url(gfx/li_lvl2.jpg);
            font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#333333;
			font-weight:bold; }	
			
.blue { color:#0167bc;
		}	
		

.stopka_f { margin-top:-20px; }		

.przesuniecie { margin-left:15px; 
                font-family:Geneva, Arial, Helvetica, sans-serif;
                font-size:12px;
	            color:#333333; }	

.ref { position:relative;
	   }	
		
.form { text-align:right; }

input:focus, select:focus, textarea:focus { background-color:#CEE7FF;} 		
				   		  
		 
		 
/*************************

GLOBAL CLASS

**************************/

#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: 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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	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 */
	}	
		 
