html, body {
	margin: 0px;
	padding: 0px;
	background: #b8b9b8 url('img/bg.jpg') top left repeat-x;
	color: #000;
	font: 10pt Tahoma, Arial, Verdana, "Times New Roman", serif;
	text-align: center;
}
div, table {
	font: 10pt Tahoma, Arial, Verdana, "Times New Roman", serif;
	text-align: left;
}

form {
	margin: 0px;
}

hr {
	margin-top: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #000;
	height: 1px;
}

fieldset {
	margin-top: 4px;
	margin-bottom: 4px;
        padding: 10px;
	border-left: 1px solid #AFB6BE;
	border-top: 1px solid #AFB6BE;
	border-right: 2px solid #AFB6BE;
	border-bottom: 2px solid #AFB6BE;
	float: none;
	display: block;
	clear: both;
}
legend {
        font-size: 10pt;
        font-weight: bold;
        padding: 4px;
        color: #000;
}

.nobr {
	white-space: nowrap;
}

h1, h1.temat {
	margin: 10px 0px 5px 0px;
	padding: 0px;
	color: #ee3e00;
	font-size: 120%;
	line-height: 130%;
	font-weight: bold;
}

h1.temat {
	text-align: left;
}

h2, h3 {
	font-size: 110%;
}
h4, h5 {
	font-size: 105%;
}
h6 {
	font-size: 100%;
}

.bold {
	font-weight: bold;
}

.wieksze {
	font-size: 110%;
}
.male {
	font-size: 85%;
}
.mniejsze {
	font-size: 70%;
}


.formularz {
        padding: 2px;
        border: 1px solid #ee3e00;
	color: #000;
        font-weight: normal;
	background-color: #f8f8f8;
        text-align: left;
}
.formularz:focus {
        padding: 2px;
        border: 1px solid #ee3e00;
	color: #000;
        font-weight: normal;
	background-color: #fff;
        text-align: left;
}
.formularz:hover {
        padding: 2px;
        border: 1px solid #f00;
	color: #000;
        font-weight: normal;
	background-color: #fff;
        text-align: left;
}
.formularz_submit {
        padding: 2px;
        border: 2px solid #ee3e00;
	color: #000;
        font-weight: normal;
	background-color: #f8f8f8;
        text-align: left;
        cursor: pointer;
}


#MainDiv {
	margin: auto;
	text-align: center;
	width: 768px;
	display: block;
	float: none;
	clear: both;
}

#TopBar {
	width: 768px;
	height: 77px;
	background: #e73c00 url('img/top_bg.jpg') top left no-repeat;
}
#TopBarTable {
	width: 100%;
}
#TopBarLogo {
	width: 182px;
}
#TopBarLogoLink {
	width: 182px;
	height: 77px;
	display: block;
}
#TopBarButtons {
	width: 586px;
	text-align: right;
}
#TopBarButtonsBox {
	padding-top: 8px;
	padding-right: 20px;
	text-align: right;
}
.TopBarButtonsSeparator {
	margin-right: 5px;
}
.TopBarButtonsLinkHome {
	padding-left: 20px;
	background: url('img/icon_home.gif') center left no-repeat;
}
.TopBarButtonsLinkEmail {
	padding-left: 20px;
	background: url('img/icon_email.gif') center left no-repeat;
}
.TopBarButtonsLinkSitemap {
	padding-left: 20px;
	background: url('img/icon_sitemap.gif') center left no-repeat;
}
a.TopBarButtonsLink, a.TopBarButtonsLink:link, a.TopBarButtonsLink:active, a.TopBarButtonsLink:visited, a.TopBarButtonsLink:focus {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a.TopBarButtonsLink:hover {
	color: #f8f8f8;
	font-weight: bold;
	text-decoration: none;
}

#MainBox {
	width: 768px;
	text-align: left;
}

#MainBoxTop {
	margin: 0px;
	padding: 0px;
	width: 768px;
	height: 12px;
	background: #fff url('img/mainbox_top.gif') bottom left no-repeat;
	display: block;
	float: none;
	clear: both;
}
#MainBoxTable {
	width: 768px;
}
#MainBoxTableColumnLeftCorner {
	width: 12px;
	background: #afb7be url('img/mainbox_table_left_corner_bg.jpg') top left repeat-y;
}
#MainBoxTableColumnMenu {
	width: 170px;
	padding-bottom: 170px;
	background: url('img/mainbox_table_menu_bg.jpg') bottom left no-repeat;
}
#MainBoxTableColumnSeparator {
	width: 5px;
	background-color: #afb7be;
}
#MainBoxMinHeight {
	width: 1px;
	height: 488px;
	display: block;
}
#MainBoxTableColumnContent {
	width: 568px;
	background-color: #fff;
}
#MainBoxTableColumnRightCorner {
	width: 13px;
	background: #afb7be url('img/mainbox_table_right_corner_bg.jpg') top left repeat-y;
}

#MainBoxBottom {
	width: 768px;
	height: 79px;
	background: url('img/mainbox_bottom.jpg') top left no-repeat;
	display: block;
	float: none;
	clear: both;
}

#MenuBox {
	margin-top: 23px;
	margin-left: 8px;
	margin-right: 6px;
	width: 156px;
	display: block;
	float: none;
	clear: both;
}
.menuItemBox {
	padding-top: 7px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	background: url('img/menu_item_bg.gif') bottom left repeat-x;
	display: block;
	float: none;
	clear: both;
}
a.menuItemLink, a.menuItemLink:link, a.menuItemLink:active, a.menuItemLink:visited, a.menuItemLink:focus {
	color: #fcfcfc;
	font-weight: bold;
	text-decoration: none;
}
a.menuItemLink:hover {
	color: #f8f8f8;
	font-weight: bold;
	text-decoration: none;
}

a.menuItemLink_on, a.menuItemLink_on:link, a.menuItemLink_on:active, a.menuItemLink_on:visited, a.menuItemLink_on:focus {
	color: #ddd;
	font-weight: bold;
	text-decoration: none;
}
a.menuItemLink_on:hover {
	color: #fafafa;
	font-weight: bold;
	text-decoration: none;
}

#MainNewsBox {
	border-top: 4px solid #afb7be;
	display: block;
	float: none;
	clear: both;
}
#MainNewsBoxTable {
	width: 100%;
	height: 151px;
	text-align: left;
	background-color: #fff;
}
.MainNewsBoxTableNews {
	width: 188px;
}
.MainNewsBoxTableNewsMargin {
	padding: 10px;
}

.MainNewsBoxTableNewsHead {
	padding-bottom: 7px;
	border-bottom: 1px dotted #686868;
	margin-bottom: 10px;
}
.MainNewsBoxTableSeparator {
	width: 2px;
	background-color: #afb7be;
}

.data_wprowadzenia {
	color: #AFB7BE;
}

#kontent_head_box {
}
#kontent_head {
	color: #ee3e00;
	padding-bottom: 10px;
	border-bottom: 1px solid #AFB7BE;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: left;
}

a.kontent_head_link, a.kontent_head_link:active, a.kontent_head_link:visited, a.kontent_head_link:focus {
	color: #ee3e00;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}
a.kontent_head_link:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}

#kontent_box {
	width: 488px;
	padding-top: 1px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	text-align: left;
	font-weight: normal;
	display: block;
	float: none;
	clear: both;
}
#kontent_tekst {
	display: block;
	float: none;
	clear: both;
}
#kontent_tekst a, #kontent_tekst a:active, #kontent_tekst a:visited, #kontent_tekst a:focus {
	color: #222;
	text-decoration: none;
}
#kontent_tekst a:hover {
	color: #444;
	text-decoration: none;
}

/* -- */

.akapit {
	line-height: 140%;
	display: block;
	float: none;
	clear: both;
}
.akapit_margin {
	height: 10px;
	display: block;
	float: none;
	clear: both;
}
a.zdjecie_link, a.zdjecie_link:link, a.zdjecie_link:active, a.zdjecie_link:visited, a.zdjecie_link:focus {
	margin: 10px;
}
a.zdjecie_link:hover {
	margin: 10px;
}
.zdjecie_img {
	border: 1px solid #300;
}
.zdjecie_img_lewo {
	margin-right: 20px;
	float: left;
}
.zdjecie_img_prawo {
	margin-left: 20px;
	float: right;
}
.zdjecie_img_gora {
	margin-bottom: 20px;
}
.zdjecie_img_dol {
	margin-top: 20px;
}

.galerie {
	padding-bottom: 4px; /* margin */
	text-align: center;
	display: block;
	float: none;
	clear: both;
}
.galeria_zdjecie {
	padding: 5px;
	text-align: center;
}
a.galeria_zdjecie_link, a.galeria_zdjecie_link:active, a.galeria_zdjecie_link:visited, a.galeria_zdjecie_link:focus {
	color: #f4f4f4;
	border: 1px solid #fff;
	padding: 2px;
	display: block;
}
a.galeria_zdjecie_link:hover {
	color: #aaaaaa;
	border: 2px solid #fff;
	padding: 1px;
	display: block;
}
.galeria_zdjecie_img {
	vertical-align: middle;
	border: 0px;
}

.flash {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	display: block;
	float: none;
	clear: both;
}
.flash_plik {
	text-align: center;
}

.pliki {
	margin-top: 10px;
	margin-bottom: 10px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	display: block;
	float: none;
	clear: both;
}
.pliki_plik {
	text-align: left;
}
.pliki_plik_ikona {
	margin-right: 5px;
}
a.pliki_plik_link {
}

.nawigacja {
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	display: block;
	float: none;
	clear: both;
}
a.nawigacja_link, a.nawigacja_link:active, a.nawigacja_link:visited, a.nawigacja_link:focus {
	text-align: center;
	color: #000;
	border: 1px solid #fff;
	padding: 5px;
}
a.nawigacja_link:hover {
	text-align: center;
	background-color: #f8f8f8;
	color: #888;
	border: 1px solid #f60;
	padding: 5px;
}
.nawigacja_aktywny_link, .nawigacja_aktywny_link:active, .nawigacja_aktywny_link:visited, .nawigacja_aktywny_link:focus {
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	color: #000;
	border: 1px solid #fff;
	padding: 5px;
}
.nawigacja_aktywny_link:hover {
	margin-left: 5px;
	margin-right: 5px;
	background-color: #f8f8f8;
	font-weight: bold;
	color: #000;
	border: 1px solid #ddd;
	padding: 5px;
}

#podstrony {
	margin-top: 30px;
	border-top: 1px solid #AFB7BE;
	padding-top: 10px;
	display: block;
	float: none;
	clear: both;
}
.podstrony_tekst {
	font-size: 80%;
}
.podstrony_separator {
	color: #7D878F;
}
#podstrony ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#podstrony li {
	margin-top: 2px;
	margin-bottom: 2px;
}
a.podstrony_link, a.podstrony_link:active, a.podstrony_link:visited, a.podstrony_link:focus {
}
a.podstrony_link:hover {
}

.szukaj_li_parzyste {
	margin-bottom: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.szukaj_li_nieparzyste {
	margin-bottom: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-right: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
}

.info_box {
	margin: 10px 20px;
	padding: 20px;
	border: 2px solid #F1F1F1;
	text-align: center;
	color: #000;
	font-weight: bold;
}
.warning_box {
	margin: 10px 20px;
	padding: 20px;
	border: 2px solid #FFD217;
	text-align: center;
	color: #f00;
	font-weight: bold;
}
.error_box {
	margin: 10px 20px;
	padding: 20px;
	border: 2px solid #5A1F21;
	text-align: center;
	color: #5A1F21;
	font-weight: bold;
}

.szukaj_fraza_tekst {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.szukaj_fraza {
	margin-left: 10px;
	font-size: 120%;
}
.szukaj_wyroznienie {
	margin-left: 2px;
	margin-right: 2px;
	color: #fff;
	font-weight: bold;
	background-color: #FFE26A;
}

a, a:link, a:active, a:visited, a:focus {
	color: #ee3e00;
	text-decoration: none;
}
a:hover {
	color: #ff4200;
	text-decoration: none;
}
