* {
	margin:0;
	padding:0;
}

body {
	font-family: Georgia, 'Times New Roman', serif;
	background: url('img/tlo.png') repeat;
	background-color: #f1d49c;
    width: 980px;
    margin: 0 auto;
}


h1 {
	color:#2e8b9c;
	margin-bottom:.2em;
}

h2 {
	color:#2e8b9c;
	margin-bottom:.2em;
}

img {
	border:1px solid #000;
	margin: 0 auto;
}

/* odnosniki w tekscie */
a:link {
	color: #526d8e;  
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a:visited {
	color: #526d8e;
	text-decoration:none;
}

h1 a:link {
	color:#2e8b9c;
}

h1 a:visited {
	color:#2e8b9c;
}

/* uklad strony */
main {
    display: block;  /* dodane ze względu, że bez tego IE nie widzi main */
	background-color: #fffcdf;
    background-image: none;
	width: 980px;
	margin: 0 auto;
}

header {
	background: url('img/logo.png') left top no-repeat;
	height:154px;
	width:980px;
	margin:0 auto;
	position:relative;
}

nav ul {
	position:absolute; 
	bottom:0;
	right:40px;
	list-style-type:none;
}

nav ul li {
	float:left;
	display:inline;
	margin-right:5px;
}

nav ul li a {
	float:left;
	height:30px;
	background: url('img/nawitab_lewy.png') top left no-repeat;
	font-family:'Trebuchet MS',Arial,sans-serif;
	font-size:120%;
	line-height:1.7em;
	color:#2e8b9c;
	border:none;
	padding-left:20px;

}
nav ul li a span {
	float:left;
	height:30px;
	background: url('img/nawitab_prawy.png') top right no-repeat;
	padding-right:20px;
}

nav ul li a:hover {
	background: url('img/nawitab_lewy.png') bottom left no-repeat;
	padding-left:20px;
}

nav ul li a:hover span {
	background: url('img/nawitab_prawy.png') bottom right no-repeat;
	padding-right:20px;
}

nav ul li a.akt { /* aktualny, aktywny element */
	background: url('img/nawitab_lewy.png') bottom left no-repeat;
	padding-left:20px;
}
nav ul li a.akt span { /* aktualny, aktywny element */
	background: url('img/nawitab_prawy.png') bottom right no-repeat;
	padding-right:20px;
}

#belka { /* belka pod naglowkiem */
	height:30px;
	background-color:#f8931f; 
}

/* pojemnik na kolumny */
article {
	padding-left:20px; /* lewy margines na stronie */
	height:90px; /* wysokosc grafiki zaokr_gora.png */
    width: 980px;
}

/* kolumna na tekst glowny */
#kol1 {
	float:left;
	margin-top:30px; /* odstep od paska */ 
	width:65%;
    padding: 0 1.5em;
    position: relative;
}

.mini {
    padding: 0.2rem;
    margin: 0.5rem;
    border: 3px solid #f8931f;
    border-radius: 5px;
}

#kol1 p {
	line-height:1.5em;
	padding:.5em 0 1em 0;
}

#kol1 p::first-letter {
	color: #2e8b9c;
	font-size: 1.2em;
    font-weight: bold;
}

#kol1 .opis_obrazka {
	text-align: center;
	color: gray;
/*	font-family: Verdana, Arial,sans-serif;*/
	font-size: 85%;
    padding: 1em 0 1em 20em;
}

a.tip, .tip:visited {
    font-weight: bold;
    color: #f8931f;
    border-bottom: 1px dotted #f8931f;
}

a.tip span {
    display: none;
    color: black;
    text-align: center;
    font-size: 90%;
    font-weight: normal;
}

a.tip:hover span {
    display: block;
    position: absolute;
    text-align: center;
    top: 3em;
    right: 10px;
    background-color: #fffcdf;
    padding: 0.5em;
    border: 2px solid #f8931f;
    border-radius: 5px;
}

/* pojemnik na elementy div w prawej kolumnie */
#kol2pojemnik {
	float:right;
    width:294px;
}

/* tekst z prawej strony*/
#kol2 {
	background: url('img/prawe_tlo_zaokr.png') top right no-repeat;
	color:#fffcdf;
	padding:0 30px;
}

#kol2 h2 {
	color: #2e8b9c;
	margin-left: 20px;
	margin-bottom: .5em; 
}

#kol2 p {
	line-height: 1.5em;
}

#kol2 ul {
	list-style-position: outside;
	line-height: 1.5em;
	margin-left: 25px;
	color: #2e8b9c;
    list-style-image: url(img/bulet.svg);
}

ul.ostatnio_dodane li a {
	color: #fffcdf; 
}

ul.ostatnio_dodane li a:hover {
	color: #f8f8f8;
	border: none;
}

.ostatnio_dodane strong {
    color: #2e8b9c;
}

ul.ostatnio_dodane li a[target="_blank"] {
    background: url("img/offsite_arrow.svg") no-repeat right 4px bottom 2px;
    background-size: 1em auto;
    padding-right: 24px;
}

/* pojemnik na obrazek z zaokragleniem dolnym */
#kol2dol {
	height:30px; /* wysokosc obrazka zaokr_dol.png */
	background: url('img/zaokr_dol.png') top right no-repeat;
}

.szerokosc {
    clear: both;
    text-align:center;
}

.szerokosc p {
    padding: 1em 0;
}

.szerokosc img {
    border-radius: 15px;
}

footer {
	border-top: 1px solid #b3b7af;
    clear: both;
	height: 5rem;
}

footer p {
	padding-top:1em;
	color:#b3b7af;
	font-size:85%;
	text-align:center;
}

.przyciski {
    clear:both;
    text-align: center;
}

.przyciski img {
	border: none;
	margin: 0 20px;
}

.odstep {
	padding-top: 30px;
}

.miniatury {
	padding: 1.5em 0 1em 2em;
}

/*
.miniatury img {
	margin-left: 10px;
	border: none;
}
*/

.miniatury a:hover {
	border-bottom:none;
}

.podpis {
	font-size: 85%;
	text-align: center;
	margin-bottom: 20px;
}

.super {
	position: relative;
	bottom: 0.5em;
	font-size: 0.8em;
}

iframe {
	margin: 10px;
}

div.film {
	padding-left: 130px;
	border-bottom: 1px solid gray;
}

.ukryj { display: none }
.pokaz { display: block }