html, body  

	{
	font-family: Arial, sans-serif;
	color: #fff;
	background: #000;
	text-align: center;
	margin: auto;
	padding: 0px;
	}
	
body *

	{
	margin: auto;
	padding: 0px;
	font-size:	14px;
	font-style: normal;
	text-align: left;
	}
img {
margin: 10px;
padding: 5px;
border: 1px solid #069748;
}
img.thumbnails
  {
	border: 1px solid #069748;
	margin: 5px;
	padding: 3px;
	}
h1 {
		font-family: Calibri, sans-serif;
		margin-top: 10px;
		margin-left: 8px;
		font-size: 18px; 
		font-weight: bold;
		color: #fff;
	}
h2 {
		font-size: 12px;
	}
h3 {
		font-family: Arial Narrow, sans-serif;
		margin-top: 8px;
		margin-bottom: 1px;
		margin-left: 5px;
		margin-right: 1px;
		text-align: justify;
		font-size: 16px; 
		font-weight: normal;
	}
h5 {
		font-family: Arial Narrow, sans-serif;
		font-size: 16px;
	  text-align: right;
		font-weight: normal;
		margin-right: 27px;
		color: #069748;
}
a.link {
	margin-left: 5px;
	color: #069748;
}

a:visited 
	{color: #c60000;
	}
a:hover 
	{color: #cb8583;
	}

div.main {
width: 1024px;
height: 768px;
border: 1px solid #069748;
position: static; 
margin-top: 15px;
}

div.headline_1 {
width: 100%;
height: 200px;
border-bottom: 1px solid #069748;
position: static; 
margin: 0px;
background-image: url('../img/background/headline_1_bcg.jpg');
background-repeat: no-repeat;
background-position: top left;
}
div.headline_2 {
width: 1024px;
position: fixed; 
margin-top: 140px;
}
div.headline_3 {
width: 1024px;
position: fixed; 
margin-top: 160px;
}
div.menu {
width: 98%;
height: 30px;
margin-top: 10px;
position: relative;
}
div.content {
width: 98%;
height: 510px;
margin-top: 10px;
position: relative;
border: 1px solid #0e65fe;
}
#content_L {
width: 48%;
height: 98%;
margin-top: 5px;
margin-left: 5px;
position: relative;
float: left;
}
#content_R {
width: 48%;
height: 98%;
margin-top: 5px;
margin-right: 5px;
position: relative;
float: right;
}
/*menu podstawowe*/
ul, ul li {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0;
	font-family: Calibri, sans-serif;
	font-size: 16px;
	}

ul {
	border-bottom: 1px solid #069748;
	float: left;
	width: 99%;
	position: relative; top: 1px;
	}

ul li {
	float: left;
	margin-left: 12px;
	}

ul a:link, ul a:visited {	
	text-decoration: none;
	display: block;
	background-color: #069748;
	color: #fff;
	padding: 3px 12px;
	border: 1px solid #069748;
	position: relative; top: 1px;
	}
ul a:hover {
	color:	#fff;
	background-color: #0e65fe;
	border-color: #0e65fe;
	}
ul:hover {
	border-bottom: 1px solid #0e65fe;
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #151410;
	
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#lightbox{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	color:#151410;
	line-height:0;
}

#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:#151410;
	text-decoration:underline;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	width: 250px;
	height: 250px; /* without this line error in IE8 detected */
	margin: 0 auto;
	position: relative;
}


#imageContainer{
	width:100%;
	
	background-color: #fff;
	position: relative;
/*	border-style:solid;
	border-color:#fff;
	border-width:1px;*/
	font-size:0;/* ie fix - big info bar*/
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	background:url("../images/loading.gif") center center no-repeat;
	text-indent:-9999px;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLinkImg, #nextLinkImg{
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
	text-indent:-9999px;
	}
#prevLinkImg { left: 0; float: left;}
#nextLinkImg { right: 0; float: right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { 
	background: url("../images/prev.png") 5% center no-repeat; 
	_background-image:url("../images/prev_ie6.gif")
}
#nextLinkImg:hover, #nextLinkImg:visited:hover { 
	background: url("../images/next.png") 97% center no-repeat; 
	_background-image:url("../images/next_ie6.gif")
}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	width:100%;
}

#imageData{
	overflow:hidden;
	width:100%;
}
#imageDetails{ width: 70%; float: left; text-align: left; 	padding:10px 10px 0 10px;}
#caption{ font-weight: bold; display:block;}
#numberDisplay{ display: block; float: left; padding-right:10px;}			
#detailsNav{display:block; float:left;   padding:0; }
#prevLinkDetails { margin:3px; margin-top:1px; display:block; width:16px;height:16px; background: url("../images/prevlabel.gif") left center no-repeat; float:left; }
#nextLinkDetails { margin:3px; margin-top:1px; display:block; width:16px;height:16px; background: url("../images/nextlabel.gif") right center no-repeat; float:left; }

#slideShowControl.started{
	background-image:url("../images/pause.gif");
}

#slideShowControl{
	display:block;
	width:17px; 
	height:17px; 
	float:left;
	background:url("../images/start.gif");
	background-position:center center;
	background-repeat:no-repeat;
	}

#close{
	padding:10px 10px 0 0;
	float:right;
}
#closeLink {
	display:block;
	margin:0;
	padding:0px;
	text-decoration:none;
	width:32px;
	height:32px;
	background:url("../images/close.gif") no-repeat;
}	
		
	

.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 */
}	
	

#outerImageFrame{
	border:solid 1px red;
	height:100%;
	width:100%;
	position:absolute;
}


#outerImageContainer{
	overflow:visible;
}
#outerImageContainer td{
	text-align:center;
	padding:0;
}

#lightboxFrameBody{
	background-color: #fff;
	border:solid 1px #fff; /* hack for opera table small cell width */
	_vertical-align:top;
	_height:90%;
	//vertical-align:top;
	//height:90%;
}

#outerImageContainer td{
	font-size:0;
}
/* frame style */
#outerImageContainer td.tl, #outerImageContainer td.br{
	height:15px;
	width:15px;
}

#outerImageContainer td.tl{
	background-image:url(../images/borderTopLeft.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='engine/images/borderTopLeft.png', sizingMethod='scale');
}
#outerImageContainer td.tc{
	background-image:url(../images/borderTopCenter.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='engine/images/borderTopCenter.png', sizingMethod='scale');
}
#outerImageContainer td.ml{
	background-image:url(../images/borderMiddleLeft.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='engine/images/borderMiddleLeft.png', sizingMethod='scale');
}
#outerImageContainer td.mr{
	background-image:url(../images/borderMiddleRight.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='engine/images/borderMiddleRight.png', sizingMethod='scale');
}
#outerImageContainer td.bc{
	background-image:url(../images/borderBottomCenter.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='engine/images/borderBottomCenter.png', sizingMethod='scale');
}


#outerImageContainer td.tr{
	background-image:url(../images/borderTopRight.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='engine/images/borderTopRight.png', sizingMethod='scale');
}
#outerImageContainer td.bl{
	background-image:url(../images/borderBottomLeft.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='engine/images/borderBottomLeft.png', sizingMethod='scale');
}
#outerImageContainer td.br{
	background-image:url(../images/borderBottomRight.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='engine/images/borderBottomRight.png', sizingMethod='scale');
}

