* {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	color: black;
}

body {
	background-image: url(grafika/tlo_glowna.png);
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;
	margin-top: 0;
}

#wrap {
	width: 777px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
/* 	border: 1px solid green; */
}

#naglowek {
	height: 149px;
	background-image: url(grafika/naglowek_tlo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: right;
	padding: 20px 10px 0 0;
	font-size: 0.65em; 
}

#naglowek .tytul_pola {
	color: #4ab076
}

.fundacja_tytul {
	font-size: 1.2em;
	font-weight: bold;
}

.fundacja_tytul .tytul_zielone {
	color: #107146;
}

.fundacja_tytul .tytul_pluca {
	color: #00a161;
}

.fundacja_tytul .tytul_polski {
	color: #84c225;
}

#start_srodek {
	margin: 0;
	height: 301px;
	text-align: center;
	background-image: url(grafika/srodek_tlo.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 25px 35px 0 35px;
}

#start_srodek img {
	margin: 11px;
	float: left;
}

#start_srodek div.polaczenie {
	margin: 11px;
	float: left;
	width: 214px;
	padding: 0;
}

#start_srodek div.polaczenie img {
	margin: 0 0 11px 0;
}

#start_stopka {
	height: 37px;
	width: 100%;
	background-image: url(grafika/stopka_tlo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	font-size: 0.8em;
	padding: 40px 0;
	color: #005023;
	clear: left;
}

#menu_glowne {
	height: 16px;
	margin-top: 0;
	background-image: url(grafika/menu_glowne_tlo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 0.7em;
	font-weight: bold;
	padding: 14px 20px;

}

#menu_glowne ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu_glowne li {
	float: left;
	margin: 0 13px;
	padding: 0;
}

#menu_glowne li a {
	margin: 0;
	padding: 0;
	color: white;
	text-decoration: none;
}

#menu_glowne li.active {
	float: left;
	height: 20px;
	margin: 0 15px;
	padding: 0;
	background: url(grafika/menu_ln.gif) no-repeat top left;
	background-color: white;
}

#menu_glowne li.active a {
	margin: 0;
	padding: 2px 5px 0;
	color: black;
	display: block;
/* 	width: 100%; */
	text-decoration: none;
	background: url(grafika/menu_pn.gif) no-repeat top right;
/* 	border: 1px solid yellow; */
}

#lewa {
	float: left;
	width: 172px;
	min-height: 300px;
	background: url(grafika/lewa_tlo.jpg) no-repeat top center;
	margin-left: 12px;
	font-size: 0.7em;
}

#lewa h2 {
	margin: 10px 10px;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted gray;
	background-image: url(grafika/znacznik.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#submenu ul {
	list-style-type: none;
	margin: 6px 8px;
	padding: 0;
}

#submenu li {
	margin: 4px 0;
	padding-left: 9px;
	background-image: url(grafika/znacznik_maly.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#submenu ul a {
	text-decoration: none;
}

#submenu ul a:hover {
	color: red;
}

#waznelinki {
	margin-top: 50px;
}

#prawa {
	width: 570px;
	margin: -2px 0 0 207px;
	padding: 0;
	min-height: 300px;
	background-image: url(grafika/prawa_tlo.png);
	background-repeat: no-repeat;
	background-position: top right;
/* 	border: 1px solid gray; */
	
}

.zawartosc {
	height: 100%;
	background-image: url(grafika/zawartosc_tlo.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: 0.7em;
	color: #5a5a5a;
	padding: 20px 18px 10px 0;
	text-align: left;
}

.zawartosc p {
	color: #5a5a5a;
	text-align: justify;
}

.zawartosc h1 {
	font-size: 1.7em;
	font-weight: bold;
	font-family: Trebuchet MS,Tahoma,sans-serif;
	color: #184F38;
	padding-top: 0;
	margin-top: 0;
	
}

.zawartosc h2 {
	font-size: 1.3em;
	color: #184F38;
}

.zawartosc h3 {
	font-size: 1.1em;
	color: #184F38;
}

.zawartosc h4 {
	font-size: 1em;
}
.zawartosc a {
	color: #187811;
	text-decoration: underline;
}

.zawartosc a:visited {
	color: #6EBB64;
}

.zawartosc ul {
	margin: 0;
	padding: 0 0 0 25px;

}

.zawartosc li {
	margin: 4px 0;
	text-align: justify;
}

.zawartosc a:hover {
	color: red;
}

.zawartosc table {
	border-collapse:collapse;
}

.zawartosc td {
	border: 1px solid gray;
}
.zawartosc a.bez_podkres {
	text-decoration: none;
}
