/* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
	margin:0;
	padding:0;
	}

p{
	margin-top: 0;
	padding-top: 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: #0d8ce5; font-weight: bold; }
h2 { font-size:14px; color: #0d8ce5; font-weight: bold; }
h3 { font-size:16px; color: #0d8ce5; font-weight: normal; }
h4 { font: normal 12px Tahoma; color: #0d8ce5; }
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%;
	text-align: left;
	position: relative;
	z-index: 1;
	
}

html>body #a1{ 
	height: auto;
}


/******************************************************
			SECONDARY BOXES
******************************************************/

#bgTop{
	height: 378px;
	width: 100%;
	background: url( ../../../../site/graphics/bgTop.gif );
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#bgBottom{
	height: 129px;
	width: 100%;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#content{
	width: 900px;
	margin: auto;
	position: relative;
	z-index: 10;
}

#left{
	float: left;
	width: 228px;
	height: 378px;
	background: #000;
}

#baner{
	float: right;
	width: 665px;
	height: 378px;
	padding: 0 7px 0 0;
	background: #000;
}

#menu{
	float: left;
	position: relative;
	padding: 26px 0 0 0;
	width: 218px;
}

#article{
	float: right;
	width: 662px;
	padding: 26px 0 0 20px;
	position: relative;
}

#bgPageName,#bgPageTitle{
	position: absolute;
	top: -26px;
	left: 28px;
	width: 218px;
	height: 52px;
	background: url( ../../../../site/graphics/bgNews.gif ) no-repeat;
}

#bgPageTitle{
	background: url( ../../../../site/graphics/bgTitle.gif ) no-repeat !important;
	padding: 8px 0 0 48px;
}

#bgMenu{
	position: absolute;
	top: -27px;
	left: 0;
	width: 218px;
	height: 53px;
	background: url( ../../../../site/graphics/bgMenu.gif ) no-repeat;
	
}

#menu ul{
	padding: 5px 0 0 32px;
	margin: 0;
	list-style: none;
}

#menu ul li{
	margin: 0 0 14px 0;
}

.SubUl{
	margin: 8px 0 0 18px !important;
	padding: 0 !important;
}

.SubUl li{
	background: none !important;
	margin: 3px 0 0px 0 !important;
}

#footer{
	background: url( ../../../../site/graphics/bgFooter.gif ) no-repeat;
	width: 900px;
	height: 129px;
	margin: auto;
	position: relative;
}

#footer div{
	position: absolute;
	top: 0;
	right: 44px;
	width: 145px;
}

#articleHome{
	float: right;
	width: 229px;
}

#articleHome div{
	padding: 0 0 0 22px;
	width: 180px;
}

#newsHome{
	float: left;
	width: 425px;
	padding: 10px 0 0 0;
}

#galleryHome{
	position: relative;
	width: 100%;
}

#galleryHome .gLeft{
	float: left;
	width: 218px;
}

#galleryHome .gRight{
	float: left;
	/*position: absolute;
	top: 15px;
	left: 218px;*/
	background: url( ../../../../site/graphics/bgGalleryRight.gif ) no-repeat;
	width: 190px;
	height: 101px;
	margin: 16px 0 0 -6px;
	
}

.gMore{
	padding: 18px 0 0 80px;
}

.imageTopHome{
	width: 215px;
	height: 10px;
	overflow: hidden;
	background: url( ../../../../site/graphics/imageTopHome.gif ) no-repeat;
}

.imageHome{
	width: 208px;
	overflow: hidden;
	padding: 0 0 0 7px;	
	background: url( ../../../../site/graphics/imageHome.gif ) repeat-y;
}

.imageBottomHome{
	width: 215px;
	height: 10px;
	overflow: hidden;
	background: url( ../../../../site/graphics/imageBottomHome.gif ) no-repeat;
}


.newsMore{
	float: right;
}

.newsImage{
	float: left;
	width: 104px;
	padding: 0 20px 0 0;
	text-align: center;
}

.newsImageTop{
	height: 8px;
	overflow: hidden;
	background: url( ../../../../site/graphics/newsImageTop.gif ) no-repeat;
}

.newsImageBottom{
	height: 8px;
	overflow: hidden;
	background: url( ../../../../site/graphics/newsImageBottom.gif ) no-repeat;
}

.newsImageContent{
	width: 88px;
	padding: 0 8px;
	overflow: hidden;
	background: url( ../../../../site/graphics/newsImageContent.gif );
	display:block;
}

.newsWithImage{
	float: right;
	width: 300px;
}

.newsTitle{
}

.newsContent{
	margin: 12px 0 12px 0;
}

.faqTitle{
	padding: 0 0 5px 15px;
	background: url( ../../../../site/graphics/bgLi.gif ) 0 7px no-repeat;
}

.clearBoth{
	clear: both;
	height: 1px;
	overflow: hidden;
}

.gNext{
	padding: 40px 0 0 12px;
}


#gallery{
	margin: 10px 0 0 10px;
}

#bgGalleryTop{
	width: 201px;
	height: 7px;
	overflow: hidden;
}

#bgGalleryBottom{
	width: 201px;
	height: 7px;
	overflow: hidden;
}

#bgGallery{
	background: #205636;
	width: 201px;
}

#GTitle{
	padding: 3px 0 0 18px;
}

#bImage{
	padding: 12px 0 20px 18px;
	float: left;
	width: 122px;
	overflow: hidden;
}

#bImageMore{
	padding: 35px 0 20px 10px;
	float: left;
	width: 40px;
}

.GalleryImage{
	float: left;
}

.GalleryImageTop{
	width: 218px;
	height: 10px;
	background: url( ../../../../site/graphics/bgImage.gif ) no-repeat;
}

.GalleryImageBottom{
	width: 218px;
	height: 10px;
	margin: 0 0 0 1px;
	background: url( ../../../../site/graphics/bgImage.gif ) bottom no-repeat;
}

.GalleryImageContent{
	background: url( ../../../../site/graphics/bgImage.gif ) 0 -10px no-repeat;
	padding: 0 10px;
}

.MyImage{
}

.imgNumber div{
	color: #000;
}

/******************************************************
			FONT
******************************************************/


.faqTitle{
	font-size: 14px;
	color: #0d8ce5;
}

.font10_bold{
	font-weight: bold;
	font-size: 10px;
}

.font11_red_bold{
	font-size: 11px;
	color: #ff0000;
}

#bgPageTitle{
	font-family: arial;
	font-weight: bold;
	font-size: 23px;
	color: #0d8ce5;
}

.newsTitle{
	font-weight: bold;
	color: #0d8ce5;
	text-decoration: underline;
}

#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;
}

#footer div{
	font-size: 9px;
}

#footer div span{
	color: #b7e608;
}

/******************************************************
			LINK
******************************************************/

.link12{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.link12:hover{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

.link13{
	font-size: 13px;
	font-weight: bold;
	color: #fffa9c;
	text-decoration: underline;
}

.link13:hover{
	font-size: 13px;
	font-weight: bold;
	color: #f4c470;
	text-decoration: underline;
}

.link14{
	font-size: 14px;
	font-weight: bold;
	color: #fffa9c;
	text-decoration: underline;
}

.gNextActive{
	color: #fff;
	background: url( ../../../../site/graphics/aHover.gif ) no-repeat;
}

.gNext a{
	display: block;
	float: left;
	width: 16px;
	height: 14px;
	text-align: center;
	font-weight: bold;
	margin: 0 2px 0 0;
	cursor: pointer;
}

.gNext a:hover{
	display: block;
	float: left;
	width: 16px;
	height: 14px;
	text-align: center;
	color: #fff;
	margin: 0 2px 0 0;
	background: url( ../../../../site/graphics/aHover.gif ) no-repeat;
	cursor: pointer;
}

.newsMore a{
	display: block;
	width: 56px;
	color: #ff0000;
	text-decoration: underline;
	background: url( ../../../../site/graphics/dotMore.gif ) 44px 4px no-repeat;
}

.newsMore a:hover{
	display: block;
	width: 56px;
	color: #ff0000;
	text-decoration: underline;
	background: url( ../../../../site/graphics/dotMore.gif ) 44px 4px no-repeat;
}

#footer div a,#footer div a:hover{
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 1px;
}

#menu ul li a{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
	background: url( ../../../../site/graphics/bgLi.gif ) 2px 5px no-repeat;
	padding: 0 0 0 20px;
	border: 1px solid white;
}

#menu ul li a:hover{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #0768ab;
	text-decoration: none;
	background: url( ../../../../site/graphics/bgLiHover.gif ) 2px 5px no-repeat;
	padding: 0 0 0 20px;
}

.SubUl li a{
	font-weight: normal !important;
	font-size: 11px !important;
	color: #0768ab !important;
	background: url( ../../../../site/graphics/bgLi01.gif ) 2px 5px no-repeat !important;
	padding: 0 0 0 14px !important;
	display: block;
}

.SubUl li a:hover{
	font-weight: normal !important;
	font-size: 11px !important;
	color: #ff0000 !important;
	background: url( ../../../../site/graphics/bgLi01Hover.gif ) 2px 5px no-repeat !important;
	padding: 0 0 0 14px !important;
	display: block;
}

a{
	font-family: Tahoma;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a:hover{
	font-family: Tahoma;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}


/******************************************************
			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;
}
