body, p	{
	font: 12px verdana;
	color: black;
	text-align: justify;
	text-decoration: none;
}

img {
	text-align: center;
	margin-top: 1px;
	margin-bottom: 2px
}

/* TABELA ZWYKŁA */

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}


tfoot {
	font-size: 10px;
	color: #999999;
}

a	{
	font-family: VERDANA;
	font-size: 12px;
/*	font-weight: bold; */
	color: blue;
}
a:active {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover	{
	color: red;
	text-decoration: underline;
}

h1 {
	font: 18px verdana;
	font-weight: bold;
	text-align: left;
	margin: 6px;
}

h2 {
	font: 14px verdana;
	font-weight: bold;
	text-align: left;
}

h3 {
	font: 12px verdana;
	font-weight: bold;
	text-align: justify;
}


/*  MENU  */

.menu {
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

.menu_top {
	text-align: center;
	background-color: #FFCC99;
}
.menu1_hot {
	background-color: #FFFF99;
	font-weight: bold;
}
.menu1_nor {
	background-color: #FFFFCC;
	font-weight: bold;
}
.menu1_nor:hover {
	background-color: #FFFF99;
}

.menu2_hot {
	background-color: #FFFF99;
	font-weight: normal;
}
.menu2_nor {
	background-color: #FFFFCC;
	font-weight: normal;
}
.menu2_nor:hover {
	background-color: #FFFF99;
	font-weight: normal;
}


/*  TABELE  (wszystkie)  */

td {
	padding: 4px 8px;
}


/*  TABELA 'NORMAL-na'  */

.tabela_normal {
	background-color: gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	font-weight: normal;
}

.tabela_normal_naglowek {
	background-color: silver;
	font-weight: bold;
	text-align: center;
}

.tabela_normal_body {
	background-color: white;
	border-style: solid;
	border-color: black;
	border-width: 0px;
	text-align: center;
}


/*  TABELA 'LINKI'  */

.tabela_linki {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	font-size: 10px;
	font-weight: normal;
}

.mini_link {
	font-size: 10px;
	font-weight: normal;
}
	
.stopka:active  {font-size: 10px; color: #999999; font-weight: normal;}
.stopka:hover   {font-size: 10px; color: #999999; font-weight: normal; text-decoration: none;}
.stopka:link    {font-size: 10px; color: #999999; font-weight: normal;}
.stopka:visited {font-size: 10px; color: #999999; font-weight: normal;}

.top {
    font: 10px tahoma;
    width: 694px;
}
.td_menu {
	background-image: url(img/tlo_menu.gif);
	background-repeat: repeat-y;
	background-color: #CCCCdd;
	padding-left: 10px;
	width: 22px;
}

.glowne_okno	{
	background-image: url('img/tlo3.jpg');
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}

.belka	{
	background-color: #cccccc;
}

.poziom_a {
	padding-left: 5px;
	margin-left: 5px;
	list-style-image: url('img/punkt.gif');
	font-weight: bold;
	min-width: 120px;
}

.poziom_b {
	padding-left: 10px;
	margin-left: 10px;
	list-style-image: url('img/zakladka.gif');
	font-weight: normal;
	min-width: 120px;
}

#tooltip { text-align: left; white-space: nowrap; color: #000; font: normal bold 10px verdana, sans-serif; padding: 4px; background: #FFFFCC; border: 1px solid #000; position:absolute; margin-top: 20px; }
