<style type="text/css">
/* 13:18 2011-02-07*/
/* definicja wszystkich podstawowych parametrow */
a:link, a:visited
	{
	font-family: "Century Gothic";
	font-size: 9pt;   
	font-weight: normal;
	color: blue;
		}
	
/* ramka po najechaniu kursorem */		
a:hover 
	{
	font-weight: 	normal ;
	color: red;
	border-left: 0px solid #b38043;
	border-right: 0px solid #b38043;
	border-bottom: 0px solid #b38043;
	border-top: 0px solid #b38043;
	}

ul , li
{
	margin: 2px;
	padding: 0px;
	padding-left: 30px;
}

/* steruje drugim poziomem zagniezdzenia listy	*/
li ul li
{
	margin: 2px;
	padding: 0px;
	padding-left: 5px;
}	
body
	{
	font-family:	"Century Gothic";
	font-size: 	10pt; 
	font-weight: 	normal;
	color:		#45330c;
	text-align:	left;
	background:	#fceaba;
	}
 
div
	{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0px;
	text-indent:	30px;
		}

/* definicja parametrow dla nagłówka strony*/
.TYTULSTR
{
 	font-family:	"Century Gothic";
	font-size: 	17pt; 
	font-weight: 	bold;
	color:		#55330c;
	text-align:	center;
	background:	#fceaba;
}

/* Styl do nagłówków */
.TYTUL
{
 	font-family:	"Century Gothic";
	font-size: 	22pt; 
	font-weight: 	bold;
	color:		brown;
	text-align:	center;
	background:	#fceaba;
	
}

/* definicja parametrow dla lewego panelu menu*/
.STRONALINKI
{
 	font-family:	"Century Gothic";
	font-size: 	10pt; 
	font-weight: 	normal;
	color:		#452c0e;
	text-align:	center;
	background:	#d9bb95;
}

/* definicja stylu dla małych napisów*/
.MALY80
{
	font-size: 		80%; 
}
		
.MALY75
{
	font-size: 		75%; 
}

.MALY50
{
	font-size: 		50%; 
}
	
.MINI
{
	font-family:	"Century Gothic";
	font-size: 		7pt; 
	font-weight: 	normal;
	font-style:		italic;
	color:			#000399;
}
/* definicja stylu dla małych napisów*/
.MIDI
{
	font-family:	"Century Gothic";
	font-size: 		9pt; 
	font-weight: 	normal;
	font-style:		italic;
	color:			#000399;
}

/* definicja stylu dla banerka pod nagłówkiem strony*/
.BANEREK
{
	font-family:	"Century Gothic";
	font-size: 		9pt; 
	font-weight: 	bold;
	font-style:		normal;
	color:			white;
	background:		#b38043;
	text-align:		center;
	margin-top:		0px;
}

/* definicja nagłówka dla panelu prawego info*/
.INFOTYTUL
{
	font-family:	"Century Gothic";
	font-size: 		12pt; 
	font-weight: 	bold;
	font-style:		normal;
	color:			#452c0e;
	background:		#d9bb95;
	text-align:		center;
	}

/* definicja stylu dla poszczególnych notatek panelu info*/
.INFO
{
	font-family:	"Century Gothic";
	font-size: 		9pt; 
	font-weight: 	normal;
	font-style:		normal;
	color:		black;
	text-align:	center;
	background:	#fceaba;
	padding-left: 5px; /* margines z lewej */
	padding-top: 5px; /* margines z góry */
	padding-bottom: 5px; /* margines z dołu*/
	padding-right: 5px; /* margines z lewej */
}

/* ramka dla aktualności */
.AKTUALNAGL
{
	padding-left: 5px; /* margines z lewej */
	padding-right: 5px;
	padding-top: 1px; /* margines z góry */
	padding-bottom: 1px; /* margines z dołu*/
	background-color: #d9bb95;
	border: none;
	font-size: 		12pt; 
	font-weight: bold;
	margin-top: 20px;
	/*background-image:  url('../obrazki/tlonagl.jpg');*/
}
	
/* pozycja aktualności */
.AKTUAL
{
	width: 100%; /* dlugosc belki */
	background-color: #fce6ac;
	border-width: 1px; /* odstep pomiedzy */
	border-style: solid; /* ramka dookoła pola */
	border-color: silver; /* kolory ramki */
	text-align:justify; /* tekst wyjustowany*/
	text-decoration: none;
	border-spacing: 0px; 
	padding-left: 5px; /* margines z lewej */
	padding-top: 5px; /* margines z góry */
	padding-bottom: 5px; /* margines z dołu*/
	padding-right: 5px;
	margin-bottom: 0px;
}

.AKTUALPODPIS
{
	width:           100%; /* dlugosc belki */
    color:           #b38043;
	border-width:    1px; /* odstep pomiedzy */
	border-style:    solid; /* ramka dookoła pola */
	border-color:    silver; /* kolory ramki */
	border-top-style:none; /* bez gornej ramki */
	border-spacing:  0px; 
	font-weight:     bold;
	font-family:     cursive;
	font-style:		 italic;
	font-size: 		 11pt; 
	padding-left:    55%; /* margines z lewej */
	padding-top:     1px; /* margines z góry */
	padding-bottom:  1px; /* margines z dołu*/
	margin-bottom:   0px;
		margin-top: 0px;
}

	/*Informacje WAZNE*/
.WAZNE
{
	font-weight: bold;
	color: red ;
}

/*Cytat*/
.CYTUJ
{
	font-style: italic;
	color: blue;
}


/*Pochyl*/
.POCHYL
{
	font-style: italic;
}
	/* Bold i Italic */
.BOLDI
{
	font-weight: bold;
	font-style:italic;
}
	/* Bold */
.BOLD
{
	font-weight: bold;
}
/* Centrowanie*/
.CENTRUJ
{
	text-align:	center;
}
/* Do prawej*/
.PRAWO
{
	text-align:	right;
}
/* migające*/
.MIGAJ
{
text-decoration:blink;
}
/*przekreslone*/
.PRZEKRESL
{
	text-decoration:	line-through;
}

/* wyliczanki - odstepy */
li
{
	margin-left: 40px;
	padding-left: 0px;
	text-indent:	0px;
}

/* styl dla kapitalikow - np. <div id="KAPITALIK">*/
#KAPITALIK:first-letter
	{	
	font-family: Sans Serif;
	font-weight: 	bold;
	font-size: x-large;
	background-color: white;

	border-style:groove; 
	padding: 2px 1px 2px 1px;
	color: maroon;
	}
	
/* ikonki na pasku informacji */
.IMG-INFO
{
	width: 40px; 
	height: 30px; 
	text-align:left;
	background-image: url('../obrazki/pastarchives.png');
	background-repeat: no-repeat;
}
.IMG-ANGEL
{
	width: 30px; 
	height: 30px; 
	text-align:left;
	background-image: url('../obrazki/aniol.gif');
	background-repeat: no-repeat;
}
.IMG-MAPA
{
	width: 30px; 
	height: 30px; 
	text-align:left;
	background-image: url('../obrazki/globus.gif');
	background-repeat: no-repeat;
}
.IMG-OKOLICA
{
	vertical-align: middle; 
	max-width: 50px;
	border: 0px;
}
.IMG-OKOLICA-100
{
	vertical-align: middle; 
	max-width: 100px;
	border: 0px;
}
.IMG-GPS
{
	width: 30px; 
	height: 30px; 
	text-align:left;
	border: 0px;
}
.IMG-150
{
	vertical-align: middle; 
	max-width: 150px;
	border: 0px;
}

.IMG-300
{
	vertical-align: middle; 
	max-width: 300px;
	border: 0px;
}

</style>