html, body {
	background-color: #0e2390;
	color: #000;
	margin: 0;
	padding: 0;
	background: url(str/tlo.jpg);
}

#strona {
	width: 750px;
	margin: 20px auto;
	background-color: #FFFFFF;
}

#NAGLOWEK {
	background-color: #FFFFFF;
	
}

#TEMAT {
	height: 40px;
  	background-color: #0e2390;
  	text-align: center;
  	font-size: 25px;
  	padding: 5px;
  	color: white;
  	margin-right: 10px;
  	margin-left: 10px;
 }

#TRESC {
	width: 750px;
	float: left;
	overflow: hidden;
	background-color: #fff;
	background-image: url(str/wnetrze.png);
}
#TRESC ul{
  	margin: 20px;
  	text-align: justify;
  	line-height: 20px;
}

#TRESC hr {
    	width: 90%;
    	height: 3px;
}

#TRESC ul hr{
  	width: 75%;
  	height: 1px;
}

p {
  	margin-right: 10px;
  	margin-left: 10px;
  	font-size: 20px;
  	font-weight: bold;
}

h3 {
  	font-size: 15px;
  	text-align: center;
  	font-weight: bold;
}


#STOPKA {
	clear: both;
	width: 100%;
	background-color: blue;
	text-align: center;
	background-image: url(str/stopka.png);
}
