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