html, body {
			width: 1000px;
			margin: 0px auto;
			padding: 0px;
			font-family: "Trebuchet MS", Geneva, Lucida, sans-serif;
			font-size: 15px;
			color: #5300a6;
		}
#naglowek {
		height: 120px;
		background: url('../grafika/lato2.jpg');
		margin: 0px;
		padding: 0px;
	/*border: 1px solid white;*/
}
h2.tytul1 {
	margin-top:0px;
	padding-top: 0px;
	text-align: center;
	font-size: 20px;
	background-color:#ffffff;
	
}

/*część opisowa*/
#opis {
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-left: 5px;
}

#pogoda {
	width: 350px;
	height: 300px;
	}

#redakcja {
	width: 600px;
	height: 300px;
	}


div a {
	display: block;
	color: #002b00;
	text-align: center;
}
div a:hover {
	background-color: #eaeaea;
}

div.informacje {
	padding: 2px;
	margin: 5px;
	float: left;
	width: 100%;
	border: 1px dotted green;
}
div.tytul {
	padding-left: 10px;
	background-color:#ebd7ff;
	font-size: 15px;
	font-weight: bold;
	clear: both;
}
div.tekst {
clear: both;

}
div.podpis {
	text-align: right;
	font-style: italic;
	
}
div.obraz {
	float: left;
}