html: {height:100%; }
body {
height: 100%;margin:0;padding:0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ade2fe), color-stop(1, #e4f8ff) );
	background:url("../images/noise50b.png") repeat transparent; -moz-linear-gradient( center top, #ade2fe 5%, #e4f8ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ade2fe', endColorstr='#e4f8ff');
	background-color:#ade2fe;
	font-family:Trebuchet MS;
	font-size:10pt;
	color:#333333;
	behavior: url(tpl/scripts/css3pie/PIE.htc);
	line-height:auto;
}

.clr{ clear: both; width: 100%; height: 1px;}
.mt10 {margin-top:10px}
.sp10 {clear: both; width: 100%; height: 10px;}
img,input,fieldset{border:none;padding:0;}

h1,h2,h3,h4 {font-weight: bold;margin:0;padding:0;font-family: Trebuchet MS, Arial;color: #3f3f3f;font-style: italic;color: #ed1b5b;}

h1 {font-size: 18px;}
h2 {font-size: 15px;}
h3 {font-size: 13px;}
.wyroznienie1 {font-size: 15px;font-weight:bold; font-style:italic; color: #ed1b5b;margin:0;padding:0;}
.wyroznienie2 {font-size: 13px;font-weight:bold; font-style:italic; color: #ed1b5b;margin:0;padding:0;}
a {  border: 0 none;  outline-style: none;  outline-width: 0;  text-decoration: none;}

a:link {color: #ed1b5b;}
a:hover {color: #b6043a;text-decoration:underline;}
a:active {color: #ed1b5b;}
a:visited {color: #ed1b5b;}

hr { clear:both; border: 0; height: 8px; background: url("../images/separator.png") no-repeat center top ;  }
p, span {margin-bottom:0px;padding-bottom:0px;}

ul, ol {
  padding: 0px 15px;margin:0;
}
li {margin-left:20px; }
li li {margin-left:0px;}


li{list-style-image: url("../images/wyp.png");}
li li {list-style-image: url("../images/wyp.png");}


.tlo1  {}


#wrapper { padding: 0 0 0px 0; margin:0 auto; width:990px;  z-index:20;  position:relative;}

#bggl{ height:1px;  position:relative; z-index:1;}

.rozsw {background: url("../images/rozsw2.png") no-repeat;  z-index:1; }
#r1 {position:absolute; left:-50px; top:-50px; width:460px; height:460px;  }
#r2 {position:absolute; left:250px; top:-100px; width:460px; height:460px; }
#r3{position:absolute; left:150px; top:-200px; width:460px; height:460px; }
#r4{position:absolute; left:400px; top:-250px; width:460px; height:460px; }
#r5{}
#r6{ }




.menu{
	 z-index:2; 
}
.menu ul{

margin:0 0 10px 0;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff, 0px 0px 9px -2px #98a7ad;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff, 0px 0px 9px -2px #98a7ad;
		box-shadow:inset 0px 1px 0px 0px #ffffff, 0px 0px 9px -2px #98a7ad;
		background-color:#f3f3f3;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f3f3f3), color-stop(1, #dee4e6) );
	background:-moz-linear-gradient( center top, #f3f3f3 5%, #dee4e6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dee4e6');
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #c4c4c4;
	display:inline-block;
	color:#777777;
	font-weight:bold;
	padding:0;
	width: 955px;
	behavior: url(tpl/scripts/css3pie/PIE.htc);
	}
.menu li{list-style:none;margin:0 6px 0 6px;}
.menu li a  {

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f3f3f3), color-stop(1, #dee4e6) );
	background:-moz-linear-gradient( center top, #f3f3f3 5%, #dee4e6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dee4e6');
	background-color:#f3f3f3;
	border-right:1px solid #c4c4c4;
	border-left:1px solid #f7f7f7;
	display:inline-block;
	color:#1185a6;

	font-size:16px;
	font-weight:bold;
	padding:10px 12px;
	text-decoration:none;
	float:left;

}

.menu li.first a   {border-left:none}
.menu li.last a   {border-right:none}

.menu li a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dee4e6), color-stop(1, #f3f3f3) );
	background:-moz-linear-gradient( center top, #dee4e6 5%, #f3f3f3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dee4e6', endColorstr='#f3f3f3');
	background-color:#dee4e6;

}
.menu li.active a {
background: #bc1e5a; /* Old browsers */
background: -moz-linear-gradient(top,  #bc1e5a 0%, #97093f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bc1e5a), color-stop(100%,#97093f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bc1e5a 0%,#97093f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bc1e5a 0%,#97093f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bc1e5a 0%,#97093f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bc1e5a 0%,#97093f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc1e5a', endColorstr='#97093f',GradientType=0 ); /* IE6-9 */
color:#fff;
position:relative;
	
}




.right li {list-style:none;}
.right li a  {
list-style:none;
width:100%;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f3f3f3), color-stop(1, #dee4e6) );
	background:-moz-linear-gradient( center top, #f3f3f3 5%, #dee4e6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dee4e6');
	background-color:#f3f3f3;
	border-right:1px solid #c4c4c4;
	border-left:1px solid #f7f7f7;
	display:inline-block;
	color:#1185a6;
	padding: 2px 5px 2px 5px;}



.right li a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dee4e6), color-stop(1, #f3f3f3) );
	background:-moz-linear-gradient( center top, #dee4e6 5%, #f3f3f3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dee4e6', endColorstr='#f3f3f3');
	background-color:#dee4e6;

}


#header{position:relative;height:168px; z-index:2}

#tytul {position:absolute; top:40px; left:10px; width:340px; text-align:center}
#godlo {float:left;margin-right:15px;}
.haslo {position:absolute; top:60px; right:10px; width:320px}
.dzieci1{position:absolute; left:370px; top:0px; background: url("../images/dzieci.png") no-repeat;	width: 200px;height: 168px; border: none;}
#szukaj {  position: absolute;  right: 0px;  top: 15px;  height: 22px;  z-index: 5;}
#szukaj fieldset {}
#szukaj label {  color: #505050;  font-size: 13px;  font-weight: bold;  text-transform: lowercase;}
input#search {}
form.sisea-search-form label {color:#333; font-weight:bold}
form.sisea-search-form input  {display:none;}
form.sisea-search-form input#search {display:inline;
-webkit-box-shadow: inset 1px 1px 10px 0px #999;
 box-shadow: inset 1px 1px 10px 0px #999;
width:180px;
-webkit-border-radius: 8px; border-radius: 8px;
border:0px;
padding:2px 10px 2px 10px;
behavior: url(tpl/scripts/css3pie/PIE.htc);
}


#banner h3{text-align:right; color:#01b1db;}

.elementtlo {	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f3f3f3), color-stop(1, #dee4e6) );
	background:-moz-linear-gradient( center top, #f3f3f3 5%, #dee4e6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dee4e6');
	background-color:#f3f3f3;
	border-right:1px solid #c4c4c4;
	border-left:1px solid #f7f7f7;
	display:inline-block;
	color:#1185a6;}
	
	
.naglowekwyp{background: url("../images/strzalka.png") no-repeat;	width: 11px;	float: left;	height: 14px;	margin: 0 10px 0 -10px;}
.rounded1 {-webkit-border-radius: 5px; border-radius: 5px;behavior: url(tpl/scripts/css3pie/PIE.htc);}
.rounded2 {-webkit-border-radius: 5px 5px 0px 0px;  border-radius: 5px 5px 0px 0px; behavior: url(tpl/scripts/css3pie/PIE.htc);}
.border1 {border: 1px solid #cccccc; }


.przycisk1 {padding:10px;background:#01b1db; color:#ffffff; -webkit-border-radius: 14px 14px 14px 0;
border-radius: 14px 0 14px 0;}
.przycisk1:link {color:#ffffff;}
.przycisk1:visited {color:#ffffff;}
.przycisk1:hover {color:#ffffff;}
/*Content*/
.tlo1  {background-color:#01cedb; color:#ffffff;}
.pad1 {padding:10px;}


.zaokraglenie1 {-webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; position:relative; overflow:hidden; behavior: url(tpl/scripts/css3pie/PIE.htc);}
.zaokraglenie2 {-webkit-border-radius: 80px 8px 80px 8px;-moz-border-radius: 80px 8px 80px 8px; border-radius: 80px 8px 80px 8px; overflow:hidden; behavior: url(tpl/scripts/css3pie/PIE.htc)}
.zaokraglenie3 {-webkit-border-radius: 80px 8px 80px 8px;-moz-border-radius: 80px 8px 80px 8px; border-radius: 80px 8px 80px 8px; overflow:hidden; behavior: url(tpl/scripts/css3pie/PIE.htc)}
.zaokraglenie4 {
-webkit-border-radius: 14px 0 14px 0;
border-radius: 14px 0 14px 0;
behavior: url(tpl/scripts/css3pie/PIE.htc)}

.zaokragleniemenu {}

.cien1 {box-shadow: 0px 3px 4px #000000; behavior: url(tpl/scripts/css3pie/PIE.htc)   }

.obrys1 {border:solid 1px #ed1b5b;}

.przezr1 {
background : #000; 
filter:alpha(opacity=40);
        -moz-opacity:0.4;
        -khtml-opacity: 0.4;
        opacity: 0.4; 
		z-index:1;}


#content{
-webkit-border-radius: 10px 10px 0px 0px; border-radius: 10px 10px 0px 0px;
width:960px;
	border:1px solid #c4c4c4;
	padding: 20px 10px 20px 10px;
	float:left;
	background:url("../images/bg_noise.jpg") repeat;
behavior: url(tpl/scripts/css3pie/PIE.htc);
}


.left{
	width: 700px;
	float: left;
	margin: 0 10px 0 0;
	background: #ffffff;
	padding: 5px 10px 10px 10px;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 5px 15px #cccccc;
	-webkit-box-shadow: 0 5px 15px #cccccc;
	box-shadow: 0 5px 15px #cccccc;
	min-height:300px;
	behavior: url(tpl/scripts/css3pie/PIE.htc);
}

.lewablok1 {float:left; width:29%; padding:10px; margin-right:2%; background:#fafe92}
.lewablok2 {float:left; width:29%; padding:10px 10px 20px 10px;margin-right:2%; background:#abfcff}
.lewablok3 {float:left; width:29%; padding:10px; background:#e2ff70}



.right{	width: 220px;	float: left;	margin: 0 ; background: #ffffff;	-moz-box-shadow: 0 5px 15px #cccccc;
	-webkit-box-shadow: 0 5px 15px #cccccc;
	box-shadow: 0 5px 15px #cccccc;
	behavior: url(tpl/scripts/css3pie/PIE.htc);}




	
	

/*Footer----------------------------------------------------------*/
#footer{
	-webkit-border-radius: 0px 0px 10px 10px; border-radius: 0px 0px 10px 10px;
	position: relative;
	width:982px;
	height: 50px;
	background-color: #01b1db;
	z-index:2;
	float:left;
	behavior: url(tpl/scripts/css3pie/PIE.htc);
	margin-bottom:60px;
}

#footer p{
	padding: 5px 20px 5px 20px;
	position:relative;
}


#realizacja {position:absolute; bottom:9px;  right:9px; color:#fff; font-size:12px; } 

.shadow {
	background: url("../images/sh.png") no-repeat;
	width: 990px;
	height: 30px;
	position: absolute; left:0px; bottom:-30px;
	z-index: 1;
	
}


.obrazek_cien {
    padding: 0px;
    border: 4px solid #fff;
    margin: 10px;
    opacity: 1.0;
-moz-box-shadow:    1px 3px 3px 1px #333;
-webkit-box-shadow: 1px 3px 3px 1px #333;
box-shadow:         1px 3px 3px 1px #333;	
}


.albumPreview{width:205px;float:left}

/*Button Niebieski-----------------------------------------------*/

.button{
	-moz-box-shadow:inset 0px 1px 0px 0px #9ceafc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9ceafc;
	box-shadow:inset 0px 1px 0px 0px #9ceafc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #42d1f5), color-stop(1, #01afdb) );
	background:-moz-linear-gradient( center top, #42d1f5 5%, #01afdb 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#42d1f5', endColorstr='#01afdb');
	background-color:#42d1f5;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #009abd;
	display:inline-block;
	color:#ffffff;
	font-family:comic sans ms, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:4px 15px;
	cursor: pointer;
	text-decoration:none;
	behavior: url(tpl/scripts/css3pie/PIE.htc);
	
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #01afdb), color-stop(1, #42d1f5) );
	background:-moz-linear-gradient( center top, #01afdb 5%, #42d1f5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#01afdb', endColorstr='#42d1f5');
	background-color:#01afdb;
}.button:active {
	position:relative;
	top:1px;
}



#footer a:link {
text-decoration : none;
color : #fff;

}

#footer a:visited {
text-decoration : none;
color : #fff;
}

#footer  a:hover {
text-decoration : none;
color : #fff;
}

 #footer a:active {
text-decoration : none;
color : #ff;
}

#aktualnosc-artykul { float:left; background-color:#d53476; color:#ffffff;display:block;padding:10px;
border:solid 2px #ffffff;
 -moz-box-shadow: 0 0 5px #999; /* Firefox */
 -webkit-box-shadow: 0 0 5px  #999; /* Safari and Chrome */
  box-shadow: 0 0 5px  #999; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
  margin-bottom:5px;
  min-width:440px;
 }
.listaaktualnosci{float:left; width:100% }
.akt_wpis, .akt_tytul{
	width:98%;
	overflow:visible;
	position:relative;
	padding-bottom:5px;
	
}
.dataaktualnosci{position:absolute; top:0px; right:0px;color:#aaaaaa;font-size:10px; }
.artykul_intro_podstrony {
	float:left;
	width:300px;
}
.ikonka_aktualnosci {float:left;
-webkit-box-shadow: 1px 20px 30px -20px #000000;box-shadow: 1px 20px 30px -20px #000000;
margin-right:20px;margin-bottom:20px;margin-top:20px;
-webkit-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
 }
.akt_wpis img {
	float:left;	
}
.akt_wpis h3 {margin-bottom:10px;}
.akt_wpis p.artykul_intro {
	color:#bd0801;
	font-family:Arial;
	font-size:14px;
	line-height:20px;
}
.akt_wpis p {
	color:#2d2d2d;
	font-family:Arial;
	font-size:13px;
	line-height:18px;
}
.wiecej_info{
float:left;
  color: #B01500;
  float: right;
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
  padding-right: 0px;
  text-align: right;
  text-decoration: none;
}
.wiecejabs {cursor:pointer; text-align:center; position:absolute; bottom:0px; right:10px; display:block;}
 #akapitaktualnosci{float:left;margin:0; width:100%;} 
 #akapitaktualnosci img {width:auto; padding:5px; margin:0 10px 0 10px; border:solid 1px #ccc; display: inline-block;}
 #slider-aktualnosci-glowna  h2 {margin-left:20px;} 
.akt_wpis_slider{  float:left;position:relative; }
.akt_wpis_last_slider{clear:both; margin-top:10px; display:block;min-height:115px}
.akt_tytul_slider{}
.akt_tytul_artykul_slider{font-weight:bold;width:90%;}
.akt_wstep_slider{font-size:11pt;}
.ikonka_aktualnosci_slider {
float:left;  margin-right:20px;position:relative; display:block;z-index:2000;padding-left:3px;}
.ikonka_aktualnosci_slider img {
border:solid 2px #ffffff;
-webkit-border-radius: 8px 0px 8px 0px;-moz-border-radius: 8px 0px 8px 0px; border-radius: 8px 0px 8px 0px;
 -moz-box-shadow: 0 0 5px #999; /* Firefox */
 -webkit-box-shadow: 0 0 5px  #999; /* Safari and Chrome */
  box-shadow: 0 0 5px  #999; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}
.obrazek-akapit {float:left; margin:10px; border:solid 2px #ffffff;}
.obrazek-naglowek {float:left; vertical-align:middle;}
#aktualnosciwsz  {  width:962px;display:block}
.akt_wpis h1,.akt_wpis h2, .akt_wpis h3, .akt_wpis h4 {padding-top:20px}

.aktualnosci-lata {float:left; padding-left:20px}
 .aktualnosci-rok {
    
    display: inline-block;
	}
  .aktualnosci-rok a {
  padding: 0.8em 1.4em;
    display: block;
    
    margin-right: 1px;
    color: #105cb6;
    border: 1px solid #9aafe5;	}
