/*** ogolne BEGIN ***/

html, body {
       margin: 0px;
       padding: 0px;
       height: 100%;
       border: none;
       font-family: Arial, Helvetica;
       font-size: 11px;
       /*line-height: 12px;*/
       background-color: #C9C9C9;
       color: #FFFFFF;
       text-align: left;
}

img {
	border: 0;
}

table {
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

form {
	padding: 0;
	margin: 0;
}

a, a:active, a:focus, a:visited { 
	color : #FFC617; 
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

div.hr {
       height: 1px;
       border-color: #4E4B46;
       border-width: 1px;
       border-style: solid none none none;
       padding-top: 5px;
       margin: 0;
       clear: both;
}

div.hr hr {
       display: none;
}

/* czesc odpowiedzialna za podmieniane linki BEGIN */

* html a:hover { 
	visibility: visible; 
}

.cssnav a {
	position: relative;
	display: block;
	color: #4A4747; 
	text-decoration: none; 
}

.cssnav img { 
	width: 100%; 
	height: 100%; 
}

.cssnav a:hover img { 
	visibility: hidden; 
}

.cssnav span {
	cursor: pointer;
}

/* czesc odpowiedzialna za podmieniane linki END */

/* dropdown menu BEGIN */

#nav, #nav ul {
	position: relative;
	z-index: 999;
	float: left;
	width: 700px;
	list-style: none;
	background: #6A6C6D;
	padding: 0;
	margin: 0 0 0 0;
	font-size: 9px;
}

#nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	z-index: 999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 135px;
	w\idth: 135px;
	border-width: 0px;
	margin: 0;
	background-image: url('images/menu/roll_menu_center.gif');
}

#nav li li {
	padding-right: 0px;
	width: 135px;
}

#nav li ul a {
	padding-top: 2px;
	padding-bottom: 4px;
	margin-left: 5px;
	margin-right: 5px;
	width: 125px;
	w\idth: 125px;
}

#nav li ul a:hover {
	background: #EFAE10;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li.roll_menu_line, #nav li ul li.roll_menu_line:hover {
	background-image: url('images/menu/roll_menu_line.gif');
	background-position: 0px 3px;
	background-repeat: no-repeat;
	height: 5px;
}

#nav li ul li.roll_menu_top, #nav li ul li.roll_menu_top:hover {
	background-image: url('images/menu/roll_menu_top.gif');
	background-position: top;
	background-repeat: no-repeat;
	height: 14px;
}

#nav li ul li.roll_menu_bottom, #nav li ul li.roll_menu_bottom:hover {
	background-image: url('images/menu/roll_menu_bottom.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	height: 15px;
}

/* dropdown menu END */
	
/* definicje poszczegolnych styli tekstu, hrefow BEGIN */

.header1 {
	font-size: 11px;
	font-weight: bold;
}

.header2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.header7 {
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
}

.font_dark {
	color: #9E9E9E;
}

a.a_small, a.a_small:active, a.a_small:focus, a.a_small:visited { 
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}

a.a_small:hover {
	text-decoration: underline;
}

a.a_normal, a.a_normal:active, a.a_normal:focus, a.a_normal:visited { 
	color: #FFFFFF;
	text-decoration: none;
}

a.a_normal:hover {
	color: #FFBA00;
	text-decoration: none;
}

a.a_bigger, a.a_bigger:active, a.a_bigger:focus, a.a_bigger:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.a_bigger:hover {
	color: #FFC617;
	text-decoration: underline;
}

/* definicje poszczegolnych styli tekstu, hrefow END */

/* popup BEGIN */

.modal_popup {
	visibility: hidden; 
	position: absolute;
	z-index: 1000;
	left: 40%;
	top: 50%;
	width: 400px;
	height: 200px;
	margin-left: -50px;
	margin-top: -100px;
	background-color: #646667;
	border: 2px solid #C9C9C9;
	padding: 5px;
	text-align: center;
}

.modal_popup_reg {
	visibility: hidden; 
	position: absolute;
	z-index: 1000;
	left: 40%;
	top: 50%;
	width: 400px;
	height: 200px;
	margin-left: -50px;
	margin-top: -100px;
	background-color: #646667;
	border: 2px solid #C9C9C9;
	padding: 5px;
	text-align: center;
}


/* popup END */

/* ogolne BEGIN */

.main_pre {
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #818284;
	text-align: left;
}

.main {
	position: relative;
	width: 1005px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #818284;
	text-align: left;
}

.main_bg_left_half01 {
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	height: 39px;
	background-color: #6A6C6D;
	background-image: url('images/skalowanie/header_element01.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}

.main_bg_left_half02 {
	z-index: 0;
	position: absolute;
	top: 39px;
	left: 0px;
	width: 50%;
	height: 93px;
	background-color: #6A6C6D;
	background-image: url('images/skalowanie/header_element02.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}

.main_bg_right_half01 {
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 50%;
	height: 69px;
	background-color: #6A6C6D;
	background-image: url('images/skalowanie/header_element06.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}

.main_bg_right_half02 {
	z-index: 0;
	position: absolute;
	top: 69px;
	left: 50%;
	width: 50%;
	height: 38px;
	background-color: #6A6C6D;
	background-image: url('images/skalowanie/header_element08.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}

.main_bottom {
	clear: left;
	height: 200px;
	width: 100%;
	background-color: #C9C9C9;
	background-image: url('images/skalowaniedolne/gradient_dolny_cienki.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

.vertical_line {
	float: left;
	/*width: 11px;*/
	width: 6px;
	height: 550px;
	margin-top: 0px;
	background-image: url('images/menu/dott_center_vertical.gif');
	background-position: center;
	background-repeat: repeat-y;
}

.center {
	float: left;
	width: 700px;
	padding-top: 0px;
	padding-left: 0px;
	margin-right: 0px;
	text-align: left;
	background-color: #818284;
}


.center_info {
        width: 670px;
	margin: 0 15px 0 15px;
}

/* ogolne END */

/* naglowek + menu glowne BEGIN */

.top {
	z-index: 1;
	position: relative;
	height: 132px;		
/*	background-color: #818284;*/
}

.top_header_element06 {
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1005px;	
	height: 69px;
	background-image: url('images/skalowanie/header_element06.gif');
	background-repeat: repeat-x;		
}

.top_header_element04_logo {
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 260px;	
	height: 69px;
	background-image: url('images/skalowanie/header_element04_logo.gif');
	background-repeat: repeat-x;		
}

.top_txt_www_skanuj {
	z-index: 0;
	position: absolute;
	top: 17px;
	left: 800px;
	width: 125px;	
	height: 28px;
	background-image: url('images/menu/txt_www_skanuj.gif');
	background-repeat: repeat-x;			
}

.top_header_element03 {
	z-index: 0;
	position: absolute;
	top: 69px;
	left: 0px;
	width: 41px;
	height: 63px;
	background-image: url('images/skalowanie/header_element03.gif');
	background-repeat: no-repeat;			
}

.top_header_element08 {
	z-index: 0;
	position: absolute;
	top: 69px;
	left: 41px;
	width: 964px;
	height: 38px;
	background-image: url('images/skalowanie/header_element08.gif');
	background-repeat: repeat-x;		
}

.top_kontakt_right {
	z-index: 3;
	position: absolute;
	top: 15px;
	/*left: 827px;*/
	left: 808px;
}

.top_menu_line {
	z-index: 2;
	position: relative;	
	padding-top: 44px;
	padding-left: 300px;
}

#nav li.top_menu04 {
	z-index: 2;
	position: relative;
	float: left;
	width: 90px;
	height: 25px;	
	background-image: url('images/menu/topmenu04_on.gif');
	background-repeat: no-repeat;		
}

#nav li.top_menu02 {
	z-index: 2;
	position: relative;
	float: left;
	width: 89px;
	height: 25px;	
	background-image: url('images/menu/topmenu02_on.gif');
	background-repeat: no-repeat;			
}

#nav li.top_menu01 {
	z-index: 2;
	position: relative;
	float: left;
	width: 90px;
	height: 25px;	
	background-image: url('images/menu/topmenu01_on.gif');
	background-repeat: no-repeat;
}

#nav li.top_menu03 {
	z-index: 2;
	position: relative;
	float: left;
	width: 90px;
	height: 25px;	
	background-image: url('images/menu/topmenu03_on.gif');
	background-repeat: no-repeat;			
}

#nav li.top_menu05 {
	z-index: 2;
	position: relative;
	clear: right;
	width: 61px;
	height: 25px;	
	background-image: url('images/menu/topmenu06_on.gif');
	background-repeat: no-repeat;			
}

.top_login_row {
	clear: left;
	padding-top: 7px;
	padding-left: 625px;
	height: 29px;
}

.top_login_login_input input {
	z-index: 3;
	position: absolute;
	top: 83px;
	left: 679px;
	font-size: 11px;
	width: 99px;
	border: 0;
	margin: 0;
	padding: 0;
}

.top_login_haslo_input input {
	z-index: 3;
	position: absolute;	
	top: 83px;
	left: 836px;
	font-size: 11px;
	width: 99px;
	border: 0;
	margin: 0;
	padding: 0;
}

.top_login_login {
	z-index: 1;
	position: relative;
	float: left;
	width: 51px;
	height: 29px;		
}

.top_login_login_txt {
	z-index: 1;
	position: relative;
	float: left;
	width: 106px;
	height: 29px;		
}

.top_login_haslo {
	z-index: 1;
	position: relative;
	float: left;
	width: 51px;
	height: 29px;		
	
}

.top_login_haslo_txt {
	z-index: 1;
	position: relative;
	float: left;
	width: 106px;
	height: 29px;		
}

.top_login_zaloguj {
	z-index: 1;
	position: relative;
	float: left;
	width: 55px;
	height: 19px;
	padding-top: 6px;
}

.top_login_mojekonto {
	z-index: 1;
	position: relative;
	float: left;
	width: 72px;
	height: 13px;
        padding-left: 220px;
	padding-top: 6px;
	background-image: url('images/wyloguj/button_mojekonto_on.gif');
        background-position: 220px 6px;
	background-repeat: no-repeat;		
}

.top_login_wyloguj {
	z-index: 1;
	position: relative;
	float: left;
	width: 60px;
	height: 13px;
        padding-left: 4px;
	padding-top: 6px;
	background-image: url('images/wyloguj/button_wyloguj_on.gif');
        background-position: 4px 6px;
	background-repeat: no-repeat;		
}

.top_home_kontakt {
	z-index: 1;
	position: relative;
	padding-top: 4px;
	padding-left: 43px;
}

.top_leftmenu_home {
	z-index: 1;
	position: relative;
	float: left;
	width: 29px;
	height: 14px;	
	background-image: url('images/menu/leftmenu_home_on.gif');
	background-repeat: no-repeat;		
}

.top_leftmenu_abs {
	z-index: 1;
	float: left;	
	position: relative;
	width: 7px;
	height: 14px;
	background-image: url('images/menu/leftmenu_abs.gif');
	background-position: center;
	background-repeat: no-repeat;			
}

.top_leftmenu_kontakt {
	z-index: 1;
	position: relative;
	float: left;
	width: 38px;
	height: 14px;	
	background-image: url('images/menu/leftmenu_kontakt_on.gif');
	background-repeat: no-repeat;		
}

/* naglowek + menu glowne END */

/* lewa strona BEGIN */

.left {
	float: left;
	clear: left;
	width: 152px;
	padding-top: 15px; 
	padding-left: 1px;
	text-align: left;
}

.left_pic {
	width: 124px;
	padding-left: 18px;
}

.left_text {
	width: 124px;
	padding-left: 18px;
	line-height: 12px;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 9px;
}

.left_menuitem {
	height: 12px;
	padding-left: 15px;
	background-image: url('images/menu/left_triangle.gif');
	background-position: left;
	background-repeat: no-repeat;		
	margin-top: 8px;
	margin-bottom: 8px;
}

.left_menuitem a, .left_menuitem a:active, .left_menuitem a:focus, .left_menuitem a:visited, 
.left_ref_menuitem a, .left_ref_menuitem a:active, .left_ref_menuitem a:focus, .left_ref_menuitem a:visited {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

.left_menuitem a:hover, .left_ref_menuitem a:hover {
	color: #FFC617;
	text-decoration: underline;
}

.left_txt_referencje {
	margin-top: 10px;
	margin-bottom: 10px;
}

.left_ref_menuitem {
	width: 80px;
	height: 12px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-image: url('images/menu/left_triangle_szary.gif');
	background-position: right;
	background-repeat: no-repeat;		
}

/* lewa strona END */

/* prawa strona BEGIN */

.right {
	float: left;
	width: 140px;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
}

.right_logged_in_text_on {
        visibility: visible;
        padding-left: 5px;
        padding-bottom: 10px;
}

.right_logged_in_text_off {
        visibility: hidden;
        padding-left: 5px;
        padding-bottom: 10px;
}

.right_news_table_top {
	width: 90px;
	height: 20px;
	background-image: url('images/menu/right_news_table_top.gif');
	background-repeat: no-repeat;		
	padding-left: 45px;
	padding-top: 25px;
	font-size: 9px;
}

.right_news_horizont_line {
	width: 135px;
	height: 5px;
	background-image: url('images/menu/right_news_horizont_line.gif');
	background-position: center;
	background-repeat: no-repeat;		
}

.right_news_content {
	width: 135px;
	background-image: url('images/menu/right_news_table_center.gif');	
	background-repeat: repeat-y;		
}

.right_news_header {
	width: 125px;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
}

.right_news_text {
	width: 125px;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
}

.right_news_table_bottom {
	width: 135px;
	height: 14px;
	background-image: url('images/menu/right_news_table_bottom.gif');
	background-repeat: no-repeat;		
}

.right_zobacz_wiecej {
	width: 61px;
	height: 21px;
	background-image: url('images/menu/right_zobacz_wiecej_on.gif');
	background-position: 50px 0px;;
	background-repeat: no-repeat;		
	padding-left: 50px;
	margin-bottom: 10px;
}

.right_padding {
	padding-left: 10px;
}

.right_txt_ostatnie_realizacje {
	margin-top: 10px;	
}

.right_miniaturka {
	border: 1px solid #000000;
}

.right_wspolpraca {
	width: 111px;
	height: 63px;
	background-image: url('images/menu/button_wspolpra_on.gif');
	background-position: 0px 10px;;
	background-repeat: no-repeat;		
	padding-top: 10px;
}

/* prawa strona END */

/* dol BEGIN */

.bottom_menu {
	padding-top: 30px;
	text-align: center;
	font-size: 9px;
	color: #616E77;
}

.bottom_menu a, .bottom_menu a:active, .bottom_menu a:focus, .bottom_menu a:visited {
	text-align: center;
	font-size: 10px;
	color: #616E77;
	text-decoration: none;
}

.bottom_menu a:hover {
	color: #FFC617;
	text-decoration: underline;
}

.bottom_disclaimer {
	width: 850px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 9px;
	color: #616E77;
}

.bottom_copyright {
	text-align: center;	
}
/* dol END */

/* home BEGIN */

.papuga_and_tekst {
	width: 690px;
	height: 100px;
	background-image: url('images/menu/back_papuga.jpg');
	background-position: 17px 10px;
	background-repeat: no-repeat;
}

.flash_papuga {
	float: left;
	width: 229px;
	height: 221px;
}

.papuga_tekst {
	float: left;
	width: 451px;
	padding-top: 110px;
	padding-left: 10px;
	font-size: 11px;
	background: none;
}

.podpis_zelazny {
	clear: left;
	padding-left: 330px;
	padding-bottom: 30px;
}

.center_dott_one_horizont {
	position: absolute;
	left: 316px;
	top: 330px;
}

.center_dott_horizont {
	text-align: right;
}

.center_zobacz_wiecej {
	width: 70px;
	height: 10px;
	text-align: right;
	background-image: url('images/menu/center_zobacz_wiecej_on.gif');
	background-position: 430px 5px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 430px;
}

.center_panel {
	clear: left;
	width: 700px;
}

.center_panel_flash {
	float: left;
	width: 152px;
}

.center_panel_text {
	float: left;
	padding-left: 15px;
	padding-right: 10px;
	width: 523px;
}

/* home END */

/* uslugi BEGIN */

.uslugi_center_top {
	width: 685px;
	height: 60px;
	padding-left: 15px;	
	background-image: url('images/drukcyfrowy/dc_line.gif');
	background-position: 15px 40px;
	background-repeat: no-repeat;
}

.uslugi_tytul {
	float: left;
	width: 173px;
	text-align: left;
}

.uslugi_inne {
	float: left;
	width: 350px;
	text-align: right;
	padding-top: 25px;
        font-size: 10px;
}

.uslugi_inne a, .uslugi_inne a:active, .uslugi_inne a:focus, .uslugi_inne a:visited {
	color: #FFFFFF;
}

.uslugi_inne a:hover {
	color: #FFC000;
}

.uslugi_zamow_sprawdz {
	float: left;
	width: 142px;
	padding-top: 20px;
	padding-left: 20px;
}

.uslugi_zamow {
	width: 118px;
	height: 27px;
	background-image: url('images/drukcyfrowy/button_zam_on.gif');
	background-repeat: no-repeat;
	padding-bottom: 2px;
}

.uslugi_sprawdz {
	width: 118px;
	height: 26px;
	background-image: url('images/drukcyfrowy/button_spr_on.gif');
	background-repeat: no-repeat;
        padding-bottom: 2px;
}

.uslugi_info {
        width: 62px;
        height: 23px;
	background-image: url('images/drukcyfrowy/button_info_on.gif');
	background-repeat: no-repeat;
        background-position: 5px 0px;
        padding-left: 5px;
}

.uslugi_center {
	clear: left;
	width: 695px;
	height: 100px;
	padding-left: 5px;
	background-image: url('images/drukcyfrowy/mach_b.jpg');
	background-position: 179px 17px;
	background-repeat: no-repeat;
}

.uslugi_maszyna_laser {
	float: left;
	width: 174px;	
}

.uslugi_text_laser {
	float: left;
	padding-top: 23px;	
}

.uslugi_laser_header {
	width: 490px;
	font-size: 12px;
	font-weight: bold;	
}

.uslugi_laser_line {
	float: left;
	width: 5px;
	height: 60px;
	background-image: url('images/drukcyfrowy/dc_line2.gif');
	background-position: center;
	background-repeat: no-repeat;	
	padding-top: 47px;
}

.uslugi_laser_opis {
	float: left;
	width: 480px;	
	padding-top: 30px;
	padding-left: 5px;
}

.uslugi_center_skan {
	clear: left;
	width: 695px;
	height: 100px;
	padding-left: 5px;
	background-image: url('images/drukcyfrowy/mach_b.jpg');
	background-position: 179px 20px;
	background-repeat: no-repeat;
}

.uslugi_maszyna_skan {
	float: left;
	width: 204px;	
}

.uslugi_text_skan {
	float: left;
	padding-top: 30px;	
}

.uslugi_skan_header {
	width: 460px;
	font-size: 12px;
	font-weight: bold;	
}

.uslugi_skan_line {
	float: left;
	width: 5px;
	height: 60px;
	background-image: url('images/drukcyfrowy/dc_line2.gif');
	background-position: center;
	background-repeat: no-repeat;	
	padding-top: 47px;
}

.uslugi_skan_opis {
	float: left;
	width: 460px;	
	padding-top: 30px;
	padding-left: 5px;
}

.uslugi_polecamy {
	clear: left;
	padding-top: 30px;
	padding-left: 80px;	
}

.uslugi_reklama {
	padding-left: 50px;
}

.uslugi_tytul_powiekszanie {
	float: left;
	width: 173px;
	text-align: left;
	padding-top: 2px;
}

.uslugi_center_powiekszanie {
	clear: left;
	width: 695px;
	height: 100px;
	padding-left: 5px;
	background-image: url('images/powiekszenia/dig_b.gif');
	background-position: 208px 12px;
	background-repeat: no-repeat;
}

.uslugi_text_powiekszanie {
	float: left;
	padding-top: 30px;	
}

.uslugi_powiekszanie_header {
	width: 460px;
	font-size: 12px;
	font-weight: bold;	
}

.uslugi_center_proof {
	clear: left;
	width: 695px;
	height: 100px;
	padding-left: 5px;
	background-image: url('images/proof/ploter_b.jpg');
	background-position: 220px 12px;
	background-repeat: no-repeat;
}

.uslugi_tytul_proof {
	float: left;
	width: 173px;
	text-align: left;
	padding-top: 0px;
}

.uslugi_text_proof {
	float: left;
	padding-top: 20px;	
}

.uslugi_proof_header {
	width: 440px;
	font-size: 12px;
	font-weight: bold;	
}

.uslugi_proof_opis {
	float: left;
	width: 460px;	
	padding-top: 30px;
	padding-left: 5px;
}

/* uslugi END */

/* referencje BEGIN */

.ref_logo_and_text {
	float: left;
	width: 385px;
	padding-left: 15px;
}

.ref_logo {
	margin-left: -7px;
	margin-bottom: 8px;
}

.ref_header {
	font-size: 14px;	
	font-weight: bold;
}

.ref_header a, .ref_header a:active, .ref_header a:focus, .ref_header a:visited, .ref_header a:hover {
	font-size: 10px;	
	color: #FFB500;	
}

.ref_line {
	width: 350px;
	height: 5px;
	background-image: url('images/ref/galeria_line.gif');
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

.ref_opis {
	padding-top: 10px;
	padding-bottom: 15px;
}

.ref_opis a, .ref_opis a:active, .ref_opis a:focus, .ref_opis a:visited, .ref_opis a:hover {
	color: #FFB500;	
}

.ref_kliknij {
	padding-top: 15px;
	padding-bottom: 30px;
	margin: 0;	
}

.ref_pic_big {
	float: left;
	width: 295px;
	padding-top: 40px;
	padding-left: 5px;
}

.ref_gal {
	clear: left;	
	padding-left: 40px;
}

.ref_gal_pos {
	float: left;
	width: 120px;
	height: 120px;
	margin: 0;
}

.ref_gal_pos2 {
	float: left;
	width: 660px;
	height: 300px;
	margin: 0;
}

.ref_gal_pos img {
	border: 1px solid #000000;
	margin: 0;
	padding: 0;
}

/* referencje END */

/* realizacje BEGIN */

.center_alt {
	float: left;
	width: 660px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

.realizacje_block {
	padding-top: 10px;
	padding-bottom: 0px
}

.realizacje_logo {
	padding-bottom: 20px
}

.realizacje_left_pic {
	float: left;
	width: 140px;
	text-align: left;
}

.realizacje_right_text {
	float: left;
	width: 520px;
}

.realizacje_txt_header {
	font-size: 11px;
	font-weight: bold;
	color: #FFC617;
	padding-bottom: 15px;
}

.realizacje_txt_content {
	font-size: 11px;
}

.realizacje_line {
	padding-top: 10px;
        padding-bottom: 10px;
	padding-left: 130px;
}

.realizacje_miniatura {
        border: 1px solid #000000;
}

/* realizacje END */

/* wspolpracuja BEGIN */

.wspolpracuja_logo {
	padding-bottom: 5px;
}

.wspolpracuja_txt_header {
	font-size: 12px;
	font-weight: bold;
	color: #FFC617;
	padding-top: 15px;
}

.wspolpracuja_txt_content {
	font-size: 10px;
}

.wspolpracuja_line {
	padding-top: 15px;	
}

/* wspolpracuja END */

/* kontakt BEGIN */

.kontakt_logo {
	padding-bottom: 10px;
}

.kontakt_block {
	padding-top: 0px;
}

.kontakt_txt_header {
	padding-top: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #FFC617;
}

.kontakt_txt_content {
	font-size: 11px;	
}

/* kontakt END */

/* cennik  BEGIN */

.cennik_subheader {
/*   width: 100%;*/
   background-color: #929395;
   padding-left: 10px;
   padding-top: 5px;
   padding-bottom: 5px;
   margin-left: 20px;
   font-size: 12px;
   font-weight: bold;
}

.cennik_skan_table {
   margin-bottom: 20px;
   margin-left: 20px;
}

.cennik_skan_table th {
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 5px;
   padding-bottom: 5px;
   border-top: 1px solid #ffffff;
   border-bottom: 1px solid #ffffff;
   text-align: center;
   background-color: #a0a1a4;
}

.cennik_skan_table td {
   border-top: 1px solid #ffffff;
   border-bottom: 1px solid #ffffff;
   text-align: center;
   padding-left: 15px;
   padding-right: 15px;
}

.cennik_skan_table th.cennik_subheader {
   text-align: left;
   background-color: #929395;
   padding-left: 20px;
   margin-bottom: 10px;
   font-size: 12px;
   border-top: 0;
}

.cennik_skan_table th.cennik_table_head {
   text-align: left;
   background-color: #929395;
   margin-left: 20px;
   font-size: 12px;
   font-style: italic;
}

.cennik_skan_table_beben_montaz {
   margin-top: 10px;
   margin-bottom: 20px;
}

.cennik_skan_table_beben_montaz td {
   border-top: 1px solid #ffffff;
   border-bottom: 1px solid #ffffff;
   text-align: center;
   padding-left: 15px;
   padding-right: 15px;
}

.cennik_skan_table_beben_montaz th {
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 5px;
   padding-bottom: 5px;
   border-top: 1px solid #ffffff;
   border-bottom: 1px solid #ffffff;
   text-align: center;
   background-color: #a0a1a4;
}


/* cennik END */

/* zamowienia krok 1 BEGIN */

.content_choice {
   display: none;
}

.ccd_content {
   display: none;
}

.beben_content {
   display: none;
}

.skan_param {
   display: none;
}

/* zamowienia krok 1 END */

/* rejestracja BEGIN */

.reg_text0 {
	float: left;
	width: 150px;
	height: 12px;
	padding-left: 15px;
}

.reg_text1 {
	float: left;
	padding-top: 10px;
	width: 150px;
	height: 18px;
	padding-left: 15px;
}

.reg_text2 {
	float: left;
	width: 300px;
	height: 28px;
	padding-left: 15px;
}

.reg_text3 {
	float: left;
	color: #FF9966;
	width: 150px;
	height: 28px;
	padding-left: 15px;
}

.reg_space
	{width: 15px;}
	
.reg_line {
	width: 680px;
	height: 5px;
	background-image: url('images/menu/center_dott_horizont.gif');
	background-repeat: no-repeat;
}

.reg_header {
	width: 680px;
	line-height: 30px;
	font-size: 14px;	
	font-weight: bold;
}

.reg_header2 {
	width: 680px;
	line-height: 15px;
	font-size: 14px;	
	font-weight: bold;
}
.reg_txt {
	width: 680px;
	font-size: 12px;	
}

.reg_center {
	float: left;
	width: 690px;
	padding-top: 0px;
	padding-left: 10px;
	margin-right: 0px;
	text-align: left;
}

/* rejestracja END */

/* zamowienia ogolnie BEGIN */

.ord_cofnij {
        width: 67px;
        height: 27px;
      	background-image: url('images/buttony/button_cof_on.gif');
	background-repeat: no-repeat;
}

.ord_dalej {
        width: 66px;
        height: 32px;
      	background-image: url('images/buttony/button_dal_on.gif');
	background-repeat: no-repeat;
}

/* zamowienia ogolnie END */

/* zamowienia krok 1 BEGIN */

.ord1_dodaj_do {
        width: 136px;
        height: 23px;
      	background-image: url('images/buttony/button_dodajdo_on.gif');
	background-repeat: no-repeat;
        margin-left: 535px;
        margin-bottom: 10px;
}

.ord1_aktualizuj {
        float: left;
        width: 77px;
        height: 23px;
      	background-image: url('images/buttony/button_aktual_on.gif');
	background-repeat: no-repeat;
}

.ord1_realizuj {
	width: 153px;	
	height: 29px;
	background-image: url('images/ordering/button_realizacja_on.gif');
	background-repeat: no-repeat;
	margin-left: 270px;
	margin-top: 15px;
	text-align: center;
}

/* zamowienia krok 1 END */

/* zamowienia krok 2 BEGIN */

.ord2_filelist {
       width: 500px;
       margin-left: auto;
       margin-right: auto;
}

.ord2_filelist td {
       border-top: 1px solid #ffc000;
       border-bottom: 1px solid #ffc000;
       padding-left: 10px;
       padding-right: 10px;
       padding-top: 3px;
       padding-bottom: 3px;
}

.ord2_filelist th {
       border-top: 1px solid #ffc000;
       border-bottom: 1px solid #ffc000;
       color: #ffc000;
       font-weight: bold;
       padding-left: 10px;
       padding-right: 10px;
       padding-top: 3px;
       padding-bottom: 3px;
}

.ord2_aktu_opisy {
        width: 77px;
        height: 23px;
      	background-image: url('images/buttony/button_aktalizuj_opis_on.gif');
	background-repeat: no-repeat;
        margin-left: auto;
	margin-right: auto;
}

/* zamowienia krok 2 BEGIN */

/* Zamówienia krok 3 BEGIN */

.ord3_text0 {
	font-size: 11px;	
	float: left;
	width: 670px;
	height: 20px;
	padding-left: 5px;
}
.ord3_text_tab {
	font-size: 11px;	
	float: left;
	width: 670px;
	padding-left: 5px;
}

.ord3_textt {
	font-size: 14px;	
	float: left;
	width: 670px;
	height: 25px;
	padding-left: 5px;
}

.ord3_text1 {
	font-size: 11px;	
	float: left;
	width: 150px;
	height: 20px;
	padding-left: 15px;
}

.ord3_text2 {
	font-size: 10px;	
	float: left;
	width: 505px;
	height: 20px;
	padding-left: 15px;
}

.ord3_text00 {
	font-size: 11px;	
	float: left;
	width: 30px;
	height: 20px;
	padding-left: 0px;
}
.ord3_text000 {
	font-size: 11px;	
	float: left;
	width: 20px;
	height: 20px;
	padding-left: 0px;
}
.ord3_text01 {
	font-size: 11px;	
	float: left;
	width: 100px;
	height: 20px;
	padding-left: 15px;
}
.ord3_text02 {
	font-size: 10px;	
	float: left;
	width: 68px;
	height: 20px;
}
.ord3_text03 {
	font-size: 10px;	
	float: left;
	width: 100px;
	height: 20px;
}


.ord3_header {
	width: 250px;
	line-height: 30px;
	font-size: 14px;	
	font-weight: bold;
	padding-left: 15px;
}

.ord3_tab {
	font-size: 10px;
}

.ord3_tab2 {
	font-size: 11px;
}

/* zamowienia krok 3 END */

.acc_header {
	width: 390px;
	padding-left: 200px;
	line-height: 30px;
	font-size: 14px;	
	font-weight: bold;
}

.acc_space {
	width: 680px;
	height: 12px;
}
.acc_space1 {
	width: 680px;
	height: 17px;
}

.acc_text1 {
	font-size: 11px;
	float: left;
	width: 140px;
	height: 24px;
	padding-left: 15px;
}

.acc_text2 {
	font-size: 12px;
	float: left;
	width: 270px;
	height: 24px;
	padding-left: 15px;
}

.acc_text3 {
	float: left;
	color: #FF9966;
	width: 190px;
	height: 24px;
	padding-left: 15px;
}


.acc_text4 {
	font-size: 11px;
	float: left;
	width: 140px;
	height: 34px;
	padding-left: 15px;
}

.acc_text5 {
	font-size: 11px;
	float: left;
	width: 270px;
	height: 34px;
	padding-left: 15px;
}

.acc_text6 {
	float: left;
	color: #FF9966;
	width: 190px;
	height: 34px;
	padding-left: 15px;
}
.real_space {
	width: 670px;
	height: 21px;
}

.real_space0 {
	width: 670px;
	height: 13px;
}
.real_space4 {
	height: 10px;
	margin-top: 2px;
	margin-BOTTOM: 0px;
}

.real_space2 {
	width: 608px;
}

.real_center {
	float: left;
	width: 682px;
	padding-top: 0px;
	padding-left: 18px;
	margin-right: 0px;
	text-align: left;
}

.realizacje_left_pic {
	float: left;
	padding-left: 4px;
	width: 140px;
	height: 109px;
}

.realizacje_right_txt {
	float: left;
	width: 510px;
	height: 109px;
}
.realizacje_txt_header {
	text-align: left;
	height: 35px;
	padding-top: 3px;
	margin-top: 0px;
	color:#FAAF08;
	font-size: 11px;
	font-weight: bold;
}

.realizacje_txt_content {
	font-size: 11px;
	text-align: left;
	margin-top: 0px;
	height: 71px;
}

.acc1_text1 {
	font-size: 11px;
	float: left;
	width: 200px;
	height: 18px;
	padding-left: 11px;
}

.acc1_text2 {
	font-size: 11px;
	float: left;
	width: 240px;
	height: 18px;
	padding-left: 12px;
}

.acc1_text3 {
	float: left;
	font-size: 11px;
	width: 200px;
	height: 18px;
	padding-left: 12px;
}
.acc1_text4 {
	float: left;
	font-size: 11px;
	width: 682px;
	height: 18px;
	padding-left: 12px;
}
.acc1_text5 {
	float: left;
	font-size: 11px;
	width: 520px;
	height: 18px;
	padding-left: 12px;
}
.acc1_header {
	width: 680px;
	padding-left: 10px;
	height: 20px;
	font-size: 14px;	
	font-weight: bold;
}
.acc1_space {
	width: 680px;
	height: 22px;
}
.szukaj	{
   font-family: Arial, Helvetica;
   font-size: 10px;
   color: #FFFFFF;
   }
.szukaj2	{
   font-family: Arial, Helvetica;
   font-size: 10px;
   color:#FAAF08;
   }

