	body {
	 font-size: 18px;
	 color:black;
	 border:white;

	}
	table.pelne td { border-right: 1px navy outset;border-bottom: 1px navy outset;}
	table.pelne td.yn {min-width:70px; }
	table.pelne {border-left: 1px navy outset;border-top: 1px navy outset;border-collapse: collapse;}
/*	table.pelne tr:nth-child(even) {background: #ddd;}*/
	img {width:auto;height:auto;max-width:100%;}
  a.wlinii {letter-spacing: 3px;text-decoration: none;background:#eeeeee; padding-left:3px;padding-right:3px;}
  a {color:Navy;}
  a:visited {color:#111;}
  a.wlinii:hover {background:yellow;}	
  a.wlinii:visited {color:navy;}
	section {margin:0px;}
	
  ul.ulinki li {list-style-type: none;} 
  ul.ulinki_ li {list-style-type: none;}
  ul.ulinki li a {text-decoration:none;display:block;width:80%;max-width:90%;background:#eeeeee;padding:7px;border:1px navy outset;}
  ul.ulinki_ li a {text-decoration:none;display:block;width:80%;max-width:90%;background:#fff;padding:7px;border:1px navy outset;}
  #bialas a {background:#fff;}
  ul.ulinki li a:hover {background:yellow;}
  #bialas a:hover {background:lightyellow;}
  ul.ulinki_ li a:hover {background:lightyellow;}
   

  
	nav li {list-style-type: none; }
	nav li a.ost{border-bottom:1px solid navy;}
	nav li a{display: block; background:lightgray;
	 padding-top:5px;
	 /*text-indent: 3%; /*padding-left rozwala wsio*/
	 box-sizing: border-box; /* bez tego szerokosc = width+padding+border a do tego jeszcze margin :) */
	 padding-left: 20px;
	 width:97%;
	 border-left:1px inset navy;
	 border-top:1px solid navy;
	 border-right:1px outset navy;
	 text-decoration:none;
	 color:navy;
	 height:34px;
	 margin:0px;
	 float:left;
	}
	nav li a:hover{background:yellow;}
	nav li a:active{background:green;}
	#gorne_ {
/*	  font-style:italic; font-family:'URW Chancery L', cursive;*/
	  display:block; 
	  text-align:center;
	  margin:0px;
	}
	#dolne_ { 	  
	  border-top:1px navy inset;
	  text-align:center;
	  clear:both;
	  margin:0px;
	 }
	#glowne_ {
   vertical-align:top;
   float:left;
   margin:0px;
   
  } 
  #lewe_ {
   float:left;
   margin:0px;
   margin-bottom:3px;
  /* padding:0px 5px 0px 5px;*/
  }
 #lewe1 {
 	border:red 1px outset;
	height:300px;
   float:left;
   margin:0px;
   margin-bottom:3px;
   background:#111;
  /* padding:0px 5px 0px 5px;*/
  }



/*stacjonarki full*/

@media screen and (min-width: 1025px) {
	#gorne_ {
	  width:960px;
	  /*height:70px;
	  background:url('matinf___5.jpg');*/
	}
	#glowne_ { 
	 /*display:inline-block;*/
	 display:table-cell;
	 width:780px; 
	}
	#lewe_ {
	 /*display: inline-block; */
	 position: sticky;
	/* display:table-cell;*/
	 width:180px;
	 margin-left:2%;
	}
	#dolne_ { 
	 display:block;
	 width:960px;
	}

}
/*max laptopa 1000px  */
@media screen and (max-width: 1024px) and (min-width: 601px) {
	 body {
	  font-size: 16px;
	 }
	 #gorne_ {
	  width:100%;
	  text-align:center;
	 }
	 #glowne_ { 
	  /*display:inline-block;*/
	  display:table-cell;
	  width:80%;
	 }
	 #lewe_ {
	  /*display: inline-block; */
	  position: sticky;
	  display:table-cell;
	  width:20%;
	 }
	 #dolne_ { 
	  width:100%;
	 }
}
 	

/*komorka*/
@media screen and (max-width: 600px) {
	 body {
	  font-size: 14px;
	 }
	 h2 { font-size: 15px;}
	 ul.ulinki li a {width:90%;}
	 
	 nav li a {width:40%; border: navy outset 1px; height:27px; 
	     padding:0px;
	 	 display: flex;
         align-items: center;
         justify-content: center;
	 }
	 nav li a.glowna {width:15%; height:54px;}
	 
	 #gorne_ { 
	  width:100%;
	  text-align:center;
	 }
	 #glowne_ { 
	  display:block;
	  width:100%;
	 }
	 #lewe_ { 
	  display: block; 
	  width:100%;
	 }
	 #dolne_ { 
	  display: block; 
	  width:100%;
	 }	 
}
