/* Main */
body {
    background: url(bg.jpg) repeat-x #fff;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

#main {
    width: 990px;
    margin: 0 auto;
}

#menu {
    position: relative;
    margin: 0;
    padding: 1px;
    width: 100%;
    height: 77px;
}

#menu a, img {
	border: none;
}

#nawigacja {
    float: right;
    margin: 44px auto auto auto;
    padding: 0;
    list-style: none;
}

#nawigacja li {
    float: left;
    width: 120px;
    height: 34px;
    background: url(menubg.gif) no-repeat;
    margin-right: 5px;
}

#nawigacja a {
    display: block;
    width: 120px;
    height: 27px;
    text-align: center;
    padding-top: 10px;
    text-decoration: none;
    color: #000;
    font-style: italic;
}

#nawigacja a:hover, .hover {
    background: url(menuabg.gif) no-repeat;
}

#zawartosc {
    width: 990px;
    background: url(top.jpg) 0 4px no-repeat;
    _background-posit\ion-y: 1px; /* hack for IE 6 */
	padding-top: 330px;
	text-align: left;
}

#zawartosc a {
	color: #848484;
}

#zawartosc h1 {
	color: #fff;
	margin: 20px auto 20px 40px;
	font-size: 40px;
	* padding-top: 20px; /* hack for IE 5.5, 6 and 7 */
}

#zawartosc h2 {
	font-size: 25px;
	color: #000;
	margin: 10px auto 5px 10px;
}

#zawartosc p {
	line-height: 150%;
	text-indent: 20px;
	text-align: justify;
	margin: 0 20px 0 20px;
}

#zawartosc ul {
	padding: 0 30px 0;
}

#zawartosc li {
	padding: 5px 10px 3px;
}

#stopka {
	color: #848484;
	text-align: center;
	font-size: 80%;
	width: 990px;
	border-top: #848484 dotted 1px;
	padding: 10px 0 20px 0;
	margin-top: 20px;
}

#stopka a {
	color: #848484;
}

#mapa {
	float: right;
	margin-right: 20px;
	border: 2px dotted #d9d9d9;
}

.clear {
	clear: both;
}

#logo {
	position: absolute;
	left: 0px;
	top: 9px;
	width: 470px;
	height: 35px;
}

.zezwolenie {
	box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px #000;
	margin: 10px 0 0 0;
}

/* Gallery */

.gallery li {
	text-indent: 0;
	list-style: none;
	float: left;
	width: 73px;
	display: block;
}

#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;	
}
 */
