@charset "iso-8859-2";
/*******************************************************
* CSS Document
*
* @author Katarzyna Kalenik {@link http://www.7sense.pl}
*******************************************************/

html, body {
	background: #fff url("img/bkg.png");
	font: 12px /15px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}

body.DOMY {
	color: #01006f;
}

#PAGE {
	background: #fff;
	width: 900px;
	margin: 0 auto;
}

/*-------------------------------- Header & Footer -------------------------------*/

#HEADER {
	width: 900px;
	height: 168px;
	position: relative; left: 0px; top: 0px;
}

.DOMY #HEADER {
	background: #363948 url("img/top.png") repeat-x;
	border-bottom: 3px solid #8688aa;
}

.HURT #HEADER {
	background: #406400 url("img/top.png") repeat-x;
	border-bottom: 3px solid #669900;
}

.IMP #HEADER {
	background: #770200 url("img/top.png") repeat-x;
	border-bottom: 3px solid #c25e3c;
}

#TOP_MENU {
	padding-left: 5px;
}

a.TOP_MENU_LINK:link, a.TOP_MENU_LINK:visited {
	font: 12px /30px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	padding: 15px 10px 10px 6px;
	border-right: 1px dashed #fff;
}

a.TOP_MENU_LINK:hover {
	text-decoration: underline;
}

#LOGO {
	display: block;
	width: 266px;
	height: 143px;
	border: none;
	font-size: 0px;
	position: absolute; left: 317px; top: 3px;
}

.DOMY #LOGO {
	background: url("../domy/img/logo.png") no-repeat center;
	color: #7b7d86;
}

.HURT #LOGO {
	background: url("../hurtownie/img/logo.png") no-repeat center;
	color: #829958;
}

.IMP #LOGO {
	background: url("../impexp/img/logo.png") no-repeat center;
	color: #aa605f;
}

a#MAIN_MENU_LINK_1:link, a#MAIN_MENU_LINK_1:visited {
	display: block;
	width: 135px;
	height: 26px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	line-height: 25px;
	color: #fff;
}

.DOMY #MAIN_MENU_LINK_1 {
	background: url("../domy/img/mm_inact.png") no-repeat center;
	position: absolute; left: 196px; top: 156px;
}

.HURT #MAIN_MENU_LINK_1 {
	background: url("../hurtownie/img/mm_inact.png") no-repeat center;
	position: absolute; left: 233px; top: 156px;
}

.IMP #MAIN_MENU_LINK_1 {
	background: url("../impexp/img/mm_inact.png") no-repeat center;
	position: absolute; left: 191px; top: 156px;
}

a#MAIN_MENU_LINK_2:link, a#MAIN_MENU_LINK_2:visited {
	display: block;
	height: 38px;
	text-decoration: none;
	text-align: center;
	font-size: 24px;
	line-height: 37px;
	color: #010051;
}

.DOMY #MAIN_MENU_LINK_2 {
	background: url("../domy/img/mm_act.png") no-repeat center;
	width: 218px;
	position: absolute; left: 341px; top: 150px;
}

.HURT #MAIN_MENU_LINK_2 {
	background: url("../hurtownie/img/mm_act.png") no-repeat center;
	width: 145px;
	position: absolute; left: 378px; top: 150px;
}

.IMP #MAIN_MENU_LINK_2 {
	background: url("../impexp/img/mm_act.png") no-repeat center;
	width: 228px;
	position: absolute; left: 336px; top: 150px;
}

a#MAIN_MENU_LINK_3:link, a#MAIN_MENU_LINK_3:visited {
	display: block;
	width: 135px;
	height: 26px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	line-height: 25px;
	color: #fff;
}

.DOMY #MAIN_MENU_LINK_3 {
	background: url("../domy/img/mm_inact.png") no-repeat center;
	position: absolute; left: 569px; top: 156px;
}

.HURT #MAIN_MENU_LINK_3 {
	background: url("../hurtownie/img/mm_inact.png") no-repeat center;
	position: absolute; left: 533px; top: 156px;
}

.IMP #MAIN_MENU_LINK_3 {
	background: url("../impexp/img/mm_inact.png") no-repeat center;
	position: absolute; left: 574px; top: 156px;
}

#FOOTER {
	width: 900px;
	height: 41px;
	text-align: center;
	font: 11px /18px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	padding-top: 3px;
}

.DOMY #FOOTER {
	background: #363948;
	color: #9d9dac;
	border-top: 3px solid #8688aa;
}

.HURT #FOOTER {
	background: #406400;
	color: #a0bc6d;
	border-top: 3px solid #669900;
}

.IMP #FOOTER {
	background: #770200;
	color: #cb785c;
	border-top: 3px solid #c25e3c;
}

a#DESIGN_LINK:link, a#DESIGN_LINK:visited {
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

.DOMY a#DESIGN_LINK:link, .DOMY a#DESIGN_LINK:visited {
	color: #bebfc9;
}

.HURT a#DESIGN_LINK:link, .HURT a#DESIGN_LINK:visited {
	color: #bedf5c;
}

.IMP a#DESIGN_LINK:link, .IMP a#DESIGN_LINK:visited {
	color: #e79965;
}

a#DESIGN_LINK:hover {
	text-decoration: underline;
}

/*-------------------------------- Content -------------------------------*/

#CONTENT {
	width: 900px;
	min-height: 740px;
	padding-top: 45px;
	padding-bottom: 20px;
}

/*------------------------ Left menu -----------------------*/

#LEFT_MENU_CONTAINER {
	display: inline-block;
	float: left;
	width: 228px;
}

ul.LEFT_MENU, ul.LEFT_MENU li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

a.LEFT_MENU_LEV_0:link, a.LEFT_MENU_LEV_0:visited {
	display: block;
	width: 228px;
	height: 26px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
	color: #fff;
	margin-top: 2px;
}

.DOMY .LEFT_MENU_LEV_0 {
	background: url("../domy/img/mb_inact.png") no-repeat center;
}

.HURT .LEFT_MENU_LEV_0 {
	background: url("../hurtownie/img/mb_inact.png") no-repeat center;
}

.IMP .LEFT_MENU_LEV_0 {
	background: url("../impexp/img/mb_inact.png") no-repeat center;
}

.DOMY .LEFT_MENU_LEV_0.ACTIVE {
	background: url("../domy/img/mb_act.png") no-repeat center;
}

.HURT .LEFT_MENU_LEV_0.ACTIVE {
	background: url("../hurtownie/img/mb_act.png") no-repeat center;
}

.IMP .LEFT_MENU_LEV_0.ACTIVE {
	background: url("../impexp/img/mb_act.png") no-repeat center;
}

a.LEFT_MENU_LEV_1:link, a.LEFT_MENU_LEV_1:visited {
	display: block;
	width: 209px;
	height: 28px;
	text-decoration: none;
	font-weight: bold;
	line-height: 34px;
	color: #010051;
	padding-left: 15px;
}

.DOMY .LEFT_MENU_LEV_1 {
	background: url("../domy/img/point.png") no-repeat left top;
	border-left: 2px solid #8688aa;
	border-right: 2px solid #8688aa;
}

.HURT .LEFT_MENU_LEV_1 {
	background: url("../hurtownie/img/point.png") no-repeat left top;
	border-left: 2px solid #669900;
	border-right: 2px solid #669900;
}

.IMP .LEFT_MENU_LEV_1 {
	background: url("../impexp/img/point.png") no-repeat left top;
	border-left: 2px solid #c25e3c;
	border-right: 2px solid #c25e3c;
}

.DOMY .LEFT_MENU_LEV_1.ACTIVE, .DOMY a.LEFT_MENU_LEV_1:hover {
	background: url("../domy/img/point_h.png") no-repeat left top;
}

.HURT .LEFT_MENU_LEV_1.ACTIVE, .HURT a.LEFT_MENU_LEV_1:hover {
	background: url("../hurtownie/img/point_h.png") no-repeat left top;
}

.IMP .LEFT_MENU_LEV_1.ACTIVE, .IMP a.LEFT_MENU_LEV_1:hover {
	background: url("../impexp/img/point_h.png") no-repeat left top;
}

a.LEFT_MENU_LEV_2:link, a.LEFT_MENU_LEV_2:visited {
	display: block;
	width: 196px;
	min-height: 18px;
	text-decoration: none;
	line-height: 18px;
	color: #010051;
	padding-left: 28px;
}

.DOMY .LEFT_MENU_LEV_2 {
	background: url("../domy/img/point2.png") no-repeat left top;
	border-left: 2px solid #8688aa;
	border-right: 2px solid #8688aa;
}

.HURT .LEFT_MENU_LEV_2 {
	background: url("../hurtownie/img/point2.png") no-repeat left top;
	border-left: 2px solid #669900;
	border-right: 2px solid #669900;
}

.IMP .LEFT_MENU_LEV_2 {
	background: url("../impexp/img/point2.png") no-repeat left top;
	border-left: 2px solid #c25e3c;
	border-right: 2px solid #c25e3c;
}

.DOMY .LEFT_MENU_LEV_2.ACTIVE, .DOMY a.LEFT_MENU_LEV_2:hover {
	background: url("../domy/img/point2_h.png") no-repeat left top;
}

.HURT .LEFT_MENU_LEV_2.ACTIVE, .HURT a.LEFT_MENU_LEV_2:hover {
	background: url("../hurtownie/img/point2_h.png") no-repeat left top;
}

.IMP .LEFT_MENU_LEV_2.ACTIVE, .IMP a.LEFT_MENU_LEV_2:hover {
	background: url("../impexp/img/point2_h.png") no-repeat left top;
}

.DOMY .LAST{
	padding-bottom: 7px;
	border-bottom: 2px solid #8688aa;
}

.HURT .LAST{
	padding-bottom: 7px;
	border-bottom: 2px solid #669900;
}

.IMP .LAST{
	padding-bottom: 7px;
	border-bottom: 2px solid #c25e3c;
}

a.LEFT_MENU_LEV_1.PORADY:link, a.LEFT_MENU_LEV_1.PORADY:visited {
	width: 209px;
	height: 168px;
	font-size: 0px;
	color: #fff;
	text-align: center;
	background: url("../hurtownie/img/porady.png") no-repeat center;
	border-left: 2px solid #669900;
	border-right: 2px solid #669900;
	padding-bottom: 0px;
}

a.LEFT_MENU_LEV_1.PORADY:hover {
	background: url("../hurtownie/img/porady_act.png") no-repeat center;
}

a.LEFT_MENU_LEV_1.PROJEKTY:link, a.LEFT_MENU_LEV_1.PROJEKTY:visited {
	width: 209px;
	height: 50px;
	font-size: 0px;
	color: #828ebb;
	text-align: center;
	background: url("../domy/img/projekty.png") no-repeat center;
	border-left: 2px solid #8688aa;
	border-right: 2px solid #8688aa;
	padding-bottom: 14px;
}

a.LEFT_MENU_LEV_1.PROJEKTY:hover {
	background: url("../domy/img/projekty_act.png") no-repeat center;
}

.DOMY a#MAIN_MENU_LINK_1:hover, .DOMY a#MAIN_MENU_LINK_3:hover, .DOMY a.LEFT_MENU_LEV_0:hover {
	color: #dee0fe;
}

.HURT a#MAIN_MENU_LINK_1:hover, .HURT a#MAIN_MENU_LINK_3:hover, .HURT a.LEFT_MENU_LEV_0:hover {
	color: #daff6a;
}

.IMP a#MAIN_MENU_LINK_1:hover, .IMP a#MAIN_MENU_LINK_3:hover, .IMP a.LEFT_MENU_LEV_0:hover {
	color: #fec39c;
}

a#MAIN_MENU_LINK_2:hover {
	color: #5a59a7;
}

/*------------------------ Center -----------------------*/

.CENTER {
	display: inline-block;
	width: 652px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}

table {
	margin: 0 auto;
	color: #666666;
	border: 1px solid #A2A39C;
}

th {
	background: #A2A39C;
	color: #fff;
	padding: 4px;
}

td {
	padding: 4px;
}

h1 {
	font: bold 16px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 7px 0px 16px 0px;
}

.DOMY h1 {
	color: #989bd6;
}

.HURT h1 {
	color: #669900;
}

.IMP h1 {
	color: #990000;
}

h2 {
	font: bold 14px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 7px 0px 16px 0px;
}

.DOMY h2 {
	color: #01006f;
}

.HURT h2 {
	color: #85c800;
}

.IMP h2 {
	color: #ff6600;
}

h3 {
	font: bold 12px /15px Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

h4 {
	font: bold italic 12px /15px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
}

h5 {
	font: italic 12px /15px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
}

.UNDERLINE {
	text-decoration: underline;
}

.CENTER a:link, .CENTER a:visited {
	text-decoration: none;
	font-weight: bold;
}

.DOMY .CENTER a:link, .DOMY .CENTER a:visited {
	color: #7871d7;
}

.HURT .CENTER a:link, .HURT .CENTER a:visited {
	color: #96c800;
}

.IMP .CENTER a:link, .IMP .CENTER a:visited {
	color: #ff6600;
}

a#ROBAN_LINK:link, a#ROBAN_LINK:visited {
	color: #990000;
}

.CENTER a:hover {
	text-decoration: underline;
}

.ZDJECIE.R {
	float: right;
	margin-left: 10px;
}

.ZDJECIE.L {
	float: left;
	margin-right: 10px;
}

.ZDJECIE.GALERIA {
	margin-bottom: 1px;
}

.ZDJECIA_CENTER {
	width: 100%;
	text-align: center;
}

.DOMY .ZDJECIE {
	border: 1px solid #8688aa;
}

.HURT .ZDJECIE {
	border: 1px solid #669900;
}

.IMP .ZDJECIE {
	border: 1px solid #c25e3c;
}

table.ZDJECIA {
	margin-bottom: 15px;
	border: none;
}

table.ZDJECIA td {
	text-align: center;
	padding: 0px 35px;
}

table.BORDERED {
	border-collapse: collapse;
	border: none;
}

table.BORDERED td {
	border: 1px solid #c25e3c;
	padding: 0;
	margin: 0;
}

.ZDJECIE.NO_BORDER {
	border: none;
}

ul.PADDING li {
	padding: 5px 0px;
}

ul.CUSTOM {
	list-style: square;
	margin: 0;
	padding-left: 15px;
}

ul.CUSTOM2 {
	list-style-image: url("img/ul_point.png");
}

ul.CUSTOM2 ul {
	list-style-image: none;
	list-style: disc;
}

.NOWOSC_T {
	float: left;
	width: 97px;
	height: 57px;
	line-height: 25px;
}

.NOWOSC {
	display: inline-block;
	width: 60px;
	height: 57px;
	background: url("../common/img/nowosc.gif") no-repeat center;
}

#ISOBOOSTER {
	margin-top: 0px;
}

#ALU {
	height: 110px;
	margin-top: 20px;
}

#STAL {
	height: 150px;
}

#STROPY {
	height: 460px;
}

#CHEMIA_LOGA {
	height: 70px;
}

.URSA {
	height: 90px;
	margin-bottom: 20px;
}

.HIGHLITH {
	background:#eeeeff;
}

th#S, th#T {
	width: 120px;
}

td.T_CENTER {
	text-align: center;
}

td.PRZYPIS {
	font-size: 10px;
	padding: 0px;
}

td.BADANIA {
	color: #000;
	padding-top: 20px;
	padding-bottom: 10px;
}

table.WEGIEL {
	width: 100%;
}

table.STAL {
	width: 100%;
	font-size: 11px;
}

table.OLEJ {
	width: 520px;
}

.BLUE {
	color: #010051;
}

#BANNER_PEKAO img {
	width: 500px;
	border: 1px solid #e3001b;
}

#BANNER_PEKAO {
	text-align: center;
}

/*---------------------- Kontakt ---------------------*/

#DANE {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	float: left;
	position: relative; left: 0px; top: 0px;
}

div#DANE p {
	margin: 12px 0px;
	line-height: 15px;
}

#C_NAME {
	font-weight: bold;
}

#TEL {
	background: url("img/ico_tel.png") no-repeat center;
	width: 14px;
	height: 17px;
	position: absolute; left: 212px; top: 80px;
}

#FAX {
	background: url("img/ico_fax.png") no-repeat center;
	width: 14px;
	height: 17px;
	position: absolute; left: 247px; top: 121px;
}

#MAIL {
	background: url("img/ico_mail.png") no-repeat center;
	width: 14px;
	height: 17px;
	position: absolute; left: 236px; top: 146px;
}

#MAPKA {
	clear: both;
	width: 370px;
	height: 220px;
	margin-bottom: 30px;
	position: relative; left: 137px;
}


#FORM {
	text-align: center;
	position: relative; top: 0px;
}

#PYTANIE {
	font-style: italic;
	font-weight: bold;
	margin: 7px;
}

.ALERT {
	font-style: normal;
	color: #f00;
}

.INPUT {
	width: 300px;
	padding-left: 3px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #b4b4b4;
	margin: 0px 0px 6px 0px;
}

.INPUT_SET {
	color: #363948;
}

.INPUT_NOTSET {
	color: #f00;
}

textarea {
	height: 60px;
}

label {
	font: 11px Arial, Helvetica, sans-serif;
	color: #6c6d7d;
	position: relative; top: -5px;
}

.CHECKBOX {
	position: relative; top: 1px;
}

.SUBRES {
	border: none;
	height: 24px;
	font-size: 0;
	padding-top: 24px;
	margin: 0px 4px;
	cursor: pointer;
}

.BUTCONT {
	position: relative; top: 0px;
}

#WYSLIJ {
	width: 70px;
}

#WYCZYSC {
	width: 82px;
}

#WYSLIJ2 {
	width: 70px;
	position: relative; left: -39px;
}

#WYCZYSC2 {
	width: 82px;
	height: 24px;
	border: none;
	font-size: 0px;
	text-decoration: none;
	color: #0794d8;
	position: absolute; left:321px; top: 0px;
}


.DOMY #WYSLIJ {
	background: url("../domy/img/wyslij.png") no-repeat center;
}

.DOMY #WYCZYSC {
	background: url("../domy/img/wyczysc.png") no-repeat center;
}

.DOMY #WYSLIJ2 {
	background: url("../domy/img/wyslij.png") no-repeat center;
}

.DOMY #WYCZYSC2 {
	background: url("../domy/img/wyczysc.png") no-repeat center;
}


.HURT #WYSLIJ {
	background: url("../hurtownie/img/wyslij.png") no-repeat center;
}

.HURT #WYCZYSC {
	background: url("../hurtownie/img/wyczysc.png") no-repeat center;
}

.HURT #WYSLIJ2 {
	background: url("../hurtownie/img/wyslij.png") no-repeat center;
}

.HURT #WYCZYSC2 {
	background: url("../hurtownie/img/wyczysc.png") no-repeat center;
}


.IMP #WYSLIJ {
	background: url("../impexp/img/wyslij.png") no-repeat center;
}

.IMP #WYCZYSC {
	background: url("../impexp/img/wyczysc.png") no-repeat center;
}

.IMP #WYSLIJ2 {
	background: url("../impexp/img/wyslij.png") no-repeat center;
}

.IMP #WYCZYSC2 {
	background: url("../impexp/img/wyczysc.png") no-repeat center;
}


#INFO {
	font-weight: bold;
	font-size: 14px;
	margin: 7px;
	margin-top: 340px;
}

#POWROT {
	display: block;
	margin: 0 auto;
	width: 82px;
	height: 24px;
	border: none;
	font-size: 0px;
	text-decoration: none;
	color: #0794d8;
}

.DOMY #POWROT {
	background: url("../domy/img/powrot.png") no-repeat center;
}

.HURT #POWROT {
	background: url("../hurtownie/img/powrot.png") no-repeat center;
}

.IMP #POWROT {
	background: url("../impexp/img/powrot.png") no-repeat center;
}


.BANNER img {
	border: none;
	margin-top: 4px;
}
