/*ustawienia globalne*/
body
	{
	direction: ltr;
	font-family: "Helvetica CE",Helvetica,Verdana,Tahoma,sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: inherit;
	letter-spacing: 0em;
	line-height: 1.2em;
	overflow: auto;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	unicode-bidi: normal;
	white-space: normal;
	color: #3E4363;
	word-spacing: 0em;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #FFF;
	}
/*ustawienia globalne marginesów dla P*/
p
	{
	margin: 0px;
	padding: 0px;
	}
/*ustawienia globalne linków*/
a
	{
	color: #669;
	text-decoration: none;
	}
a:hover
	{
	color: #333399;
	text-decoration: underline;
	}
.info, .info > li
	{
	font-size: 8pt;
	color: #3F4464;
	}
/*ustawienia globalne zdjęć*/
img
	{
	border: none;
	}
/*--------------------layout strony--------------------*/
#container
	{
	width: 950px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	background-image: url('../images/background.png');
	background-position: left;
	background-repeat: repeat-y;
	}
#header
	{
	height: 290px;
	background: #FFF;
	background-image: url('../images/header.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	}
#menu
	{
	width:203px;
	float:left;
	background: none;
	margin-bottom: 10px;
	}
#content
	{
	padding: 10px 10px 10px 215px;
	background: none;
	}
#footer
	{
	clear: both;
	background: #FFF;
	background-image: url('../images/footer.jpg');
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 37px;
	}
/*
#overlay{
	display: none;
	}
#lightbox{
	display: none;
	}
*/
/*--------------------elementy strony--------------------*/
/*========================header=========================*/
#header_menu
	{
	display: block;
	white-space: nowrap;
	text-align: right;
	padding: 5px;
	height: 30px;
	}
#header_logo
	{
	float: left;
	clear: left;
	margin-top: 20px;
	width: 247px;
	height: 150px;
	}
#header_gallery, #header_gallery_img
	{
	width: 167px;
	height: 125px;
	}
#header_gallery
	{
	float: right;
	clear: right;
	margin-top: 43px;
	margin-right: 27px;
	}
/*===================menu=========================*/
#menu a
	{
	display: block;
	margin: 2px;
	margin-top: 5px;
	padding: 2px;
	background-color: #364396; 
	background-image: url('../images/menu_button.png');
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: solid 2px #F75A5A;
	text-align: center;
	color: #E8F0FC;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 15px;
	cursor: pointer;
	}
#menu a:hover
	{
	background-color: #4D5AB3;
	background-image: url('../images/menu_button_hover.png');
	font-size: 1.1em;
	font-weight: normal;

	}
#menu .menu_image a{
	background: none !important;
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
	}
#menu div.menu
	{
	display: block;
	}
#menu div.menu a, #menu div.submenu a
	{
	padding: 2px;
	background-color: #495BCC; 
	background-image: url('../images/menu_submenu_button.png');
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: solid 2px #F75A5A;
	text-align: center;
	color: #E8F0FC;
	font-size: 1em;
	line-height: 15px;
	cursor: pointer;
	}
#menu div.menu a:hover, #menu div.submenu a:hover
	{
	background-color: #5366e5;
	background-image: url('../images/menu_submenu_button_hover.png');
	font-size: 1em;
	}
#menu div.submenu
	{
	display: none;
	position: absolute;
	z-index: 100;
	left: 190px;
	margin-top: -1.8em;
	width: 450px;
	}
#menu div.menu a
	{
	margin-left: 5px;
	margin-right: 5px;
	}
.menu_flash
	{
	padding-top: 5px;
	background: none;
	}
.menu_image
	{
	margin: 0px;
	padding: 0px;
	}
.menu_image img
	{
	margin: 2px;
	padding: 0px;
	}
/*===================content=========================*/
/* Tytuł na stronie głównej */
.title
	{
	margin: -30px -10px 3px 0px;
	border-bottom: solid 2px #F75A5A;
	}
.title h1
	{
	padding: 5px;
	margin: 0;
	color: #364396;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 10px;
	font-size: 1.2em;
	}
/* tabelka na stronach */
/*Tabelka w opisie*/
table{
margin: auto;
margin-top: 5px;
margin-bottom: 5px;
border: solid 1px #C5D7F0;
background: #E8F0FC;
border-spacing:0;
padding: 2px;
}
th{
font-size: 0.9em;
text-align: center;
background: #DCE7F8;
border: none;
font-weight: normal;
font-style: italic;
padding: 2px;
}
td{
padding: 2px;
font-size: 0.8em;
text-align: center;
background: none;
border: none;
border-top: solid 1px #DCE7F8;
font-weight: normal;
white-space: nowrap;
}
caption{
text-align: left;
font-weight: bold;
}

/* wspólny tło z paskiem tytułowym dla galerii, zdjęć i plików  */
.gallery, .files, .image, .page_contact, .page_contact_map
	{
	margin-top: 5px;
	padding: 2px;
	background: #E8F0FC;
	border: solid 1px #C5D7F0;
	text-align: center;
	}
.gallery h2, .files h2, .image h2, .page_contact th, .page_contact_map h2
	{
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #97BBD1;
	background-image: url('../images/bar.png');
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: solid 2px #F75A5A;
	border-top: none;
	text-align: center;
	line-height: 15px;
	color: #3B4952;
	font-size: 1.1em;
	font-weight: normal;
	}
.gallery img, .image img
	{
	display:inline;
	padding: 1px;
	border: solid 1px #339;
	background-color: #fff;
	}

/* wspólna pozycja okienka dla zdjęcia i plików*/
.image, .files{
float: right;
clear: right;
}

/* galeria */
.gallery
	{
	clear: right;
	}
.gallery a
	{
	display: inline;
	margin: 10px;
	margin: auto;
	background: none;
	text-align: center;
	}
/* plik do ściągnięcia */
.files_element
	{
	padding: 2px;
	text-align: left;
	}
.files_element img
	{
	float: left;
	clear: left;
	padding: 0 3px 3px 0;
	}
.files_element_name
	{
	font-weight: bold;
	}
/* lista elementow w polu wyszukiwania i produktów */
div.list_element{
	text-align: left;
	display: block;
	padding: 0 5px 0 5px;
	margin-bottom: 15px;
}
.list_element h2{
	margin: 0px;
	font-size: 1.1em;
	font-weight: bold;
	}
.list_element a:hover{
	font-weight: bold;
	}
.list_element p{
padding: 0 0 0 5px;
margin: 0 0 5px 0;
}
.list_element_button{
text-align: right;
}
.list_element_button a{
	font-size: 9pt;
	font-weight: normal;
	}
/*===================footer=========================*/
#footer p
	{
	background: #FFF;
	display: block;
	text-align: center;
	font-size: 0.8em;
	}
/*--------------------pojedyńcze strony strony--------------------*/
/*===================Kontakt=========================*/
table.page_contact
	{
	width: 670px;
	margin: 0px;
	margin: auto;
	margin-top: 5px;
	font-size: 13px;
	}
.page_contact th{
font-style: normal;
}
.page_contact td{
text-align: left;
font-size: 13px;
}
.page_contact h1, .page_contact span.dzial{
color: #2B3786;
font-weight: bold;
font-size: 1.3em;
text-shadow: #878787 0 2px 2px;
}
.page_contact td.center{
text-align: right;
}
.page_contact form{
border: none;
border-bottom: solid 1px #F75A5A;
background: none;
margin: 0;
padding: 0;
vertical-align: middle;
text-align: right;
}
.page_contact span.dzial{
font-size: 1.1em;
}
.page_contact td.right{
text-align: right;
}
/*Mapa googla na kont.php*/
.page_contact_map{
	width: 664px;
	margin: 0px;
	margin: auto;
	margin-top: 5px;
	font-size: 13px;
	}

#googlemap{
width: 658px;
height: 400px;
margin: auto;
margin-bottom: 5px;
margin-top: 5px;
background: none;
}
/*=================================================================*/

fieldset.page_form_inputfields
{
margin-top: 5px;
margin-bottom: 5px;
border: solid 1px #C5D7F0;
background: #E8F0FC;
}

fieldset.page_form_acceptfield
{
border: none;
}
.page_form_inputfields label
	{
	display: block;
	padding: 5px 0 0 5px;
	}
.page_form_inputfields input, .page_form_inputfields textarea
	{
	width: 100%;
	display: block;
	border: solid 1px #339;
	}
label sup
	{
	color: red;
	}
.niema
	{
	display: none;
	}
/*
req = gwiazdka
*/
.formerror{
    background: #f99;
    }
.komunikat{
display: block;
text-align: center;
padding: 10px;
border-bottom: solid 2px #F75A5A;
background: #E8F0FC;
color: #364396;
font-size: 1.1em;
font-weight: normal;
}
.news{
text-align: right;
font-size: 1.2em;
color: red;
margin-top: 3px;
margin-bottom: 3px;
padding: 10px;
}
.news>a{
color: rgb(247, 90, 90);
}

