@charset "iso-8859-2";

* {
	color: black;
	font-family: helvetica, arial;
	font-size: 10pt;
}

body {
	background-color: #000066;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}

p {
	text-align: justify;
	line-height: 125%;
}

a {
	color: blue;
	text-decoration: none;
}

hr {
	color: blue;
	height: 1px;
	width: 70%;
}

h1 {
	font-size: 19pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
}

h5 {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

img {
	border: none;
}

table {
	width: 100%;
}

th {
	color: white;		
	font-weight: bold;
}

td {
	vertical-align: top;
}

li {
	text-align: justify;
}

/**************************/

*.podpis {
	text-align: right;
	font-style: italic;
}

*.male {
	font-size: 8pt;
}

*.cytat {
	font-family: "Times New Roman";
	font-size: 11pt;
	font-style: italic;
}

*.komunikat {
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
	color: red;
}

*.informacja {
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
	color: green;
}


*.jak_h2 {
	font-size: 13pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
}

*.jak_h3 {
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
}

*.naglowek {
	background-color: red;
	color: white;
	text-align: center;
	font-weight: bold;

}

*.wiersz_0 {
	background-color: #99DDFF;
}

*.wiersz_1 {
	background-color: #AAFFFF;
}


/**************************/

td.menu {
	color: white;
	font-weight: bold;
	padding: 5px;
}

a.menuitem {
	font-size: 11pt;
	color: white;
}

a.menuitem:hover {
	color: yellow;
}

a.submenuitem {
	font-size: 10pt;
	color: white;
}

a.submenuitem:hover {
	color: yellow;
}



td.pasek {
	height: 20px;
	color: white;
	background-color: black;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

a.link2 {
	color: black;
}

a.link2:hover {
	color: blue;
}

a.link2:hover b {
	color: blue;
}


table.tlumaczenia {
	width: auto;
	border: 1px solid black;
	border-collapse: collapse;
}

table.tlumaczenia th {
	background-color: black;
	color: white;
	border-left: 1px solid white;
	padding-left: 10px;
	padding-right: 10px;
}

table.tlumaczenia td.slowo_z {
	width: 50%;
	vertical-align: middle;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	padding: 2px;
	padding-right: 15px;
}

table.tlumaczenia td.slowo_na {
	width: 50%;
	border-bottom: 1px solid white;
	padding: 2px;
	padding-right: 15px;
}

table.tlumaczenia td.opcje {
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

