* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

/************************************************/

body {
	background: #d6d6d6 url('/img/bg.png') repeat-x;
	background-position: top center;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 11px;
	color: #424242;
	line-height: 16px;
}

a {
	color: #304f8f;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a:active {
	color: #3d64b6;
	text-decoration: underline;
}

hr {
	border-top: 1px solid #d7a499;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 15px 0 15px 0;
}

/************************************************/

.clear {
	clear: both;
}

/************************************************/

#center_title {
	margin-bottom: 20px;
	border-bottom: 1px solid #d7a499;
	padding: 8px 0 5px 0;
	min-height: 16px;
}

h1 {
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	color: #ac2300;
}

/************************************************/

#s_center ol {
	margin-left: 17px;
}

#s_center ul {
	margin-left: 17px;
}

/************************************************/

#c_all {
	width: 990px;
	margin: 0 auto;
}

#c_header {

}

#c_middle {
	min-height: 300px;
	background: #fff;
	padding: 0 13px 25px 13px;
}

#c_middle input,textarea,select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2a3749;
	line-height: 18px;
	padding: 2px 4px;
	margin: 2px 0;
}

#c_footer {
	height: 100px;
	padding-top: 15px;
}

/************************************************/
#s_header {
	width: 990px;
	height: 205px;
	position: relative; 
	top: 0; 
	left: 0; 
	z-index: 100;
}

#header_elements {
	width: 990px;
	height: 205px;
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 200;
}

/************************************************/

#s_left {
	width: 209px;
	min-height: 200px;
	padding-top: 4px;
	padding-right: 13px;
	float: left;
}

#s_center {
	width: 520px;
	min-height: 200px;
	padding: ;
	float: left;
}

#s_right {
	width: 209px;
	min-height: 200px;
	padding-left: 13px;
	float: left;
}

/****** menu ******************************************/

.menu_title {
	width: 195px;
	min-height: 18px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	background: url('/img/bg_menu_title.png') no-repeat top left;
	background-color: #d5d5d5;
	color: #535353;
	padding: 10px 5px 2px 9px;
	margin-bottom: 5px;
	cursor: pointer;
}

.menu_title:hover {
	color: #a81f00;
}

.menu_title .active {
	color: #a81f00;
}

.submenu {
	display: none;
	padding: 9px 0 4px 0;
}

.menu_position {
	background: url('/img/menu.png') no-repeat;
	background-position: 0 2px;
	padding: 0 0 5px 14px;
}

.menu_position a {
	color: #6a6a6a;
	text-decoration: none;
}

.menu_position a:hover {
	color: #464646;
	text-decoration: underline;
}

.menu_position .active {
	color: #464646;
	text-decoration: underline;
}

/****** newsy ******************************************/

#news_box {
	width: 547px;
	height: 237px;
	background: #dddcdd;
	padding: 1px;
	margin-bottom: 10px;
}

#nb_photo {
	width: 391px;
	height: 235px;
	float: left;
	border: 1px solid #fff;
	position: relative;
}

#nb_buttons {
	width: 160px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	right: 0px;
}

.nb_title {
	color: #424242;
	font-weight: bold;
	text-decoration: none;
}

.nb_title:hover {
	color: #424242;
} 

.nb_cont {
	color: #424242;
	text-decoration: none;
}

.nb_cont:hover {
	color: #424242;
}

.nb_one_button {
	width: 20px;
	height: 18px;
	display: block;
	float: left;
	color: #fff;
	text-align: center;	
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.nb_one_button:hover {
	text-decoration: none;
	color: #f60000;
	background: #343434;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.active_button {
	text-decoration: none;
	color: #f60000;
	background: #000;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#nb_cont {
	width: 136px;
	height: 235px;
	float: left;
	padding: 9px;
}

#news_list {
	width: 381px;
	min-height: 150px;
	float: left;
	padding-right: 13px;
	
/*	background: yellow;*/ 
}

.news_row {
	margin-bottom: 13px;
	
/*	background: green;*/ 
}

.news_photo {
	width: 100px;
	min-height: 80px; 
	float: left;
}

.news_cont {
	width: 275px;
	padding-left: 6px;
	float: left;
	
/*	background: blue;*/ 
}

.news_date {
	font-weight: bold;
	color: #424242;
	padding-right: 5px;
}

.news_title {
	font-weight: bold;
	color: #304f8f;
	text-decoration: none;
}

.news_title:hover, .news_title:active {
	font-weight: bold;
	color: #304f8f;
/*	text-decoration: none;*/
}

.news_txt {
	color: #424242;
	text-decoration: none;
}

.news_txt:hover, .news_txt:active {
	color: #424242;
/*	text-decoration: none;*/
}

.news_more {
	display: block;
	float: right;
}

#short_news_list {
	float: left;
}

#information {
	width: 155px;
	min-height: 150px;
	float: left;
}

/*******************************************************************/

#readability {
	width: 174px;
	min-height: 29px;
	border-bottom: 1px solid #c2c2c2;
	padding: 0 18px 0 17px;
	margin: 4px 0 20px 0;
	text-align: center;
}

#readability a {
	display: block;
	float: left;
	width: 50px;
	height: 23px;
	margin-top: 6px;
	margin-left: 12px;
}

#readability a:first-child {
	margin-left: 0;
}

#readability a:hover {
	background-color: #2e4a84;
	height: 25px;
	margin-top: 4px;
}

/*******************************************************************/

/*** kalendarz - start *********************************************/

#calendardiv {
	width: 184px;
	font-family: Tahoma;
	font-size: 11px;
	margin-left: 12px; 
}

#calendar a {
	cursor: pointer;
}

#calendar a:hover {
	text-decoration:none; 
}

#calendar td {
	height: 19px;
	cursor: pointer;
}

#calendar_top_bg {
	height: 21px;
	background: url('/img/calendar/top.png') no-repeat top left;
	color: #fff;
	font-weight: bold;
}

#days_row {
	height: 19px;
	background: #dddcdd;
	color: #696969;
}

.calendar_td a{
	color: #888; 
}

.calendar_today {
	background: url('/img/calendar/act.png') no-repeat top left;
}

.calendar_today a {
	color: #fff;
}

.calendar_td_sunday a {
	font-weight: bold;
	color: #8d2033;
}

.calendar_td_empty {
	background: #fff;
}

.calendar_td_event a {
	font-weight: bold;
}

.calendar_td_holiday {
	font-weight: bold;
}

.calendar_td_holiday_weekend {
	font-weight: bold;
}

.calendar_td_holiday_sunday {
	font-weight: bold;
}

#calendar_name_day {
	height: 40px;
	color: #696969;
	text-align: center;
	vertical-align: middle;
}

#calendar_bottom {
	height: 16px;
	background: url('/img/calendar/bottom.png') no-repeat top left;
}

/*** kalendarz - end ***********************************************/

/*******************************************************************/

#s_top_menu {
	height: 41px;
	background: url('/img/bg_top_menu.png') repeat-x top left;
	padding: 0 13px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}

#s_top_menu a {
	color: #ffffff;
	text-decoration: none;
}

#s_top_menu a:hover {
	color: #ffffff;
	text-decoration: none;
}

	/*** nawigacja - gorne menu ***********************************************************************************/
	#nav { 
		width: 753px; 
		height: 29px;
		margin-top: 12px;
		position: relative; 
		bottom: 0; 
		left: 0; 
		font-size: 11px; 
		font-weight: bold;
		text-transform: uppercase;
		float: left; 
	}
	
	#nav ol, #nav ul { 
		list-style: none; 
	}
		
	#nav li.nav_menu_title { 
		float: left; 
		display: inline; 
		position: relative;
		height: 29px; 
	}
	
	#nav li ul { 
		position: absolute; 
		left: 0; 
		top: 29px;
		background-color: #991800; 
		display: none; 
		z-index: 100;
		padding: 10px 10px 15px 0;
		border-top: 1px solid #f0f0f2;
		
		-webkit-border-bottom-right-radius: 9px;
		-webkit-border-bottom-left-radius: 9px;
		-moz-border-radius-bottomright: 9px;
		-moz-border-radius-bottomleft: 9px;
		border-bottom-right-radius: 9px;
		border-bottom-left-radius: 9px;
	}
	
	#nav li a { 
		color: #ffffff; 
		text-transform: uppercase;
		display: block; 
	}
	
	#nav li a:hover { 
		text-decoration: none; 
	}
	
	#nav li.active {
		
	}
	
	#nav li.active a {
		color: #fff;
	}
	
	#nav li.hovered a {
		color: #fff;
	}
	
	#nav li.menu_title.hovered { 
		text-decoration: none; 
	}

	#nav li ul li { 
		height: 16px;
		font-size: 11px;
		line-height: 16px;
		float: none; 
		display: block;
		white-space: nowrap;
		padding: 3px 6px; 
	}
	
	#nav li.hovered ul li a {
		color: #ffffff;
		text-decoration: none;
		font-weight: normal;
		background: url('/img/arrow.png') no-repeat;
		background-position: 0 6px;
		padding-left: 12px;
		display: block;
		text-transform: none;
	}
	
	#nav li.hovered ul li a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	#nav li.hovered ul { 
		display: block; 
	}
	
	.menu_sep {
		padding: 0 15px;
		font-size: 11px;
		color: #d38f7f;
		font-weight: normal;
		float: left; 
		display: inline; 
	}
	
	/**************************************************************************************/


#search {
	width: 211px;
	float: left;
	margin-top: 9px;
}

#search_txt {
	width: 155px;
	height: 23px;
	border: 0 none;
	padding: 0 12px;
	color: #a9a9a9;
	font-size: 12px;
	
	-webkit-border-top-left-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-bottomleft: 9px;
	border-top-left-radius: 9px;
	border-bottom-left-radius: 9px;
}

#ok {
	width: 23px;
	height: 23px;
	border: 0 none;
	
	-webkit-border-top-right-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	-moz-border-radius-bottomright: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
}


/*******************************************************************/

#s_boxes {
	height: 134px;
	padding: 7px 0 0 0;
}

.top_box {
	width: 240px;
	height: 127px;
	margin-left: 10px;
}

.top_box:first-child {
	margin-left: 0px;
}

.top_box img {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

/*******************************************************************/

#s_scrollbar {
	height: 18px;
	padding: 3px 0 4px 0;
	color: #2b3b4b;
}

#s_scrollbar a {
	padding: 0 15px;
	color: #2b3b4b;
	text-decoration: none;
}

#s_scrollbar a:hover {
	color: #2b3b4b;
	text-decoration: underline;
}

/**** pogoda ***************************************************************/

#weather {
	width: 200px;
	height: 250px;
	margin: 0 5px 0 4px;
}

.weather_day_box {
 	width: 200px;
 	height: 100px;
}

	.sm_weather_day_box {
	 	width: 200px;
	 	height: 60px;
	}

.weather_text{
	float: left;
	width: 100px;
}

.weather_day {
	width: 100px;
	height: 30px;
	color: #878787;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 0 0;
	line-height: 20px;
}

	.sm_weather_day {
		width: 100px;
		height: 20px;
		color: #878787;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		margin: 10px 0 0 0;
		line-height: 20px;
	}

.weather_temp {
	width: 100px;
	height: 20px;
	margin-bottom: 30px;
	font-size: 12px;
	font-weight: bold;
}

	.sm_weather_temp {
		width: 100px;
		height: 20px;
		margin-bottom: 10px;
		font-size: 9px;
		font-weight: bold;
	}

.weather_temp_day {
	width: 50px;
	height: 21px;
	text-align: center;
	padding: 4px 0 0 0;
	float: left;
	color: #878787;
}

	.sm_weather_temp_day {
		width: 50px;
		height: 18px;
		text-align: center;
		padding: 2px 0 0 0;
		float: left;
		color: #878787;
	}

.weather_temp_night {
	width: 50px;
	height: 21px;
	text-align: center;
	padding: 4px 0 0 0;
	float: left;
	color: #ffffff;
	background: #878787;
} 

	.sm_weather_temp_night {
		width: 50px;
		height: 18px;
		text-align: center;
		padding: 2px 0 0 0;
		float: left;
		color: #ffffff;
		background: #878787;
	} 

.weather_pict {
	float: left;
	width: 100px;
}

	.sm_weather_pict {
		float: left;
		width: 60px;
		margin-left: 40px;
	}

.weather_pict_relative {
	position: relative;
	width: 100px;
	height: 100px;
	top: 0;
	left: 0;
}
	
	.sm_weather_pict_relative {
		position: relative;
		width: 60px;
		height: 60px;
		top: 0;
		left: 0;
	}

.weather_obl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	z-index: 0;
}

	.sm_weather_obl {
		position: absolute;
		top: 0;
		left: 0;
		width: 60px;
		height: 60px;
		z-index: 0;
	}

.weather_osad {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	z-index: 10;
}

	.sm_weather_osad {
		position: absolute;
		top: 0;
		left: 0;
		width: 60px;
		height: 60px;
		z-index: 10;
	}

/*******************************************************************/

.tickercontainer { /* the outer div with the black border */
	border: 0;
	width: 990px; /* zmiana */ 
	height: 27px; 
	margin: 0; 
	padding: 0;
	overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 0px; /* zmiana */
	top: 2px;
	width: 990px; /* zmiana */
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 750px;
	height: 27px;
	font-size: 11px;
	font-weight: normal;/* font: normal 10px; */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #2b3b4b;
	font-size: 11px;
	font-weight: normal;
	margin: 0 30px 0 0;
	text-decoration: none;
}
ul.newsticker a:hover {
	text-decoration: underline;
	color: #2b3b4b;
}
ul.newsticker a:active {
	text-decoration: underline;
	color: #2b3b4b;
}
ul.newsticker span {
	margin: 0 0 0 0;
	color: #2b3b4b;
}

/***************************************************************************************/

.column_title {
	background: url('/img/bg_column_title.png') repeat-y top left; 
	color: #fff; 
	font-weight: bold; 
	text-transform: uppercase; 
	padding: 3px 10px 3px 9px; 
	margin-top: 10px;
}

#kontakt {
	float: left;
	width: 237px;
	margin-left: 13px;
}

#redakcja {
	float: left;
	width: 517px;
	text-align: left;
}

/*** LIOOSYS ***/
#lioosys {
	float: right;
}

a.lioosys {
	display: block;
	padding: 12px 0 0 70px;
	width: 140px;
	height: 28px;
	color: #7a7a7a;
	margin: 0 13px 0 0;
	background: url('/img/lioosys.png') no-repeat 17px 2px;
	text-decoration: none;
	text-align: right;
}

a.lioosys:hover, a.lioosys:active {
	color: #4a4a4a;
}
