html {
overflow-y: scroll;  
overflow-x: scroll;
}


body {
  margin: 0px;
  background-color: #ffffff;
	font: 13px georgia, sans-serif;

	text-align: left;
	
	}
/*a:link, a:visited {
	font-family: tahoma, sans-serif;
	color: #AD0105;
	text-decoration: none;
	}
a:hover {
	font-family: tahoma, sans-serif;
	color: #EF0107;
	text-decoration: underline;
	}
*/






li {

background: transparent url(img/li_1.jpg) no-repeat scroll 0 0;
list-style-type:none;
line-height:16px;
margin-bottom:7px;
padding:0 0 0 25px;


}



/* TOP */

#top-bg {
width: 950px;
height: 90px;
margin: 0 auto 0 auto; 
border: 0px solid #000000;
}


.top-nazwa {
font: 40px georgia, sans-serif;
color: #686564;
text-align: left;
margin: 15px 0px 0px 15px;
}

.top-nazwa  a:link, .top-nazwa a:visited { 
font: 40px georgia, sans-serif;
color: #686564;
text-align: left;
text-decoration: none;
}
.top-nazwa a:hover, .top-nazwa a:active {  
font: 40px georgia, sans-serif;
color: #686564;
text-align: left;
text-decoration: underline;	
}	


.top-nazwa b{
font: 24px georgia, sans-serif;
color: #29579c;
text-align: left;
}


#logo {
display: inline;
width: 253px;
height: 66px;
margin-top: 20px;
margin-left: 20px;
border: 0px;
}

.galeria-border {
border: 1px solid #E3E1E2;
padding: 2px;
margin-right: 10px;
}



/* MENU */

#menu-bg {
width: 980px;
height: 50px;
margin: 0 auto 0 auto; 
margin-top: 15px;
border: 1px solid;
}

.menu-top {
font: 18px arial, sans-serif; 
color: #023576;
text-align: left;
padding: 10px;

}
.menu-top  a:link, .menu-top a:visited { 
font: 18px arial, sans-serif;
color: #023576;
text-align: left;
text-decoration: none;
}
.menu-top a:hover, .menu-top a:active {  
font: 18px arial, sans-serif;
color: #023576;
text-align: left;
text-decoration: underline;	
}	




/* CENTER */


#center-bg {
width: 980px;
height: 360px;
margin: 0 auto 0 auto; 
margin-top: 15px;
border: 0px solid #000000;
background-color: #ffffff;
}

#center-bg-2 {
width: 980px;
margin: 0 auto 0 auto; 
margin-top: 15px;
border: 0px solid #000000;
background-color: #ffffff;
}

#center-bg-3 {
width: 980px;
margin: 0 auto 0 auto; 
margin-top: 15px;
border: 0px solid #000000;
background-color: #ffffff;
}

#center-left {
display: inline;
width: 380px;
float: left;
text-align: left;
color: #151515;
}


#center-right {
display: inline;
width: 600px;
float: right;
color: #151515;



}


#indeks {
 background-image: linear-gradient(#999695 5%, #7d7977 100%);
    background-image: -o-linear-gradient(#999695 5%, #7d7977 100%);
    background-image: -moz-linear-gradient(#999695 5%, #7d7977 100%);
    background-image: -webkit-linear-gradient(#999695 5%, #7d7977 100%);
    background-image: -ms-linear-gradient(#999695 5%, #7d7977 100%);

    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.05, #484544),
	color-stop(1.00, #7d7977)
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#484544', endColorstr='#7d7977');

display: block;
width: 570px;
margin: 10px 0px 0px 0px;
}


.indeks-tresc {
font: 14px georgia, sans-serif;
text-align: left;
color: #ffffff;
text-align: justify;
padding: 25px;
line-height: 20px;
}	
.indeks-tresc a:link, .indeks-tresc a:visited { 
font: 14px georgia, sans-serif;
color: #ffffff;
text-decoration: underline;
}

.indeks-tresc a:hover, .indeks-tresc a:active {  
font: 14px georgia, sans-serif;
color: #e9e9e9;
text-decoration: none;	
}

/* WYSZUKAJ */


#wyszukaj-bg {
display: block;
width: 564px;
height: 170px;

margin: 25px 0px 0px 0px;
text-align: left;
border: 2px solid #d0cfce;
background-color: #ffffff;

}

.wyszukaj-tresc {
padding: 20px;

}


.button_gradient {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
        background-image: -o-linear-gradient(#f24537 5%, #c62d1f 100%);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline;
	float: right;
	margin-top: -50px;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
        text-align: center;
        min-width: 70px;
    cursor: pointer;
    cursor: hand;
}



.button_gradient_2 {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
        background-image: -o-linear-gradient(#f24537 5%, #c62d1f 100%);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline;
	float: right;
	margin-top: -50px;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
        text-align: center;
        min-width: 70px;
    cursor: pointer;
    cursor: hand;
}


.button_gradient_2 a:link, .button_gradient_2 a:visited { 
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
        background-image: -o-linear-gradient(#f24537 5%, #c62d1f 100%);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline;
	float: right;
	margin-top: -50px;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
        text-align: center;
        min-width: 70px;
    cursor: pointer;
    cursor: hand;
}

.button_gradient_2 a:hover, .button_gradient_2 a:active {  
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
        background-image: -o-linear-gradient(#f24537 5%, #c62d1f 100%);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline;
	float: right;
	margin-top: -50px;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
        text-align: center;
        min-width: 70px;
    cursor: pointer;
    cursor: hand;
}



.tab-bg {
background-color: #f6f3ea;
}

.tab-bg-td-naglowek {
padding: 10px;
background-color: #817d7c;
color: #ffffff;
font-weight: bold;
}

.tab-bg-td {
padding: 5px;
}


/* DZIAL*/


.dzial-tresc {
font: 14px georgia, sans-serif;
text-align: left;
color: #79716f;
text-align: justify;
padding: 25px;
line-height: 20px;
}	
.dzial-tresc a:link, .dzial-tresc a:visited { 
font: 14px georgia, sans-serif;
color: #29579c;
text-decoration: underline;
}

.dzial-tresc a:hover, .dzial-tresc a:active {  
font: 14px georgia, sans-serif;
color: #29579c;
text-decoration: none;	
}


.dzial-powrot {
font: 14px georgia, sans-serif;
text-align: left;
color: #79716f;
text-align: justify;
padding: 0px;
line-height: 20px;
margin-top: -10px;
}	
.dzial-powrot a:link, .dzial-powrot a:visited { 
font: 14px georgia, sans-serif;
color: #29579c;
text-decoration: underline;
}

.dzial-powrot a:hover, .dzial-powrot a:active {  
font: 14px georgia, sans-serif;
color: #29579c;
text-decoration: none;	
}



.dzial-tresc b {
font: 17px georgia, sans-serif;
color: #3d3938;
line-height: 23px;
}	


.dzial-sciezka {
font: 20px georgia, sans-serif;
text-align: left;
color: #ba7354;
}	

.dzial-tytul {
font: 20px georgia, sans-serif;
text-align: left;
color: #29579c;
margin-top: 10px;
margin-bottom: 10px;

}	




.dzial-tresc-m {
font: 11px arial, sans-serif;
text-align: left;
color: #0C2B50;
}	

.dzial-tresc-b {
font: 14px arial, sans-serif;
text-align: left;
color: #0C2B50;
font-weight: bold;
}	

.dzial-tresc-red {
font: 12px arial, sans-serif;
text-align: left;
color: #DC2715;
font-weight: bold;
}	

.dzial-tresc-i {
font: 14px arial, sans-serif;
text-align: left;
font-style: italic;
color: #0C2B50;
font-weight: bold;
}	


	/*STOPKA*/	

	
#stopka-bg {
clear: both;
width: 100%;
height: 100px;
padding-top: 38px;

}	

#stopka-bg2 {
clear: both;
width: 980px;
height: 30px;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
border: 0px solid #000000;
}	
	
.stopka-menu {
clear: both;
font: 14px arial, sans-serif; 
color: #959595;
text-align: right;

padding-top: 20px;
padding-bottom: 10px; 

}
.stopka-menu  a:link, .stopka-menu a:visited { 
font: 14px arial, sans-serif;
color: #959595;
text-align: left;
text-decoration: none;
}
.stopka-menu a:hover, .stopka-menu a:active {  
font: 14px arial, sans-serif;
color: #000000;
text-align: left;
text-decoration: underline;	
}	
	

	
	
.stopka-tresc {
font: 12px georgia, sans-serif;
color: #605a59;
text-align: left;
padding: 0px 0px 0px 15px;

}
.stopka-tresc  a:link, .stopka-tresc a:visited { 
font: 12px georgia, sans-serif;
color: #605a59;
text-align: left;
text-decoration: underline;
}
.stopka-tresc a:hover, .stopka-tresc a:active {  
font: 12px georgia, sans-serif;
color: #605a59;
text-align: left;
text-decoration: none;	
}
	






