html, body {
	margin: 0px;
	padding: 0px;
	background: #000 url('img/bg.jpg') top left repeat-x;
	color: #fff;
	font: 10pt "Trebuchet MS", Tahoma, Arial, Verdana, "Times New Roman", serif;
	text-align: center;
}
div, table {
	font: 10pt "Trebuchet MS", Tahoma, Arial, Verdana, "Times New Roman", serif;
	text-align: left;
}

form {
	margin: 0px;
}

hr {
	margin-top: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #fff;
	height: 1px;
}

fieldset {
	margin-top: 4px;
	margin-bottom: 4px;
        padding: 10px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	float: none;
	display: block;
	clear: both;
}
legend {
        font-size: 10pt;
        font-weight: bold;
        padding: 4px;
        color: #fff;
}

.nobr {
	white-space: nowrap;
}

h1, h1.temat {
	margin: 10px 0px 5px 0px;
	padding: 0px;
	color: #fa7e10;
	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 #ddd;
	color: #fff;
        font-weight: normal;
	background-color: #3c3c3c;
        text-align: left;
}
.formularz:focus {
        padding: 2px;
        border: 1px solid #eee;
	color: #fff;
        font-weight: normal;
	background-color: #4f4f4f;
        text-align: left;
}
.formularz:hover {
        padding: 2px;
        border: 1px solid #eee;
	color: #fff;
        font-weight: normal;
	background-color: #4f4f4f;
        text-align: left;
}
.formularz_submit {
        padding: 2px;
        border: 2px solid #444;
	color: #fff;
        font-weight: normal;
	background-color: #000;
        text-align: left;
        cursor: pointer;
}

#BorderLeft {
	width: 49%;
	background: url('img/border_left.jpg') top right no-repeat;
}
#MainTable {
	width: 2%;
}
#BorderRight {
	width: 49%;
	background: url('img/border_right.jpg') top left no-repeat;
}


#MainDiv {
	margin: auto;
	text-align: center;
	width: 900px;
	padding-bottom: 10px;
	display: block;
	float: none;
	clear: both;
}

#TopBar {
	width: 900px;
	height: 200px;
	background: url('img/top.jpg') top left no-repeat;
	display: block;
	float: none;
	clear: both;
}

#MainTableContent {
	width: 100%;
	background: #282828 url('img/kontent_bg.jpg') top left repeat-x;
}
#ColumnNews {
	width: 350px;
}
#ColumnSeparator {
	width: 20px;
	background: #000 url('img/separator_bg.jpg') top center no-repeat;
}
#ColumnContent {
	width: 530px;
}

#Menu {
	width: 530px;
	height: 70px;
/*	background: url('img/menu.jpg') top left no-repeat; */
	display: block;
	float: none;
	clear: both;
}

#ColumnNewsMarginBox {
	margin: 30px 20px;
}

.aktualnosciItem {
	margin-bottom: 10px;
}

.aktualnosciHead {
	color: #fa7e10;
}

a.aktualnosci_more_link, a.aktualnosci_more_link:link, a.aktualnosci_more_link:active, a.aktualnosci_more_link:visited, a.aktualnosci_more_link:focus {
	color: #fa7e10;
	text-decoration: underline;
}
a.aktualnosci_more_link:hover {
	color: #fa7e10;
	text-decoration: underline;
}

.data_wprowadzenia {
	color: #AFB7BE;
}

#RSS {
	text-align: right;
	display: block;
}
#RSSlink {
	width: 56px;
	height: 28px;
	background: url('img/rss.gif') top right no-repeat;
	display: block;
}

#kontent_head_box {
}
#kontent_head {
	color: #fa7e10;
	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: #fa7e10;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}
a.kontent_head_link:hover {
	color: #ea6e00;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}

#kontent_box {
	width: 490px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	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: #eee;
	text-decoration: none;
}
#kontent_tekst a:hover {
	color: #e8e8e8;
	text-decoration: underline;
}

#StopkaLinki {
	margin: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}

a.footerItemLink, a.footerItemLink:link, a.footerItemLink:active, a.footerItemLink:visited, a.footerItemLink:focus {
	color: #818181;
}
a.footerItemLink:hover {
	color: #fff;
}

/* -- */

.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 #fa7e10;
}
.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: #fa7e10;
	border: 1px solid #fff;
	padding: 2px;
	display: block;
}
a.galeria_zdjecie_link:hover {
	color: #ea6e00;
	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: #eee;
	border: 1px solid #fff;
	padding: 5px;
}
a.nawigacja_link:hover {
	text-align: center;
	background-color: #f8f8f8;
	color: #e8e8e8;
	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: #fff;
	border: 1px solid #fff;
	padding: 5px;
}
.nawigacja_aktywny_link:hover {
	margin-left: 5px;
	margin-right: 5px;
	background-color: #fa7e10;
	font-weight: bold;
	color: #fff;
	border: 1px solid #ddd;
	padding: 5px;
}

#podstrony {
	margin-top: 30px;
	border-top: 1px solid #fa7e10;
	padding-top: 10px;
	display: block;
	float: none;
	clear: both;
}
.podstrony_tekst {
	font-size: 80%;
}
.podstrony_separator {
	color: #fff;
}
#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 #222;
	border-bottom: 1px dotted #222;
}
.szukaj_li_nieparzyste {
	margin-bottom: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-right: 1px dotted #333;
	border-bottom: 1px dotted #333;
}

.info_box {
	margin: 10px 20px;
	padding: 20px;
	border: 2px solid #F1F1F1;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.warning_box {
	margin: 10px 20px;
	padding: 20px;
	border: 2px solid #FFD217;
	text-align: center;
	color: #f00;
	background-color: #444;
	font-weight: bold;
}
.error_box {
	margin: 10px 20px;
	padding: 20px;
	border: 2px solid #5A1F21;
	text-align: center;
	color: #f00;
	background-color: #444;
	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: #000;
	font-weight: bold;
	background-color: #8a8a8a;
}

a, a:link, a:active, a:visited, a:focus {
	color: #eee;
	text-decoration: none;
}
a:hover {
	color: #e8e8e8;
	text-decoration: underline;
}
