body {
	background-color: #1f5c11;
	background-image: url(zielony/tlo.jpg);
	background-repeat: repeat-x;
	color: #990033;
	text-align: center;
	font-size: 10pt;
}
div.strona {
	width: 966px;
	border: medium ridge green;
	font-family: verdana, serif;
	text-align: center;
}
div.naglowek {
	width: 800px;
	background-image: url(zielony/logo.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
	color: #990033;
	padding-top: 0px;
	margin-left: 90px;
}
#mapka {
	border: none;
}
#mapka_linki {
	display: none;
}
a {
	text-decoration: none;
	color: #990033;
}
a:hover {
	text-decoration: none;
	color: #990033;
	color: #000000;
	background-color: #ccff66;
}
img {
	border: none;
}

div.srodek a.wybor {
	background-color: #99cc66;
	color: maroon;
	padding: 5px;
	margin: 10px;
	border: medium double green;
}
div.srodek a:hover.wybor {
	background-color: lime;
}
div.menuleft, div.menuright{
	width: 180px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #dfe77c;
	color: #990033;
	overflow: hidden;
	position: relative;
	border: thin solid green;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.menuleft {
	float: left;
	margin-left: 2px;
}
div.menuright {
	float: right;
	margin-right: 2px;
}
div.srodek {
	margin-left: 195px;
	margin-right: 195px;
	min-height: 460px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #dfe77c;
	color: #990033;
	text-align: justify;
	border-top: thin solid green;
}
div.menuleft table, div.menuright table {
	border: thin solid #009933;
	border-spacing: 0px;
	width: 100%;
}
td.tytul_tabeli {
	background-color: #009933;
	color: #ffcc33;
	font-weight: bold;
}

.uwaga {
	text-align: center;
	font-size: large;
	color: red;
	font-weight: bold;
}

td.poz_tabeli {
	border: none;
}
div.stopka {
	background-color: #dfe77c;
	color: #990033;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 195px;
	margin-right: 195px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.disabled {
	color: gray;
}
div.obrazek_newsa {
	width: 50%;
	float: left;
	overflow: hidden;
	position: relative;
	margin: 5px;
}
div.tekst_newsa {
	width: 100%;
}

.tekst_newsa .tytul_newsa {
	text-decoration: underline;
	font-style: italic;
}
.tekst_newsa .podpis_newsa {
	font-style: italic;
	text-align: right;
}