<style type="text/css">
/* 2018-06-22 14:05 */
/* definicja wszystkich podstawowych parametrow */
a:link, a:visited
	{
	font-family: "Monotype";
	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;
	}

h1
{
	font-size: 	28pt; 
}
body
	{
	font-family:	"Monotype";
	font-size: 	10pt; 
	font-weight: 	normal;
	color:		#45330c;
	text-align:	left;
	background:	#d2dce5;
	}
 
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:	"Monotype";
	font-size: 	22pt; 
	font-weight: 	bold;
	color:		black;
	text-align:	center;
	background:	#d2dce5;
	
}

/* Styl do nagłówków podstron*/
.TYTUL
{
 	font-family:	"Monotype";
	font-size: 	22pt; 
	font-weight: 	bold;
	color:		brown;
	text-align:	center;
	background:#fff7b3;	
  /*#d2dce5;*/
	
}

/* definicja parametrow dla lewego panelu menu*/
.STRONALINKI
{
 	font-family:	"Monotype";
	font-size: 	10pt; 
	font-weight: 	normal;
	color:		#452c0e;
	text-align:	center;
	background: #fff7b3;
}

/* definicja stylu dla małych napisów*/
.MINI
{
	font-family:	"Monotype";
	font-size: 		7pt; 
	font-weight: 	normal;
	font-style:		italic;
	color:			#000399;
}
/* definicja stylu dla średnich napisów*/
.MIDI
{
	font-family:	"Monotype";
	font-size: 		9pt; 
	font-weight: 	normal;
	font-style:		normal;
	}

.MIDI11
{
	font-family:	"Monotype";
	font-size: 		11pt; 
	font-weight: 	normal;
	font-style:		normal;
	}
/* definicja stylu dla banerka pod nagłówkiem strony*/
.BANEREK
{
	font-family:	"Monotype";
	font-size: 		9pt; 
	font-weight: 	bold;
	font-style:		normal;
	color:			#F8F8FF;
	background:		#a9b9c8;
	text-align:		center;
	margin-top:		0px;
}

/* definicja nagłówka dla panelu prawego info*/
.INFOTYTUL
{
	font-family:	"Monotype";
	font-size: 		12pt; 
	font-weight: 	bold;
	font-style:		normal;
	color:			#452c0e;
	background:		#d2dce5;
	text-align:		center;
	
	}

/* definicja stylu dla poszczególnych notatek panelu info*/
.INFO
{
	font-family:	"Monotype";
	font-size: 		9pt; 
	font-weight: 	normal;
	font-style:		normal;
	color:		black;
	text-align:	center;
	background:	#fbf7d2;
	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: #f1e9a4;
	border: solid;
	border-width: 1px 1px 0px 1px; /* odstep pomiedzy */
	font-size: 		12pt; 
	font-weight: bold;
	border-color: silver; /* kolory ramki */
}
	
/* pozycja aktualności */
.AKTUAL
{
	width: 100%; /* dlugosc belki */
	background-color: #fbf7d2;
	border-width: 0px 1px 1px 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: 20px;
}


	/*Informacje WAZNE*/
.WAZNE
{
	font-weight: bold;
	color: red 
}
	/* Bold i Italic */
.BOLDI, .POCHYL
{
	font-weight: bold;
	font-style:italic;
}

.CYTUJ
{
	font-weight: normal;
	font-style:italic;
  color: blue;
}
.BOLD
{
	font-weight: bold;
}

.CENTRUJ
{
	text-align:	center;
}

.PRAWO
{
	text-align:	right;
}
/* Styl do małej ikonki na pasku informacji */
img.IKONKA
{
	width: 40px; 
	height: 30px; 
	text-align:left;
}

/* 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: #F8F8FF;

	border-style:groove; 
	padding: 2px 1px 2px 1px;
	color: maroon;
	}
</style>