.oknoAddImg {
   float: left;
}
#strona {
  width: 1200px;
}

#element_z_tlem {
  animation: 300s linear 0s alternate none infinite running ruch;
  background-image: url("../images/sp25_anime.png");
  height: 209px;
}

#akapit {
  font-size: 24px;
  margin: -12px auto;
  visibility: hidden;
  width: 313px;
}

      /*------------------------ANIMACJA-RUCHOME-TŁO------------------------*/
      @keyframes ruch
      {
        0% {background-position:0 -10px, 0 0, 0 0;}
        100% {background-position:10000px 0, 7500px 0, 5000px 0;}
      }

      /* dla Google Chrome, Safari, Opera 15+ */
      @-webkit-keyframes ruch
      {
        0% {background-position:0 0, 0 0, 0 0;}
        100% {background-position:10000px 0, 7500px 0, 5000px 0;}
      }

.ico {
	width: 20px;
	}
.ico  img{
	width: 130px;
	margin: 0 15px;
	}	
	
	
.alert {

	background: #fff6bf url(bioneural/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}
.alert-box {
        color:#555;
        border-radius:1px;
        font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
        padding:10px 10px 10px 36px;
        margin:10px;
    }
#ciacho {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.64);
		border: 2px dotted #000000;
		display: block;
		font-size: 28px;
		height: 200px;
		left: -75px;
		padding: 12px;
		position: absolute;
		text-align: center;
		width: 1200px;
		font-size: 12px; 
		color: #bbb; 
		font-family: calibri; 
		box-shadow: 0 0 3px #aaa inset; 
		border-radius: 1px; 
	}	

#blok {
  font-family: comic sans ms;
  font-size: 16px;
  position: relative;
  text-align: center;
}

#blok > span {
  animation: 10s steps(60, start) 1s normal none infinite running pisz, 1s step-end 0s normal none infinite running znak;
  height: 24px;
  position: absolute;
  right: 0;
}

#blok > p:hover {
        animation-play-state:paused;
    }
	  
      /* ------------ANIMACJE------------ */
 @keyframes pisz  {
        0% { width:100%; }
        100% { width:0; }
    }

 @keyframes znak{
		0% { border-left-color:transparent; }
        50% { border-left-color:white; }
        100% { border-left-color:transparent; }
    }
      /* dla Google Chrome, Safari, Opera 15+ */
  @-webkit-keyframes pisz {
        0% { width:100%; }
        100% { width:0; }
    }

	@-webkit-keyframes znak
      {
        0% { border-left-color:transparent; }
        50% { border-left-color:white; }
        100% { border-left-color:transparent; }
    }
  
#ciacho {
	animation: 3s 1 pojawianie; 
	opacity: 1;
	} 
 
#ciacho:hover {
	animation: 3s 1 zanikanie; 
	opacity: 0;
	}

.tyt_box{
	 font: bold 15px/16px comic Sans MS;
	 text-transform: uppercase;
	 text-align: center;
	 padding: 8px  0;

    }
.tyt_box a{	
	text-decoration: none;
}
	
.dodaj_wp{
	 font: bold 15px/16px comic Sans MS;
	 margin: 2px 1px -14px 359px;
	 text-transform: uppercase;
	 text-align: center;
	 padding: 9px 12px;
	 border: 1px solid;
	 border-radius: 1px;
	 -webkit-border-radius: 1px; /* Safari, Chrome */
    }	
.dodaj_wp a{
	  text-decoration: none;
	 
    }
.dodaj_wp a:hover{
	  text-decoration: blink;
	 
	  padding: 2px 38px;
	 
     }	
		
.foldery  {
 
    font: bold 14px/22px comic Sans MS;
    padding: 8px 20px;
    text-transform: uppercase;
	-webkit-border-radius: 6px;
	
	border-radius: 1px; 
    }	
	
a.foldery  {
	text-align: center;
	text-decoration: none;
	 text-shadow: 4px 2px 3px #c2a757;
   
    }
  
  .link {
	font: bold 18px arial;
	padding: 10px;
	color: red;
}
	  
	  
#baner_logo{
	border: 1px solid transparent; 

}
	
#page_title {
  
  display: table;
  margin: 0 auto;
  padding: 16px 9px;
  text-align: center;
  width: 1160px;
}

.baner_logo_L {
  background: transparent none repeat scroll 0 0;
  display: table-cell;
  width: 20%;
}
.baner_logo_L img {
  margin: -2px 36px 0 -4px;
  width: 150px;
}
.baner_logo_Sr {
  background: transparent none repeat scroll 0 0;
  display: table-cell;
  height: 209px;
  vertical-align: top;
  width: 60%;
}

.baner_logo_Sr p {
  color: #8c0471;
  font: bold 39px/51px cursive;
  margin-top: -2px;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}
.baner_logo_P {
  background: transparent none repeat scroll 0 0;
  border: 1px solid transparent;
  display: table-cell;
  vertical-align: top;
  width: 25%;
}
.baner_logo_P img {
  border: 1px solid transparent;
  width: 173px;
}

#baner_belka {
  font: bold 15px comic Sans MS;
}
table.baner_belka_tab {
	 width:100%;
     font: bold 10px comic Sans MS;
}
tr.baner_belka_w {
	width: 100%;
}
td.baner_belka_c {
  width: 35%;
}

td.baner_belka_lp {
	font-size: 14px;
	padding: 11px 0;
	text-align: center;
	width: 14%;
}
.activ {
     width: 109px;
 
    }	


.naglowek{
   
	 float: left;
     margin-left: 52px;
     margin-top: 60px;
    }
.powitanie{
     position: absolute;
     margin-top:  5px;
     margin-left: 60px;
     text-decoration: none;
	}
#menuup {
   
    }
	
#nav1 {
     margin-top: 1px;
	 text-align: center;
	 position: relative;
    }

#nav1  ul  li{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav1 li {
	display: inline;
	white-space: nowrap;
}
#nav1 a.gora {
  border-radius: 1px 1px 12px 12px;
  display: inline-block;
  font: bold 16px/15px comic Sans MS;
  margin-right: 3px;
  padding: 11px 27px 11px 7px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
 
}

#nav1 a.gora:hover{
  padding: 10px 26px 10px 6px;
 
}

#nav1 a.gora1 {
  background: #f45d3d none repeat scroll 0 0;
  border-radius: 0 0 12px 16px;
  color: white;
  display: inline-block;
  font: bold 13px/15px comic Sans MS;
  margin-right: 2px;
  padding: 12px 8px;
  text-decoration: none;
  text-transform: uppercase;
  width: 149px;
}

#nav1 a.gora1:hover {
     }
 
#nav1 a.gora:hover {
     }

.link_box {
	text-align: center;
	}
.tresc_l1{
	font:12px/14px comic Sans MS;
	}
.tresc_p1{
	font: 12px/14px comic Sans MS;
	}
	
.tablica {
  border-collapse: collapse;
  margin: 0 auto;
}

#kontakt {
  font: 12px/15px comic Sans MS;
  height: 556px;
  text-align: center;
}

.link_img {
	width: 75%;
	}
	
#leftdiv {
  float: left;
  margin: 5px 0;
  width: 16%;
}
.pudelko1{	
	margin: 15px  2px;
		
		
		}
.leftdiv_box {
  border-radius: 1px;
  display: block;
  margin: 5px;
  padding: 0 0 10px;
}
#center {
	box-sizing:border-box;
	width: 75%;
	margin: 2px auto;
	}
#centerdiv{
	padding: 2px;  
    text-align: left;
    text-decoration: none;
    width: 66%;
	float:left; 
    }

.list_wpis {
  font: 13px/14px comic Sans MS;
  margin-bottom: 5px;
  margin-left: 6px;
 
  
}
.list_wpis_obr {
	font: 13px/14px comic Sans MS;
	margin-bottom: 5px;
	margin-left: 6px;
	background: white;
	height: 525px;
}
}
.oknoAddImg{
  font: 13px/14px comic Sans MS;
  margin-bottom: 5px;
  margin-left: 6px;
  float: left;
  
}
	
.tab-wpisy{
border: 1px solid #FF3333;
}

.tab-wpisy table{
border: 1px solid #FF3333;
}
.tab-wpisy tr{
border: 1px solid #FF3333;
}

.tab-wpisy td{
border: 1px solid #FF3333;
}

#prawydiv {
	float: left;
	margin: 4px 0;
	width: 16%;
}
.prawydiv_box {
  display: block;
  margin: 10px 6px 0;
}

.rozne {
  float: left;
  padding: 30px;
}
	
.tbl_projekt, .tbl_projekt a {
	font: 13px/18px Tahoma,sans-serif;
    text-align: center;
	text-decoration: none;
	}

.link a{
   
    border-radius: 1px;
    
    font: bold 14px/14px comic Sans MS;
    padding: 2px 14px;
    text-decoration: none;
}
 
.inner  a{
      display: inline-block;   
	 text-decoration: none;
	 margin-right:10px;
	 font: 10px/18px Tahoma,sans-serif;
    }
	
.inner  a:hover{
     font-weight:bold;
	 margin-right:9px; 
    }
.info_tag {
  float: left;
  font: 10px/14px comic Sans MS;
  padding-top: 8px;
}
.lista_tag a{
 
    font: bold 9px/11px comic Sans MS;
    padding: 1px 3px;
    text-decoration: none;
}

	
.info {    
     font: 11px/14px  comic Sans MS; 
	 font-weight:bold;
     text-decoration: none;	 
    }
.info:hover{
    font-weight:bold;
  	}	
	
.edit{
     padding: 2px 8px;
	 font: 12px/18px Tahoma,sans-serif;
	font-weight:bold;	 
     text-decoration: none;
	 
    }
	
.tags{
     font: 12px/18px Tahoma,sans-serif;
     text-decoration: none;
    }
	
 



#addpost {
  margin: 13px 40px;
  padding: 5px;
  position: absolute;
  top: 20px;
  width: 1050px;
}
input.submitadd {
	
	position: relative;
	top: -118px;
	left: 120px;
	height: 40px;
	/* font: bold 25px arial; */
}

table {
	margin: 12px auto;
}
.redLabel {
	color: red;
	font-size: 16px;
}
#addpost input {
  border: 2px solid wheat;
  font: bold 13px arial;
}
  #select1 {
	border: 2px solid wheat;
	font: bold 15px arial;
	width: 242px;
	height: 35px;

}
#select2  {
	border: 2px solid wheat;
	font: bold 15px arial;
	width: 100px;
	height: 35px;
}
#koment{
     width: 750px;
     margin: 25px 45px;
     padding: 30px 50px ;  
    }
	
#projektlink {
     width: 950px;
     margin: 25px 45px;
     padding: 30px 50px ;  
    }
.projktlink_box 	{
	margin: 15px auto;
	width: 85%;
	font: 11px/19px comic Sans MS;
}
.projktlink_linki { 
margin: 10px ;
 }
 
.projktlink_linki_L	{
 font-weight: bold;
 float: left;
}
.projktlink_linki_R	{
 float: right;
 font: 8px/19px comic Sans MS;

}

.projktlink_linki a	{
text-decoration: none;

}
.projktlink_linki a:hover {
	padding: 1px 10px; 
	-webkit-border-radius: 15px;
	
	border-radius: 15px; 
}

.Add_button {
  
  position: relative;
  right: -238px;
  top: 58px;
  z-index: 1;
}
.button {
  float: left;
  padding: 0 0 0 31px;
}

.button a {
  
  padding: 6px 26px;
  border-radius: 11px;
  text-decoration: none;
}
.button a:hover { 
	-webkit-border-radius: 11px;
	border-radius: 11px; 
}

#art_box{
  width: 570px;
     padding: 3px;
     margin: 2px;
	 font: bold 11px/14px comic Sans MS;
}	
#autor{
     width: 280px;
     padding: 3px;
     margin: 2px;
	 font: 12px/14px Arial,Helvetica,sans-serif;
    }	
	
#tytul {
	width: 379px;
	padding: 3px;
	margin: 2px;
	font: bold 11px/14px comic Sans MS;
	height: 24px;
}

form .form {
    
   	}
 
#field , .fieldL{

    }
  
#field_kom{
     float:left;
     margin-top: 20px;
    }

.field_post{
     margin-left: 2px;
	}
	
#field_img {
  float: left;
  margin: 6px 60px 10px;
  padding: 19px;
  width: 448px;
}

#field_img input {
	font: bold 16px/17px arial;
	margin: 4px;
	padding: 4px;
	color: ;
}


#pole_tytul{
     width: 460px;
    }
	
#status{
     width: 60px;
    }
	
.label_pole{
     width: 360px;
    }	
	 
 .log input{
      margin: 2px;
	  width: 90%;
    }
  
input.text  {
     font: 14px/18px Arial,Helvetica,sans-serif;
     padding: 3px;
	 height: 25px;
    
    }  
 
fieldset.button {
     text-align: right; 
    }

fieldset {	
	margin: 2px 1px; 
    }
label {
	font: bold 12px/14px comic Sans MS;
	padding: 3px;
	color: black;
}

fieldset.button, input.submit {
     float: right; 
     cursor: pointer;
     font: 13px/27px Tahoma,Helvetica,sans-serif;
     height: 35px;
	 border: 0 none;
     text-align: center;
     text-transform: uppercase;
     width: 120px;
	-webkit-border-radius: 1px; /* Safari, Chrome */
    -khtml-border-radius: 1px;    /* Konqueror */
   
     border-radius: 1px;
}
input.submitadd {
    border-radius: 2px 2px 0 0;
    cursor: pointer;
    font-weight: bold;
    height: 35px;
    margin-left: 62px;
    margin-top: -39px;
    text-align: center;
    text-transform: uppercase;
    width: 120px;
}
  

  
.post {
  border-radius: 2px 2px 0 0;
  height: 31px;
  margin: -6px -6px 0;
}

.post_tyt{
     margin-left: 15px;  
     font: 14px/18px Verdena,sans-serif; 
	 font-weight:bold;
	 float:left; 
	 padding: 4px 13px; 
	 
    }
.post_data{
 
     float:right;
	 font: 10px/18px Comic Sans MS,sans-serif;
	 padding: 5px 13px 0 0;
    }	
.post_text {
  font: 13px/16px Comic Sans MS,sans-serif;
  margin: 3px 2px 6px;
  padding: 5px 17px;
}
.post_text a {
  
  margin: 3px 2px 0;
  padding: 2px 19px;
  text-decoration: none;
  
  font-weight: bold;
}	
.post_text img {
   margin-bottom: 2px;
}
	
.list_kom{
     min-height: 20px; 
	 margin : 3px 10px  15px 3px;
 
	 padding: 5px 10px ;
      	
	}	
	
	
.kom  {
     padding:1px ;
 	 border-bottom: 2px solid rgb(148, 177, 103);
	 height:20px;
	 
     
    }
.kom_tyt {
     float: left;
     padding:1px 15px;
     font: 12px/18px Tahoma,sans-serif;
 
	 font-weight:bold;
     
    }
.kom_data {
     float:right;
     padding:1px 15px;
     font: 10px/18px Tahoma,sans-serif;
	 
	 font-weight:bold;
	 
     
    }
	.kom_ile {
     float:right;
     padding:1px 15px;
     font: 10px/18px Tahoma,sans-serif;
	 
	  
	 margin-top: -35px
     
    }
.kom_text1{
     margin:10px 35px; 
     font: 8px/18px Verdena,sans-serif;
     padding:3px 20px;
 
    }
.kom_text2{
     margin:10px 35px; 
     font: 14px/18px Tahoma,sans-serif;
     padding:5px 20px;
 
    }	
.menu {
	}
	
#kalendar{
	-moz-transform: rotate(3deg);
    padding: 2px;
    margin: 1px 3px;
    font-weight: bold;
    text-align: center;
	font: 12px/18px Tahoma,sans-serif;
	color: #339900;
    }
	
#tab_kalendar{
    width: 150px;
	}

#chmora{
    margin: 2px;
    font-weight: bold;
	color: #339900;
    }	
 
#archindex  {
	font-weight: bold;
    text-align: center;
    color: #339900;
    }
/*
#menu2 {
     float: left;
     margin-left: 12px;
     margin-top: 196px;
    }

#menu2 a {
     display: inline-block;   
	 text-decoration: none;
	 font: 14px/18px Tahoma,sans-serif;
	 width: 218px;
	 padding-left: 12px;
	 float: left;
 
	 margin-right: 10px;
    }

#menu2 a:hover {
     width: 109px;
  
    }
	*/
 
.menu1   {
     list-style: none outside none;
	 padding: 2px 15px;
	 
	 text-align: center;
	 margin-bottom: 1px;
	 
    }
.menu1 a.prawe:link, .menu1 a.prawe:visited {
  display: block;
  font: bold 12px Microsoft Sans Serif;
  padding: 3px 0;
  text-decoration: none;
}
.menu1 a.prawe:hover {
    
	 
    }
	
.bar-menu {
   width:99%;
   margin: auto;
    }

.bar-menu  a{
   text-decoration: none;
  
  padding: 2px 3px 2px 1px;
 
    }	
.bar-menu  a:hover{
   text-decoration: none;
    } 
 
.bar-menu .box1,
.bar-menu .box1-hover,
.bar-menu .box1-open,
.bar-menu .box1-open-hover {
        cursor: pointer;
		text-indent: 12px;
        font: bold 14px/20px comic Sans MS;
        line-height: 25px;
        
    }
.bar-menu .section {
        
        font:  13px/15px comic Sans MS;
        line-height: 15px;
        padding: 0 0 5px 10px;
        display: none;
    }
    .bar-menu .section a {
       
        text-decoration: none;
        white-space: normal;
    }
    .bar-menu .section a:hover {
      
        text-decoration: none;
        white-space: normal;
	 
    }
 .bar-menu .box2 {
  border-style: none none solid solid;
  border-width: 1px;
  padding: 2px 0 5px 6px;
  width: 166px;
}
    .bar-menu .box2-hover {
         
        border-width: 1px;
        border-style: none none solid solid;
          padding: 2px 0 5px 6px;
        width: 166px; 
    }
.box3 {
        
        border-width: 1px;
        border-style: none none solid solid;
        padding: 1px 0 2px 6px;
		margin-left: 3px;
		font:  12px/15px comic Sans MS;
    }
.box2:hover{
		 
        border-width: 1px;
        border-style: none none solid solid;
        padding: 1px 0 2px 6px;
		
    }	
.tab_galeria1   {
     border: 2px solid transparent;
     border-collapse: collapse;
	}
.tab_galeria1 td   {
    font: 9px/11px comic Sans MS;
	text-align:center;
	}
.img_box {
	float: left;
	width: 192px;
	padding: 8px 0;  
}	
.img_box img {
  border: 4px solid #006E2E;
  margin: auto 10px;
  min-height: 96px;
  padding: 1px;
}
	
.img_box img:hover{
    border: 4px solid #006E2E;
	}
	
.img_box a {
	font: bold 11px/14px comic Sans MS;
	
    text-decoration: none;
	}

table#gal {
	    border-collapse: collapse;
	    width: 100%; }	 

	#gal td {
	    text-align: center;
	    padding: 5px;
		width: 33%;
		font: bold 14px/16px comic Sans MS;
		 text-shadow: 14px 9px 3px #72A757;
      color: #006E2E;
	}
.folGal {
	float: left;
	padding: 11px 2px;
	width: 23%;
}
.folGal:hover {
		
	} 
.folGal   a {
	text-decoration: none;
	color:#090097;
	}
.folGal  td {
	 text-align: center;
	 padding: 5px;
	 width: 33%;
	}	
	
#zegarek2 {
color:#090097;
}
#zegarek3 {
color:green;
}
 
.video {
  background: url("") repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  left: 108px;
  padding: 12px;
  position: relative;
  top: -6px;
  width: 315px;
}
video {
height: 160px;
}
#cookies {
	background-color: rgba(13, 0, 26, 0.56);
	color: #FFFFFF;
	display: none;
	font: bold 16px/17px comic sans ms;
	padding: 18px;
	position: fixed;
	height: 108px;
	text-align: center;
	top: 95px;
	width: 747px;
	z-index: 10;
	left: 280px;
}
.rok {
	position: absolute;
	font-size: 29px;
}

