im{border:0px;
}
body{
background : #ffffff;
text-align : center;
border:0;
padding:0;
margin:0;
behavior:url("/site_media/csshover.htc");
}


#strona{

margin: 0;
padding: 0;
border:0 ;
margin-left : auto;
margin-right : auto;
width : 960px;
}

#baner{
background :url("baner.gif") no-repeat;
margin:0;
padding:0;
border:0;
width:960px;
height:188px;
}




#menu{
float:left;
display : inline;
margin:0;
padding:0;
border:0;
width:960px;
height:30px;
background: url("menu.gif") bottom;
}
#menudemo07, #menudemo07 ul {
border:0;
margin:0;
padding:0;
list-style: none;
float: left;
background:#286492;
}
#menudemo07 .kreska{
border-bottom:0px;
border-top:0px;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
}
#menudemo07 li {
position: relative;
float: left;
border:0;
margin:0;
padding-left:5px;
padding-right:5px;
padding-top:0;
padding-bottom:0;
}

#menudemo07 a {
color: #fff;
font-family: tahoma, sans-serif;
font-size: 12px;
text-decoration: none;
font-weight: bold;
display: block;
float: left;
margin:0;
border:0;
padding-left:10px;
padding-right:10px;
padding-top:3px;
padding-bottom:3px;


}

#menudemo07 li ul {
display: none;

}
#menudemo07 li:hover ul {
display: block;
position: absolute;
left: 0%;
top: 20px;
float: none;
margin: 0 0 0 0;
border:0;
padding-left:10px;
padding-right:10px;
padding-top:3px;
padding-bottom:3px;
}

#menudemo07 li:hover ul li {
clear: both;
}

#menudemo07 li:hover ul li ul {
position: static;
margin: 0;
clear: both;
height: 100%;
overflow: hidden;
margin:0;
padding:0;
border:0;

}

#menudemo07 li li a {
margin:0;
padding:0;
border:0;
font-size: 11px;
font-weight: normal;
line-height: 18px;
width: 126px;
}
#menudemo07 li li a:hover {
margin:0;
padding:0;
border:0;
font-size: 11px;
font-weight: bold;
padding: 0 6px;
line-height: 18px;
height: 100%;
background:#ffffff;
color:black;
}


#srodek{
float:left;
background : url("srodek.gif") repeat-y;
margin:0;
padding:0;
border:0;
width:960px;
}

#lewa_kolumna{
margin:0;
padding-left:5px;
padding-right:5px;
padding-top:0px;
padding-bottom: 0px;
border:0;
width:735px;
float:left;

}


.tyt_lewa{
border:0;
margin:0;
height:42px;
width:735px;
padding:10 0 0 0;
font-family : Times New Roman;
font-weight : bolder;
font-size : 18px;
font-style : italic;
color:#286492;
background: url("tyt_lewy.gif")no-repeat bottom;
}

.tekst_lewa{
margin:0;
border:0;
width:735px;
padding:10 2 2 2;
}


#prawa_kolumna{
margin:0;
padding:0;
border:0;
width:215px;
float:left;
height:400;
}

.tyt_prawa{
text-align : left;
border:0;
margin:0;
width:205px;
padding:15 0 0 10;
font-family : Times New Roman;
font-weight : bolder;
font-size : 18px;
font-style : italic;
color:#286492;
}

.tekst_prawa{
text-align : left;
border:0;
margin:0;
width:205px;
padding-left:8px;
font-family : Times New Roman;
font-size : 12px;
background: url("tekst_prawa.gif")no-repeat bottom;
}

.clear{
clear: both;
}

#stopka{
width:960px;
height:20px;
background:#ffffff;
}



/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;	
}
