/* CSS Document */
body {
margin:0px;
padding:0px 0px 30px 0px;
}

body, div, td {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#8F8F8F;
}

.menu {
padding-left:24px;
float:left;
}

a {
color:#22A6DC;
}

a:hover {
text-decoration:none;
}

.menu a {
color:#1366C2;
font-weight:bold;
text-decoration:none;
font-size:12px;
}

.menu a:hover {
color:#FF4000;
font-size:12px;
}

.p {
vertical-align:bottom;
margin:0px 25px 0px 25px;
}

.flagi {
float:right;
padding-right:25px;
}

.flagi img {
border:none;
margin-left:5px;
}

.naglowek {
color:#FFFFFF;
font-size:12px;
padding-left:20px;
}

.belka {
width:524px;
height:10px;
background-color:white;

text-align:right;
padding-top:10px;
}

.plus  {
vertical-align:middle;
margin-right:5px;
}

.img1 {
float:left;
margin-right:10px;
margin-bottom:10px;
border:3px solid #E7E7E7;
}

.content {
padding:20px;
}

h2 {
margin-top:0px;
font-size:11px;
font-weight:bold;
color:#1366C2;
}

.wiecej {
color:#FF4000;
text-decoration:none;
}

.linia {
clear:both;
height:1px;
width:484px;
font-size:0px;
margin-top:20px;
margin-bottom:20px;
background:url(images/hr.gif) repeat-x center;


}
.blok1 {
width:270px;
float:left;
background:url(images/hl.gif) repeat-y right;
padding-right:15px;
}

.blok2 {
width:177px;
float:right;
}
.button {
background:#DFDFDF url(images/s_bg.gif) no-repeat top;
border-top:1px solid #FFFFFF;
padding:12px 0px 10px 12px;
}

.button a {
color:#5B5B5B;
text-decoration:none;
}

.button a:hover {
text-decoration:underline;
}

.sm {
margin-right:10px;
}
.up {
margin-left:10px;margin-right:5px;vertical-align:middle;
}

.uplink {
color:#8F8F8F;
font-weight:bold;
text-decoration:none;
}
.kolor               {background-color:rgb(135,215,255);}
div.jniebieski      {background-color:rgb(135,215,255);}
div.cniebieski     {background-color:rgb(7,181,254);}
div.bialy         {background-color:rgb(255,255,255);}
div.rekomendacja  {margin-left:5px;}
div.flagi      {text-align:right; margin-right:10px;}
a.webdesign     {font:11px;
                color:rgb(175,243,255);
                text-align:right;
                text-decoration:none;
                margin-top:2px;
                margin-right:5px;}
a:hover.webdesign    {font:11px;
                color:rgb(175,243,255);
                text-align:right;
                text-decoration:underline;
                margin-top:2px;
                margin-right:5px;}
.copy           {font:11px;
                color:rgb(175,243,255);
                text-align:left;
                text-decoration:none;
                margin-top:2px;
                margin-right:5px;
               }
img.wiadomosci   { border:2px; border-style:solid; color:rgb(7,181,254); float:left;
                 margin-right:20px; border-color:rgb(141,173,212);}


a.certyfikaty {border:2px; border-style:solid; color:rgb(7,181,254); float:left;
                 margin-left:10px; margin-right:10px; margin-top:10px; margin-bottom:10px; border-color:rgb(141,173,212);}












#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;
	}

#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
