/* 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 { }

a{
	font:arial 12px;
	color:#000;
	text-decoration:none;
	}
	
a:hover{
	font:arial 12px;
	color:#000;
	text-decoration:underline;
	}	
/**********************************************/
/* 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; }


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
******************************************************/
#gNr{
	text-align:right;
	}
#gNr a{
	font-size:12px;
	margin-left:5px;
	}
	
.gCrop{
	width:158px;
	height:105px;
	overflow:hidden;
	border:1px solid black;
	margin-bottom:3px;
	}
.gBorder{
	text-align:center;
	width:160px;
	height:140px;
	overflow:hidden;
	float:left;
	margin-right:20px;
	margin-left:13px;
	
	}

html,body{ 
	text-align: center;
	height: 100%; 
}

body{
	margin: 0;
	padding: 0;
	background: #fff url( ../../../graphics/bg.jpg ) center top no-repeat;
}

#a1{
	width: 958px;
	height: 100%;
	min-height: 100%;
	margin: auto;
	text-align: left;
	position: relative;
	z-index: 1;

}

html>body #a1{ 
	height: auto;
}

/******************************************************
			SECONDARY BOXES
******************************************************/
#bgPage{
	background: #fff url( ../../../graphics/bgPage.gif ) center top no-repeat;
	width:299px;
	height:154px;
	position:absolute;
	bottom:0px;
	left:-300px;
	z-index:1;
	}
#content{
	margin-left:78px;
	width:620px;
	padding-top:280px;
	z-index:999;
	position:absolute;
	}
	
* html #conText{
		height:350px;
		overflow:visible;
		}
		
#conText{
		background:#FFF;
		padding:20px;
		font:12px Arial;
		min-height:350px;
		}
#conTitle{
	background:#cf000e;
	font:18px Arial;
	color:#FFF;
	width:320px;
	padding-left:20px;
	height:27px;
	padding-top:3px;
	}
	
#menu2{
	width:160px;
	height:23px;
	background:#fff;
	text-align:center;
	padding-top:5px;
	position:absolute;
	right:0px;
	z-index:999999;
	float:right;
	}
#menu2 a{
	color:#0c3159;
	font:9px Arial;
	text-decoration:none;
	}

#footer
	{
	position:absolute;
	z-index:10;
	color:#000;
	font:11px Tahoma;
	width:958px;
	right:0px;
	}
#footer2{
	margin-top:130px;
	z-index:10;
	color:#000;
	font:11px Tahoma;
	width:910px;
	margin-left:45px;
		}
	
.aFoot {
	text-decoration:none;
	color:#000;
	font:11px Tahoma;
	}	
	
.aFoot:hover {
	text-decoration:underline;
	color:#000;
	font:11px Tahoma;
	}		
	
#bgFlash{
	position:absolute;
	top:8px;
	z-index:1;
	margin-top:0px;
	float:right;
	}
	
#left
	{
		width:215px;
		padding-top:105px;
		padding-left:41px;
		position:relative;
		float:left;
	}
		
#logo
	{
	position:absolute;
	top:0px;
	left:22px;
	width:314px;
	height:107px;
	background:url(../../../graphics/logo.gif )  no-repeat;
	}
	
.divMenu
	{
		background:url(../../../graphics/bgMenu.gif )  no-repeat;
		width:200px;
		padding-left:17px;
		height:22px;
		padding-top:5px;
		font:12px arial;
	}
		
.divSubMenu
	{
		background:url(../../../graphics/bgSubMenu.gif )  no-repeat;
		width:200px;
		padding-left:17px;
		height:22px;
		padding-top:5px;
		font:12px arial;
	}		
		
		
		
.Menu{
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
	}

.Menu:hover{
	color:#a4bbd2;
	text-decoration:none;
	}
	
.SubMenu{
	font:11px arial;
	color:#2b72ae;
	font-weight:normal;
	text-decoration:none;
	}

.SubMenu:hover{
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	}
	
#right
	{
	width:700px;
	float:left;
	position:relative;
	}

/******************************************************
			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/newsMore.gif ) right no-repeat;
	padding: 0 25px 0 0;
	color: #f48000;
	font-size: 10px;
	text-decoration: underline;
}

.newsMore a:hover{
	background: url( ../../../../site/graphics/newsMore.gif ) right no-repeat;
	padding: 0 25px 0 0;
	color: #f48000;
	font-size: 10px;
	text-decoration: underline;
}

#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: #6bc334;
	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;
}

#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;
}

