@charset "utf-8";
/* CSS Document */

/* kontener */
#nm_container {
	width: 990px;
	margin: 0 auto;
}

/* naglowek */
#nm_head {
	height: 104px;
	width: 100%;
	background: #1b1b1b;
}
#nm_head #logo {
	padding: 0;
	margin: 0 auto;
	height: 104px;
	width: 960px;
	background: url(../images/layout/headmenu/bg_main.png) no-repeat;

}
#nm_head #logo a {
	width: 226px;
	height: 80px;
	margin: 10px 0 0 20px;
	float: left;
	overflow: hidden;
	position: relative;
	text-indent: -9999em;
}

/* menu poziome */
#nm_headmenu {
	position: relative;
	width: 100%;
	height: 44px;
	background: url(../images/layout/headmenu/bg_menu_inf.png);
}
#nm_headmenu .container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 960px;
	height: 44px;
	margin-left: -480px;
background: url(../images/layout/headmenu/bg_menu.png);
}

#nm_headmenu ul {
	float: left;
	padding: 10px 0 0 0;
	list-style: none;
background: green;
}
#nm_headmenu li {
	position: absolute;
	height: 34px; 
}
#nm_headmenu a {
	height: 34px;
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	background-repeat: no-repeat;
}
#nm_headmenu li.zIndexTop {
	z-index: 30;
}

.but_fundusze { z-index: 14; }
.but_fundusze a { width: 123px; background: url(../images/layout/headmenu/but_fundusze_off.png); }
.but_fundusze a.checked { background: url(../images/layout/headmenu/but_fundusze_on.png); } 

.but_inwestycyjne { z-index: 13; margin-left: 101px; }
.but_inwestycyjne a { width: 134px; background: url(../images/layout/headmenu/but_inwestycyjne_off.png); }
.but_inwestycyjne a.checked { background: url(../images/layout/headmenu/but_inwestycyjne_on.png); }

.but_emerytalne { z-index: 12; margin-left: 212px; }
.but_emerytalne a { width: 134px; background: url(../images/layout/headmenu/but_emerytalne_off.png); }
.but_emerytalne a.checked { background: url(../images/layout/headmenu/but_emerytalne_on.png); }

.but_strukturyzowane { z-index: 11; margin-left: 323px; }
.but_strukturyzowane a { width: 153px; background: url(../images/layout/headmenu/but_strukturyzowane_off.png); }
.but_strukturyzowane a.checked { background: url(../images/layout/headmenu/but_strukturyzowane_on.png); }

.but_alternatywne { z-index: 10; margin-left: 452px; }
.but_alternatywne a { width: 193px; background: url(../images/layout/headmenu/but_alternatywne_off.png); }
.but_alternatywne a.checked { background: url(../images/layout/headmenu/but_alternatywne_on.png); }

#nm_headmenu form {
	padding: 12px 0 0 0;
	float: right;
	width: 207px;
}
#nm_headmenu .word {
	float: left;
	width: 180px;
	height: 15px;
	margin-right: 4px;
	background: #787878;
	border-top: 1px solid #3f3f3f;
	border-bottom: 1px solid #828282;
	border-left: 1px solid #545454;
	border-right: 1px solid #7d7d7d;
	font-size: 0.9em;
	color: #c7c7c7;
}
#nm_headmenu .submit {
	float: left;
}

/* stopka */
#nm_foot {
	width: 775px;
	margin: 0 auto;
}
#nm_foot a {
	text-decoration: none;
}
#nm_foot a:hover {
	text-decoration: underline;
}
#nm_foot ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	height: 60px;
	margin: 0 0 0 25px;
	padding: 0;
}
#nm_foot li {
	width: 140px;
	float: left;
	margin: 0;
	padding: 17px 0 0 3px;
}
#nm_foot li a.logo {
	width: 99px;
	height: 23px;
	float: left;
	overflow: hidden;
	position: relative;
	text-indent: -9999em;
	background: url(../images/layout/foot_logo.png) no-repeat;	
}
#nm_footcontent {
	margin-top: 20px;
}
#nm_footcontent .content {
	background-color: #FFF;
}
#nm_footlinks {
	padding: 5px 0 5px 0;
	text-align: center;
}

/* pozycje */
#nm_left {
	float: left;
	width: 200px;
}
#nm_content {
	float: right;
	width: 775px;
}
#nm_centralLeft {
	width: 379px;
	float: left;
}
#nm_centralRight {
	width: 379px;
	float: right;
}

.b_50x20      { background: #cccccc; border: 0 none; color: #ffffff; float: right; height: 20px; margin-top: 5px; margin-right: -8px; padding: 0 0 2px 0; width: 50px; }
.b_50x20_1    { background: #cccccc; border: 0 none; color: #ffffff; float: right; height: 20px; margin-top: 5px; margin-right: 10px; padding: 0 0 2px 0; width: 50px; }
.i_150x20     { margin: 2px 0 4px 2px; width: 150px; }
#newsletterMessage  { color: #ff0000; padding: 5px 0; text-align: center; }
.label        { color: #48493f; display: block; font-size: 11px; font-weight: bold; margin-left: 2px; }

