/*--------------------------------------------------------------*/
/*--------------------- Styl standardowy -----------------------*/
/*--------------------------------------------------------------*/
body, td {
	font-family: Arial,Tahoma,  Verdana, Sans-Serif;
	font-size: 11px;
}

body {
	
}

#body {
	background: #fff url(images/back.jpg) repeat-x;
	padding: 0px;
	margin: 0px;
	border-style: none;
	color: #fff;
}

#bodyPage{
	padding: 0px;
	margin: 0px;
	background: #fff url(images/back_page.jpg) repeat-x;
	border-style: none;
	color: #fff;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}

ol, ul, li {
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

li {padding: 0px 0px 0px 5px;}

h1, h2, h3, h4, h5, h6, h7, p, form {
	margin: 0px;
	padding: 0px;
}

.top {vertical-align: top;}
.clear {clear: both;}

a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

label {cursor: pointer;}

/* DHTML Popup */
.Popup {
	background-color: #FFFFFF;
	border: 1px solid #C8D0CF;
}
.Popup .ImageContainer {
	padding: 5px;
	height: 100%;
	text-align: center;
}
.Popup .Loader {
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	border: 1px solid #C8D0CF;
}
.Popup .Preview {
	border: 1px solid #C8D0CF;
	cursor: pointer;
}
.Popup .Caption {
	vertical-align: middle;
	padding: 0px 5px 5px 5px;
	font-weight: bold;
	color:#56656E;
}
.Popup .Prev {
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 5px 5px;
	width: 16px;
}
.Popup .Prev div {
	height: 16px;
	width: 16px;
	cursor: pointer;
	background: url(images/ico_prev.gif) no-repeat center center;
}
.Popup .Next {
	vertical-align: top;
	text-align: right;
	padding: 0px 5px 5px 0px;
	width: 16px;
}
.Popup .Next div {
	height: 16px;
	width: 16px;
	cursor: pointer;
	background: url(images/ico_next.gif) no-repeat center center;
}
.Popup .IcoClose {
	height: 26px;
	width: 26px;
	display: block;
	cursor: pointer;
	background: url(images/ico_close.gif) no-repeat center center;
}
.PopupOverlay {
	width: 100%;
	height: 500px;
	background-color: #999999;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* komunikat */
.komunikat {
	font-weight: bold;
	padding: 15px;
	text-align: center;
}

.message {
	font-weight: bold;
	width:460px;
	position:absolute; 
	top:200px; 
	left:50%; 
	margin-left: -235px;
	background-color:#FFFFFF; 
	border:4px double #FF6600; 
	padding:0px 0px 20px 0px;
	text-align: center;
	z-index: 99;
}
.message p{text-align: center;}

.message div.info{
	padding:25px 5px 34px 100px;
	background: #FFFFFF url(images/info.jpg) no-repeat 15px 10px;
	text-align: left;
}
.message div.error{
	padding:25px 5px 34px 100px;
	background: #FFFFFF url(images/error.jpg) no-repeat 15px 10px;
	text-align: left;
}
.message input{
	background: #E6E6E6;
	color: black; 
	padding:2px 0px 2px 0px; 
	border: 1px solid #888888;
	font-weight: bold; 
	width: 60px;
	cursor: pointer;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.4.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.4
 * @date November 17, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 22px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* ---------------------------------------------------------------- */
/* --- Ponizsze style usunac i napisac samodzielnie !!! ----------- */
/* ---------------------------------------------------------------- */

.clear{
	clear:both;
}

.master{
	width:940px;
	margin:0px auto;
}

.topMenu{
	background:url(images/opi_logo.jpg) no-repeat 0px 10px;
	height:112px;
	overflow:hidden;
	position:relative;
}

.clickLink{
	position:absolute;
	height:100px;
	width:185px;
	cursor:pointer;
	
}

.topRight{
	float:right;
	margin:19px 0px 0px 0px;
	
}

.banner{
	height:174px;
	background:url(images/banner.jpg) no-repeat;
	margin:0px auto;
	width:940px;
}

.menu{
	height:38px;
}

.menuPage{
	height:38px;
	position:relative;
	*bottom:2px;
	overflow: hidden;
}

.FstMenu{
	color:#000;
	text-align:right;
	overflow:hidden;
}

.grey{
	color:#dbe1e7;
}

/*
 * default
 */
.input1{
	border:1px solid #d6dade;
	padding:4px 6px 4px 6px;
	font-family:Tahoma;
	font-size:11px;
	color:#000;
	height:13px;
}

/*
 * bloki
 */

/*
 * kategorie gora
 */

.katMenuGora{
	list-style:none;
	margin:0px;
	padding:0px;
	
}

.katMenuGora li{
	float:right;
	margin:0px;
	padding:0px;
}

.paddingMenu{
	padding:0px 14px;
}

/*
 * subskrybcja
 */

.SubSearch{
	text-align:right;
	margin:27px 0px 0px 0px;
	color:#000;
	width:424px;
	float:right;
}

.subskrypcja,.szukaj{
	float:right;
	margin:0px 0px 0px 20px;
	display:inline;
}

.przyciskSzukaj{
	background:url(images/search_button.jpg) no-repeat;
	border:0px;
	width:30px;
	height:23px;
	position:relative;
	top:1px;*top:0px;
}

.przyciskSubscrib{
	background:url(images/subscrib_button.jpg) no-repeat;
	border:0px;
	width:30px;
	height:23px;
	position:relative;
	top:1px;*top:0px;
}

/*
 * blok
 */

/*
 * menu welcome
 */
ul.menuWelcome{
	margin:0px 0px 0px 0px;
	padding:0px;
	background-color:transparent;
}

ul.menuWelcome li{
	margin:0px;
	list-style:none;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:13px;
	background-color:transparent;
}

ul.menuWelcome li.spacer{
	margin:11px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	float:left;
	background:url(images/menu_spacer.jpg) no-repeat 0px 0px;
	width:2px;
}

a.menuWelcome{
	color:#fff;
	text-decoration:none;
}

a.menuWelcome:hover{
	color:#fff;
	text-decoration:none;
	
}

.menuDiv{
	margin:2px 3px 2px 3px;
	padding:9px 6px 9px 5px;
	cursor:pointer;
}

.menuDivActive{
	margin:2px 3px 2px 3px;
	padding:9px 6px 9px 5px;
	background:#1167b0;
	cursor:pointer;
}

.menuPage .menuDiv{
	margin:2px 3px 2px 3px;
	padding:9px 5px 9px 4px;
	*margin:1px 3px 1px 3px;
	cursor:pointer;
}

.menuPage .menuDivActive{
	margin:2px 3px 2px 3px;
	padding:9px 6px 9px 5px;
	*margin:1px 3px 1px 3px;
	background:#1167b0;
	cursor:pointer;
}

.blocks{
	height:225px;
}

.masterContent{
	margin:0px 0px 0px 0px;
	background:url(images/masterLine1.jpg) center right repeat-y;
}

.kontenerMenu{
	background:url(images/menu_background.jpg) no-repeat 0px 1px;
	zoom:1;
}

#bodyPage .kontenerMenu{
	background:none;

}

.region_4,.region_5,.region_6{
	width:319px;
	height:225px;
	overflow:hidden;
	float:left;
	border-right:1px solid #0f5d89;
}

a.more{
	color:#d7f0ff;
	text-decoration:none;
}

a.more:hover{
	color:#d7f0ff;
	text-decoration:underline;
}

.stopka{
	color:#000;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	text-align:center;
}

a.eMail{
	color:#63809d;
	text-decoration:none;
}

a.eMail:hover{
	color:#63809d;
	text-decoration:underline;
}

a.sciezka_link{
	color:#56656E;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}

/*
 * page
 */

.menuLeft{
	margin:0px 0px 0px 0px;
	padding:10px 10px 0px 10px;
	float:left;
	width:210px;
	background:#89ba16;	
}

.contentPage{
	float:left;
	/*margin:0px 0px 10px 0px;*/
	margin:0px 0px 0px 0px;
	width:680px;
	background:#fff;
	color:#56656e;
	padding:16px 15px;
}

.bloczkeOpisowy{
	margin:2px 0px 0px 0px;
}

/*
 * stopka
 */

.arrowKategorie,.arrowKategorieActive,.arrowKategorieActiveP2{
	background:url(images/arrow5.jpg) no-repeat 0px 3px;
	widht:3px;
	height:9px;
}


/*
 * bloki
 */

.titleMenu{
	font-size:12px;
	margin:0px 0px 7px 10px;
	font-weight:bold;
}

.lineBlue{
	background:#9fcd33; 
	height:1px;
	font-size:0px;
	overflow:hidden;
}

.mlNormal{
	padding:8px 0 8px 11px;
}

.mlActive{
	padding:8px 0 8px 11px;
	background:#89ba16;
}

.mlNormalP2{
	padding:8px 0 8px 32px;
}

.mlActiveP2{
	padding:8px 0 8px 32px;
}

.linkMenuP2 a{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#d7f0ff;
}

.linkMenuP2 a:hover{
	text-decoration:underline;
}

.linkMenu a{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	display:block;
	background:url('images/arrow5.jpg') no-repeat 0 3px;
	padding-left:8px;
}

.linkMenu a:hover{
	text-decoration:underline;
}

.poziomDalej a{
	color:#d7f0ff;
}

.poziomDalej a:hover{
	color:#d7f0ff;
}

.logos{
	text-align:center;
	margin:6px 0px 6px 0px;
}

.logos div{
	color:#dcdcdc;
}

.logoStopka{
	margin:0px 20px;
}

.bloczkeOpis{
	margin:4px 0px;
}

.bloczekOpisTytul{
	margin:0px 0px 8px 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#d7f0ff;
}

h2.moduleTitle{
	font-size:12px;
	color:#56656e;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.lineGrey{
	background:#d4dfdd; 
	height:1px;
	font-size:0px;
	overflow:hidden;
}

.kontener2{
	margin:4px 0px 0px;
}

/*
* moduł aktualności
*/


.ramka{
	display:table-cell;
	border:1px solid #d4dfdd;
}



.aktualnosciMargines{
	margin:0px 0px 0px 0px;
}

.aktualnosciZdjeciaOpisBlok{
	margin:0px 0px 10px 0px;
}

.aktualnosciSkrotPrawaZdjecia{
	float:left;
	margin:0px 16px 0px 0px;
}

.tytulAktualnosci{
	font-size:14px;
	font-family:Tahoma;
	font-weight:bold;
	color:#1167b0;
	
}

.newsData{
	margin:6px 0px;
	font-size:10px;
	font-family:Tahoma;
	color:#a1aaaf;
}


.aktualnosciOpis{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#56656e;
}

.przycisk1{
	color:#1167b0;
}

/*
 * aktualności
 */

.newsMargines{
	margin:15px 0px 0px 0px;
}

.lineAktual{
	border-bottom:1px solid #d4dfdd;
	margin:34px 0px 0px 0px;
}

.lhaktual{
	line-height:20px;
}

.aktualnosciZalacznikRamka{
	margin:2px 0px 0px 0px;
	line-height:16px;
}

.wsteczLink{
	margin:4px 0px 0px 0px;
}

.aktualnosci4ZdjeciaBlok{
	float:right;
	margin:0px 0px 0px 10px;
}

.aktualnosci5ZdjeciaBlok{
	float:left;
	margin:0px 10px 0px 0px;
}

.aktualnosci6ZdjeciaBlok{
	margin:10px 0px;
}

.aktualnosci6ZdjeciaBlok .aktualnosciZdjeciaOpisBlok{
	float:left;
	margin:0px 0px 0px 10px;
}

.mapaSerwisu{
	font-size:11px;
	color:#56656e;
		
}

.formularzMarginesMapa{
	margin:20px 0px 0px 25px;
}

.mapaSerwisu{
	list-style:none;
	margin:0px;
	padding:0px;
	line-height:18px;
}

.mapaSerwisu li{
	list-style:none;
	margin:0px 0px 0px 27px;
	padding:0px 0px 0px 7px;
	background:url(images/square_blue.gif) no-repeat 0px 8px;
}

/*wezel*/

.wysLista{
	display:none;
	margin:0 0 0 8px;
	font-size:12px;
}

dd{
	margin:0px;
	padding:0px;
	font-size:11px;
}

.wysNaglowek{
	margin:0px;
	padding:0px;
	font-size:12px;
}

.searchResult{
	background: #ffffd1;
	margin:0 0 10px 0;
	cursor:pointer;
}

.formularzInput{
	border:1px solid #1167b0;
	padding:4px 6px 4px 6px;
	font-family:Tahoma;
	width:237px;
	font-size:11px;
	color:#000;
	height:13px;
}

.formularzInput_error{
	border:1px solid red;
	width:237px;
	padding:4px 6px 4px 6px;
	font-family:Tahoma;
	font-size:11px;
	color:#000;
	height:13px;
}

.formularzInputTresc{
	border:1px solid #1167b0;
	padding:4px 6px 4px 6px;
	font-family:Tahoma;

	font-size:11px;
	color:#000;

}

.formularzInputTresc_error{
	border:1px solid red;
	padding:4px 6px 4px 6px;
	font-family:Tahoma;
	font-size:11px;
	color:#000;

}

.formularzLabel{
	text-align:right;
	font-size:12px;
}

.defaultButton{
	background:url(images/button_back.jpg) repeat-x;
	border:1px solid #4e99d4;
	color:#fff;
	
}

.formularzMargines{
	margin:14px 0 0 12px;
}

.plikOpis{
	line-height:20px;
}

.aktualnosciZdjeciaOpisBlokGaleria{
	float:left;
	margin:0 10px 10px 0;
	display:inline;
}

.ramkaGaleria{
	display:table-cell;
	border:1px solid #467195;
	padding:1px;
	zoom:1;
}

.galeriaOpis{
	color:#56656e;
	font-weight:bold;
}

.newsLink{
	text-align:right;
}

.tytul1{
	font-size:12px;
}

.aktualnosciZalacznik{
	margin:0 0 0 10px;
}

.aktualnosci7ZdjeciaBlok{
	
}

.odpFaq{
	color:#56656e;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0px 10px 14px;
}

.paddTable{
	padding:2px 0px 2px 0px;
}

/* modul galeria video */
.video {
	float:left;
	width: 200px;
	margin: 15px 0px 15px 0px;
	padding: 0px 10px 0px 10px;
}
.video .tytul1 {
	overflow: hidden;
	height: 32px;
}
.video .tytul1 a {
	font-weight: bold;
	color: #56656e;
}
.video .newsData {
	font-size: 11px;
	color: #56656e;
}
.video .aktualnosciOpis {
	overflow: hidden;
	height: 56px;
}
.video .newsLink .przycisk1 {
	font-weight: bold;
	color: #89ba16;
}
.video .aktualnosciSkrotPrawaZdjecia .ramka {
	border: none;
}
.video .aktualnosciSkrotPrawaZdjecia .ramka a {
	position: relative;
}
.video .aktualnosciSkrotPrawaZdjecia .ramka a .video-play {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 200px;
	height: 150px;
	background: url(images/play-green.png) no-repeat 0px 0px;
}
.aktualnosciPager {
	clear: both;
}

