/* zerowanie globalne */
* 
{ 
	margin: 0;
	padding: 0; 
}

body 
{
	background-image: url(tlo1.png);
	color: black;
	font-size: 10px;
	margin: 0 auto;
	padding: 0;
	text-align: center; /* wyśrodkowanie całej strony - niezbędne dla IE */
}

/* WARSTWY */
#calosc
{
	width: 900px;
	margin: 0 auto; /* wyśrodkowanie całej strony */
	padding: 0;
	border: 2px solid #994908;
	margin-top: 7px;
	text-align: left;
	margin-bottom: 7px;
}

#pasekGora
{
	width: 900px;
	height: 22px;
	background: #FFF29C;
	border: 0;
	
}

#logo
{
	width: 900px;
	height: 150px;
	text-align: left;
	border: 0;
}

#menu
{
	width: 900px;
	height: 32px;
	border-top: 1px solid #BA5503;
	border-bottom: 1px solid #BA5503;
	border-right: 0px;
	border-left: 0px;
}

#kontener
{
	width: 900px;
	border: 0;
	background:url(tloGlowneNew.png) repeat-y;
	position: relative;
}

#lewo 
{
	width: 150px;
	border: 0;
	float: left; /* element znajduje się po lewej stronie i oblewany jest z prawej strony */
}


#srodek 
{
	min-height: 600px;
	width: 600px;
	border: 0;
	float: left; /* element znajduje się po lewej stronie i oblewany jest z prawej strony */
	padding-bottom: 50px;
}

#prawo
{
	width: 150px;
	border: 0;
	float: right; /* element znajduje się po lewej stronie i oblewany jest z prawej strony */
}

div.obrazek
{ 
	text-align: center; 
	position: absolute; 
	bottom: 50px; 
	width: 150px; 	
}

div.obrazek2 
{ 
	text-align: center; 
	position: relative; 
	width: 150px; 
}
		
#stopka
{
	width: 900px;
	height: 30px;
	clear: both;
	border: 0;
	background-color: #FFF29C;
	border-top: 1px solid #843B01;
}

/* na razie nie wykorzystywane */
div.dymek 
{
	display: none;
	position: absolute;
	top: 40px;
	left: 300px;
	width: 125px;
	height: 150px;
	border: solid 1px black;
}

/* ODNOŚNIKI */
a.pokazz
{
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	color: black;
	font-weight: bold;
}

a.pokazRozwin
{
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	color: #207CC9;
	font-weight: bold;
}

a.pokazRozwin:hover
{
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	color: green;
	font-weight: bold;
}

a.pokazRozwinKsiega
{
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	color: #207CC9;
	font-weight: bold;
}

a.pokazRozwinKsiega:hover
{
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	color: green;
	font-weight: bold;
}

a.odnForm:link, a.odnForm:visited, a.odnForm:hover
{
	text-decoration: none;
}
a.wskazTekst:link, a.wskazTekst:visited, a.wskazTekst:hover
{
	font-family: Arial;
	font-size: 14px;
	color: red;
	text-decoration: none;
}

a.stopka:link, a.stopka:visited, a.stopka2:link, a.stopka2:visited
{
	font-family: Arial;
	font-size: 10px;
	color: #5F5F5F;
	text-align: center;
	font-weight: bold;
	margin-top: 1px;
	text-decoration: none;
}

a.stopka2:link, a.stopka2:visited
{
	color: black;
}

a.stopka:hover, a.stopka2:hover
{
	font-family: Arial;
	font-size: 10px;
	color: #BA5503;
	text-align: center;
	font-weight: bold;
	margin-top: 1px;
	text-decoration: none;
}



a.linki:link, a.linki:visited
{
	font-family: "Times New Roman";
	font-size: 17px;
	color: black;
	font-weight: normal;
	text-decoration: none;
}

a.linki:hover
{
	font-family: "Times New Roman";
	font-size: 17px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a.linkiB:link, a.linkiB:visited
{
	font-family: "Times New Roman";
	font-size: 17px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a.linkiB:hover
{
	font-family: "Times New Roman";
	font-size: 17px;
	color: #BA5503;
	font-weight: bold;
	text-decoration: none;
}

a.ksiega:link, a.ksiega:visited
{
	font-family: Verdana;
	font-size: 11px;
	color: #0A64AF;
	font-weight: bold;
	text-decoration: none;
}

a.ksiega:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: red;
	font-weight: bold;
	text-decoration: none;
}

a.nekrolog:link, a.nekrolog:visited
{
	font-family: Verdana;
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a.nekrolog:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #730084;
	font-weight: bold;
	text-decoration: none;
}

a.ogloszenia:link, a.ogloszenia:visited
{
	font-family: Verdana;
	font-size: 12px;
	color: black;
	font-weight: normal;
	text-decoration: none;
}

a.ogloszenia:hover
{
	font-family: Verdana;
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a.rozwin:link, a.rozwin:visited
{
	font-family: Verdana;
	font-size: 13px;
	color: #207CC9;
	font-weight: bold;
	text-decoration: none;
}

a.rozwin:hover
{
	font-family: Verdana;
	font-size: 13px;
	color: green;
	font-weight: bold;
	text-decoration: none;
}

a.ksiegaStrony
{
	font-family: Verdana;
	font-size: 13px;
	color: #003CFF;
	font-weight: bold;
	text-decoration: none;
}

a.ksiegaStrony:hover
{
	text-decoration: underline;
}

a.odnDoUsuwWpisow
{
	font-family: Arial;
	font-size: 14px;
	color: #207CC9;
	font-weight: bold;
	text-decoration: none;
}

a.wstepTytul
{
	font-family: Arial;
	font-size: 16px;
	color: #207CC9;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

/* AKAPITY */
p
{
	color: black;
	font-size: 10px;
	font-family: Arial;
	margin-left: 25px;
	
}

p.dymek
{
	position: absolute;
	height: 100px;
	width: 200px;
	top: 50%;
	margin-top: -50px;
	text-align: center;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	background: yellow;
}

p.pokaz
{
	margin-top: 10px;
	margin-left: 45px;
}

p.stopka
{
	font-family: Arial;
	font-size: 10px;
	color: black;
	text-align: center;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}

p.tekst
{
	font-family: "Times New Roman";
	font-size: 17px;
	color: black;
	text-align: justify;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;	
}

p.tekstWyroznik
{
	font-family: "Times New Roman";
	font-size: 17px;
	color: black;
	text-align: justify;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;	
}

p.tekstWyroznik:first-letter 
{
	font-size: 24px;
}

p.wskazTekst
{
	font-family: Arial;
	font-size: 14px;
	color: red;
	text-align: justify;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;	
	background-image: url(wskaz.png); 
	background-repeat: no-repeat; 
	padding-left: 23px;
	line-height: 14px;
}

p.wstepTytul
{
	font-family: Arial;
	font-size: 16px;
	color: #207CC9;
	text-align: left;
	font-weight: bold;
	margin-left: 21px;
	margin-top: 25px;	
	background-image: url(odnWstep.png);
	background-repeat: no-repeat; 
	padding-left: 20px;
	line-height: 12px;
	margin-bottom: 23px;
}

p.pielgGalCzest
{
	font-family: Arial;
	font-size: 15px;
	color: green;
	text-align: left;
	font-weight: bold;
	margin-left: 35px;
	margin-top: 25px;	
	background-image: url(odnWstep.png); 
	background-repeat: no-repeat; 
	padding-left: 20px;
	line-height: 12px;
	margin-bottom: 0px;
}

p.tekstMin
{
	font-family: "Times New Roman";
	font-size: 17px;
	color: black;
	text-align: justify;
	font-weight: normal;
	margin-right: 45px;
	margin-left: 45px;
	margin-top: 15px;	
}

p.wskazTekst2
{
	font-family: Arial;
	font-size: 14px;
	color: #059E01;
	text-align: justify;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;	
	background-image: url(wskaz2.png); 
	background-repeat: no-repeat; 
	padding-left: 23px;
	line-height: 14px;
}

p.wskazTekstKsiega
{
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;	
	background-image: url(pioro.png); 
	background-repeat: no-repeat; 
	padding-left: 33px;
	line-height: 26px;
	font-family: Arial;
	font-size: 14px;
	color: #207CC9;
	font-weight: bold;
}

p.formularzInfo
{
	margin: 0 auto;
	margin-top: 15px;
	font-family: "Times New Roman";
	font-size: 17px;
	color: red;
	text-align: center;
	font-weight: bold;	
}

p.tekstSrodek
{
	font-family: "Times New Roman";
	font-size: 17px;
	color: black;
	text-align: center;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;	
}

p.ogloszenieMin
{
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-align: left;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 45px;
	margin-top: 20px;
}

p.wilnoTrasa
{
	font-family: "Times New Roman";
	font-size: 17px;
	color: black;
	font-weight: bold;
	line-height: 25px;
	margin-left: 22px;
	margin-top: 12px;
}

p.wilnoTekst
{
	font-family:  Arial;
	font-size: 15px;
	color: black;
	text-align: justify;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 5px;	
	line-height: 20px;
}

p.autorWpisuKsiega
{
	font-family:  Arial;
	font-size: 14px;
	color: #008917;
	font-weight: bold;
	margin-left: 60px;
}

p.trescWpisuKsiega
{
	font-family:  Arial;
	font-size: 13px;
	color: black;
	font-weight: normal;
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 8px;
}

p.dataWpisuKsiega
{
	font-family:  Arial;
	font-size: 12px;
	color: #6D6D6D;
	font-weight: normal;
	margin-left: 60px;
	margin-top: 10px;
}

p.zapowiedzi
{
	font-family: "Times New Roman";
	font-size: 16px;
	color: black;
	text-align: justify;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;
}

p.rozwiniecie 
{
	color: #A52A2A;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
	text-align: justify;
	line-height: 6mm;
	margin-top: 15px;
	margin-right: 25px;
	margin-left: 25px;
}

p.rozwiniecie:first-letter 
{
	color: #BA5503;
	font-size: 175%;
	float: left;

}

p.img  
{
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
}

p.img2  
{
  margin-top: 15px;
  margin-left: 25px;
  float: left;
}

p.img3
{
  margin: 0 auto;
  text-align: center;
}

p.obrazek
{
	position: absolute;
	bottom: 10px;	
}

p.intencjeTytul
{
	margin: 0;
	margin-top: 20px; 
	border-bottom: 1px solid black;
	font-size: 12px; 
	font-family: Verdana;
	padding-left: 3px;
	padding-bottom: 3px;
}

p.intencjeNazwa
{
	font-size: 12px; 
	font-family: Verdana;
	margin: 0;
	line-height: 20px;
}

/* TABELE */
table.fundatorzy
{
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0;
	width: 550px;
	font-weight: normal;
	font-size: 14px;
	font-family: "Times New Roman";
	text-align: center;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
}

td.fundatorzy
{
	border: solid 1px gray;
	border-bottom: 0;
	border-right: 0;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.galeria
{	
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 450px;
	border: 0;
}

td.galeria
{	
	border: 0;
	text-align: center;
}

table.dyzury tr:hover
{
	background: white;
}

table.dyzury
{
	border: 0;
	margin: 0 auto;
	font-family: Arial;
	font-size: 10px;
	margin-top: 20px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: #EAFFC2;
}

table.ogloszeniaMin
{
	margin: 0 auto;
	border: 0;
	border-right: 1px solid #949494;
	border-top: 1px solid #949494;
	width: 500px;
	font-family: Arial;
	font-size: 13px;
	background: #EBEAEA;
}

table.ksiegaGosci
{
	margin-top: 20px;
	margin-left: 50px;
	margin-bottom: 15px;
	border: 0;
	width: 500px;
	height: 100px;
	font-family: Arial;
	font-size: 13px;
	background: #EBEAEA;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

td.ksiegaGosci
{
	padding: 5px;
	border: 0;
	border-top: 1px solid black;
	border-left: 1px solid black;
	width: 360px;
	
}

td.ogloszeniaMin
{
	border: 1px solid #949494;
	border-top: 0;
	border-right: 0;
	padding: 6px;
}

table.dyzury td
{
	border: solid 1px black;
	border-bottom: 0;
	border-right: 0;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}

table.dyzury td.danePersonal
{
	border: solid 1px black;
	border-bottom: 0;
	border-right: 0;
	padding: 3px;
	text-align: left;
	padding-left: 6px;
	font-weight: normal;
}

table.intencje
{
	border: 0; 
	width: 550px; 
	margin: 0 auto;
}

table.intencje td
{
	vertical-align: top;
}


/* LISTY */

/* na razie nie wykorzystywane */
li.dymek:hover div.dymek
{
	display: block;
}

ul.menu
{
	position: absolute; /* nie bedzie przesuwany tekst w divach ponizej*/
}


ul.menu, ul.menu li 
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li 
{
	width: 89px;
	text-align: center;
	border-right: solid #BA5503 1px;
	line-height: 32px;
	float: left; 
}

ul.menu a:link, ul.menu a:visited 
{
	text-decoration: none;
	display: block;
	font-weight: bold;
	background-image: url(menu_przed.png);
	background-repeat: repeat-x;
	color: #803C00;
	font-family: Verdana;
	font-size: 12px;
}

ul.menu a:hover, ul.menu a:active
{
	text-decoration: none;
	line-height: 32px;
	font-weight: bold;
	background-image: url(menu_po.png);
	background-repeat: repeat-x;
	color: black;
	font-family: Verdana;
	font-size: 12px;
}

ul.zwykle li
{
	list-style-type: disc;
	font-family: "Times New Roman";
	font-size: 17px;
	color: black;
	font-weight: normal;
	margin-left: 40px;
	margin-top: 15px;
}

ul.odnosnik li
{
	list-style-type: none;
	background-image: url(odn1.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	margin-left: 25px;
	margin-top: 15px;
}

li.odnosnik
{
	font-family: "Times New Roman";
	font-size: 14px;
	color: black;
	font-weight: normal;
}

ol.zwykle li
{
	font-family: "Times New Roman";
	font-size: 17px;
	color: black;
	font-weight: normal;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 15px;
	text-align: justify;
	
}

ol.ogloszenia li
{
	font-family: Verdana;
	font-size: 12px;
	color: black;
	font-weight: normal;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 15px;
	text-align: justify;
	line-height: 20px;
}

ol.zapowiedzi li
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	color: black;
	font-weight: normal;
	margin-left: 45px; 
	margin-right: 45px; 
	text-align: left
}

ul.godzinyP li
{
	list-style-type: disc;
	font-family: "Times New Roman";
	font-size: 17px;
	color: black;
	font-weight: normal;
	margin-left: 40px;
	margin-top: 20px;
}

ul.kontakt
{
	list-style-type: none;
	font-family: "Times New Roman";
	font-size: 17px;
	color: black;
	font-weight: normal;
	margin-left: 40px;
	margin-top: 15px;
}

ul.biuro li
{
	list-style-type: square;
	font-family: "Times New Roman";
	font-size: 17px;
	color: black;
	font-weight: normal;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 5px;
	text-align: justify;
}

ul.wilno li
{
	list-style-type: none;
	background-image: url(kolkoNieb.png);
	background-repeat: no-repeat; 
	padding-left: 23px;
	font-family: Arial;
	font-size: 14px;
	color: black;
	font-weight: normal;
	margin-left: 30px;
	margin-right: 50px;
	margin-top: 10px;
	text-align: left;
	line-height: 18px;
}

ul.wilno2 li
{
	list-style-type: none;
	background-image: url(kolkoCzer.png);
	background-repeat: no-repeat; 
	padding-left: 23px;
	font-family: Arial;
	font-size: 14px;
	color: black;
	font-weight: normal;
	margin-left: 30px;
	margin-right: 50px;
	margin-top: 10px;
	text-align: left;
	line-height: 18px;
}

ol.ministranciLista
{
	font-family: "Times New Roman";
	font-size: 15px;
	color: black;
	text-align: justify;
	font-weight: normal;
	margin-left: 65px;
	margin-top: 15px;	
}

/* LINIE POZIOME */
hr.kreska
{
	margin: auto;
	margin-top: 15px;
	width: 570px;
	height: 1px;
	border: 0px;
	background-image: url(hr_kreska1.png);
	color: #89C1EF; /* IE */
	text-align: center; /* IE */
}

hr.mniejsza
{
	margin: auto;
	margin-top: 20px;
	width: 480px;
	height: 1px;
	border: 0px;
	background-image: url(hr_kreska1.png);
	text-align: center;
	color: #89C1EF; /* IE */
}

hr.tytul
{
	margin: 0 auto; 
	width: 400px; 
	height: 1px; 
	margin-top: 5px; 
	border: 0; 
	background: #995300;
}

hr.ksiega
{
	margin: 0 auto; 
	width: 480px; 
	height: 1px; 
	margin-top: 15px; 
	margin-bottom: 15px;
	border: 0; 
	background: #373737;
}

/* OBRAZKI */
img.doSkryptu
{
	border: 0;
}

/* FORMULARZE */
fieldset.formularzRamka
{
	margin: 0 auto;
	width: 320px;
	min-height: 370px;
	border: solid black 1px;
	text-align: center;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
fieldset.formularzWpisuKsiega  
{
	margin-left : 50px;
	width : 320px;
	min-height : 180px;
	border : 1px solid black;
	text-align : left;
	margin-top : 10px;
	padding : 20px;
} 

legend.kontakt
{
	font-family: "Times New Roman";
	font-size: 15px;
	font-weight: bold;
	color: black;
	margin-left: 15px;
	padding-right: 5px;
	padding-left: 5px;
}

input.ksiega
{
	border: solid #207CC9 1px; 
	margin-top: 5px;
}

textarea.ksiega
{
	border: solid #207CC9 1px; 
	margin-top: 5px;
}

legend.ksiega
{
	font-family: "Times New Roman";
	font-size: 15px;
	font-weight: bold;
	color: black;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

label.ksiega
{
	font-family: "Times New Roman";
	font-size: 13px;
	color: black;
}

label
{
	font-family: "Times New Roman";
	font-size: 13px;
	color: black;
}

legend.ogloszenieMin
{

	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #4A4A4A;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

/*
legend.nekrolog
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background: white;
}
*/

input.kontakt
{
	width: 230px;
	border: solid #207CC9 1px; 
	margin-top: 5px;
}

textarea.kontakt
{

	border: solid #207CC9 1px; 
	margin-top: 5px;
}

form.zyrandole
{
	margin: 0 auto;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	width: 900px;
	margin-bottom: 20px;
}

input.zyrandole
{
	width: 130px;
	border: solid 1px black;
	margin-top: 5px;
}


/* PANEL */
p.wstepTytulAdmin
{
	font-family: Arial;
	font-size: 16px;
	color: #014A9D;
	text-align: left;
	font-weight: bold;
	margin-left: 21px;
	margin-top: 25px;	
	background-image: url(wstepOdnAdmin.png); 
	background-repeat: no-repeat; 
	padding-left: 20px;
	line-height: 12px;
	margin-bottom: 23px;
}

p.wskazAdmin
{
	text-align: left;
	margin-left: 30px;
	margin-top: 15px;	
	background-image: url(wskazAdmin.png); 
	background-repeat: no-repeat; 
	padding-left: 23px;
	line-height: 13px;
}

fieldset.formularzAdmin
{
	margin-left: 25px;
	width: 150px;
	min-height: 50px;
	border: solid black 1px;
	text-align: left;
	margin-top: 10px;
	padding: 20px;
	background: #EBEBEB;
}

fieldset.nekrolog
{
	margin-left: 30px;
	width: 220px;
	min-height: 50px;
	border: solid black 1px;
	text-align: left;
	margin-top: 10px;
	padding: 15px;
	background: #EBEBEB;
	padding-bottom: 20px;
}

fieldset.ogloszenia
{
	margin-left: 30px;
	width: 180px;
	min-height: 30px;
	border: solid black 1px;
	text-align: left;
	margin-top: 10px;
	padding: 15px;
	background: #EBEBEB;
	padding-bottom: 20px;
}

legend.formularzAdmin
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: black;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: white;
	border: solid 1px black;
}

input.formularzAdmin
{
	border: solid #024E88 1px; 
	margin-top: 5px;
}

select.formularzAdmin
{
	border: solid #024E88 1px; 
	margin-top: 5px;
	width: 38px;
}

textarea.formularzAdmin
{
	border: solid #024E88 1px; 
	margin-top: 5px;
}

input.formularzAdminOK
{
	border: solid black 1px; 
	background: #FCFCFC;
	font-size: 10px;
	font-weight: bold; 
	font-family: Verdana;
	width: 100px; 
	height: 18px;
	margin-top: 15px;
	padding-bottom: 2px;
}

a.linkAdmin:link, a.linkAdmin:visited
{
	font-family: Verdana;
	font-size: 13px;
	color: #014A9D;
	font-weight: bold;
	text-decoration: none;
}

a.linkAdmin:hover
{
	font-family: Verdana;
	font-size: 13px;
	color: #014A9D;
	font-weight: bold;
	text-decoration: underline;
}

table.nekrolog
{
	margin: 0 auto;
	border: 0;
	border-right: 1px solid #024E88;
	border-top: 1px solid #024E88;
	width: 500px;
	font-family: Arial;
	font-size: 13px;
	background: #FFA6FE;
}

td.nekrolog
{
	border: 1px solid #024E88;
	border-top: 0;
	border-right: 0;
	padding: 6px;
}

hr.kreskaAdmin
{
	margin: auto;
	margin-top: 15px;
	width: 570px;
	height: 1px;
	border: 0px;
	/*background-color: #89C1EF; */
	background-image: url(hr_kreska3.png);
	color: #89C1EF; /* IE */
	text-align: center; /* IE */
}

hr.mniejszaAdmin
{
	margin: auto;
	margin-top: 20px;
	width: 480px;
	height: 1px;
	border: 0px;
	/*background-color: #89C1EF; */
	background-image: url(hr_kreska3.png);
	text-align: center;
	color: #89C1EF; /* IE */
}

/* DO INTENCJI  */

div.intencje 
{
	width: 550px;
	padding: 0;
	margin: 0 auto;
	margin-top: 15px;
	border: 0;
}

p.naglowek {
color: black;
font-size: 20px;
font-family: Verdana;
text-align: center;
font-weight: bold;
letter-spacing: 3px; 
}

p.normalne 
{
	margin-top: 25px;
	color: #606060;
	font-size: 17px;
	font-family: "Times New Roman";
	text-align: left;
	font-weight: bold;
	margin-left: 10px;
	border-bottom: #606060 solid 1px;
	width: 550px;
}

p.normalnePokuta {
color: #800080;
font-size: 16px;
font-family: Arial;
text-align: left;
font-weight: bold;
margin-left: 10px;
border-bottom: #800080 solid 1px;
width: 510px;
border-left: 8px solid #800080;
padding-left: 7px;
}

p.koniec {
color: black;
font-size: 14px;
font-family: Arial;
text-align: center;
font-weight: normal;
margin-left: 10px;
margin-top: 10px;
padding-top: 10px;
}

p.niedziela 
{
	margin-top: 25px;
	color: red;
	font-size: 17px;
	font-family: "Times New Roman";
	text-align: left;
	font-weight: bold;
	margin-left: 10px;
	border-bottom: red solid 1px;
	width: 550px;
}

p.niedzielaAdwent 
{
	margin-top: 25px;
	color: #800080;
	font-size: 17px;
	font-family: "Times New Roman";
	text-align: left;
	font-weight: bold;
	margin-left: 10px;
	border-bottom: #800080 solid 1px;
	width: 550px;
}

p.niedzielaZwykla {
color: green;
font-size: 19px;
font-family: Arial;
text-align: left;
font-weight: bold;
margin-left: 10px;
border-bottom: green solid 1px;
width: 480px;
border-left: 8px solid green;
padding-left: 7px;
}

p.uroczystosc 
{
	margin-top: 25px;
	color: red;
	font-size: 17px;
	font-family: "Times New Roman";
	text-align: left;
	font-weight: bold;
	margin-left: 10px;
	border-bottom: red solid 1px;
	width: 550px;
}

ul.zwyczajne 
{
	color: black;
	font-size: 14px;
	font-family: "Times New Roman";
	text-align: left;
	font-weight: normal;
	list-style-type: none;
	padding-left: 10px;
	margin-left: 10px;
}

li.nabozenstwo_pasyjne {
color: #800080;
font-weight: bold;
padding-top: 3px;
padding-bottom: 3px;
border-bottom: solid 1px black;
width: 740px;
}

li.zwyczajne 
{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: solid 1px #808080;
	width: 550px;
}

li.ostatniNiedziela 
{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: solid 1px red;
	width: 550px;
}

li.ostatniPokuta {
padding-top: 3px;
padding-bottom: 3px;
border-bottom: solid 1px #800080;
width: 570px;
}

li.ostatniZwykla {
padding-top: 3px;
padding-bottom: 3px;
border-bottom: solid 1px green;
width: 740px;
}

li.ostatni_dzien 
{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: solid 1px black;
	width: 550px;
}

/* LITURGIA DNIA */

div#nd_liturgia 
{
	margin-top: 35px;
	margin-bottom: 0;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
	font-family: Georgia;
	font-size:14px;
	color: black;
}

/* pod datą */
div#nd_liturgia_naglowek 
{
	margin: 0;
	padding: 0 0 5px 0;
	background: #FFF7C2;
}

/* czytania */
div#nd_liturgia_czytania 
{
	margin:0;
	padding:0;
	background: #FFF7C2;
}

/* komentarz pod czytaniami */
div#nd_liturgia_dodatki 
{
	margin:0;
	padding:0;
	height: 10px;
	background-color:#eee;
	visibility: hidden;
	overflow: hidden;
	
}

/* dzień tygodnia, data */
p.nd_dzien 
{
	margin:0px;
	padding:3px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	background-color: #1A73D1;
	font-family: Georgia;
}

p.nd_msza 
{
	margin:5px 0 0 0;
	padding:0;
	font-weight:bold;
	font-size:12px;
}

p.nd_msza_tyt 
{
	margin:0px;
	margin-top:15px;
	padding:2px;
	color:white;
	font-weight:bold;
	font-size:16px;
	background-color:green;
}

span.nd_swieto 
{
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

span.nd_sigla 
{
	font-weight:bold;
}

/* pod datą */
p.nd_wstep  
{
	margin:0;
	padding:0 3px;
	color: black;
	font-size:13px;
	line-height: 18px;
	font-family: Georgia;
}

/* nazwa czytania */
p.nd_czytanie_nazwa 
{
	margin: 20px 0 0 0;
	padding: 2px;
	background-color: #DA6100;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	font-family: Georgia;
}

/* zrodlo czytania */
p.nd_czytanie_sigla 
{
	margin:0 0 0 5px;
	padding:0;
	margin-bottom:5px;
	font-weight:bold;
	font-size:12px;
	font-family: Georgia;
	color: black;
}


p.nd_czytanie2 
{
	margin:0px;
	padding:0;
	font-weight:bold;
	font-size:12px;
	font-family: Georgia;
	color: black;
}

/* ksiega czytania */
p.nd_czytanie_tyt 
{
	margin:0px;
	padding:0;
	margin-top:10px;
	font-weight:bold;
	margin-left:5px;
	font-size:15px;
	font-family: Georgia;
	color: black;
}


p.nd_czytanie_tresc 
{
	margin:0;
	margin-top: 5px;
	padding:0;
	font-size:13px;
	margin-left:5px;
	line-height: 18px;
	font-family: Georgia;
	color: black;
}
	
p.nd_czytanie_albo 
{
	margin:0px;
	padding:0;
	margin-top:0px;
	font-size:13px;
	margin-left:5px;
	font-weight:bold;
	color:red
}

/* oto slowo */
p.nd_czytanie_odp 
{
	margin:0;
	padding:0;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:15px;
	margin-left: 5px;
	font-family: Georgia;
	color: black;
}

p.nd_psalm 
{
	margin:0px;
	padding:0;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	font-size:13px;
	font-family: Georgia;
	color: black;
}

p.nd_psalm_refren 
{
	margin:0px;
	padding:0;
	margin-top:10px;
	margin-bottom:5px;
	font-weight:bold;
	margin-left:5px;
	font-size:12px;
	line-height: 18px;
	font-family: Georgia;
	color: black;
}

p.nd_czytanie_perykopa 
{
	margin:0px;
	padding:0;
	margin-top:5px;
	font-weight:bold;
	margin-left:5px;
	font-size:12px;
	color:red;
}

p.nd_dodatki_tyt 
{
	margin:0px;
	padding:0;
	padding-top:5px;
	font-weight:bold;
}

p.nd_dodatki_styt 
{
	margin:0px;
	padding:0;
	font-size:12px;
	font-weight:bold;
	margin-left:5px;
}

p.nd_dodatki_tresc 
{
	margin:0px;
	padding:0;
	font-size:12px;
	margin-left:5px;
}
