/* * { padding: 0; margin: 0; } */

.body_log {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #0093d3;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 margin-bottom: 5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
	color: black;
	width: 922px;
	height: 100px;
	margin: 10px 0px 5px 0px;
}
.top_up {
	width: 100%;
	height: 8px;
	background-image: url(../bh_img/top_up.png);
}
#top_cont {
	background-color: white;
	width: 100%;
}
.top_dn {
	width: 100%;
	height: 8px;
	background-image: url(../bh_img/top_dn.png);
}
#top_wr {
	position: relative;
	width: 922px;
	height: 0px;
}

#top_menu {
	position: absolute;
	top: 49px;
	left: 300px;
	width: 505px;
	background-image: url(../bh_img/main_menu.png);
	background-position: top;
	padding: 10px 15px 10px 15px;
	background-repeat: no-repeat;
	text-align: center;
}
.main_menu {
	/* background-color: #009ada; */
	padding: 10px 15px 10px 10px;
	font: bold 15px verdana;
	color: white;
	margin: 0px;
	text-decoration: none;
}
.main_menu:hover {
	color: #e3e3e3;
}

#rightcolumn { 
 display: inline;
 color: #333;
 padding: 0px;
 width: 235px;
 float: right;

}
#right_top {
	height: 8px;
	width: 235px;
	background-image: url(../bh_img/right_top.png);
	background-position: top;
	background-repeat: no-repeat;
}
#right_cont {
	width: 215px;
	background-color: white;
	padding: 10px;
}
.p_login {
	background-image: url(../bh_img/tlo_input.gif);
	background-position: left top;
	border: 0px;
	padding: 5px;
	color: #0093d3;
	font: 12px verdana;
}
.form_label {
	padding: 2px;
	color: #0093d3;
	font: 12px verdana;
}
.baner_right {
	margin-top: 15px;
	margin-bottom: 5px;
}
.form_field {
	padding: 2px;
}

#right_dn {
	height: 8px;
	width: 235px;
	background-image: url(../bh_img/right_dn.png);
	background-position: top;
	background-repeat: no-repeat;
}

#leftcolumn { 
 float: left;
 color: #333;
/* border: 1px solid red;
 margin: 10px;*/
 padding: 0px;
 width: 683px;
 display: inline;
 position: relative;
 background-color: white;
}

#left_top {
	width: 685px;
	height: 8px;
	background-image: url(../bh_img/left_top.png);
	background-repeat: no-repeat;
	background-position: top;
}
#left_cont {
	width: 665px;
	font: 12px verdana;
	color: #0093d3;
	background-color: white;
	padding: 10px;
}
#left_cont td  {
	vertical-align: top;
	padding: 15px 15px 15px 15px;
	
}
#left_cont table {
	border-bottom: 1px dotted #0093d3;
}
#left_dn {
	width: 685px;
	height: 8px;
	background-image: url(../bh_img/left_dn.png);
	background-repeat: no-repeat;
	background-position: top;
}

#footer { 
 width: 922px;
 clear: both;
 color: #333;
 margin: 0px 0px 10px 0px;

}



#footer_cont {
	width: 902px;
	background-color: white;
	color: black;
	padding: 1px 10px 1px 10px;
	font: 10px verdana;
	color: #0093d3;
}

#tb_cennik td {
border: 1px solid #0093d3;
	padding: 3px;
	font: 12px verdana;
}

.clear { clear: both; background: none; }