
/* główne selektory////////////////////////////////////////////*/
body{
	background-color: #996533;
	font-family: tahoma, arial;
	font-size: 12px;
	color: #ffffff;
}
img
{
	border: 0px;
}
div
{
	padding: 0px;
	margin: 0px;
	overflow: auto;
	height: 100%;
}
a
{
	color: #ffffff;
	text-decoration: none;
}
a:hover
{
	color: #82532d;
}
ul
{
	margin: 0px;
	padding: 0px;
}
li
{
	margin: 0px;
	padding: 0px;
}
h2, h3
{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background-color: #82532d;
	margin: 0px;
	color: white;
}
h1
{
	font-size: 22px;
}
input
{
	color: white;
	background-color: #d29940;
}
/* koniec głównych selektorów //////////////////////////////*/


/* klasy   -------------------------------------------------*/
.baner, .podbaner
{
	padding: 3px;
	width: 80%;
	margin: 0px auto;
}
.podbaner
{
	padding-top: 0px;
	
}
.baner
{
	overflow: hidden;
	
}
.srodek
{
	
	overflow: auto;
}
.lewa_czesc
{
	z-index: 5;
	float: left;
	width: 17%;
}
.kapsula
{
	float: left;
	width: 65%;
}
.srodkowa_czesc
{
	width: 95%;
	margin: 0px auto;
}
.prawa_czesc
{
	float: right;
	width: 17%;
}
.stopka
{
	width: 45%;
	margin: 0px auto 10px auto;
	text-align: right;
	color: #ffffff;
	font-size: 11px;
}
.kontener
{
	padding: 10px;
	background-color: #f2cb4c;
	color: black;
}
.odn_menu	/*odnośnik w głównym menu po lewej*/
{
	display: block;
	width: 95%;
	background-color: #4d361d;
	letter-spacing: 1px;
	color: #d0c590;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 13px;
}
.odn_menu:hover
{
	background-color: #82532d;
	color: #e0e0e0;
	
}
.ulk1
{
	width: 98%;
	margin-bottom: 10px;
}
.ulk1 li
{	
	
	margin: 0px auto;
	border-top:	1px solid #e6e6e6;
	border-bottom:	1px solid #e6e6e6;
}
.ulk li
{	
	
	margin: 0px auto;
	border-top:	1px solid #e6e6e6;
	border-bottom:	1px solid #e6e6e6;
}
.mn
{
	display: block;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	overflow: hidden;
}
.mn:hover
{
	display: block;
	background-color: #cc9966;
	color: #ffffff;
}
.a_odn /* odnośnik w blokach z podkreśleniem*/
{
	text-decoration: none;
	color: black;
	font-size: 9px;
}
.a_odn:hover
{
	text-decoration: underline;
	color: black;
}
.p_centre
{
	text-align: center;
	color: black;
}
.p_padding
{
	padding: 10px;
}
.przycisk{
	margin-top: 3px;
	color: white;
	background-color: #82532d;
}
.p_odn
{
	margin: 0px;
	text-align: right;
}
.btn
{
	margin-top: 0px;
	margin-bottom: 1px;
	background-color: #e3ac43;
	display: block;
	overflow: hidden;
}
.opis
{
	margin: 0px;
	position: absolute;
	width: 98%;
	bottom: 0px;
	left: 0px;
	font-size: 14px;
	padding: 0px 10px;
	z-index: 1;
	background-color: #c57630;
	opacity: 0.95;
	filter:alpha(opacity=95);
}
.pokaz
{
	width: 100%;
	position: relative;
	
	overflow: hidden;
}
.pokaz_text
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow: auto;
	z-index: 2;
	
	
}
.news{
	margin:5px;
	color: #ffffff;
	font-weight: normal;
	line-height: 175%;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #c25728;
	overflow: auto;
	height: 100%;
}
.naglowek{
	font-size:9px;
	color: #f1e06a;
	font-weight: bold;
}
.ashow:hover p
{
	text-decoration: underline;
	color: white;
}
.podkresl{
	text-decoration: underline;
	font-weight: bold;
}
.inny{
	color: #660000;
	font-weight: bold;
}
.przycisk
{
	color: white;
	background-color: #82532d;
}
.reg
{
	border: 0px;
	margin: 10px 30px;
}
.regu
{
	list-style-type: decimal;
	padding: 10px;
	margin: 10px auto;
	width: 80%;
}
/*-----------------------------------------------------------------*/
/* koniec klas --------------------------------------------*/



#menu{
	position: absolute;
	z-index: 6;
	width: 150px;
	padding: 0px;
	margin: -20px 100px;
}
#menu2{
	position: absolute;
	z-index: 7;
	width: 150px;
	padding: 0px;
	margin: -20px 100px;
}
#newsleter
{
	border: 1px solid #e6e6e6;
	margin-bottom: 10px;
}
#obraz, #linki
{
	border: 1px solid #e6e6e6;
	margin-bottom: 10px;
	overflow: hidden;
}
#linki p
{
	margin: 5px;
}
#obraz p
{
	margin: 0px;
	padding: 0px;
}
#nasze_inicjatywy
{
	border: 1px solid #e6e6e6;
	margin-bottom: 10px;
	overflow: hidden;
}
#nasze_inicjatywy h2, #linki h2, #obraz h2, #newsleter h2
{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background-color: #4d361d;
	margin: 0px;
	color: white;
}
#powitanie
{
	padding: 10px;
	background-color: #f2cb4c;
	color: black;
	margin-top: 10px;
}
#wspolnoty
{
	width: 80%;
	margin: 15px auto;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}
#wspolnoty p
{
	margin:0px;
	float: left;
	border-right: 1px solid #e6e6e6;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
#wspolnoty a
{
	width: 98%;
	border: 1px solid #996633;
	display: block;
}
#wspolnoty a:hover
{
	background-color: #82532d;
	color: #ffffff;
	border: 1px outset gray;
}
.rok
{
	margin: 0px;
	width: 150px;
	height: 35px;
	font-size: 18px;
	
	background-color: #996533;
	opacity: 0.80;
	filter:alpha(opacity=80);
}
.p_rok
{
	
	margin: 0px;
	width: 150px;
	height: 35px;
	font-size: 18px;
	background-color: transparent;
	text-align: center;
	color: white;
}
