*{
   font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
   font-size: 13px;
}
html, body {
	margin: 0;
	padding: 0;
}
img, td{ 
   border: 0;
   border-radius: 5px;  
}
h1{
	color: #560B0B;
}
#top {
	width: 1000px;
	border-radius: 12px; 
	padding:12px;
	margin: auto;
}
#INFORMACJE {
	width: 200px;
	overflow: hidden;
	border-radius: 6px; 
	padding: 6px;
	float: right;
	margin: 12px 0 12px 12px;
}
#MENU {
	width: 200px;
	overflow: hidden;
	float: left;
	margin: 12px 12px 12px 0;
}
#TRESC {
	margin-top: 12px;
	width: 546px;
	float: left;
	overflow: hidden;
	padding:5px;
}
#STOPKA {
	font-weight: bold;
	text-align: center;
	clear: both;
	width: 976px;
	margin-right: 12px;
	margin-bottom: 12px;
	padding: 6px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 5%, rgba(74,136,255,1) 45%, rgba(255,255,255,0) 94%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(5%,rgba(255,255,255,1)), color-stop(45%,rgba(74,136,255,0)), color-stop(94%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 5%,rgba(74,136,255,1) 45%,rgba(255,255,255,0) 94%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 5%,rgba(74,136,255,1) 45%,rgba(255,255,255,0) 94%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 5%,rgba(74,136,255,1) 45%,rgba(255,255,255,0) 94%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 5%,rgba(74,136,255,1) 45%,rgba(255,255,255,0) 94%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

/* Style artykułów */
.artykul header{
	font-size: 130%;
	font-style: italic;
	padding: 5px;
	clear: both;
	border-radius: 6px; 
	box-shadow: -2px 2px 5px rgba(0,0,0,.5);
	text-align: right;
}
.artykul section{
	text-align: justify;
	line-height: 150%;
}
.artykul .zalaczniki{
	border-top: 1px dotted #330000;
	width: 100%;
}
.artykul a{
	font-style: italic;
	text-decoration: none;
}
.artykul footer{
	border-top: 1px dotted #330000;
	font-style: italic;
	padding: 5px;
	margin: 10px 0 5px 3px;
	clear: both;
	text-align: right;
	font-size: 70%;
}
.banner img, .artykul iframe{
	margin: 10px auto;
	display: block; 
}
.artykul img{
	margin: 10px;
	display: block; 
}
.banner footer{ 
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
.banner {
	border-top: 1px dotted;
	border-bottom: 1px dotted;
}
.strony, .strony a {
	font-size: 10px;
	text-decoration: none;
}
.opis{
	font-size: 10px;
	font-style: italic;
}
.opis_galerii{
	border: 1px dotted black;
	border-top: 0px;
	border-radius: 0px 0px 12px 12px; 
	padding:12px;
	margin: 0px 50px 50px 50px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.hovergallery img{
-webkit-transform:scale(0.8); /*Webkit: Scale down image to 0.8x original size*/
-moz-transform:scale(0.8); /*Mozilla scale version*/
-o-transform:scale(0.8); /*Opera scale version*/
-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.5s; /*Mozilla duration version*/
-o-transition-duration: 0.5s; /*Opera duration version*/
opacity: 0.7; /*initial opacity of images*/
margin: 10px auto; /*margin between images*/
cursor:pointer;
}

.hovergallery img:hover{
-webkit-transform:scale(1.1); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(1.1); /*Mozilla scale version*/
-o-transform:scale(1.1); /*Opera scale version*/
box-shadow:0px 0px 30px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow:0px 0px 30px gray; /*Safari shadow version*/
-moz-box-shadow:0px 0px 30px gray; /*Mozilla shadow version*/
opacity: 1;
}

.hovergallery .opis{
	text-align:center;
	margin: 0px 10px;
}

#tytul_galerii{
	position: relative;
	z-index: 2;
}

#foto_tyt{
	position: relative;
	top: -100px;
	float: left;
	margin: 0px 10px;
	z-index: 1;
}

.licznik{
padding: 2px;
font-weight: bold;
font-style: normal;
margin: auto;
width: 120px;
font-size: 17px;
color: white;
border-radius: 3px;
background: rgb(174,188,191); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(174,188,191,1) 0%, rgba(110,119,116,1) 24%, rgba(10,14,10,1) 71%, rgba(10,8,9,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,188,191,1)), color-stop(24%,rgba(110,119,116,1)), color-stop(71%,rgba(10,14,10,1)), color-stop(100%,rgba(10,8,9,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 24%,rgba(10,14,10,1) 71%,rgba(10,8,9,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 24%,rgba(10,14,10,1) 71%,rgba(10,8,9,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 24%,rgba(10,14,10,1) 71%,rgba(10,8,9,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 24%,rgba(10,14,10,1) 71%,rgba(10,8,9,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */
}