body
{	
	color: #000000;
	font-size: 12px; 
	font-family: Tahoma, Arial, Helvetica,  Verdana,  sans-serif;  
	line-height: 14px; 
	text-align: center;
	margin:0px;
	background-color: #ffffff;
	text-align:center;
	vertical-align:middle;
}

/* hiperlacza */
a:link, a:visited,  a:active{color:#1e8400; text-decoration:none; font-weight: normal; }
a:hover {color: #1e8400; text-decoration: underline; font-weight: normal; }
a.zapisz-sie:link, a.zapisz-sie:visited,  a.zapisz-sie:active{color:red; text-decoration:none; font-weight: bold; }
a.zapisz-sie:hover {color: red; text-decoration: underline; font-weight: bold; }

/* obrazki */
img {border:0px;}

div.main {width:783px; height:100%; margin:0px auto;} /* do zmiant!!!!!!*/

div.top {width:783px; height:73px; text-align:left; float:left;}
div.top-left {width:393px; height:40px; background:url('../images/top_search.jpg') no-repeat; position:relative; top:33px; float:left;}
div.top-right {width:390px; height:40px; position:relative; top:33px; line-height:35px; float:left; text-align:center; color:#1F8400;}
a.menu-top:link, a.menu-top:visited,  a.menu-top:active {font-size:14px;color:#1F8400; text-decoration:none; font-weight: normal; }
a.menu-top:hover {color: #ec1d1d; text-decoration: none; font-weight: normal;}
a.menu-top-x:link, a.menu-top-x:visited,  a.menu-top-x:active {font-size:14px;color:red; text-decoration:none; font-weight: normal; }
a.menu-top-x:hover {color: red; text-decoration: none; font-weight: normal;}

div.content {width:783px; height:100%; background: url('../images/background.jpg') repeat-y; float:left; margin-top:2px;}
div.content-left {width:148px; height:100%; background: url('../images/left_top.jpg') no-repeat; float:left; color:#ffffff; text-align:left; padding-left:15px; padding-right:5px;}
a.menu-left:link, a.menu-left:visited,  a.menu-left:active{color:#ffffff; text-decoration:none; font-weight: normal; }
a.menu-left:hover {color: #ffffff; text-decoration: underline; font-weight: normal; }

a.menu-left-super:link, a.menu-left-super:visited,  a.menu-left-super:active{color:yellow; text-decoration:none; font-weight: bold; }
a.menu-left-super:hover {color: yellow; text-decoration: underline; font-weight: bold; }


div.content-right {width:615px; height:100%; float:right;}
div.content-right-left {width:405px; height:100%; float:left; text-align:justify; padding-left:10px; padding-right:10px; padding-bottom:10px;}
div.content-right-right {width:190px; height:100%; float:left;}
a.box:link, a.box:visited,  a.box:active {font-size:11px;color:#000000; text-decoration:none; font-weight: normal; }
a.box:hover {color: #000000; text-decoration: underline; font-weight: normal;}

div.footer {width:783px; height:29px; background: url('../images/footer.jpg') no-repeat; float:left; font-size:11px;}
a.footer:link, a.footer:visited,  a.footer:active {font-size:11px;color:#000000; text-decoration:none; font-weight: normal; }
a.footer:hover {color: #000000; text-decoration: underline; font-weight: normal;}

h3.temat {font-size:12px; font-weight:bold; padding-bottom:8px;padding-top:4px; }

.text {width:300px; border:1px solid #999999; color:#000000; font-size:12px; font-family:Tahoma;}
.text2 {width:400px; border:1px solid #999999; color:#000000; font-size:11px; font-family:Tahoma;}


/*galeria*/
#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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

