html, body {
	font: 13px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: #555555;
	background-color: #efefef;
	text-align: center;
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	/*text-align: justify;*/
}


#pasek_gora {
        background: linear-gradient(#dcdcdc, #a9a9a9, #a9a9a9, #dcdcdc);
	height: 10px;
}

#gora_wizytowka {
	position: relative;
	margin-left: auto;
	margin-right: auto;
        width: 950px;
        height:120px;
	text-align: center;
	font-size: 28px;
	text-shadow: 2px 2px 2px #6e7108;
}



#godlo {
	background: url('new_images/godlo_m.png');
	position: relative;
        width: 85px;
        height: 100px;
	top: -90px;
	left: 100px
}


#gora_srodek {
	position: relative;
	margin-left: auto;
	margin-right: auto;
        width: 950px;
        height: 250px;
	box-shadow:0 0 6px 2px #dcdcdc inset;
	text-align: left;
	font-size: 40px;
	text-shadow: 4px 3px 6px yellow;
}

#pasek_dol {
	background-color: #a9a9a9;
	height: 3px;
}

#srodek {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	/*text-align: center;
	text-align: justify;*/
}

#srodek a {
	font-weight: bold;
	color: #6e7108;
	text-decoration:none;

}

#srodek a:hover {
	color: #861506;
}

#tresc {
	position: relative;
	top: 0px;
	left: 0px;
	width: 600px;
	float: left;
	overflow: hidden;
	text-align: left;*/
	background-color: #efefef;
}

#menu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 350px;
	float: left;
	overflow: hidden;
	text-align: left;
	background-color: #efefef;
}

#menu a
 {
  font-weight: bold;
  color: #6e7108;
  text-decoration:none;
 }
#menu a:hover
 {
  color: #861506;
 }


#stopka {
	clear: both;
	width: 100%;
	height: 20px;
	/*background-color: #888;*/
        background: linear-gradient(#dcdcdc, #a9a9a9, #a9a9a9, #dcdcdc);
}

p 	{
	display: block;
        margin: 5px;
        padding: 5px;
	text-align: justify;
} 

h1, h2 {
	display: block;
        margin: 5px;
        padding: 5px;
        text-align: left;
}

h1 {
        font: 22px arial, sans-serif;
	text-transform: uppercase;
	color: #a9a9a9;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 18px;
	text-shadow: 0 0 1px #e4ff91;
	}

h2 {
        font: 18px arial, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
        color: #993366;
	}



#g_menu {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width:950px;
	height:33px;
	margin-top:-8px;
}
#g_menu a {
	display: block;
	padding: 0 0px;
	font-weight: bold;
	color: #6e7108;
	text-decoration:none;
}

#g_menu a:hover {
	color: #861506;
}

#g_menu ul {
	list-style: none;
}

#g_menu li {
	width:auto;
	float: left;
	padding-left:60px;/*opis menu od lewej*/
	padding-top:4px;
	font-weight: bold;
	font-size: 14px;
}


.image_miniatura 
 {
  float: left;
  margin: 0px 10px 5px 5px;
 }



/*****************************************************/

/* *****************Lightbox**************************/

/*****************************************************/


#lightboxOverlay 
 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  opacity: 0.85;
  display: none;
 }



#lightbox 
 {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
 }

#lightbox img 
 {
  width: auto;
  height: auto;
 }

#lightbox a img 
 {
  border: none;
 }


.lb-outerContainer {
  position: relative;
  background-color: white;
  /*zoom: 1;*/
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
   border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}


.lb-container {
  padding: 10px;
}


.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}


.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}


.lb-container > .nav {
  left: 0;
}


.lb-nav a {
  outline: none;
}


.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  display: block;
}


.lb-prev {
  left: 0;
  float: left;
}


.lb-next {
  right: 0;
  float: right;
}


.lb-prev:hover {
  background: url(new_images/prev.png) left 48% no-repeat;
}


.lb-next:hover {
  background: url(new_images/next.png) right 48% no-repeat;
}


.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}


.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}

.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}

.lb-data .lb-close:hover {
  cursor: pointer;
}
