/* CSS Document */

body  {
	margin:0;
	font-size:16px;
	font-family:Verdana, Helvetica, Arial;
	background:#b6b6b6 url(images/obrazki/tlo.gif) repeat-x;
}


/* GŁÓWNE KLASY */
.no_border  {
	border:0;
}

.black_border  {
	border:1px solid #000;
}

.clear  {
	clear:both;
}

/* lewy margines ustawiony na 15 pikseli */
.margin_left_15  {
	margin-left:15px;
}

/* lewy margines ustawiony na 20 pikseli */
.margin_left_20  {
	margin-left:20px;
}

/* wyrównanie do środka */
.align_c  {
	text-align:center;
}

/* wyrównanie do góry w pionie */
.valign_top  {
	vertical-align:top;
}

/* wyrównanie do środka w pionie */
.valign_middle  {	
	vertical-align:middle;
}

/* wyrównanie do dołu w pionie */
.valign_bottom  {	
	vertical-align:bottom;
}

/* tekst pogrubiony */
.bold  {
	font-weight: bold;
}

/* wielkość czcionki ustawiona na 85% czcionki nominalnej */
.font_085  {
	font-size: 0.85em;
}

/* wielkość czcionki ustawiona na 90% czcionki nominalnej */
.font_09  {
	font-size: 0.9em;
}

/* tekst na bordo */
.bordo  {
	color: #b51032;
}

/* tekst na czerwono */
.red  {
	color: #f00;
}

/* tekst na zielono */
.green  {
	color: green;
}

/* tekst na niebiesko */
.blue  {
	color: #00f;
}

/* tekst na czarno */
.black  {
	color: #000;
}

/* tekst na szaro */
.grey  {
	color:#666;
}




/* ------------------------------------------------------------------------------------------------------------------------- */
/* SZKIELET STRONY */
#wrap  {
	width:804px;
	overflow:hidden;
	margin:0 auto;
	padding:0;
}

#top  {
	width:804px;
	height:284px;
	overflow:hidden;
}

#logo_wrap  {
	float:left;
	width:196px;
	height:251px;
}

#logo  {
	width:196px;
	height:251px;
	background:url(images1/layout2_01.jpg) no-repeat;	
}

#right_wrap  {
	float:right;
	width:608px;
	height:251px;
}

/* pasek wyszukiwania */
#search_strip  {
	width:608px;
	height:22px;
	background:url(images1/layout2_02.jpg) no-repeat;	
	text-align:right;
	font-size:0.7em;
}

/* znacznik form do wyszukiwania */
#search_field  {
	display:inline;
	margin-right:15px;
}

#search_field input  {
	font-size: 0.8em;
}

/* kontenery z linkiem do strony głównej "Mechanika precyzyjna Kacprzyńscy" */
#mech_prec_row  {
	float:left;
	width:608px;
	height:67px;
}

#mech_prec  {
	float:left;
	width:289px;
	height:67px;
}

img#mech_prec_img  {
	width:319px;
	height:67px;
}

/* kontener m.in. z tytułem STREFA SERWISU */
#service_zone_title  {
	float:right;
}

img#service_zone_img  {
	width:289px;
	height:67px;
}

#service_zone_row  {
	width:608px;
	height:113px;
}

/* kontener m.in. z napisem "KACPRZYŃSCY" */
#kacprzynscy  {
	float:left;
	background:url(images1/layout2_05.jpg) no-repeat;
	width:319px;
	height:113px;
}

/* logowanie do strefy serwisu */
#div_zone_log  {
	float:right;
	width:289px;
	height:113px;
	background:url(images1/layout2_06.jpg) no-repeat;	
	margin:0;
	padding:0;
}

#form_log  {
	margin:0;
	padding:0;
}

#div_zone_log form  {
	margin: 0;
	padding: 0;
}

#div_zone_log input  {	
	font-size:0.9em;
}

/* formularz logowania do strefy serwisu */
table#zone_log  {
	padding-top:10px;
	margin-left:135px;
	font-size:0.7em;
	font-weight:bold;
	border:none;
}

td#password_input  {
	padding-right: 40px;
	_padding-right:0;
}

input[type="text"]  {
	width:85px;
}

input[type="password"]  {
	width:85px;
}

/* menu użytkownika po zalogowaniu do strefy serwisu */
.user  {
	font-size:0.9em;
	padding:10px;
	padding-left:15px;
	padding-top:0;
}

td.user_menu  {
	padding-left:15px;
	padding-top:10px;
	font-size:0.9em;
	text-align:right;
	padding-right:10px;
}

td.user_menu2  {
	padding-left:15px;
	padding-bottom:15px;
	font-size:0.9em;
	text-align:right;
	padding-right:10px;
}

/* przycisk OK do logowania */
td.ok  {
	padding-right:40px;
	_padding-right:0;
}

/* główna zawartość serwisu */
#content  {
	clear:both;
	width:804px;
	height:auto;
}

/* lewa kolumna */
#left_column  {
	float:left;
	width:196px;
	height:auto;
	background: url(images1/layout2_24.gif) repeat-y;
}

/* prawa kolumna */
#right_column  {
	float:right;
	width:608px; 
	height:auto;
	background:url(images1/layout2_16.jpg) repeat-y;
}

/* stopka */
#footer  {
	clear:both;
	width:790px; 
	height:33px;
	background:url(images1/layout2_25.gif) no-repeat;	
	font-size:0.67em;
	color:#fff;
	text-align:right;
	padding-right:25px;
	padding-top:6px;
}

/* link w stopce */
#footer a  {
	text-decoration:none;
	color:#fff;
}

#footer a:hover  {
	text-decoration:none;
	color:#000;
}

/* licznik odwiedzin */
#counter  {
	float:left;
	text-align:left;
	margin-left:15px;
}


/* ------------------------------------------------------------------------------------------------------------------------- */
/* MENU POZIOME W TOPIE STRONY */
#menu_row  {
	height:49px;
	overflow:visible;
	_overflow:hidden; /* IE6 hack */
}

#menu_row div  {
	float:left;	
	padding-top: 15px;	
}

#premenu  {
	background: url(images1/layout2_07.jpg) no-repeat;
	width:123px;
	height:49px;
}

#home  {
	background: url(images1/layout2_08.jpg) no-repeat;
	width:103px;
    height:49px;
	text-align:center;
	font-size: 88%;
	font-weight: bold;
}

#ofirmie  {
	background: url(images1/layout2_09.jpg) no-repeat;
	width:93px; 
	height:49px;
	text-align:center;
	font-size: 88%;
	font-weight: bold;
}

#uslugi  {
	background: url(images1/layout2_10.jpg) no-repeat;
	width:92px;
	height:49px;
	text-align:center;
	font-size: 88%;
	font-weight: bold;
}

#oferta  {
	background: url(images1/layout2_11.jpg) no-repeat;
	width:101px; 
	height:49px;
	text-align:center;
	font-size: 88%;
	font-weight: bold;
}

#kontakt  {
	background:url(images1/layout2_12.jpg) no-repeat; 
	width:96px; 
	height:49px;
	text-align:center;
	font-size:0.88em;
	font-weight:bold;
}


/* ------------------------------------------------------------------------------------------------------------------------- */
/* MENU GŁÓWNE (po lewej) */
#left_menu_text  {
	float:left;
	width:196px; 
	height:33px;
	background:url(images1/layout2_13.jpg) no-repeat; 
	color:#fff;
	text-align:center;
	font-size:0.9em;
	font-weight:bold;
	padding-top:8px;	
}

#left_menu_first_row  {
	float:left;
}

#left_menu_title  {
	float:left;
}

/* obsługa stron językowych i aktualna data */
#date_row  {
	float:right;
	width:608px;
	height:33px;
	background:url(images1/layout2_14.gif) no-repeat;	
	font-size:0.72em;
	font-weight:bold;	
}

/* obsługa stron językowych */
#flags  {
	float:left;
	padding:5px;
}

/* formatowanie aktualnej daty */
#date  {
	float:right;
	padding:15px 15px 0 0;
}

/* tabela z pionowym menu */
#menu_nav  {
	width:196px;
	margin:0;
	padding:0;
}

/* określenie wielkości pozycji w menu */
#menu_nav li.menu_button  {
	width:196px;
}

.menu_button  {
	width:196px;
	height:31px;
	background:url(images1/layout2_15.gif) no-repeat;
	font-weight:bold;
	font-size:0.7em;
	padding-left:30px;
}

/* podmenu */
.submenu  {
	width:192px;	
	font-size:0.7em;
	border-right:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid black;	
	background-color:#f1f1f1;
	margin:2px;
}

/* przycisk w podmenu */
.submenu_button  {
	padding-left:27px;
	color:#000;
}

/* aktywny przycisk w podmenu */
.submenu_button_active  {
	background:#dcdcdc;
	border:1px solid black;
	color:#000;
}

/* Możliwość płatności kartami kredytowymi */
#credit_cards  {
	font-size:0.7em;
	font-family:Verdana,Arial;
}

/* firmy współpracujące z Mechanika precyzyjna Kacprzyński */
.ponizej-menu  {
	background: url(images1/layout2_24.gif) repeat-y;
	width:196px;
	padding-bottom:10px;
	padding-left:10px;
}


/* ------------------------------------------------------------------------------------------------------------------------- */
/* FORMATOWANIE PODSTRON SERWISU KACPRZYNSKI.PL */

/* STRONA GŁÓWNA */
#content_home_text  {
	padding:35px 40px 35px 40px;
	vertical-align:top;
	font-size:0.8em;
	text-align:justify;
}

/* tytuł */
#home_title  {
	border-top:1px solid black; 
	border-bottom:1px solid black; 
	font-weight:bold;
	font-size:1.1em;
	padding:5px;
}

/* AKTUALNOŚCI */
.news_date  {
	background:url(images/obrazki/pasek-daty-news.gif) no-repeat;
	color:#fff;
	font-weight:bold;
	padding-left:10px;
	border-bottom:1px solid #b51032;
}

.news_title  {
	font-size:1.1em;
	padding:10px 0;
}

/* CERTYFIKATY */
table.gallery  {
	width:98%;
}

.section_descr  {
	text-align:justify;
	padding-left:15px;
	padding-bottom:15px;	
	padding-right:15px;
	font-size:0.85em;
}

/* SERWISY */
.section_title  {
	font-weight:bold;
	font-size:1.1em;
	text-decoration:underline;
}

.wizytowka  {
	margin:10px;
	margin-top:18px;
	padding-bottom:10px;
	border-bottom:1px solid #333;
}

/* USŁUGI i OFERTA */
.title  {
	display:inline;
	font-size:1.3em;
	font-weight:bold;
}

.uslugi  {
	width:95%;
	padding-left:30px;
	border-bottom:1px dashed #CC0000;
	text-align:justify;
}

#uslugi_descr  {
	width:505px;
	text-align:justify;
	border-bottom:1px dashed #CC0000;
	padding-bottom:20px;	
}

#experience  {
	color:#b51032;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
	letter-spacing:0.1em;	
}

.odstep  {
	margin-left:30px;
}

/* aktualizacja wyszukiwarki */
#update  {
	color:#b51032;
	font-weight:bold;
	font-size:0.9em;
	padding-top:30px;
}


/* ------------------------------------------------------------------------------------------------------------------------- */
/* formatowanie linków na podstronach serwisu kacprzynski.pl */
a.log  {
	text-decoration:underline;
	color:#333;
	font-weight:bold;
}

a.log:hover  {
	text-decoration:none;
	color:#333;
	font-weight:bold;
}

a.menu-lewe  {
	text-decoration:none;
}

a.menu-lewe:hover  {
	text-decoration:none;
	color:#f00;
}

a.menu-top  {
	text-decoration:none;
}

a.menu-top:hover  {
	text-decoration:none;
	color:#f00;
}

a.link-mail  {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

a.link-mail:hover  {
	color:#f00;
	font-weight:bold;
	text-decoration:none;
}

a.galeria  {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

a.galeria:hover  {
	text-decoration:underline;
	color:#f00;
	font-weight:bold;
}

a.tachoport  {
	color:#b51032;
	font-weight:bold;
	text-decoration:none;
}

a.tachoport:hover  {
	color:#b51032;
	font-weight:bold;
	text-decoration:underline;
}


/* ------------------------------------------------------------------------------------------------------------------------- */
/* STREFA SERWISU */
a.action  {
	text-decoration:none;
	color:#666;
	font-weight:bold;
}

a.action:hover  {
	text-decoration:none;
	color:#f00;
	font-weight:bold;
}

a.showhide  {
	text-decoration: underline;
	font-weight: bold;
	color: #b51032;
}

a.showhide:hover  {
	text-decoration: none;
	font-weight: bold;
	color: #b51032;
}

form p  {
	clear:left;
	margin:0;
	padding:0;
	padding-top:5px;
}

form p label  {
	float:left;
	width:30%;
	font:bold 0.9em Verdana, Arial, Helvetica;
}

input.size  {
	width:140px;
}

h4  {
	font-size:1.2em;
}

/* kontener z błędami */
.error_box_title  {
	padding:5px;
	color:#c6112d;
	font-weight:bold;
	font-size:0.9em;
}	

.error_box  {
	width:300px;
	background-color:#eee;
	border:1px solid #555657;
	padding:10px;
	margin-top:5px;
	margin-bottom:5px;
	color:#c6112d;
	font-size:0.85em;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

.warning_box  {
	width:450px;
	background:#eee;
	margin:10px;
	padding:5px;
	border: 1px solid #c6112d;
	color:#c6112d;
	font-size:0.85em;
}

.delete_success  {
	width:300px;
	margin:10px 0 0 0;
	padding:7px;
	border:1px solid #c6112d;
	color:#c6112d;
	font-size:0.85em;
	font-weight:bold;
}


/* PANEL ZARZĄDZANIA KLIENTAMI */
#naglowek  {
	width:950px;
	height:140px;
}

#naglowek .title  {
	width:100%;
	font: 140% Georgia, Verdana, Arial, serif;
	font-weight:bold;
	color: #555657;
	background-color: transparent;	
	margin-top: 10px;
	text-align:center;
}

#naglowek .admin  {
	font-size: 0.85em;
	background-color: transparent;
	margin-right: 2em;
	margin-top: 1.5em;
}

.table_users  {
	border:1px solid #c6112d;
	font-size:0.85em;
	margin: 0;
}

.table_users td  {
	padding: 3px;
}

.table_users .naglowek td {
	font-weight: bold;
	text-align:center;
	border: 1px dotted #555657;
	color: #fff;
	background: #c6112d;
}

.panel_menu  {
	width:92%;
	border-top:1px dashed #333;
	padding-top:20px;
	margin-left:20px;
	font-size:0.8em;
}

a.powrot  {
	font-weight:bold;
	font-size:0.75em;
	text-decoration:none;
	color:#000;
}

a.powrot:hover  {
	font-weight:bold;
	font-size:0.75em;
	text-decoration:underline;
	color:#333;
}

/* potwierdzenie mailem */
a.mail_confirmation  {
	text-decoration: underline;
	color: #b51032;
	font-weight: bold;
}

a.mail_confirmation:hover {
	text-decoration: none;
	color: #b51032;
	font-weight: bold;
}

.info  {
	font-size: 0.95em;
	margin: 5px 5px 25px 5px;
}

/* ramka z nazwą dokumentu (przy edycji klienta) */
.document_box  {
	border: 1px dotted #b31052;
	margin: 5px 0 10px 0;
	padding: 5px;
}


/* STREFA SERWISU - konto klienta */
a.doc  {
	text-decoration:underline;
	font-weight:bold;
	color:#b51032;
}

a.doc:hover  {
	text-decoration:none;
	font-weight:bold;
	color:#333;
}