/* css reset - początek*/
* {
	padding: 0px;
	margin: 0px;
}

html {
	overflow-y: scroll;
}

a {
	border-width: 0px;
	outline: none;
	text-decoration:none;
	color:#534741;
}

a:hover {
   text-decoration:underline;
}

a.czysty,a.czysty:hover {
   color: black;
   font-size:12px;
	text-decoration:none;
	font-weight:normal;
}

a img {
	border-width: 0px;
	border-style: none;
}

p {
	color: #534741;
}

.clear {
	clear: both;
}

span.first {
   font-size:1.8em;
}

body {
	
	background-image: url(imgMain/tlo.png);
	text-align: center;
	background-color: #353A2C;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

#wrapper {
	display: inline-block;
	background-position: center center;
	background-repeat: repeat-y;
	background-image: url(imgMain/wrapper_bg.png);
	
	text-align: center;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
	width: 820px;

}

.header {
	display: inline;
	margin-left: 10px;
	background-color: #F7F7ED;
	float: left;
	height: 61px;
	width: 800px;
	
}

div.navi {
   float: left;
   height: 57px;
   
   background-repeat: no-repeat;
	background-image: url(imgMain/wstega.png);
	background-color: #F7F7ED;
	background-position: 0 bottom;
	margin-left: 10px;
	
	width: 800px;
}

ul.punkty {
	padding-left:20px;
	list-style-type: none;
}

ul.punkty li {
	
	font-size: 1.1em;
}

ul.punkty li a {
	font-weight: bold;
	
	color: #534741;
	text-decoration: none;
}

ul.navi li {
	padding-right: 15px;
	display: inline;
}

ul.navi li a {
	font-weight: bold;
	font-size: 1.2em;
	color: #534741;
	text-decoration: none;
}

ul.navi li a:hover {
	color: #917c71;
}

.mapa {
	display: inline;
	text-align: left;
	margin-left: 10px;
	float: left;
	
	width: 800px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(imgMain/mapa.png);
	font-size: 1.1em;
}

.mapa a {
	text-decoration: none;
	line-height: 20px;
	color: #C69C6D;
	
	margin-left: 0px;
}

.mapa a:hover {
	text-decoration: underline;
}
.content {
	display: inline;
	margin-bottom: 0px;
	padding-bottom: 20px;
	margin-left: 10px;
	text-align: left;
	width: 800px;
	background-color: #F7F7ED;
	float: left;
}

.main {
	display: inline;
	margin-top: -10px;
	margin-left: 20px;
	float: left;
	width: 480px;
}

.main p {
   text-align:justify;
	/*text-indent:25px;*/
	padding-bottom:8px;
}

.main a {
   color: rgb(83,71,65);
   font-weight:bold;
   text-decoration:none;
}

.main a:hover {
   text-decoration:underline;
}
.sidebar {
	display: inline;
	margin-right: 22px;
	width: 260px;
	float: right;
}

.sidebar p {
	color: #534741;
	line-height: 1.4em;
	font-size: 1.2em;
	text-align:justify;
}

#slideShow {
	height: 194px;
	width: 260px;
   position:relative;
   overflow:hidden;
}

#slideInner {
	height: 194px;
	width: 520px;
}

.footerP {
   
   line-height: 15px;
	text-align: center;
	font-size: 1em;
	width:800px;
}
#footer {
	margin-top: 0px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 37px;
	background-repeat: no-repeat;
	background-image: url(imgMain/footer.png);
	width: 820px;
}

.banda {
   background-repeat: repeat-x;
	background-image: url(imgMain/banda.gif);
	height:18px;
	font-size:5px;
}

#footer p {
	/*text-transform: uppercase;*/
	line-height: 15px;
	text-align: center;
	font-size: 1em;
}

.cytat {
	float: left;
	background-color: #ece9d4;
	min-height: 69px;
	background-repeat: no-repeat;
	background-image: url(imgMain/wstega_reszta.png);
	width: 260px;
}

.cytat p {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-style: italic;
   text-align:left;
}

.cytat p.who {
	padding-top: 2px;
	font-style: normal;
	font-weight: normal;
	color: #7d7d7d;
	text-align: right;
	padding-bottom: 2px;
}

.main p.data {
	margin-top: 10px;
	color: #7f7f7f;
	font-style: italic;
	font-size: 1.2em;
}

.main h2 {
	margin-bottom: 5px;
	font-style: normal;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-size: 1.1em;
	
	color: #e9e4c8;
	background-color: #534741;
}

.main h4 {
	
	font-style: normal;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-size: 1.1em;
	
	color: #e9e4c8;
	background-color: #534741;
}

.main h1 {
	font-style: normal;
	font-weight: normal;
	margin-bottom: 5px;
	border-bottom-color: #613a1b;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 1.5em;
	background-color: #e9e4c8;
	color: #7b4c24;
}

.ladnaRamka, .ladnaRamkaGalerii {
	font-style: normal;
	font-weight: normal;
	margin-bottom: 15px;
	border-color: #613a1b;
	border-style: solid;
	border-width: 1px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 1.1em;
	background-color: #e9e4c8;
	
}

.ladnaRamkaGalerii p, .ladnaRamkaGalerii div p {
   text-align:left;
   font-size:1.0em;
   padding-top:5px;
}

.ladnaRamka2 {
	font-style: normal;
	font-weight: normal;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 1.1em;
	background-color: #e9e4c8;
	
}

.ladnaRamka .nazwa, .ladnaRamkaGalerii .nazwa {
	font-size: 16px;
	color: #7b4c24;
}

.main p {
	color: #534741;
	line-height: 1.4em;
	font-size: 1.2em;
}
.sidebar .nazwa {
	width: 260px;
	float: left;
	margin-top: 10px;
	text-transform: uppercase;
	
	padding-bottom: 2px;
	padding-top: 3px;
	color: #e9e4c8;
	background-color: #1b500a;
	line-height: 1.4em;
	font-size: 1.2em;
}
.sidebar .nazwa2 {
	width: 260px;
	float: left;
	margin-top: 10px;
	text-transform: uppercase;
	
	padding-bottom: 2px;
	padding-top: 3px;
	color: #e9e4c8;
	background-color: #534741;
	line-height: 1.4em;
	font-size: 1.2em;
}
.aktualnosci {
   width:260px;
	float: left;
	padding-bottom: 10px;
	background-color: #e9e4c8;

}
.aktualnosci a h3 {
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 10px;
	font-weight:normal;
	font-size:12px;
	color: #7b4c24;
}
.aktualnosci a:hover {
   text-decoration:none;
}
.aktualnosci p {
}
div.navi2 {
   width:260px;
   float: left;
   background-color: #e9e4c8;
}
ul.navi2 {
	
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	text-decoration: none;
	list-style-type: none;
	
}
ul.navi3 {
	
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	text-decoration: none;
	list-style-type: none;
	width:100px;
	float: left;
}
ul.navi2 li,ul.navi3 li {
	padding-bottom: 1px;
	padding-top: 1px;
}
ul.navi2 li a,ul.navi3 li a {
	font-size: 1.1em;
	color: #3e3530;
	text-decoration: none;
}
ul.navi2 li a:hover,ul.navi3 li a:hover,
ul.navi2 li.selected a, ul.navi3 li.selected a{
	color: #7f6c61;
}

div.biuletynFoto {
   float:left;
   text-align:center;
   color: rgb(82,82,82);
   font-size:0.9em;
}
/* stale elementy */

form {
   margin:0px;
}

.pole {
   font-family: Georgia, "Times New Roman", Times, serif;
   border:1px solid #534741;
   font-size:12px;
   background:rgb(233,228,200);
}

.poleMale {
   font-family: Georgia, "Times New Roman", Times, serif;
   border:1px solid #336601;
   font-size:10px;
   height:14px;
} 
.button {
   font-family: "Century Gothic", Arial, Times, serif;
   border:0px solid rgb(233,228,200);
   background-color:#534741;
   color:white;
   font-size:11px;
   padding:1px;
   padding-left:5px;
   padding-right:5px;
   cursor:pointer;
}

.button:hover {
   background-color:rgb(38,38,38);
}

.malyErrorDiv {
   font-size:10px;color:#C40026;font-family: verdana;font-weight:bold;padding:5px;text-align:center;border:1px solid #C40026;
}

.malySzary {
   font-size:10px;color:#797979;font-family: arial;font-weight:normal;
}

A.znacznikiStron {font-size:8px;color:white;}
A.znacznikiStronAktywna {font-size:8px;color:black;}
A.znacznikiStron:hover, A.znacznikiStronAktywna:hover {text-decoration:underline;}
.znacznikiStron {text-decoration:none;font-size:8px;color:#FFFFFF;font-family: verdana;font-weight:normal;
padding:2px; width:11px; height:11px; text-align:center; background-color: #534741;}
.znacznikiStronAktywna {text-decoration:none;font-size:8px;color:#FFFFFF;font-family: verdana;font-weight:normal;
padding:2px; width:11px; height:11px; text-align:center; background-color: #e9e4c8;}

.dragged {
	cursor: all-scroll !important;
	border-color: #cc0000 !important;
	z-index: 300 !important;
	filter: alpha(opacity=60);-moz-opacity:.60;opacity:.60;
}
.chosen {
	background: rgb(194,194,194);
}

/*
graficzny kalendarz
*/

#oknoPlanuSpotkan {
   width:480px;
   height:360px;
}

#oknoPlanuSpotkan .plan a:hover {
   text-decoration:none;
} 
.trwaLadowanie {
   background-image:url(/imgMain/loader.gif);
   background-position:center center;
   background-repeat:no-repeat;
}

#oknoPlanuSpotkan div.nawigacja {
   text-align:center;
   padding-bottom:10px;
   
}
#oknoPlanuSpotkan div.nawigacja div {
   font-size:1.0em;
   line-height:23px;
}
#oknoPlanuSpotkan div.nawigacja p {
   text-align:center;
   display:inline;
   font-size:1.6em;
}

#oknoPlanuSpotkan .plan {
   width:420px;
   margin:auto auto;
}

#oknoPlanuSpotkan .plan .naglowek {
   width:59px;
   float:left;
   text-align:center;
   font-size:1.0em;
   color:rgb(146,146,146);
}

#oknoPlanuSpotkan .plan .pustyDzien {
   width:59px;
   height:59px;
   float:left;
}

#oknoPlanuSpotkan .plan .dzien, #oknoPlanuSpotkan .plan .dzienObowiazkowy, #oknoPlanuSpotkan .plan .dzienNieobowiazkowy {
   width:58px;
   height:58px;
   float:left;
   background-color:rgb(233,228,200);
   border-top:1px solid rgb(97,58,27);
   border-left:1px solid rgb(97,58,27);
   text-align:right;
   
}

#oknoPlanuSpotkan .plan .dzien a {
   width:58px;
   height:58px;
   display:block;
   font-size:1.2em;
   text-align:center;
   line-height:25px;
}



#oknoPlanuSpotkan .plan .dzienZPrawaRamka {
   border-right:1px solid rgb(97,58,27);
}

#oknoPlanuSpotkan .plan .dzienZDolnaRamka {
   border-bottom:1px solid rgb(97,58,27);
}

#oknoPlanuSpotkan .plan .dzienZGornaRamka {
   border-top:1px solid rgb(97,58,27);
}

#oknoPlanuSpotkan .plan .dzienObowiazkowy {
   background-color:rgb(12,117,59);
}

#oknoPlanuSpotkan .plan .dzienNieobowiazkowy {
   background-color:rgb(0,51,124);
}

#oknoPlanuSpotkan .plan .dzienObowiazkowy a, #oknoPlanuSpotkan .plan .dzienNieobowiazkowy a {
   width:58px;
   height:58px;
   display:block;
   color:white;
   font-size:1.2em;
   text-align:center;
   line-height:25px;
}

#oknoPlanuSpotkan .plan .dzienObowiazkowy a:hover, #oknoPlanuSpotkan .plan .dzienNieobowiazkowy a:hover {
   background-color:rgb(97,58,27);
}

#oknoPlanuSpotkan .infoOSpotkaniu {
   position:absolute;
   display:none;
   width:450px;
   background-color:rgb(233,228,200);
   border:1px solid rgb(97,58,27);
   padding:10px;
   z-index:2;
}

#oknoPlanuSpotkan .infoOSpotkaniu h2 {
	font-style: normal;
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 1.5em;
	color: #7b4c24;
	padding-left:0px;
	
	background-color:rgb(233,228,200);
}
