/* misza@best.net.pl */

/* BODY  ///////////////////////////////////////////////////////////////////////////////////  */
body { 
	color: #1f1f1f; 
	font-family: Verdana,Tahoma,Arial,Helvetica;
	margin: 0; 
	padding: 0; 
	font-size: 10px; 
	background: #cdd2d5 url('../gfx/bg.gif') 0 0 repeat-x;
} 

/* P, H1,H2,...  ///////////////////////////////////////////////////////////////////////////////////  */
p { 
	margin: 0;
	padding:  5px 0 10px 0;
	color: #1f1f1f; 
	font-size: 11px;
	line-height: 16px;
}
h1 { 	
	color: #0099df; 
	font-size: 13px; 
	line-height: 18px;	
	margin: 0;
	padding:  5px 0 5px 0; 
}
h2 { 	
	color: #01577f; 
	font-size: 12px; 
	line-height: 16px;	
	margin: 0;
	padding:  5px 0 7px 0; 
}
h3 { 	
	color: #040405; 
	font-size: 11px;	
	line-height: 16px;	
	font-weight: normal;
	margin: 0;
	padding:  5px 0 5px 0; 
}
h4 { 	
	color: #b81913; 
	font-size: 11px;	
	line-height: 16px;	
	font-weight: normal;
	margin: 0;
	padding:  5px 0 5px 0; 
}
a {
	color:	#3a5a90; /*758fbb*/
	text-decoration:	none;
}
a:hover {
	color:	#000; 
	text-decoration: underline;
}
.clearing {
	clear: both;
	line-height: 0.1%;
	font-size: 0.1%;
	height: 0.1%;
}
/*
a:visited {
	color: #696969;
}
*/
/* LISTS  ///////////////////////////////////////////////////////////////////////////////////  */
ul {
	margin:	7px 0px 10px 20px;
	padding: 0px;
	line-height: 15px;
}
li {
	margin: 0;
	font-size: 11px;
	padding: 3px 0px 3px 28px;
	list-style-type: none;
	background: url('../gfx/li.gif') 2px 8px no-repeat;		
}

/* FORMS  /////////////////////////////////////////////////////////////////////////////////// */
form,input,textarea,select {
	font-size:		11px;
	margin:			0;
	padding:		0;
	font-family: Tahoma,Arial,Helvetica,Verdana;
	color: #000;
	text-align: left;
	vertical-align: middle;
	line-height: 15px;
}
textarea {
	border: 1px solid #5b81a1;
	font-size: 10px;
	padding: 3px 4px;
	margin: 0;
	width: 250px;
}

input.text {
	border: 1px solid #5b81a1;
	color: #000;
	font-size: 10px;
	padding: 0 4px;
	margin: 0;
	width: 250px;
	height: 15px;
}

input.button {
	border: none;
	background-color: #3671df;
	color: #FFF;
	font-size: 9px;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	margin: 0 3px;
	vertical-align: middle;
}
.long,
input.long {
	width: 250px;
}
.chbox {
	border: 1px solid #5b81a1;
	margin-left: 10px;
	margin-right: 5px;
}
/* TABLE ---------------------------------------------------------------------------------------------------------------- */
.info {
	margin: 5px auto 15px auto;
	border-collapse:collapse;
	font-size:10px;
	text-align: center;
}
.info td,
.info th {
	padding: 6px 6px 6px 0;
	border: 1px solid #9b9fa1;
}
.info th,
thead th {
	background-color: #007dc5;
	border: none;
	border-top: 2px solid #FFF;	
	text-align: center;
	font-weight: bold;
	color: #FFF;
	line-height: 16px;
	padding-left: 6px;	
}
td.first {
	padding: 0 6px 0 6px;
	color: #015d89;
	text-align: left;	
}

tr.line0 td {
	background-color: #c5d3ec;
	text-align: center;
}

.buttons {
	text-align: center;
	padding: 10px 0;
	border: none;
}


/* GENERAL  ///////////////////////////////////////////////////////////////////////////////////  */
table {

}
img {
	border: 0;
}
a img {
	border: 0;
}
.fl { 
	float: left;
	}
.fr { 
	float: right;
}
.l_img { 
	float: left;
	margin: 0 15px 10px 0;
	border: 0;
}
.r_img { 
	float: right;
	margin: 0 0 10px 15px;
	border: 0;
}
.c_img { 
	text-align: center;
	margin: 0 15px 10px 15px;
}
/* LAYOUT  /////////////////////////////////////////////////////////////////////////////////// */
#container {
	width: 860px;
/*	left: 50%; */
/*	margin-left: -435px; */
/*	position:absolute; */
	margin-left:auto;
	margin-right:auto;
}
#header {
	height: 131px;
}

/* BANER //////////////////////////////////////////////////// */
#baner_lewa{
    width:190px;
    height:131px;
    background:url('../gfx/logo.gif');
    float:left;
}

#baner_prawa{
	width:670px;
	height:77px;
	background:url('../gfx/baner.jpg');
	float:left;
}


/* MENU TOP ////////////////////////////////////// */
#menu_top{
    float:left;
    height:44px;
    width:670px;
    background-image: url('../gfx/lewa3.png'); 
    background-repeat:repeat-x;    
}

#menu_top ul{
    float:right;
    padding:0 0 0 0px;
    margin-left:10px;
    margin-right:12px;
    height:44px;
}

#menu_top li{
    font-family: Verdana,Tahoma,Arial,Helvetica;
    font-size: 11px; 
    list-style-type:none;
    float:left;
    margin-left:0px;
    padding-left:13px;
	padding-right:13px;
    height:44px;
	background-image: none;
}

#menu_top a {
    display:block;
    width: 64px;	
    height: 44px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#menu_top a:hover,
#menu_top a.selected {
    background-position: 0 -156px; 
}
/* MENU PL *******************************************/
#menu_top a#item_kontakt {
    background-image: url('../gfx/bn_3.gif');
    width:43px;
}

#menu_top a#item_certyfikaty {
    background-image: url('../gfx/bn_2.gif');
    width:64px;
}
#menu_top a#item_galeria {
    background-image: url('../gfx/bn_4.gif');
    width:49px;
}
#menu_top a#item_oferta {
    background-image: url('../gfx/bn_1.gif');
    width:40px;
}
#menu_top a#item_pliki {
    background-image: url('../gfx/bn_6.gif');
    width:82px;
}
#menu_top a#item_o_nas {
    background-image: url('../gfx/bn_5.gif');
    width:31px;
}
#menu_top a#item_strona_glowna {
    background-image: url('../gfx/home.gif');
    width:88px;
}
/* MENU EN *******************************************/
#menu_top a#item_contact {
    background-image: url('../gfx/en/contact.gif');
    width:45px;
}
#menu_top a#item_certificates {
    background-image: url('../gfx/en/certificates.gif');
    width:63px;
}
#menu_top a#item_gallery {
    background-image: url('../gfx/en/gallery.gif');
    width:74px;
}
#menu_top a#item_cad_drawings {
    background-image: url('../gfx/en/autocad.gif');
    width:84px;
}
#menu_top a#item_offer {
    background-image: url('../gfx/en/offer.gif');
    width:35px;
}
#menu_top a#item_about_us {
    background-image: url('../gfx/en/about_us.gif');
    width:50px;
}
#menu_top a#item_home_page {
    background-image: url('../gfx/en/home.gif');
    width:36px;
}

/* MENU RU *******************************************/
#menu_top a#item_45 {
    background-image: url('../gfx/ru/contact_us.gif');
    width:44px;
}
#menu_top a#item_44 {
    background-image: url('../gfx/ru/certificates.gif');
    width:75px;
}
#menu_top a#item_43 {
    background-image: url('../gfx/ru/gallery.gif');
    width:75px;
}
#menu_top a#item_50 {
    background-image: url('../gfx/ru/autocad.gif');
    width:47px;
}
#menu_top a#item_35 {
    background-image: url('../gfx/ru/offer.gif');
    width:76px;
}
#menu_top a#item_34 {
    background-image: url('../gfx/ru/about_us.gif');
    width:30px;
}
#menu_top a#item_strona_glowna_ru {
    background-image: url('../gfx/ru/home.gif');
    width:102px;
}


/* GORNE MENU - FLAGi ////////////////////////////// */
#menu_lewa{
    float:left;
    margin-top:10px;
}
#menu_lewa ul{
    float:left;
    padding:0 0 0 0px;
    margin-left:0px;
}
#menu_lewa li{
    font-family: Verdana,Tahoma,Arial,Helvetica;
    font-size: 11px; 
    list-style-type:none;
    float:left;
    margin-left:0px;
    padding-left:30px;
	background-image: none;
}
#menu_prawa{
    float:right;
    margin-right:20px;
    margin-top:20px;
}



/* ZAWARTOSC ////////////////////////////////////////////////// */
#zawartosc{
    width:860px;
}

/* STOPA ////////////////////////////////////////////////// */
#stopa{
    width:860px;
    height:25px;
    margin-top:10px;
	padding: 4px 0 0 0;
    background:#dee2de;
}
#stopa2{
    width:860px;
    height:25px;
	margin-top: 10px;
	padding: 4px 0 0 0;
    background:#dee2de;
    float:right;
}
#stopa_lewa{
    float:left;
    padding-left:18px;
}
#stopa_lewa span{
    color:#000000;
    padding-left:20px;
}
#stopa_prawa{
    float:right;
    padding-right:20px;
}
#menu_lista {
	width: 190px;
	float: left;
	margin: 0 0 10px 0;
}
#menu_lista ul { 
	margin: 0 0 0 0px;
	padding: 0;
	background:#ffffff;
	list-style-image: none;
}
#menu_lista ul li {
	list-style-type:none;
	background-image: none;
	border-bottom: 1px solid #e1e4e6;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}
* html #menu_lista ul li {
	height: 1px;
    vertical-align:bottom;
}
#menu_lista ul li a {
	background: url('../gfx/menu1.gif') 5px 5px no-repeat;
	display:block;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 5px 2px 31px;
	text-decoration:none;
	color:#1f1f1f;
}
#menu_lista ul li a.selected {
	background: #838383 url('../gfx/menu2.gif') 13px 8px no-repeat;
	color: #000;
}
#menu_lista ul li a:hover,
#menu_lista ul li a.selected {
	text-decoration: none;
	color: #1f1f1f;
	background: #fff url('../gfx/menu2.gif') 5px 5px no-repeat;
}
* html #menu_lista ul li a {
	height:1px;
}
#menu_lista ul ul {
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
}
#menu_lista ul ul li {
	list-style:none;
}
* html #menu_lista ul ul li {
	height:1px;
	vertical-align:bottom;
}
#menu_lista ul ul li a {
	background: #fff;
	display:block;
	font-size: 9px;
	font-weight:bold;
	padding: 1px 1px 2px 31px;
    text-decoration:none;
	color:#1f1f1f;

}
* html #menu_lista ul ul li a {
	height: 1px;
}
#menu_lista ul ul li a:hover,
#menu_lista ul ul li a.selected {
	background: #fff url('../gfx/m1_act.gif') 20px 7px no-repeat;
	color: #2b8cb6;
}
#menu_lista ul ul ul { 
	margin:	0;
	padding: 0;
}
#menu_lista ul ul ul li {
	list-style:none;
}
* html #menu_lista ul ul ul li {
	height:1px;
	vertical-align:bottom;
}
#menu_lista ul ul ul li a {
	background: #cdd2d4 url('../gfx/m3.gif') 35px 8px no-repeat;
    display:block;
	font-size: 9px;
	font-weight: normal;
	line-height: 10px;
    padding: 1px 5px 2px 31px;
	text-decoration:none;
	color:#FFF;
	border-bottom: 1px solid #bdbdbd;
}
* html #menu_lista ul ul ul li a {
	height:		1px;
}
#menu_lista ul ul ul li a:hover,
#menu_lista ul ul ul li a.selected,
#menu_lista ul ul ul li a.selected:hover {
	background: #cdd2d4 url('../gfx/m3.gif') 35px 8px no-repeat;
	color: #000;
}

/* LEWE MENU */
#lewe_menu{
    width:190px;
    float:left;
}

#prawa{
    width:662px;
    float:right;
}

#flash{
    width:662px;
    height:126px;
    padding-top:0px;
    padding-bottom:5px;
}

#tekst_naglowek{
    width:642px;
    height:37px;
    background: url('../gfx/tekst_naglowek.png') 0 0px;        
    background-repeat:repeat-x;        
    padding-left:20px;
    margin: 8px 0 0 0;
    font-family: Verdana,Tahoma,Arial,Helvetica;
    font-size:13px;
    font-weight:bold; 
    color:#2b8cb6;
}

#tekst{
    width:602px;
    padding-top:30px;
    padding-left:30px;
    padding-right:30px;
    background:#dee3e7;
}


/* PODSTRONA - NAGLOWEK MENU ////////////////////////////////// */

#naglowek_menu{
    width:170px;
    height:26px;
    font-size: 14px;
    font-family: Verdana,Tahoma,Arial,Helvetica;
    color:#ffffff;
    font-weight:bold;
    background-image: url('../gfx/naglowek_menu.png');
    background-repeat:repeat-x;        
    padding-left:20px;
    padding-top:8px;
}

#menu_banery{
    width:190px;
    background:#dee3e7;
    margin: 0 0 8px 0;
    padding :5px 0 8px 0;
    text-align:center;
}


#tekst_naglowek span{
    padding-left:20px;
}


.imagegal {
    float: left;
    margin: 5px;
    display: inline;
    vertical-align: top;
    border: 1px solid gray;
    padding:1px;
}
			
div.pagin {
    float: left;
    display: inline;
    vertical-align: middle;
}
								