@CHARSET "UTF-8";

/**
 * Ustawienia globalne
 */

body {
	background			: #5d544f url(../img/body_bg.jpg) repeat-x;	
}

div#center {
	width				: 944px; 
	margin				: 0 auto;
}

/**
 * Pasek wyboru interfejsu językowego
 */
div#topIcon {
  display   : block; 
  float     : left; 
  margin-top: 20px;
  width     : 50px;  
  border    : 0px #C00 solid; 
  overflow  : hidden;
}
div#topIcon a {
  display   : block; 
  float     : left;
  width     : 16px;
  height    : 16px;
  margin    : 3px;
}

div#language { 
	display				: block;
	text-align			: right;
	height				: 15px;
	padding				: 4px;
	font				: normal 10px Tahoma;
	color				: #FFF;
	border-bottom		: 1px #FFF solid;
}
div#language a { 
	margin				: 1px;
	text-decoration: none;
}
/**
 * Pasek górny
 */

div#top {
	height				: 158px;
	background			: url(../img/top_bg.jpg) repeat-x;	
}

div#top div#flash {
	display				: block;
	float				: right;
	width				: 544px;
	height				: 158px;
	background			: url(../img/flash.jpg) no-repeat;
}

div#top div#left {
	display				: block;
	float				: left;
	width				: 400px;
	height				: 158px;
}
div#top div#left div#logo {
	display				: block;
	width				: 400px;
	height				: 133px;
}

div#top div#left div#logo a {
	display				: block;
	width				: 260px;
	height				: 133px;
	background			: url(../img/logo.jpg) no-repeat;
}

div#top div#left div#url {
	display				: block;
	padding				: 5px;
	padding-left		: 26px;
	width				: 400px;
	height				: 25px;
	font				: normal 10px Tahoma;
	color				: #858786;
	background			: url(../img/url_start.gif) 12px 9px no-repeat;
}

div#top div#left div#url a {
	display				: block;
	float				: left;
	padding				: 2px;
	font				: normal 10px Tahoma;
	color				: #858786;
	text-decoration		: none;
}

div#top div#left div#url a:hover {
	color				: #bc3000;
}

div#top div#left div#url span {
	display				: block;
	float				: left;
	padding				: 2px;
	font				: normal 10px Tahoma;
	color				: #858786;
}

/**
 * Treść serwisu
 */

div#content {
	font				: normal 11px Tahoma;
	background-color	: #FFF;
	overflow			: hidden;
}

div#contentLeft {
	display				: block;
	float				: left;
	width				: 228px;
	overflow			: hidden;
	background-color	: #FFF;
}

div#contentCenter {
	display				: block;
	float				: left;
	width				: 488px;
	overflow			: hidden;
	background-color	: #FFF;
}

div#contentRight {
	display				: block;
	float				: left;
	width				: 228px;
	overflow			: hidden;
	background-color	: #FFF;
}

/**
 * Stopka serwisu
 */

div#end {
	height				: 5px;
	background			: url(../img/end_bg.gif) repeat-x;
}

div#footer {
	display				: block;	
}

div#footer div#copyright {
	display				: block;
	float				: left;
	padding				: 5px;
	font				: normal 10px Tahoma;
	color				: #afaaa6;
}

div#footer div#created {
	display				: block;
	float				: right;
	padding				: 5px;
	font				: normal 10px Tahoma;
	color				: #afaaa6;
}

div#footer div#created a {
	font				: normal 10px Tahoma;
	color				: #afaaa6;
	text-decoration		: none;
}

/**
 * Ramki
 */

div.ramkaTopLeft {
	display				: block;
	margin-top			: 14px;
	margin-left			: 9px;				
	margin-right		: 9px;				
	width 				: 210px;
	height				: 25px;
	background			: #d03500 url(../img/ramka_left.jpg) no-repeat;
}

div.ramkaTopRight {
	display				: block;
	margin-top			: 14px;
	margin-left			: 9px;				
	margin-right		: 9px;				
	width 				: 210px;
	height				: 25px;
	background			: #d03500 url(../img/ramka_right.jpg) no-repeat;
}

div.ramkaTopLeft span {
	display				: block;
	padding-left		: 30px;
	padding-top			: 5px;
	font				: bold 11px Tahoma;
	color				: #FFF;
}

div.ramkaTopRight span {
	display				: block;
	float				: right;
	padding-right		: 30px;
	padding-top			: 5px;
	font				: bold 11px Tahoma;
	color				: #FFF;
}

div.ramkaContent {
	display				: block;
	padding-top			: 7px;
	margin-left			: 9px;				
	margin-right		: 9px;				
	width 				: 210px;
	font				: normal 11px Tahoma;
	color				: #666666;
	background			: #eaeaea url(../img/sep_menu.gif) 0px 7px no-repeat;
}

div.ramkaEnd {
	display				: block;
	margin-left			: 9px;				
	margin-right		: 9px;				
	width 				: 210px;
	height				: 10px;
	background			: url(../img/ramka_end.jpg) no-repeat;
}

div.textPadding {
	padding				: 7px;
	font				  : normal 11px Tahoma;
	line-height   : 17px;
	color				  : #eaeaea;
}

div.textPadding span {
	display				: block;
	margin-top			: 5px;
	margin-bottom		: 5px;
	padding-bottom		: 5px;
	font				: normal 11px Tahoma;
	color				: #676767;
	line-height: 17px;
	background			: url(../img/sep_menu.gif) 0% 100% no-repeat;
}

div.textPadding span strong {
	font				: bold 11px Tahoma;
	color				: #676767;
	line-height: 17px;
}

div.textPadding span a {
	font				: normal 11px Tahoma;
	color				: #d03602;
	text-decoration		: none;
	line-height: 17px;
}

/**
 * Menu
 */

div#baseMenu {
	display				: block;
	width				: 210px;
	margin-top			: 1px;
	font				: normal 11px Tahoma;
	color				: #666666;
}

div#baseMenu ul {
	list-style			: none;
	margin				: 0px;
	padding				: 0px;
	border				: none;
}

div#baseMenu ul li {
	margin				: 0px;
	font				: normal 11px Tahoma;
	background			: #eaeaea url(../img/sep_menu.gif) 0% 100% no-repeat;
}

div#baseMenu ul li a {
	display				: block;
	width				: 100%;
	padding				: 5px 5px 5px 35px;
	font				: normal 11px Tahoma;
	color				: #666666;
	text-decoration		: none;
	background			: url(../img/icon_menu_01.gif) 16px 11px no-repeat;
}

html>body div#baseMenu li a {
	width				: auto;
}

div#baseMenu ul li:hover {
	background			: #FFFFFF url(../img/sep_menu.gif) 0% 100% no-repeat;
}

div#baseMenu ul li.last {
	background			: #eaeaea;
}
div#baseMenu ul li.last:hover {
	background			: #FFFFFF;
}

div#baseMenu ul li ul {
	list-style			: none;
	margin				: 0px;
	padding				: 0px;
	border				: none;
}
div#baseMenu ul li ul li {
	margin				: 0px;
	line-height			: 25px;
	padding-right		: 10px;	
	font				: normal 11px Tahoma;
	background			: #eaeaea url(../img/sep_menu.gif) 0% 100% no-repeat;
}

div#baseMenu ul li ul li:hover {
	background			: #FFFFFF url(../img/sep_menu.gif) 0% 100% no-repeat;
}

div#baseMenu ul li ul li a {
	display				: block;
	width				: 100%;
	padding				: 5px 5px 5px 35px;
	font				: normal 11px Tahoma;
	color				: #ba6443;
	text-decoration		: none;
	background			: url('../img/submenu.gif') 24px 10px no-repeat;
}

/**
 * Baner
 */

div.baner {
	display				: block;
	margin-top			: 14px;
	margin-left			: 9px;				
	margin-right		: 9px;				
	width 				: 210px;
	height				: 75px;
	background-color	: #FFF;
	border-top			: 1px #6e6e6e solid;
	border-bottom		: 1px #6e6e6e solid;
}

div.bannerImg {
	display				: block;				
	width 				: 210px;
	margin-top		: 1px;
	height				: 72px;
	text-align: center;
	background-color	: #eaeaea;		

}
div.bannerImg img {
	display				: block;	
  float         : left;			
	width 				: 90px;
	height				: 60px;
	margin        : 5px;
}
/**
 * Wyszukiwarka
 */

.searchFiled {
	display:			: block;
	float				: left;
	font				: normal 11px Tahoma;
	color				: #000000;
	padding				: 3px;
	width				: 134px;
	border				: 1px #bebebe solid;
}

.searchSubmit {
	display:			: block;
	float				: left;
	font				: normal 11px Tahoma;
	color				: #bebebe;
	padding				: 1px;
	padding-top			: 0px;
	margin-left			: 3px;
	width				: 50px;
	height				: 21px;
	background-color	: #FFF;
	border				: 1px #bebebe solid;
}

/**
 * Treść
 */

.contentHead {
	display				: block;
	margin-top			: 14px;
	margin-left			: 7px;
	width				: 473px;
	height				: 66px;
	background			: url(../img/content_top.jpg) no-repeat;
	font				: normal 11px Tahoma;
	color				: #2c2c2c;
}
.contentHead strong {
	display				: block;
	padding-top			: 25px;
	margin-left			: 45px;
	font				: bold 11px Tahoma;
	color				: #a84e33;
}
.contentHead span {
	display				: block;
	margin-left			: 45px;
	font				: normal 11px Tahoma;
	color				: #bcbcbc;
}
.contentText {
	display				: block;
	margin-left			: 7px;
	width				: 473px;
	height: 			: 150px;
	min-height: 		: 150px;
	background			: url(../img/content_text.jpg) 0% 0% no-repeat;
	font				: normal 11px Tahoma;
	color				: #2c2c2c;
	overflow			: hidden;
}
.contentTextWrite {
	display				: block;
	margin				: 15px;
	width				  : 443px;
	line-height   : 17px;
	background		: none;
	font				  : normal 11px Tahoma;
	color				  : #2c2c2c;
	text-align		: justify;
}

.contentTextWrite * {
	/*font				 : 11px Tahoma; */
	line-height  : 17px;
}

.contentTextWrite ul {
	list-style: disc url();
}

.contentTextWrite ul {
	list-style: disc url();
}

.contentTextWrite ul li {
	list-style: disc url();
}
.contentTextWrite ul li {
	list-style: disc url();
}
.formRow {
	display				  : block;
	margin-bottom   : 5px;
	height          : 20px;
	overflow			  : hidden;
	background			: none;
}

.formName {
  float       : left;
  width       : 75px;
	font				: normal 11px Tahoma;
	color				: #2c2c2c;
	background			: none;
}
.formFiled {
  float       : left;
  width       : 190px;
	font				: normal 11px Tahoma;
	color				: #2c2c2c;
	background			: none;
}
.formFiled input {
	font				   : normal 11px Tahoma;
	color				   : #2c2c2c;
	border         : 1px #CCC solid;
	width          : 180px;
}
.formFiled textarea {
	font				   : normal 11px Tahoma;
	color				   : #2c2c2c;
	border         : 1px #CCC solid;
	width          : 180px;
	height         : 150px;
}
.formError {
  float       : left;
  width       : 130px;
	font				: normal 11px Tahoma;
	color				: #C00;
	background			: none;
}
.formError2 {
  float       : left;
  height      : 20px;
	font				: normal 11px Tahoma;
	color				: #C00;
	background			: none;
}

.formFiled input.inputbox3 {
	font				: normal 11px Tahoma;
	color				: #bebebe;
	background-color	: #FFF;
	border				: 1px #bebebe solid;
  width     : 75px;
}
.formFiled img.formToken {
  border    : 1px #CCC solid;
}
.formFiled input.inputbox4 {
  width     : 75px;
  border    : 1px #CCC solid;
}




div#stronicowanie {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	overflow: hidden;
}
div#stronicowanie a {
	float: left;
  	width: 14px;
  	margin: 1px;
  	color: #FFFFFF;
  	background: #7a0002;
  	text-decoration: none;
 	border: 1px solid #FFFFFF;
}
div#stronicowanie a:hover {
  	background: #FFFFFF;
  	color: #74C400;
}
div#StronicowanieActive {
	float: left;
  	color: #FFFFFF;
   	width: 14px;
  	margin: 1px;
  	background: #858585;
  	font-weight: bold;
 	border: 1px solid #FFFFFF;
}
.NewsRows {
	display: block;
	font				: normal 11px Tahoma;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 440px;
	text-align: left;
	overflow: hidden;
  padding-top: 5px;
  padding-bottom: 10px;
	border-bottom: 1px #626262 dotted;
}
.FotoNews {
	float: left;
	border: 0px; /* #222423 solid; */
	width: 72px;
	height: 72px;
}
.ContentNews {
	font				: normal 11px Tahoma;
	float: right;
	width: 350px;
	margin-right: 5px;
	overflow: hidden;
}
.DateDayNews {
	font				: normal 11px Tahoma;
	float: left;
	width: 34px;
	background-color: #af0f01;
	color: #FFF;
	text-align: center;
}
.DateMounthNews {
	font				: normal 11px Tahoma;
	float: left;
	width: 34px;
	margin-left: 1px;
	background-color: #af0f01;
	color: #FFF;
	text-align: center;
}
.DateYearNews {
	font				: normal 11px Tahoma;
	float: left;
	width: 34px;
	margin-left: 1px;
	background-color: #af0f01;
	color: #FFF;
	text-align: center;
}
.SubjectNews {
	font				: normal 11px Tahoma;
	float: left;
	color: #870006;
	padding-top: 1px;
	padding-left: 5px;
	font-weight: bold;
}
.LidoNews {
	font				: normal 11px Tahoma;
	margin-top: 3px;
	width: 350px;
	line-height: 17px;
	text-align: justify;
}
.LidoNews a {
	font				: normal 11px Tahoma;
	color: #870006;
	text-decoration: none;
}
.TextNews {
	font				: normal 11px Tahoma;
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
	width: 440px;
	text-align: justify;
	line-height: 17px;
	overflow: hidden;
  padding-bottom: 10px;
	border-bottom: 1px #626262 dotted;
}
.backNews {
	font				: normal 11px Tahoma;
	display: block;
	margin: 3px;
	color: #868686;
	text-decoration: none;
}
.archiveNews {
	font				: normal 11px Tahoma;
	display: block;
	margin: 3px;
	color: #868686;
	text-decoration: none;
	text-align: right;
}

#PagePrint {
  margin-top: 30px; 
	overflow: hidden;
	text-align: right;
}
#PagePrint a {
  display: block;
  width: 20px;
	height: 16px;
	text-decoration: none;
	color: #4B4B4B;
}


div.fotoRow {
	display: block;
	overflow: hidden;
	min-height: 150px;
	height: 150px;
}
div.foto {
	float: left;
	width: 137px;
	margin: 10px;
	text-align: center;
	margin: 5px;
	overflow: hidden;
}

div.foto img {
	border: 1px #CCC solid;
}

div#stronicowanie {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	overflow: hidden;
}
div#stronicowanie a {
	float: left;
  	width: 14px;
  	margin: 1px;
  	color: #FFFFFF;
  	background: #7a0002;
  	text-decoration: none;
 	border: 1px solid #FFFFFF;
}
div#stronicowanie a:hover {
  	background: #FFFFFF;
  	color: #74C400;
}
div#StronicowanieActive {
	float: left;
  	color: #FFFFFF;
   	width: 14px;
  	margin: 1px;
  	background: #858585;
  	font-weight: bold;
 	border: 1px solid #FFFFFF;
}

