/* - Domyślne czcionki -------------------------------------------- */

body {
	font-size: 12px;
	font-family: arial,verdana,helvetica,sans-serif;
	color: #000000;
}

/* - Domyślne style ----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background-color: #D8E6B8;
}

/* - Domyślne linki ----------------------------------------------- */
a {
	font-weight: normal;
	text-decoration: none;
}

a:link {
	color: #5C7328;
}

a:visited {
	color: #6D882F;
}

a:hover, a:focus, a:active {
	color: #FF8000;
}

/* - Layout ------------------------------------------------------- */
#kontener {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 949px;
	overflow: hidden;
}

#kolumna_lewa {
	float: left;
	width: 272px;
	background-color: #495678;
	
	padding-bottom: 32767px;
	margin-bottom: -32767px;	
}

#kolumna_prawa {
	float: right;
	width: 677px;
	
	padding-bottom: 32767px;
	margin-bottom: -32767px;	
}

/* - Logo --------------------------------------------------------- */
#logo {
	height: 170px;
	background: transparent url(../mazur/images2/bg_logo.gif) no-repeat left top;
}

#mazur_logo {
	width: 272px;
	height: 208px;
	margin-top: 60px;
	background: transparent url(../mazur/images2/mazur_logo.gif) no-repeat center top;
}

/* - Menu --------------------------------------------------------- */
#menu { position: relative; height: 22px; padding-left: 50px; background-color: #0F193A; }
#menu ul { list-style-type: none; padding: 0px; margin: 0px; }
#menu li { float: left; position: relative; z-index:90; }
#menu table { position: absolute; border-collapse: collapse; z-index: 80; left: 0px; top: 21px; }
#menu a, #menu a:visited { display: block; color: #ffffff; text-decoration: none; }
#menu ul li a:hover { color: #ffffff; background-color: #FF7F00; }
#menu ul ul { visibility:hidden; position: absolute; width: 200px; background-color: #E6EAFB; border: 1px solid #182E86; }
#menu li li { width: 180px; }
#menu li ul a { width: 180px; padding: 5px 0px 5px 20px; color: #182E86; font-weight: bold; }
#menu li ul a:visited { color: #182E86; }
#menu li ul a:hover { color: #ffffff; background-color: #182E86; }
#menu ul li:hover ul, #menu ul a:hover ul { visibility: visible; }
#menu .a_main { margin-bottom: 1px; padding: 3px 20px 4px 20px; color: #ffffff; font-weight: bold; background-color: transparent; }
#menu .a_main:hover { background-color: transparent; }

/* - Nagłówek --------------------------------------------------------- */
#naglowek {
	position: relative;
	height: 97px;
	background: #2B3A7F url(../mazur/images2/bg_naglowek.jpg) no-repeat left top;
}

/* - Treść -------------------------------------------------------- */
#tresc {
	padding: 5px 15px 10px 15px;
}

.intro {
	height: 583px;
	background: #88BA14 url(../mazur/images2/bg_intro.jpg) no-repeat left bottom;
}

#nawigacja {
	padding: 2px;
	border-bottom: 1px dotted #6F8930;
}

#tytul h2 {
	margin-bottom: 10px;
	font-size: 20px;
	color: #335CA3;
}

#tytul span {
	font-style: italic;
}

#tekst {
	margin-top: 20px;
	text-align: justify;
}

#linki li {
	margin-bottom: 10px;
}

#stopka {
	height: 50px;
	background-color: #6876B2;
}

#stopka_sub {
	float: left;
	width: 272px;
	height: 50px;
	background-color: #000000;
}

/* - Fotografia --------------------------------------------------- */
table.foto_right {
	float: right;
}

table.foto_left {
	float: left;
}

table.foto_center {
	margin: 0 auto;
}

.foto_tytul {
	font-weight: bold;
	line-height: 12px;
}

img.foto {
	margin-bottom: 5px;
}

.foto_autor {
	font-style: italic;
}

.foto_data {
	font-style: italic;
}

/* - Galeria foto ------------------------------------------------- */

.zawartosc_galeria {
	text-align: center;
}

.zawartosc_galeria img {
	margin: 6px;
	padding: 10px;
	background-color: #C4D991;
	border: 1px solid #637A2C;
}

#zawartosc_foto_nawigacja {
	margin: 20px 0px 0px 0px;
	text-align: center;
}

#zawartosc_foto_prev {
	float: left;
	margin-left: 50px !important;
	margin-left: 25px;
}

#zawartosc_foto_next {
	float: right;
	margin-right: 50px;
}

#zawartosc_foto {
	margin-top: 30px;
	text-align: center;
}

#zawartosc_foto img {
	margin-bottom: 10px;
	padding: 20px;
	background-color: #C4D991;
	border: 1px solid #637A2C;
}

/* - Zaproszenia -------------------------------------------------- */
#zaproszenia {
	margin-top: 20px;
}

#zaproszenia a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

#zaproszenia .z_item {
	margin-bottom: 15px;
	padding: 10px;
	background-color: #D2E2AD;
	border-bottom: 1px dotted #637A2C;
}

#zaproszenia .z_image {
	float: left;
}

.z_image img {
	margin: 0px;
	padding: 10px;
	background-color: #C4D991;
	border: 1px solid #637A2C;
}

#zaproszenia .z_text {
	float: right;
	width: 450px;
}

#zaproszenia .z_text span {
	color: #FF8000;
	font-style: normal;
}

#zaproszenia .z_text p {
	margin: 10px 0px 0px 20px;
}

#zaproszenie .data {
	color: #FF8000;
	font-style: normal; 
}

#zaproszenie p {
	margin-top: 20px;
	text-align: justify;
}

/* - Aktualności -------------------------------------------------- */
#aktualnosci {
	margin-top: 20px;
}

#aktualnosci a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

#aktualnosci .item {
	margin-bottom: 15px;
	padding: 10px;
	background-color: #D2E2AD;
	border-bottom: 1px dotted #637A2C;
}

#aktualnosci .image {
	float: left;
	margin: 0px 0px 0px 0px;
}

.image img {
	margin: 0px;
	padding: 10px;
	background-color: #C4D991;
	border: 1px solid #637A2C;
}

#aktualnosci .text {
	float: right;
	width: 455px;
}

#aktualnosci .text span {
	color: #FF8000;
	font-style: italic;
}

#aktualnosci .text p {
	margin: 10px 0px 0px 20px;
}

#aktualnosci #stronicowanie {
	margin: 5px 0px;
	text-align: center;
}

#aktualnosci #stronicowanie a {
	font-size: 12px;
	text-decoration: none;
}

#aktualnosc .data {
	color: #FF8000;
	font-style: italic; 
}

/* - wyszukiwanie ------------------------------------------------- */
#wyszukiwanie {

}

#wyszukiwanie .szukaj_item {
	margin-bottom: 15px;
	padding: 10px;
	background-color: #D2E2AD;
	border-bottom: 1px dotted #637A2C;
}

#wyszukiwanie .szukaj_item a {
	font-size: 15px;
	text-decoration: underline;
}

#wyszukiwanie .szukaj_item p {
	margin: 5px 20px 5px 20px;
	padding: 0;
	font-style: italic;
}

#wyszukiwanie .szukaj_item span {
	color: #335CA3;
}

#wyszukiwanie_page {
	text-align: center;
	font-size: 15px;
}

/* - formularze --------------------------------------------------- */
#formularz {
	margin-top: 20px;
}

#formularz form p {
	margin-left: 10px;
}

#formularz form p span {
	font-size: 16px;
	font-weight: bold;
	color: #FF8000;
}

#formularz fieldset {
	margin: 10px 10px 10px 10px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #637A2C;
}

#formularz legend {
	margin: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

#formularz label {
	display: block;
	width: 80px;
	float: left;
}

#formularz select {
	display: block;
	float: left;
}

#formularz div {
	overflow: hidden;
	clear: both;
	margin-bottom: 0.5em;
}

#formularz input.submit {
	margin-left: 80px;
	display: inline;
}

/* - Użytkowe ----------------------------------------------------- */
.schowaj {
	position: absolute;
	left: -999em;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 0px;
}
