/* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
	margin:0;
	padding:0;
	}

a img, :link img, :visited img { border:none; }
ul { }


/**********************************************/
/* HEADINGS */
h1, h2, h3 { margin-bottom: 3px;
         line-height: 1.5em;
         font-family: Tahoma;
         font-weight: normal; }
h4, h5, h6 { margin-bottom:3px;
                 line-height:1.5em;
                 font-family:Tahoma; }
h1 { font-size:18px; color: #15689a; font-weight: bold; }
h2 { font-size:14px; color: #CA001E; font-weight: bold; }
h3 { font-size:16px; color: #B26419; font-weight: normal; }
h4 { font: normal 16px Tahoma; color: #B26419; }
h5 { font-weight:normal; font-size:1em; }

td {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #000;
}

div{
	font-family: Tahoma;
    font-weight: normal;
    font-size: 11px;
    color: #000;
}

/**********************************************/

/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */

/******************************************************
			CONTENT BOXES
******************************************************/

html,body{ 
	text-align: center;
	height: 100%; 
}

body{
	margin: 0;
	padding: 0;
	background: #fff;
}

#a1{
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: auto;
	text-align: left;
	position: relative;
	z-index: 1;
	
}

html>body #a1{ 
	height: auto;
}

/******************************************************
			SECONDARY BOXES
******************************************************/

#bgTop01{
	background: #86141b;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
}

#bgTop02{
	background: #e4e4e4;
	position: absolute;
	top: 6px;
	left: 0;
	width: 50%;
	height: 43px;
}

#bgBottom01{
	background: #86141b;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 252px;
	z-index: 10;
}

#bgBottom02{
	background: #e4e4e4;
	position: absolute;
	bottom: 252px;
	left: 0;
	width: 100%;
	height: 5px;
	z-index: 1;
	overflow: hidden;
}

#content{
	position: relative;
	z-index: 100;
	width: 950px;
	margin: auto;
}

#left{
	float: left;
	width: 332px;
}

#right{
	float: left;
	width: 618px;
}

#logo{
	height: 126px;
}

#baner{
	height: 300px;
}

#menu{
	width: 618px;
	height: 51px;
	background: url( ../../../../site/graphics/bgMenu.gif ) no-repeat;
}

#menu ul{
	margin: 0;
	padding: 24px 0 0 40px;
	list-style: none;
}

#menu ul li{
	display: block;
	float: left;
	padding: 0 25px 0 0;
}

#left ul{
	margin: 0;
	padding: 23px 0 0 43px;
	list-style: none;
}

#left ul li{
	padding: 3px 0 15px 25px;
	background: url( ../../../../site/graphics/li.gif ) 0 1px no-repeat;
}

#article{
	width: 575px;
	overflow: hidden;
	padding: 40px 20px 0 20px;
	position: relative;
	overflow: hidden;
}

#cien{
	width: 14px;
	height: 91px;
	position: absolute;
	top: 0;
	left: 0;
	background: url( ../../../../site/graphics/cien.gif ) no-repeat;
}

#footer{
	width: 950px;
	margin: auto;
	height: 252px;
	position: relative;
}

#bgFooter{
	position: absolute;
	top: -35px;
	left: 0;
	width: 950px;
	height: 97px;
	background: url( ../../../../site/graphics/bgFooter.gif ) no-repeat;
	z-index: 20;
}

#img01{
	background: url( ../../../../site/graphics/img01.jpg ) no-repeat;
	width: 248px;
	height: 92px;
	position: absolute;
	left: 0;
	top: -92px;
}

#img02{
	background: url( ../../../../site/graphics/img02.jpg ) no-repeat;
	width: 438px;
	height: 123px;
	position: absolute;
	right: 0;
	top: -123px;
}

#F01{
	padding: 0px;
	position: absolute;
	top: 18px;
	left: 70px;
	z-index: 100;
}

#F02{
	padding: 0px;
	position: absolute;
	top: 40px;
	right: 14px;
	z-index: 100;
}

#F01 ul{
	list-style: none;
	padding: 5px 0 0 3px;
	margin: 0;
}

#F01 ul li{
	background: url( ../../../../site/graphics/icoF01.gif ) no-repeat;
	padding: 0 0 7px 26px;
}

#offer{
	padding: 95px 0 0 52px;
	width: 195px;
}

.newsTitle{
	background: url( ../../../../site/graphics/icoNews.gif ) 0 2px no-repeat;
	padding: 0 0 0 28px;
}

.newsContent{
	text-align: justify;
	padding: 10px 0 10px 28px;
}

.newsMore{
	text-align: right;
	padding: 0 0 10px 0;
}

#search{
	padding: 40px 0 0 43px;
}

#search div{
	float: left;
}

#oszczedzaj_z_nami{
	padding: 25px 0 0 11px;
}

.clearBoth{
	clear: both;
	height: 1px;
	overflow: hidden;
}

#searchContent ul{
	padding: 0;
	margin: 10px 0 0 20px;
	list-style: none;
}

#searchContent ul li{
	background: url( ../../../../site/graphics/icoMore.gif ) 0 2px no-repeat;
	padding: 0 0 4px 15px;
}

/******************************************************
			FONT
******************************************************/

.Title{
	font-weight: bold;
	font-size: 14px;
	color: #86141b;
}

.newsTitle{
	font-weight: bold;
}

.noInput{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #a9a9a9;
}

.font11{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #118f40;
}

.font11_red_bold{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #FF0000;
}

.font10_bold{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

.font11_bold{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #000;
}

.font12_bold{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

.font11_violet{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #5F3076;
}

.font12_violet{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #5F3076;
}

.font_menu{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

#left ul li{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #86141b;
}

#F01 ul li{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 9px;
	color: #fff;
}

#menu ul li{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

.font_stronicowanie{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #5b607c;
	text-decoration: none;
}

/******************************************************
			LINK
******************************************************/

.link_stronicowanie{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #5b607c;
	text-decoration: none;
}

.link_stronicowanie:hover{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #5b607c;
	text-decoration: none;
}

.newsMore a{
	background: url( ../../../../site/graphics/icoMore.gif ) 0 2px no-repeat;
	padding: 0 0 0 14px;
	color: #5b607c;
	font-size: 10px;
	text-decoration: none;
}

.newsMore a:hover{
	background: url( ../../../../site/graphics/icoMore.gif ) 0 2px no-repeat;
	padding: 0 0 0 14px;
	color: #5b607c;
	font-size: 10px;
	text-decoration: none;
}

#searchContent ul li a{
	color: #5b607c;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

#searchContent ul li a:hover{
	color: #5b607c;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

#menu ul li a{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

#menu ul li a:hover{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #86141b;
	text-decoration: none;
}

#F01 ul li a{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 9px;
	color: #fff;
	text-decoration: none;
}

#F01 ul li a:hover{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 9px;
	color: #fff;
	text-decoration: none;
}

.link10{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #63baf2;
	text-decoration: none;
}

.link10:hover{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #63baf2;
	text-decoration: underline;
}


.link11_orange{
	font-family: Tahoma;
	font-weight: bold;
	color: #f28545;
	text-decoration: none;
}

.link11_orange:hover{
	font-family: Tahoma;
	font-weight: bold;
	color: #f28545;
	text-decoration: underline;
}

.galleryImg a{
	font-family: Tahoma;
	font-weight: bold;
	color: #118f40;
	text-decoration: none;
}

.galleryImg a:hover{
	font-family: Tahoma;
	font-weight: bold;
	color: #118f40;
	text-decoration: none;
}

.linkNewsTitle{
	font-family: Tahoma;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.linkNewsTitle:hover{
	font-family: Tahoma;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#F02 a{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 9px;
	letter-spacing: 2px;
	color: #86141b;
	text-decoration: none;
}

#F02 a:hover{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 9px;
	letter-spacing: 2px;
	color: #86141b;
	text-decoration: none;
}

a{
	font-family: Tahoma;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a:hover{
	font-family: Tahoma;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#left ul li a{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #86141b;
	text-decoration: none;
}

#left ul li a:hover{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

#search ul li a{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

#search ul li a:hover{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #118f40;
	text-decoration: underline;
}

.subMenu li a{
	color: #118f40 !important;
}

.subMenu li a:hover{
	color: #ff0000 !important;
}

#news ul li a{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

#news ul li a:hover{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

.link12_violet{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #5F3076;
}

.link12_violet:hover{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

/******************************************************
			FORM
******************************************************/

fieldset.contact {
	border: 0 !important;
	width: 250px !important;
	padding: 0;
	text-align: left;
}

div.form {
	overflow: hidden;
	margin-bottom: 0.5em;
	clear: both;
}

.label{
	display: block;
	float: left;
	text-align: left;
	padding: 2px 4px 0 0;
	font-weight: normal;
	width: 150px;
}

label{
	display: block;
	float: left;
	text-align: right;
	padding: 2px 4px 0 0;
	font-weight: normal;
	width: 150px;
}

input.text,
textarea {
	float: left;
	border: 1px solid #000;
	background-color: #FFF;
	color: #000;
	font-family: Tahoma;
	font-size: 11px;
}

.form10{
	border: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    background: none;
    color: #000;
}

.noInput{
	border: 0;
    background: none;
}

.inputSearch{
	background: url( ../../../../site/graphics/bgSearch.gif ) no-repeat;
	width: 157px;
	height: 17px;
	padding: 3px 20px 0 10px;
}

.searchInput{
	border: 1px solid #c9c9c9;
	font-family: Tahoma;
    font-weight: normal;
    font-size: 10px;
    background: none;
    color: #c9c9c9;
    width: 168px;
    padding: 4px 10px 4px 10px;
}

.searchSubmit{
	border: 0;
	background: none;
	width: 80px;
	cursor: pointer;
	margin: 2px 0 0 0;
}

form{
	margin: 0;
}
