html {
	background: #fff;
	height: 100%;
}
body {
	margin:0 auto;
	width: 783px;
	font: 11px Verdana;
	color: #000;
	height: 100%;
}

a {
	color: #757575;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #9C8D46;
}
.fL {
	float:left;
}
.fR {
	float:right;
}
.tR {
	text-align: right;
}
.cT {
	text-align: center;
}
hr {
	height: 0px;
	border: solid #D1D7DC 0px;
	border-top-width: 1px;
}
img {
	border: 0;
}

#mainT {
	width: 100%;
	height: 100%;
	background-color: #fff;	
}
#mainT .top1 {
	background-color: #c2c2c2;
	width: 784px;
	height: 17px;
}
#mainT .top2 {
	width: 784px;
}
#mainT .top3 {
	background-color: #545454;
	width: 784px;
	height: 39px;
}
#langs td {
	background-color: #545454;
	width: 185px;
}

#bodyline, td {
	vertical-align: top;
}
#bodyline td {
	padding: 0 5px 0 5px;
}

.menu {
	background-image: url('gfx/button.jpg');
	width: 92px;
	height: 15px;
	font-weight: bold;
	padding-top: 1px;
	text-align: center;
	margin: 12px 0 0 3px;
	float: left;
}

.tytul {
	float:left;
}
.tytul h1 {
	margin: 0;
	color: #545454;
	position: relative;
	left: 13px;
	top: -39px;
	font: bold 11px Verdana;
	letter-spacing: 3px;
	text-transform:uppercase;
	
}

.naglowek {
	color: #9F904F;
	font-weight: bold;
	font-style: italic;
	margin: 4px 0 0 10px;
	float:left;
}
.logowanie {
	float: right;
}
.log {
	background-image: url('gfx/log.gif');
	width: 355px;
	height: 23px;
}
.log_d {
	background-image: url('gfx/log_d.gif');
	height: 9px;
}
.log_t {
	text-align: center;
	border: 1px solid #c5c5c5;
	border-bottom: 0px;
	color: #7e7e7e;
}

#left_column {
	float: right;
	width: 152px;
	margin: 3px;
	text-align:center;
}
#left_column th {
	background-image: url('gfx/okno_sm.jpg');
	height: 24px;
	width: 152px;
	color: #9F904F;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}
#left_column td {
	text-align: left;
	padding: 5px;
	color: #5B5F62;
}
#right_column {
	float: left;
	width: 580px;
	margin: 10px 5px 0 0;
	text-align: justify;
}

.menu_bottom {
	background-color: #545454;
	height: 17px;
	margin-top: 5px;
	padding: 3px;
	text-align: center;
	color: #fff;
}
.menu_bottom a, .menu_bottom a:hover {
	color: #f1f1f1;
}
.footer {
	height: 20px;
	text-align: center;
}

.clear {
	clear: both;
	height: 4px;
}

#okno_l {
	width: 435px;
	float: left;
}
#okno_l .okno {
	width: 435px;
	height: 24px;
	background-image: url('gfx/okno_big.gif');
}
#okno_l .okno_d {
	height: 10px;
	background-image: url('gfx/okno_big_d.gif');
}
#okno_r {
	width: 315px;
	float: right;
}

#okno_r .okno {
	width: 315px;
	height: 24px;
	background-image: url('gfx/okno.jpg');
}

.okno_t {
	border: 1px solid #c5c5c5;
	border-bottom: 0px;
	color: #7e7e7e;
}
#okno_r .okno_d {
	height: 10px;
	background-image: url('gfx/okno_d.jpg');
}
.h2 {
	margin-left: 15px;
	float:left;
}
.h2 h2, h5{
	margin: 0;
	font-size: 15px;
	color: #9C8D46;
	font-style: italic;
}

#form_dodaj td {
	vertical-align: top;
	padding-bottom: 8px;
}
#form_dodaj .explain {
	color: #5B5F62;
	font-size: 10px;
	text-align: justify;
}

input, textarea, select {
	color: #000;
	font: 11px Verdana;
	border: 1px solid #c0c0c0;
}
.bSubmit {
	background: url('gfx/but.gif') no-repeat left top;
	border: 0;
	width: 86px;
	height: 19px;
	font-weight: bold;
	color: #666;
}
checkbox, radio, .ch {
	border: 0;
}

.key {
	position: absolute;
	z-index: 0;
	left: -500px;
	visibility: visible;
	width: 450px;
	height: 100px;
	top: -800px;
}

#mainMenu {
	background-color: #fff;
	border-bottom: 1px solid #e3e2dd;
	height: 20px;
	position:relative;
}
#mainMenu a {
	padding: 2px 5px;
	font-weight: bold;
	position: absolute;
	bottom: -1px;
}
#submenu {
	background-color: #fff;
	width:100%;
}	
#mainMenu .activeMenuItem {
	background-color: #545454;
	font-variant: small-caps;
	color: #fff;
	border: 1px solid #a6a9a9;
	cursor: pointer;
}
#mainMenu .inactiveMenuItem {
	background-color: #f8f7f5;
	font-variant: small-caps;
	color: #9f904f;
	border: 1px solid #e3e2dd;
	cursor: pointer;
}