body {
	font: 10px Arial, Helvetica, sans-serif;
	margin: 5px;
}

img {
	border: 0;
}
/* wielkość tekstu */

td {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
}

input, select {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000E82;
}

/* aktywny link na stronie */

a {
	color: #4D83C4;
}

#mainlevel-nav {
	margin: 0; 
	padding: 0;
	list-style: none;
}

#mainlevel-nav li {
	float: left;
	padding: 0 0 0 15px;
	margin: 0 10px 0 5px;
	background: url(../images/moduletable_back.png) no-repeat left center;
}
/* menu górne - tekst */

#mainlevel-nav a {
	color: #54585E;
	text-decoration: none;
}
/* kolor tabeli górnego menu - część z tekstem - w pliku index.php - <tr><td width="468" style="background: #E5E9F2;" height="20"> */

/* Kolor tabeli górnego menu - część rozciągnięta */

td.date {
	text-align: right;
	background: #E5E9F2;
	padding-right: 10px;
}
/* szukajka */

td.search {
	padding: 3px;
	text-align: right;

/* szukajka - część rozciągnięta */

	background: #FAFAFC;
	color: #FEFEFE;
	font-weight: bold;
	border-bottom: 1px solid #A0A0A0;
}
/* Ścieżka odwiedzanych linków (zaraz pod logo) */

td.pathway {
	height: 20px;
	background: #FAFAFC;
	padding-left: 10px;
	border-bottom: 1px solid #A0A0A0;
	color: #54585E;
}
/* Ścieżka odwiedzanych linków (Start) */

a.pathway {
	margin-right: 10px;
	color: #54585E;
}

span.pathway {
	font-weight: bold;
}

td.left {
	vertical-align: top;
}
/* kolor tabeli menu - lewa strona */

.left table.moduletable {
	width: 100%;
	margin-bottom: 10px;
	background: #EFF2F7;
}

/* kolor tabeli menu - prawa strona */

.right table.moduletable {
	width: 100%;
	margin-bottom: 100px;
	background: #EFF2F7;

}

/* kolor części tytułowej menu */

.moduletable th {
	background: #cbd6ea url(../images/title_background.png) no-repeat;

/* kolor tytułu menu - napis */

	padding: 1px 5px 1px 0;
	text-align: right;
	color: #54585E;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;

/* linia pod tytułem menu */

	border-bottom: 1px solid #54585E;
	width: 100%;
}

.moduletable td {
	padding: 2px;
}
/*domyślny kolor linków*/

.moduletable a {
	color: #386EAA;
	text-decoration: none;
	font-weight: bold;
}

td.content {
	padding: 0 5px 0 5px;
	vertical-align: top;
}
/*Tytuly na stronie*/

.componentheading, .contentheading {
	background: url(../images/arrow2.png) no-repeat left center;
	font-size: 13px;
	font-weight: bold;
	color: #E97C11;
	padding-left: 15px;
}
/* Tytuły podartykułów na stronie */

.h3, .contentheading {
	background: url(../images/arrow2.png) no-repeat left; center;
	font-size: 12px;
	font-weight: bold;
	color: #314DC5;
	padding-left: 15px;
}

.small, .createdate {
	font-style: italic;
}

td.right {
	vertical-align: top;
}

.right table.moduletable {
	width: 100%;
	margin-bottom: 10px;
}

td.copyright {
	padding: 4px;
	text-align: center;
	background: #E5E9F2;
	border-top: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
}

/* Popularne i ostatnio dodane - marginesy itp */

ul.latestnews, ul.mostread {
	margin-left: -17px;
	padding-left: 35px;
	list-style: disc;
}
/*kliknięty link*/

#active_menu {
  color: #E76227;
  margin-left: 5px;
}
/*aktywny link - zmiana koloru po najechaniu myszką*/

a.mainlevel:hover {
color: #ff9933;
text-decoration: none;
}
a:hover {
color: #FF9933;
text-decoration: none;
}

/* ustawienia spisu treści w długich artykułach - mos:pagebreak */

/* Javascript Back button */
.back_button {
	text-align: center;
	margin-top: 40px;
}

table.contenttoc {
	margin-left: 10px;
	color: #333300;
	background-color: #EFF2F7;
	border: 1px solid #333;
}

table.contenttoc td {
    font-size: 8pt;
    font-weight: normal;
    text-align:left;
}