﻿body {
	font-family: 'Palatino Linotype', 'Georgia', serif;
	font-size: 11pt;
	color: #994127;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

h1 {
	font-size: 22pt;
	text-align: center;
	font-weight: bold;
	color: #2e0c0c;
	line-height: 45pt;
}
h2 {
	font-size: 15pt;
	text-align: center;
	font-weight: bold;
	color: #be0000
}
h3 {
	font-size: 18pt;
	line-height: 35pt;
	font-weight: normal;
}
h4 {
	font-size: 13pt;
	font-weight: bold;
	line-height: 15pt;
}

a {
	color: #2e0c0c;
	text-decoration: none;	
	font-weight: bold;
}

a:hover {
	color: #be0000;
} 

.dol {
	width:100%;
	height:57px;	
	position:fixed;
	margin-left:0px;	
	margin-top:-57px;
	top:100%;
	left:0;
}

.dol2 {
	width:100%;
	height:57px;	
}
.tytul {
	text-align: center;
	line-height: 70px;
	margin: auto;
}
.tekst {
	font-size: 13pt;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 25px;
	-webkit-hyphens: auto;
 -ms-hyphens: auto;
 hyphens: auto;
	text-align: justify;
}

.lista {
	margin-left: 50px;
	margin-right: 50px;
	font-size: 12pt;
}
.lista-b {
	font-size: 13.5pt;
	line-height: 1.7;
	margin-left: 10%;
	margin-right: 10%;
}
.pobierz { 
	display: inline-block; 
	margin-left: 10px; 
	margin-right: 10px
}

 @media only screen and (min-width: 400px) {
	 .lista-b {
			-webkit-column-count: 2; 
			-moz-column-count: 2; 
			column-count: 2;
		}
 }
 @media only screen and (min-width: 650px) {
  .lista-b {
		 -webkit-column-count: 3; 
		 -moz-column-count: 3; 
		 column-count: 3;
		}
 }
 @media only screen and (min-width: 800px) {
  .lista-b {
		 -webkit-column-count: 4; 
		 -moz-column-count: 4; 
		 column-count: 4;
		}
}
	@media only screen and (min-width: 1000px) {
  .lista-b {
		 -webkit-column-count: 5; 
		 -moz-column-count: 5; 
		 column-count: 5;
		}
}
	@media only screen and (min-width: 1200px) {
  .lista-b {
		 -webkit-column-count: 6; 
		 -moz-column-count: 6; 
		 column-count: 6;
		}
}
	@media only screen and (min-width: 1400px) {
  .lista-b {
		 -webkit-column-count: 7; 
		 -moz-column-count: 7; 
		 column-count: 7;
		}
}
	@media only screen and (min-width: 1600px) {
  .lista-b {
		 -webkit-column-count: 8; 
		 -moz-column-count: 8; 
		 column-count: 8;
		}
}
.nick {
 font-size: 13pt;
 font-weight: bold;
 color: #be0000;
 margin-left: 10%;
}
.data {
 font-size: 10pt;
 margin-right: 10%
}
.wpis {
 font-size: 12pt;
 margin-left: 10%;
 margin-right: 10%
}
.mapa {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 10%;
	margin-left: 10%;
	margin: auto;
}
pre, code {
	font-size: 8pt;
}

div#k p{display:none;}
div#k p.kon:target {display:block;}