html {
margin:0px;
padding:0px;
background:url('layout/tlo.jpg') no-repeat center center fixed;
background-size: cover;
}
body {
margin:0;
padding:0;
color:#fff;
font-size:18px;
font-family:Arial, Helvetica, Verdana, sans-serif;}
img {border:0;}
nav, aside, header, footer, section, article {display:block;}
#top {
width:100%;
background:url('layout/toop.png') repeat-x;
}
#social {
position:absolute;
top:0px;
right:0px;

background:url('layout/social.png');
width:157px;
height:331px;
}
#social a {
border:none;
}
nav {
margin:0 auto;
width:980px;
height:30px;
padding:5px 0px 5px 0px;
background:url('layout/nav.png')no-repeat; 
}
header {
width:980px;
margin:0 auto;
height:242px;
}
#belka {
width:970px;
margin:0 auto;
margin-bottom:15px;
height:25px;
background:url('layout/belka.jpg') no-repeat;
padding:5px 5px 0px 5px;
border-bottom-left-radius:20px;
border-bottom-right-radius:20px;
}
.social {
float:right;
margin-bottom:-20px;
position:relative; bottom:22px; right:5px;
}
#srodek {
width:970px;
margin:0 auto;
padding:5px;
overflow:hidden;
border-radius:20px;
background:rgba(0,0,0,0.5);
clear:both;
}
#lewo {
overflow:hidden;
width:220px;
overflow:hidden;
float:left;
}
#strony {
float:right;
overflow:hidden;
width:735px;
padding:5px 5px 10px 5px;
padding-top:5px;
border-radius:20px;
background:rgba(0,0,0,0.5);
margin-left:5px;
}
footer {
margin:0 auto;
border-radius:20px;
width:980px;
height:30px;
background:rgba(0,0,0,0.5);
margin-bottom:10px;
margin-top:5px;
padding:5px 0px 5px 0px;
text-align:center;
font-size:10px;
}
.kot {
width:377px;
height:50px;
background:url('layout/warning.jpg') no-repeat;
display:block;
margin:auto;
text-align:center;
font-size:20px;
padding-top:13px;
margin-top:5px;
}
h1 {
background:url('layout/h.jpg');
border-radius:20px;
font-size:36px;
font-weight:bold;
margin:2px 0px 15px 0px;
padding-left:30px;
text-align:left;
}
h2 {
background:url('layout/h.jpg');
border-radius:10px;
font-size:30px;
font-weight:bold;
margin:5px 0px 15px 0px;
padding-left:30px;
text-align:left;
}
h3 {
background:url('layout/naglowek.jpg');
border-radius:10px;
font-size:25px;
font-weight:bold;
margin:5px 0px 15px 0px;
padding-left:30px;
text-align:left;
}
h4 {
background:url('layout/naglowek.jpg')no-repeat;
border-radius:10px;
font-size:21px;
font-weight:bold;
margin:5px 0px 15px 0px;
text-align:center;
}
a img{
border:0px;
}
a {
text-decoration:none;
border-bottom:1px dotted;
color:white;
}
a:hover {
color:#707b22;
}
hr {
width:100%;
height:1px;
background-color:#948f8f;
color:#948f8f;
}
#stopnie > table {
text-align:center;
margin: 0 auto;
margin-bottom:50px;
width:50%;
}
#stopnie > table > caption {
background: url('layout/naglowek.jpg');
border-radius:10px;
font-weight:bold;
}
.h {
background:url('layout/h.jpg');
}
/*------------------newsy--------------------------------------------------------------------------------------*/
.news {
border:1px solid #24251d;
border-radius:10px;
margin: 0 auto;
width:90%;
margin-bottom:30px;
background:rgba(0,0,0,0.5)
}
.news_tytul {
background: url('layout/h.jpg');
border-radius:10px;
font-weight:bold;
text-align:left;
padding-left:45px;
font-size:23px;
}
.news_tresc {
padding:10px;
text-align:left;
font-size:18px;
}
.news_footer {
border-top:1px solid #24251d;
font-size:13px;
text-align:right;
padding-right:5px;
}
.news_footer a {
text-decoration:none;
color:white;
}
.news_footer a:hover {
color:#707b22;
}
/*------------------koniec newsow-------------------------------------------------------------------------------*/
/* ----------------MENU---------------------------------------------------------------------------------------------*/
.jqueryslidemenu{
font-weight:bold;
font-size:22px !important;
}
.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
color: white;
padding: 0px 5px;
color: white;
text-decoration: none;
border-bottom-width:0px;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background:rgba(0,0,0,0.5); /*tab link background during hover state*/
color:#707b22;
border-radius:10px;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
background:rgba(0,0,0,0.7);
border-radius:10px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
text-align:left;
font-weight: bold;
font-size:15px;
width: 200px; /*width of sub menus*/
padding: 4px;
margin: 0;

}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
/* -------------------------------------------------------------galeria */
#galeria{
	margin: 10px auto 0 auto;
	color: #555;
	font: 12px Arial, Verdana;

}
#galeria ul li{
	display: inline;
	margin:0 10px 10px 0;
}
#galeria li a{
border:none;
}
#galeria img{
	border: 1px solid #948f8f;
	padding: 1px;
}
.galeria {
margin:0 0 0 20px;
list-style-type:none;
text-align:left;
font-size:15px;
}
.galeria a {
border:none;
}
/* Ajax */
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	padding-left: 22px;
	background-image: url(skrypty/galeria/images/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(skrypty/galeria/images/controlbar-white.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(skrypty/galeria/images/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(skrypty/galeria/images/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
/* hide the text for these graphic buttons */
	display: none;
}
.highslide-move a {
	cursor: move;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}