html, body, table, tbody, tr, td, a, form, input, div, ul, li, img, h1, h2, h3 {
	padding: 0;
	margin: 0;
}

ul {
	list-style-type: none;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #000;
}

html {
	font-family: Arial, sans-serif;
	background-color: #f7f7f7;
}

body {
	padding: 20px 0;
	font-size: 100%; /*16px*/
}

div.calendar {
	position: relative;
	z-index: 20;
}

div.naglowek {
	position: relative;
	z-index: 20;
	width: 1000px;
	font-size: 0.75em; /*12px = 0.75*16px(body)*/
	color: #909090;
	background-color: transparent;
}

	div.logo {
		position: relative;
		width: 1000px;
		height: 100px;
		background: url('../img/logo-2.jpg') left top no-repeat;
	}
	
	div.logo h1 a {
		display: block;
		width: 1000px;
		height: 100px;
	}
	
	div.logo h1 a span {
		display: none;
	}
	
	div#banner_reklamowy {
		/*position: relative;
		left: 543px;
		top: 7em;*/
		height: 110px;
		padding-top: 10px;
		padding-left: 20px;
		background-color: #fff;
		border-bottom: #ccc solid 1px;
		border-right: #ccc solid 1px;
	}

table.srodek {
	position: relative;
	width: 1000px;
	background: url('../img/rysunek_na_dole.jpg') left bottom no-repeat;
	background-color: #fff;
}

	td.menu {
		position: relative;
		width: 226px;
		padding: 10px 0 80px 10px;
		vertical-align: top;
		font-size: 0.75em; /*12px = 0.75*16px(body)*/
		font-weight: bold;
		color: #638ac3;
	}
	
		div#td_menu {
			position: relative;
		}
		
		#td_menu h2 {
			position: relative;
			margin: 0 12px 0 -9px;
			font-size: 1.167em; /*14px = 1.167*12px(.menu)*/
			color: #eee;
			background: url('../img/h2_tlo-2.jpg') left top repeat-y;
		}
		
		#td_menu h2 span {
			display: block;
			padding: 5px 0 3px 9px;
			background: url('../img/h2_span_zaokraglenia.gif') left top no-repeat;
			border-bottom: #ccc solid 1px;
		}
		
			div.wyszukiwanie {
				width: 226px;
				padding-bottom: 17px;
				background: url('../img/ramka_ocieniowana-szer_226px.gif') left bottom no-repeat;
			}
			
			div.wyszukiwanie form {
				/*height: 7em;*/
				padding: 19px 0 0 19px;
				background: url('../img/ramka_ocieniowana-szer_226px.gif') left top no-repeat;
				background-color: #fff;
			}
			
			div.wyszukiwanie input {
				vertical-align: top;
				width: 7em;
				margin: 1px 7px 4px 0;
				font-size: 1em; /*12px = 1*12px(.naglowek)*/
			}
			
			div.wyszukiwanie input.guzik {
				width: 5em;
				padding: 1px 0;
				color: #555;
			}
			
			div.wyszukiwanie_zaawansowane {
				width: 226px;
				background: url('../img/ramka_ocieniowana-szer_226px.gif') left top no-repeat;
				background-color: #fff;
			}
			
			div.wyszukiwanie_zaawansowane span {
				display: block;
				padding-top: 16px;
				margin-left: 19px;
				padding-right: 19px;
				font-weight: normal;
				cursor: pointer;
				color: #909090;
				background: url('../img/ramka_ocieniowana_szer_407px.gif') right top no-repeat;
				background-color: #fff;
				-moz-user-select: none;
				-khtml-user-select: none;
				user-select: none;
			}
			
			div.formularz_wyszukiwania_zaawansowanego {
				width: 226px;
				background: url('../img/ramka_ocieniowana_szer_407px.gif') left bottom no-repeat;
			}
			
			div.formularz_wyszukiwania_zaawansowanego img:hover {
				position: relative;
				left: 2px;
				cursor: pointer;
				-moz-opacity: 0.5;
				filter: alpha(opacity:50);
				opacity: 0.5;
			}
				
			div.formularz_wyszukiwania_zaawansowanego form {
				overflow: hidden;
				margin-left: 19px;
				background: url('../img/ramka_ocieniowana_szer_407px.gif') right bottom no-repeat;
			}
			
			div.formularz_wyszukiwania_zaawansowanego form table {
				width: 188px;
				margin: 10px 19px 0 0;
				color: #909090;
			}			
			
			div.formularz_wyszukiwania_zaawansowanego form table tr td {
				padding: 0 7px 4px 0;
				text-align: right;
			}
		
			div.formularz_wyszukiwania_zaawansowanego table tr td span {
				float: left;
				font-weight: normal;			
			}
			
			div.formularz_wyszukiwania_zaawansowanego table tr td img{
				vertical-align: top;
				margin-left: 2px;
			}
					
			div.formularz_wyszukiwania_zaawansowanego input {
				font-size: 1em; /*12px = 1*12px(.naglowek)*/
				text-align: center;
			}
			
			div.formularz_wyszukiwania_zaawansowanego input.checkbox {
				vertical-align: middle;
			}
			
			div.formularz_wyszukiwania_zaawansowanego table tr td.input_submit {
				padding-top: 4px;
			}
			
			div.formularz_wyszukiwania_zaawansowanego table tr td.input_submit input {
				width: 5em;
				padding: 1px 0;
				color: #555;
			}
				
			div.formularz_wyszukiwania_zaawansowanego table tr td.input_slowa input {
				width: 10em;
				text-align: left;
			}
	
	
		
			div#logowanie {
				position: relative;
				z-index: 10;
				width: 205px;
				padding: 9px 2px 0 19px;
				background: url('../img/ramka_ocieniowana-szer_226px.gif') left top no-repeat;
			}
			
			div#logowanie form {
				height: 7em;
				padding-bottom: 19px;
				padding-left: 13px;
				margin-left: -19px;
				background: url('../img/ramka_ocieniowana-szer_226px.gif') left bottom no-repeat;
			}
			
			#logowanie a {
				display: block;
				color: #aaa;
			}
			
			#logowanie a:hover {
				text-decoration: underline;
				color: #c19972;
			}
						
			#logowanie form table {
				border-spacing: 7px 4px;
				width: 190px;
			}
			
			* html div#logowanie form table tr td {
				padding: 0 0 2px 7px;
			}
			
			#logowanie form table tr td {
				font-weight: bold;
				color: #aaa;
			}
			
			#logowanie form table tr td img {
				vertical-align: top;
				margin-left: 2px;
			}
			
			#logowanie form table tr td img:hover {
				position: relative;
				left: 2px;
				cursor: pointer;
				-moz-opacity: 0.5;
				filter: alpha(opacity:50);
				opacity: 0.5;
			}
			
			#logowanie form table tr td input {
				width: 7em;
				font-size: 1em; /* 12px = 1*12px(.menu)*/
			}

			#logowanie form table tr td input.checkbox {
				width: 1em;
				text-align: right;
			}
					
			#logowanie form table tr td.input_submit {
				text-align: right;
			}
			
			#logowanie form table tr td.input_submit input {
				width: 5em;
				padding: 1px 0;
				color: #555;
			}
		
				#logowanie form.wybor_daty {
					margin-top: -20px;
					background-color:#fff;
				}
				
				form.wybor_daty table tr td.opis_pola span {
					margin-right: 0.5em;
				}
				
				form.wybor_daty table tr td.input_submit input {
					margin-right: 23px;
				}
		
			#logowanie ul {
				margin-bottom: 20px;
			}
			
			#logowanie ul li {
				margin: 10px 0;
			}
			
			#logowanie ul li a {
				width: 181px;
				display: list-item;
				color: #aaa;
			}
			
			#logowanie ul li a:hover {
				text-decoration: underline;
				color: #c19972;
			}
			
			#logowanie ul li a.niedostepny {
				position: relative;
			}
			
			#logowanie ul li a.niedostepny:hover {
				text-decoration: none;
				color: #aaa;
				background-color: #fff;
			}
			
			div#logowanie ul li a.niedostepny span {
				display: none;
				font-size: 0.917em; /*11px = 0,917*12px(td.menu)*/
				font-weight: normal;
				white-space: nowrap;
				color: #000;
				background-color: #fff;
				border: #777 solid 1px;
			}
			
			#logowanie ul li a.niedostepny:hover span {
				display: block;
				position: absolute;
				top: -15px;
				left: 5em;
				padding: 0 5px;
			}
			
				ul#z_wylogowaniem {
					padding-bottom: 19px;
					padding-left: 19px;
					margin-left: -19px;
					margin-bottom: 0;
					background: url('../img/ramka_ocieniowana-szer_226px.gif') left bottom no-repeat;
				}
			
			div#partnerzy {
				position: relative;
				z-index: 10;
				width: 205px;
				margin-top: 6px;
				padding: 9px 2px 0 19px;
				background: url('../img/ramka_ocieniowana-szer_226px.gif') left top no-repeat;
			}
			
			#partnerzy div {
				margin-left: -19px;
				padding-bottom: 30px;
				padding-top: 20px;
				text-align: center;
				background: url('../img/ramka_ocieniowana-szer_226px.gif') left bottom no-repeat;
			}
			
			#partnerzy div img {
				padding-bottom: 15px;
			}

			div#oferta_kai {
				position: relative;
				z-index: 10;
				width: 205px;
				margin-top: 6px;
				padding: 9px 2px 0 19px;
				background: url('../img/ramka_ocieniowana-szer_226px.gif') left top no-repeat;
			}
			
			#oferta_kai ul {
				margin-left: -19px;
				padding-bottom: 30px;
				background: url('../img/ramka_ocieniowana-szer_226px.gif') left bottom no-repeat;
			}
			
			#oferta_kai ul li {
				margin: 10px 0 10px 19px;
			}
			
			#oferta_kai ul li a {
				width: 181px;
				display: list-item;
				color: #aaa;
			}
			
			#oferta_kai ul li a:hover {
				text-decoration: underline;
				color: #c19972;
			}
			
			div#nasze_serwisy {
				position: relative;
				z-index: 10;
				width: 205px;
				margin: 15px 0 10px 0;
				padding: 0 2px 0 19px;
				background: url('../img/ramka_ocieniowana-szer_226px.gif') left top no-repeat;
			}
			
			#nasze_serwisy ul {
				height: 170px;
				margin: 10px 0 0 -19px;
				padding: 0 0 0 19px;
				background: url('../img/ramka_ocieniowana-szer_226px.gif') left bottom no-repeat;		
			}
			
			#nasze_serwisy ul li {
				float: left;
				margin: 0 10px 20px 0;
			}
			
			#nasze_serwisy ul li a:hover {
				-moz-opacity: 0.5;
				filter: alpha(opacity=50);
				opacity: 0.5;
			}
			
			#nasze_serwisy ul li a img {
				border: #ccc solid 1px;
			}
			
		
		
	
	td.tresc {
		position: relative;
		padding: 10px 30px 151px 30px;
		vertical-align: top;
		border-right: #ccc solid 1px;
	}
	
		td.tresc h3 {
			margin-top: 20px;
			font-size: 0.75em; /*12px = 0.75*16px(body)*/
			color: #aaa;
		}
		
			form.diecezje_dropdown {
				padding-top: 19px;
			}
			
			form.diecezje_dropdown input {
				width: 5.5em;
				margin-left: 6px;
				padding: 1px 0;
				font-size: 0.75em; /* 12px = 0.75*16px(body)*/
				color: #555;
			}
			
			div.informacja {
				margin-top: 10px;
				padding: 5px 0; 
				background-color: #f3f3f3;
				border: #cfcfcf solid 1px;
			}
			
			div.informacja p {
				margin: 0;
				font-size: 0.75em; /* 12px = 0.75*16px(body)*/
				font-weight: bold;
				text-align: center;
				color: #777;
			}
			
			div#tekst {
			}
			
			#tekst h3 {
				position: relative;
				z-index: 50;
				margin: 20px 0 0 0;
				padding: 0;
				font-size: 0.875em; /*14px = 0.875*12px(.menu)*/
				border-bottom: #e9e9e9 solid 1px;
				clear: both;
			}
			
			#tekst p, #tekst ul {
				margin-left: 150px;
				font-size: 0.75em; /*12px = 0.75*16px (=body)*/
				text-indent: 2em;
				text-align: justify;
				line-height: 1.55em;
				color: #000;
			}
			
			#tekst table {
				width: 550px;
				margin-left: 150px;
				font-size: 0.75em; /*12px = 0.75*16px (=body)*/
				text-align: left;
				line-height: 1.55em;
				color: #000;
			}

			#tekst ul li {
				list-style: disc inside;
			}
			
			#tekst table tr td ul {
				margin: 0;
			}

			#tekst table tr td ul li {
				font-size: 1em;
			}

			#tekst table tr td {
				vertical-align: top;
				padding: 0.5em;
				background-color: #eee;
			}
			
			#tekst table tr th {
				padding: 0.5em;
				background-color: #ddd;
			}
			
			#tekst div {
				float: left;
				margin: 0.5em 0.5em 0.5em 0;
			}
			
			#tekst div img {
				display: block;
			}
			
			#tekst div span {
				font-size: 0.688em; /* 11px = 0.688*16px(=body) */
				color: #909090;
			}
			
			
			
			div.opcje_nad_wynikami {
				position: relative;
				width: 703px;
				margin-top: 18px;
				font-weight: bold;
				text-align: right;
				border-bottom: #ccc solid 1px;
			}
			
			div.opcje_nad_wynikami a {
				padding: 2px 5px;
				font-size: 0.75em; /* 12px = 0.75*16px(=body) */
				color: #a5a5a5;
				background-color: #efefef;
				border-top: #fff solid 10px;
			}
			
			div.opcje_nad_wynikami a.mala {
				left: 0;
				bottom: -3px;
				font-size: 0.625em; /*10px = 0.625*16px(=body)*/
				line-height: 1.9em;
			}
			
			div.opcje_nad_wynikami a.srednia {
				left: 2.5em;
				bottom: -2px;
				line-height: 1.5em;
			}
			
			div.opcje_nad_wynikami a.duza {
				left: 4em;
				bottom: 0px;
				font-size: 1em; /*16px = 1*16px(=body)*/
				line-height: 1.099em;
			}
			
			* html div.opcje_nad_wynikami a.duza {
				bottom: -1px;
			}
			
			 *:first-child+html div.opcje_nad_wynikami a.duza {
				bottom: -1px;
			 }
			
			div.opcje_nad_wynikami a.mala, div.opcje_nad_wynikami a.duza, div.opcje_nad_wynikami a.srednia {
				position: absolute;
				padding: 0;
				font-weight: normal;
				background-color: transparent;
			}
			
			div.opcje_nad_wynikami a.mala:hover, div.opcje_nad_wynikami a.duza:hover, div.opcje_nad_wynikami a.srednia:hover {
				background-color: transparent;
			}
						
			div.opcje_nad_wynikami a:hover {
				color: #666;
				background-color: #e0e0e0;
			}
			
			div.opcje_nad_wynikami ul {
			}
			
			div.opcje_nad_wynikami ul li {
				display: inline;
				margin-left: 7px;
				line-height: 1.1em;
			}
			
			
	
			table.standardowa {
				width: 703px;
				font-size: 0.75em; /* 12px = 0.75*16px(body)*/
				color: #000;
			}
			
				table.standardowa tr td.liczba_depesz {
					padding-bottom: 10px;
					padding-top: 20px;
					color: #aaa;
				}
				
				table.standardowa tr td.strony {
					color: #aaa;
				}
				
				table.standardowa tr td.strony a {
					padding: 0 2px;
					color: #aaa;
				}
				
				table.standardowa tr td.strony a:hover {
					text-decoration: underline;
					color: #888;
					background-color: #f5f5f5;
				}
			
				table.standardowa tr td.depesza_tekstowo {
					position: relative;
					padding: 0 0 30px 0;
					border-top: #ccc solid 1px;
				}
				
				table.standardowa tr td.depesza_tekstowo a {
					float: right;
					display: block;
					height: 1.25em;
					margin-left: 7px;
					padding: 2px 5px;
					font-weight: bold;
					color: #999;
					background-color: #efefef;
				}
				
				table.standardowa tr td.depesza_tekstowo a:hover {
					color: #666;
					background-color: #e0e0e0;
				}
			
				.standardowa tr td.tytul_depeszy {
					padding: 20px 0 10px 8px;
					font-size: 1.167em; /* 14px = 1.167*12px(.standardowa)*/
					font-weight: bold;
					text-align: left;
					vertical-align: middle;
					color: #882216;
					border-bottom: 0;
				}
				
				.standardowa tr td.tytul_depeszy a {
					color: #882216;
				}
				
				.standardowa tr td.tytul_depeszy a:visited {
					color: #a7746f;
				}
				
				.standardowa tr td.publikacja {
					width: 8.3em;
					padding-top: 20px;
					font-weight: bold;
					vertical-align: top;
					color: #999;
				}
				
				.standardowa tr td.publikacja span {
					display: block;
					width: 8.3em;
					padding: 2px 0 2px 5px;
					background-color: #efefef;
				}
				
				.standardowa tr td.zajawka_depeszy {
					padding: 0 0 25px 8px;
					line-height: 1.5em;
				}
				
				.standardowa tr td.lead_depeszy {
					text-align: justify;				
				}
				
				.standardowa tr td.lead_depeszy p {
					padding: 0 15px;
					margin-bottom: 15px;
					font-weight: bold;
					color: #000;
					border-left: #d5d5d5 solid 1px;
					border-right: #d5d5d5 solid 1px;
				}
							
				.standardowa tr td.tresc_depeszy {
					padding-top: 3px;
					line-height: 1.5em;
					color: #000;
				}
				
				.standardowa tr td.tresc_depeszy_informacje {
					padding-bottom: 3px;
					color: #999
				}
				
				.standardowa tr td.podpis_depeszy {
					padding: 2px;
					color: #8a8948;
				}
				
				.standardowa tr td.podpis_depeszy span {
					padding-left: 15px;
					margin-top: 15px;
					border-left: #d5d5d5 solid 1px;
				}
				
				.standardowa tr td.podpis_depeszy a {
					padding: 2px 5px;
					font-weight: bold;
					margin-top: 15px;
					color: #999;
					background-color: #efefef;
				}
				
				.standardowa tr td.podpis_depeszy a:hover {
					color: #666;
					background-color: #e0e0e0;
				}
				
				strong {
					/*
					color: #ccb69c;
					font-weight: bold;
					text-decoration: underline;
					*/
					color: #ff0000;
					font-weight: bold;
					text-decoration: none;
				}
			
div#stopka {
	position: relative;
	left: 20px;
	z-index: 100;
	width: 900px;
	margin-top: -65px;
	font-size: 1em; /* 12px = 0.75em*16px (=body)*/
}
		
#stopka ul li {
	display: inline;
	margin-right: 20px;
}

#stopka ul li a {
	color: #0;
	font-weight: bold;
}

#stopka ul li a:hover {
	text-decoration: underline;
}

.current_page {
	font-weight: bold;
	font-size: 1.5em;
}

