html {
	padding: 0px;
	margin: 0px;
	
}
body {
	font-family: Tahoma;
	font-size: 11px;
	color: White;
	font-style: normal;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: Black;
	background-image: url(../grafika/tlo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.komunikat {
	color: #630707;
	text-align: center;
	padding: 5px 0px 0px;
	background-color:	#fff29a;
	height: 22px;
}
.odstep{
	font-family: Verdana;
	font-size: 6px;
}
p, i {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma;
	font-size: 11px;
	color: White;
	font-style: normal;
}
TD.NaglowekLewy {
	background-image: url(../grafika/naglowek1.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 354px;
	height: 160px;
	border-left: 1px solid Gray;
}
TD.NaglowekSrodek {
	background-image: url(../grafika/naglowek2.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 142px;
	height: 160px;
	
}
TD.TDTloZolte {
	background-image: url(../grafika/tlozolty.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 490px;
	vertical-align: top;
	background-color: White;
	border-bottom: 1px solid Gray;
	border-left: 1px solid Gray;
	border-right: 1px solid Gray;
	padding: 0px 6px 6px;
}
TD.RamkaLewa {
	border-left: 1px solid Gray;
}
TD.RamkaPrawa {
	border-right: 1px solid Gray;
}
TD.boxBigTloCzarny {
	background-color: #191915;
	color: White;
	text-align: left;
	padding: 1px 3px;
	vertical-align: top;
	width: 820px;
}
.BoxBigTytul {
	color: White;
	text-align: left;
	padding: 0px 5px 15px 5px;
	font-weight: bold;
}

.BoxBigTekst {
	color: White;
	text-align: left;
	padding: 0px 5px 10px 5px;
	
}
.BoxBigZdjecie {
	text-align: center;
	padding: 0px 5px 0px 5px;
	width: 246px;
}


TD.boxTloCzarny {
	background-color: #191915;
	color: White;
	text-align: left;
	padding: 1px 3px;
	vertical-align: top;
	width: 261px;
}
TD.boxRamkaLewa {
	background-image: url(../grafika/box1_1lewo.jpg);
	background-repeat: repeat-y;
	height: 120px;
	width: 3px;
}
TD.boxRamkaPrawa {
	background-image: url(../grafika/box1_1prawo.jpg);
	background-repeat: repeat-y;
	height: 120px;
	width: 5px;
}
TD.box3_1RamkaPrawa {
	background-image: url(../grafika/box3_1prawo.jpg);
	background-repeat: repeat-y;
	height: 120px;
	width: 5px;
}
.BoxTytul {
	color: White;
	text-align: left;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
	width: 260px;
}

.BoxTekst {
	color: White;
	text-align: left;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 150px;
}
.BoxZdjecie {
	text-align: left;
	padding: 0px 0px 0px 0px;
	width: 110px;
	float: left;
	
}
.BoxLinkZolty {
	text-align: right;
	padding: 0px 0px 0px 0px;
	width: 260px;
}
.RamkaZolta {
	border: 1px solid Yellow;
	
}
a.LinkZolty, a:link.LinkZolty, a:focus.LinkZolty, a:active.LinkZolty, a:visited.LinkZolty {
	color: #ffdc00;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
a.LinkZolty:hover {
	color: #ffdc00;
	text-decoration: underline;
}

a.menug, a:link.menug, a:focus.menug, a:active.menug, a:visited.menug {
	color: Gray;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
a.menug:hover {
	color: Gray;
	text-decoration: underline;
}

a, a:link, a:focus, a:active, a:visited {
	color: white;
	text-decoration: none;
	font-family: Tahoma;
	font-weight: normal;
	
}
a:hover {
	color: white;
	text-decoration: underline;
}

.formInfo {
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
}
.field {
	width: 270px;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #F4F4D9;
	border: 1px solid Silver;
}
.button {
	width: 60px;
	height: 22px;
	font-family: Verdana;
	font-size: 12px;
	background-color: Silver;
	border: 1px solid Gray;
	color: Maroon;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
}
.error {
	color: red;
	visibility: hidden;
}


