/**
 * OGÓLNE
 */
body
{
	font-size:12px;
	font-family:Arial, Helvetica;
	background: #fbfcfe url('../layout/background.jpg') repeat-x top;
	padding:0;
	margin:0;
	color:#000;
}
a img
{
	border:0;
	vertical-align:bottom;
}
p
{
	text-align:justify;
	line-height:20px;
	font-size:12px;
	margin:10px 0;
}
.clear
{
	height:1px;
	overflow:hidden;
	clear:both;
}






/**
 * LINKI
 */
a:link, a:visited
{
	text-decoration:none;
	color:#ed1c24;	
}
a:hover
{
	color:#000;
}
a.transparent:link img, a.transparent:visited img
{
	opacity:1.00;
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
}
a.transparent:hover img
{
	opacity:0.70;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
}
.news_more a:link, .news_more a:visited
{
	text-decoration:none;
	color:#fff;
	background:#2e3192 url('../layout/news_more.gif') no-repeat 0 0;
	display:block;
	padding:2px 10px 3px 20px;
}
.news_more a:hover
{
	background:#ed1c24 url('../layout/news_more_hover.gif') no-repeat 0 0;
}









/**
 * KONSTRUKCJA
 */
#header
{
	width:972px;
	margin:0 auto;
	height:92px;
	border-bottom:4px solid #712a88;
}
#logo
{
	width:233px;
	height:66px;
	position:absolute;
	margin:17px 0 0 0;
}
#banner_top
{
	float:right;
	display:inline;
	margin:16px 0 0 0;
	width:600px;
	height:70px;
	overflow:hidden;
	text-align: right;
}
#container
{
	width:950px;
	border-left:1px solid #dbe0e5;
	border-right:1px solid #dbe0e5;
	border-bottom:1px solid #dbe0e5;
	margin:0 auto;
	background:#fff;
	padding:10px;
}
#left_column
{
	width:202px;
	float:left;
	display:inline;
}
#banner_left
{
	border:1px solid #e5e5e5;
}
#content
{
	width:738px;
	float:right;
	display:inline;
}
#footer
{
	width:972px;
	margin:0 auto;
	padding:3px 0 5px 0;
}
.h1
{
	border:1px solid #dbe1e6;
}
.h1 div
{
	margin:1px;
	background:#f7f8f8 url('../layout/bgr_h1.gif') repeat-x top;
	padding:3px 2px;
}
.h1 div h1
{
	padding:5px 8px 4px 8px;
	border-left:7px solid #6c92c6;
	margin:0;
	font-size:12px;
	font-weight:normal;
}
.h1 div h1 img
{
	vertical-align:middle;
	padding:0 5px;
}
#content_left
{
	width:304px;
	float:left;
	display:inline;
}
#content_right
{
	width:424px;
	float:right;
	display:inline;
}
.small_text
{
	font-size:11px;
	color:#707070;
	text-align:justify;
	line-height:17px;
	padding:3px;
}
.more
{
	text-align:right;
	font-size:11px;
}
ul.list
{
	margin:0;
	padding:10px 0;
	font-size:11px;
}
ul.list li
{
	list-style:none;
	background:url('../layout/li.gif') no-repeat 13px 8px;
	margin:0;
	padding:2px 0 2px 20px;
}
ul.list li a:link, ul.list li a:visited
{
	text-decoration:none;
	color:#707070;	
}
ul.list li a span
{
	color:#959595;
}
ul.list li a:hover, ul.list li a:hover span
{
	color:#000;
}
div.main_firm_base
{
	float:left;
	display:inline;
	width:141px;
}
table#main_kursy_walut
{
	color:#7a7a7a;
	margin:10px auto;
}






/**
 * AKTUALNOŚCI
 */
.news_title
{
	font-size:24px;
	color:#2f3192;
	padding:5px 0;
}
.news_title img
{
	vertical-align:middle;
}
.news_pic
{
	float:left;
	display:inline;
	margin:0 10px 0 0;
}
.news_pic img
{
	border:1px solid #7598c9;
}
.news_text
{
	line-height:20px;
	color:#636363;
	text-align:justify;
}
.news_date
{
	color:#2e3192;
	padding:8px 0 0 0;
}
.news_comment
{
	float:right;
	display:inline;
	color:#ed1c24;
}
.news_more
{
	float:right;
	display:inline;
	margin:-3px 0 0 10px;
}
.news_spacer
{
	height:8px;
	overflow:hidden;
	background:url('../layout/news_spacer.gif') no-repeat top center;
	margin:30px 0 15px 0;
}






/**
 * NOWE PAGE NA UL
 */
div.page
{
	margin:10px 0;
	height:20px;
}
div.page ul
{
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	float:right;
	display:inline;
}
div.page ul li
{
	float:left;
	display:inline;
	margin:0 0 0 2px;
	padding:0;
}
div.page ul li a:link, div.page ul li a:visited
{
	display:block;
	background:#fff;
	padding:2px 5px;
	color:#939faa;
	border:1px solid #dbe1ea;
}
div.page ul li a:hover
{
	background:#d9d9d9;
}
div.page ul li.active a
{
	background:#f26522 !important;
	color:#fff !important;	
}







/**
 * MENU
 */
ul.menulist
{
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
ul.menulist li
{
	margin:0;
	padding:1px 0 2px 0;
	line-height:normal;
	height:30px;
	width:202px;
	background:url('../layout/menu_li.gif') no-repeat 0 0;	
}
ul.menulist li a:link, ul.menulist li a:visited
{
	display:block;
	padding:8px 10px 7px 10px;
	color:#000;
	width:174px;
	border-left:8px solid #1a4795;
}
ul.menulist li a:hover
{
	color:#cecece;
}
ul.menulist li.active a
{
	font-weight:bold;
}
ul.menulist li a#menulist1, h1.border1   { border-color:#1a4795 !important; }
ul.menulist li a#menulist2, h1.border2   { border-color:#6c92c6 !important; }
ul.menulist li a#menulist3, h1.border3   { border-color:#ed2024 !important; }
ul.menulist li a#menulist4, h1.border4   { border-color:#fcee21 !important; }
ul.menulist li a#menulist5, h1.border5   { border-color:#faa51b !important; }
ul.menulist li a#menulist6, h1.border6   { border-color:#029bbe !important; }
ul.menulist li a#menulist7, h1.border7   { border-color:#c3a4cd !important; }
ul.menulist li a#menulist8, h1.border8   { border-color:#00a651 !important; }
ul.menulist li a#menulist9, h1.border9   { border-color:#f6989d !important; }
ul.menulist li a#menulist10, h1.border10 { border-color:#d7d7d7 !important; }