body {
	margin : 0;
	color: #000000;
	background: fixed;
	background-image: radial-gradient(#38b8c5 70%, #3c80a7);
	font-family : Arial, monospace;
	font-size : 12pt;
}

img {
	border:2px solid black;
}



/* pseudo-KLASY */

/*****************************************************/
a:link {
	display : inline;
	color : #FFFFFF;
	text-decoration : none;
	font-weight: bold;
}
a:visited {
	display : inline;
	color : #FFFFFF;
	text-decoration : none;
	font-weight: bold;
}
a:active {
	display : inline;
	color : #FFFFFF;
	text-decoration : none;
	font-weight: bold;
}
a:hover {
	display : inline;
	color : #f8a805;
	text-decoration : none;
	font-weight: bold;
}

/*****************************************************/
/*****************************************************/
a:link.stopka {
	display : inline;
	color : #FFFFFF;
	text-decoration : none;
	font-weight: bold;
}
a:visited.stopka {
	display : inline;
	color : #FFFFFF;
	text-decoration : none;
	font-weight: bold;
}
a:active.stopka {
	display : inline;
	color : #FFFFFF;
	text-decoration : none;
	font-weight: bold;
}
a:hover.stopka {
	display : inline;
	color : #FFFFFF;
	text-decoration : underline;
	font-weight: bold;
}
/*****************************************************/

p.tytul {
	display:block;
	width:90%;
	border-bottom:1px solid black;
	font-family: Arial, serif;
	font-style: italic;
	font-size: 2em; 
	font-weight: 900;
	letter-spacing: -1px;
}

/* OBIEKTY */

div#naglowek {
	position:absolute;
	width:100%;
	height:650px;
	background-image: url('grafika/naglowek.png');
	background-repeat: no-repeat;
	background-position:top;
	margin : 0 auto;	
	z-index: -1;
}

div#glowny {
	position:relative;
	width:100%;
	margin : 0 auto;
}


div#zawartosc {
	position: relative;
  top:250px;
	left:50%;
	width:900px;
	height:100%;
	min-height:800px;
	text-align : left;
	margin-left:-420px;
	margin-top:0px;
}

div#stopka {
	position:fixed;	
	bottom:0;
	width:100%;
	height: 165px;
	background-image: url('grafika/stopka.png');
	background-repeat: no-repeat;
	background-position:top;

}


div#stopkaZawartosc {
	position:relative;
	bottom:-130px;
	right:-350px;
	height:30px;
	width:400px;
	margin: 0 auto;
	color:black;
	font-weight:bold;
	font-size:9pt;
	color:#FFFFFF;
	z-index:2;
}



@media screen and (max-width: 981px) {
	body {
		font-size: 30pt;
  	background-image: radial-gradient(#38b8c5 20%, #3c80a7);
	}
	img {
		width:100%;
		height:auto;
	}
	div#zawartosc {
		left:0px;
		margin-left:30px;
		width:80%;
	}
	div#naglowek {
		position:fixed;
		background-image: url('grafika/naglowek.png');
		background-position:-400px 0px;
		background-size: 175%;
		z-index:1;
		
	}
	
}


