html, body {
  padding:0;
  margin:0;
  height:100%;
  width:100%;
  background-color:#000;
  color:#fff;
  font:12px Arial, Verdana, sans-serif;
}
#glowna {
	width:100%;
	text-align:center;
	background:#fff url(../img/bg_glowna.gif) 0 0 repeat-x;
	color:#000;
}

#middle {
	width:950px;
	margin:0 auto;
	border:0;
	text-align:left;
	background:#fff;
}

/* style strony */
.cleared {clear:both;font-size:1px;}

a:link, a:visited, a:hover, a:active {
	color:#000;
	text-decoration:underline;
}

a.pomaranczowy:link, a.pomaranczowy:visited, a.pomaranczowy:active {
	font-weight:normal;
	color:#000;
	text-decoration:none;
}
a.pomaranczowy:hover {
	color:#e35601;
	text-decoration:none;
}


.error   {color:#bd3137;text-align:center;font-size:13px;font-weight:bold;padding:5px;}
.confirm {color:green;text-align:center;font-size:16px;font-weight:bold;padding-bottom:10px;}


/* lewa strona */
#left {
	width:311px;
	float:left;
	background:#fff;
}
#logo {
	display:block;
}
#left p {
	padding-left:15px;
	padding-right:15px;
}
#oferta_pdf {
	background:url(../img/bg_oferta_pdf.jpg) 0 0 no-repeat;
}

/* prawa strona */
#right {
	width:639px;
	float:right;
	background:url(../img/bg_right.jpg) 0 0 repeat-y;
}

/* menu */
#menu {
	width:639px;
	height:350px;
	background:url(../img/bg_menu.jpg) right bottom no-repeat;
}
	html>body #menu {
		height:auto;
		min-height:350px;
	}

.menuHeader {
	border-top:3px solid #000;
	border-bottom:5px solid #fff;
	font:bold 16px Arial, Verdana, sans-serif;
	text-align:center;
	background:url(../img/bg_menuHeader.jpg) 0 0 repeat-x;
	color:#fff;
	padding:3px 0 5px 0;
}

#menuBox {
	width:100%;
}
#menuBox_01,#menuBox_02,#menuBox_03 {
	width:33%;
	float:left;
}
.link_odstep {
	margin:0;
	padding:0 6px 0 8px;
}
.link_odstep a:link, .link_odstep a:visited, .link_odstep a:active {
	display:block;
	background:url(../img/bg_li.gif) 9px 50% no-repeat;
	border-bottom:1px dotted #c6c6c6;
	font-size:11px;
	color:#545454;
	padding:8px 0 8px 23px;
	text-decoration:none;
	cursor:default;
}
.link_odstep a:hover {
	display:block;
	background:#fefefe url(../img/bg_li_on.gif) 9px 50% no-repeat;
	border-bottom:1px dotted #c6c6c6;
	font-size:11px;
	font-weight:bold;
	color:#000;
	padding:8px 0 8px 23px;
	text-decoration:none;
	cursor:default;
}

/* ---- formularz kontaktowy ---- */
table.formularz {
	color:#000;
	margin-bottom:5px;
}
table.formularz input, table.formularz textarea {
	border:1px solid #cccccc;
}

/* footer */
#footer_all {
	width:100%;
	background:#000 url(../img/bg_footer_all.gif) 0 0 repeat-x;
	text-align:center;
}
#footer {
	clear:both;
	width:950px;
	height:106px;
	margin:0 auto;
	background:#000 url(../img/bg_footer.jpg) 0 0 repeat-x;
	text-align:left;
}
	html>body #footer {
		height:auto;
		min-height:106px;
	}
#footer_left {
	float:left;
	height:77px;
	border-left:3px solid #ff8620;
	padding-left:16px;
	margin-top:29px;
	margin-left:23px;
	color:#9f9f9f;
}
	html>body #footer_left {
		height:auto;
		min-height:77px;
	}
	#footer_left a:link, #footer_left a:visited, #footer_left a:active {
		color:#9f9f9f;
		text-decoration:none;
	}
	#footer_left a:hover {
		color:#e3e3e3;
		text-decoration:none;
	}
#footer_right {
	float:right;
	margin-top:40px;
	margin-right:5px;
	color:#9f9f9f;
}
