/* strona w ogólności */
html
	{
	background-color: #ffffff;
	background-image: url('../grafiki/tlo_gradient.png');
	background-position: top center;
	background-repeat: repeat-y;
	}
body
	{
	background-color: #ffffff;
	margin: 0px;
	padding-top: 10px;
	color: #000000;
	font-size: 13px;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url('../grafiki/tlo_gradient.png');
	background-position: top center;
	background-repeat: repeat-y;
	}


div
	{
	margin: 0px;
	padding: 0px;
	text-align: justify;
	}

/* nagłówek graficzny */

div.naglowek_graficzny
	{
	margin: 0px;
	height: 120px;
	}

/* nagłówek graficzny - k */
div#body_c
	{
	width: 950px;
	margin: 0 auto;
	background-image: url('../grafiki/tlo_ramka.png');
	background-position: top center;
	background-repeat: repeat-y;
	}
div#body_b
	{
	background-image: url('../grafiki/tlo_gora.png');
	background-position: top center;
	background-repeat: no-repeat;
	}
div#body_a
	{
	background-image: url('../grafiki/tlo_dol.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	}

div#body
	{
	margin-left: 25px;
	margin-right: 25px;
/*	padding-top: 25px;*/padding-top: 5px;
	padding-bottom: 25px;
	}

fieldset
	{
	border: none;
	margin: 0px;
	padding: 0px;
	}

label
	{
	display: block;
	width: 90%;
	text-align: left;
	margin-top: 5px;
	}

.blad
	{
	font-weight: 700;
	color: #ee0000;
	font-size: 13px;
	}

.komunikat
	{
	font-weight: 700;
	color: #1378c7;
	font-size: 13px;
	}


img
	{
	border: none;
	}


h1, h2, h3
	{
	font-family: sans-serif;
	font-size: 17px; 
	font-weight: 700;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-top: 20px;
	font-variant: small-caps;
	}

h1
	{
	margin-top: 0px;
	margin-left: 0px;
	font-weight: 400;
	}

h2
	{
	font-size: 14px;
	}

h3
	{
	font-size: 13px;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	color: #000000;
	}

p.sasiedzkie
	{
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	text-indent: 0px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 110%;	
	}

p.mapa_description
	{
	text-align: left;
	width: 200px;
	text-indent: 0px;
	}

a
	{
	color: #0040aa;
	text-decoration: none;
	font-weight: 700;
	}


a:hover
	{
	text-decoration: underline;
	color: #0040aa;
	}

p
	{
	text-align: justify;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 30px;
	}

.lewy
	{
	text-align: left;
	}

.srodek
	{
	text-align: center;
	}

.prawy
	{
	text-align: right;
	}

/* strona w ogólności - k */




/* menu */
div#menu
	{
	font-size: 13px;
	height: 20px;
	text-align: right;
	}

li.menu
	{
	display: inline;
	margin: 10px;
	}

a.menu
	{
	color: #00275b;
	}

a.menu_aktywne
	{
	color: #c43926;
	}

div#miejsce_menu
	{
	border-top-style: dotted;
	border-top-width: 2px;
	border-top-color: #000000;
	}

div.kropki
	{
	border-top-style: dotted;
	border-top-width: 2px;
	border-top-color: #000000;
	}

/* menu - k */

#logowanie
	{
	color: #fff9f9;
	font-size: 14px;
	font-variant: small-caps;
	}
#wyloguj
	{
	font-size: 12px;
	color: #fff9f9;
	text-decoration: underline;
	}
/* pb - k */

/* główna część strony */

div.ogolny /* obejmuje całą część główną strony */
	{
	overflow: hidden;
	}

div.ogolny_lewy /* obejmuje lewą kolumnę głównej części strony */
	{
	margin-top: 10px;
	width: 720px;
	min-height: 400px;
	float: left;
	margin-right: 17px;
	}

div.ogolny_prawy_c /* obejmuje lewą kolumnę głównej części strony */
	{
	float: right;
	width: 163px;
	margin-top: 10px;
	background-image: url('../grafiki/tlo_prawy.png');
	background-position: top left;
	background-repeat: repeat-y;
	}

div.ogolny_prawy_b
	{
	background-image: url('../grafiki/gora_prawy.png');
	background-position: top left;
	background-repeat: no-repeat;
	}

div.ogolny_prawy_a
	{
	background-image: url('../grafiki/dol_prawy.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	}

div.ogolny_prawy /* obejmuje lewą kolumnę głównej części strony */
	{
	padding-top: 10px;
	min-height: 390px;
	}

div.zdjecie
	{
	text-align: center;
	}

div.zdjecie_opis
	{
	width: 550px;
	margin: 0 auto;
	}



hr
	{
	height: 1px;
	width: 90%;
	background-color: #000000;
	text-align: center;
	margin: 0 auto; 
	}



div.stopka
	{
	width: 900px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	color: #f2f7fa;
	height: 20px;
	padding-top: 10px;
	}

a.stopka
	{
	color: #f2f7fa;
	}

input.szukaj
	{
	border-style: solid;
	border-width: 1px;
	width: auto;
	border-color: #eeeeee;
	margin: 0px;
	}

/* główna część strony - k */