html, body {
	color: #000000;
	background-color: #efffff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin: 0;
	padding: 0;
}

#GLOWNY {
	width: 920px;
	margin: auto;
	background-color: #ffffff;
	background-image: url('./grafika/kropla.png');
	background-attachment: fixed;
	background-position: center;
}

#NAGLOWEK {
	text-align: center;
	background-color: #efffff;
}

#LOGO {
  width: 920px;
  height: 200px;
  border: 0;
  margin: 10px 0px -2px 0px;
}

#MENU {
	display: block;
	margin: 5px 2px 0 2px;
}

#LEWA {
	clear: left;
	width: 190px;
	float: left;
	overflow: hidden;
}

#PRAWA {
	width: 190px;
	float: right;
	overflow: hidden;
}

#SRODEK {
	width: 520px;
	float: left;
	overflow: hidden;
	margin-top: 5px;
}

#STOPKA {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 10px 0 10px 0;
}

.modul {
	width: 190px;
	overflow: hidden;
	border-bottom: 1px solid #006600;
	margin-top: 10px;
}

.modul_srodek {
	width: 500px;
	overflow: hidden;
	border-bottom: 1px solid #006600;
	margin: 20px 20px 0 20px;
}

.maly {
	font-size: 12px;
	margin-top: 14px;
	line-height: 16px;
  text-indent: 0;
}

.maly_tytul {
	font-size: 13px;
	font-weight: bold;
	margin-top: 14px;
	line-height: 16px;
  text-indent: 0;
}

.sredni {
	font-size: 12px;
	margin-top: 20px;
	line-height: 16px;
	text-indent: 0;
}

.srodek {
	text-align: center;
	text-indent: 0;
}

.czerwony {
	color: #ff0000;
	font-weight: bold;
}

.zielony {
	color: #00aa00;
	font-weight: bold;
}

p {
	padding: 0;
	margin: 5px 10px 8px 10px;
	font-size: 12px;
	line-height: 20px;
	text-indent: 40px;
}

p.stopka {
	font-size: 12px;
	padding: 6px;
	margin: 0;
	border-top: 1px solid #006600;
	border-bottom: 1px solid #006600;
}

h1 {
  font-size: 18px;
	font-weight: bold;
  text-align: center;
	margin-top: 10px;
	margin-bottom: 22px;
}

h3 {
  font-size: 14px;
  text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #009900;
	text-decoration: underline;
}

ul {
	margin: 5px 10px 5px 0px;
	padding-left: 25px;
}

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	width: 82px;
	display: block;
	list-style: none;
	float: left;
}

ul.menu li.menu_srednie {
  width: 130px;
}

ul.menu li.menu_dlugie {
  width: 164px;
}

ul.menu li.menu_ostatnie {
  width: 82px;
}

ul.menu a {
	text-align: center;
	display: block;
	font-size: 12px;
	padding: 6px;
	border-top: 1px dotted #006600;
	border-bottom: 1px dotted #006600;
}

ul.menu a:hover {
  color: #006600;
	background-color: #efffff;
	text-decoration: none;
	border-top: 1px solid #006600;
	border-bottom: 1px solid #006600;
}

li {
	list-style: disc;
}

img {
	margin: 5px 10px 5px 10px;
}

img.ikona {
  border: 0;
  width: 24px;
  height: 24px;
  margin: -3px 5px -3px -3px;
}

img.mini {
  border: 0;
  width: 140px;
  height: 105px;
  margin: 10px 11px 10px 11px;
}

img.mini_pion {
  border: 0;
  width: 105px;
  height: 140px;
  margin: -8px 29px -7px 28px;
}

img.duzy {
  border: 0;
  width: 900px;
  height: 675px;
  margin: 10px 10px 10px 10px;
}

img.duzy_pion {
  border: 0;
  width: 675px;
  height: 900px;
  margin: 10px 112px 10px 123px;
}

hr {
  width: 100%;
  height: 1px;
  text-align: center;
  color: #006600;
  border 0;
}

