﻿/* CSS Document */
body {
	margin: 0;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:hover, a:visited {
	color: #000;
	text-decoration: none;
}
img {
	border: none;
}
a:hover {
	color: #666;
}
.imagebutton {
	float: left;
	display: inline;
	border: 1px solid #C0C0C0;
	background: #c0c0c0;
	height: 20px
}
.dragged {
	border: 0;
	position: absolute;
	cursor: move;
	z-index: 200;
}
.dragy {
	border: 0
}
.dragx {
	float: left;
	border: 0;
	display: inline
}

#noweMenu {
	display: none;
	position: absolute;
	border: 2px solid #000;
	background: #fff;
}
#eLink {
	display: none;
	position: absolute;
	z-index: 40;
	border: 2px solid #000;
	background: #fff;
}
#menu {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu li {
	padding: 0;
	margin: 0;
	background: url('images_advisers/blue-bar.gif') repeat-x 0 0;
	float: left;
	display: inline;
	border-right: 1px solid #fff;
}
#menu li.over {
	background: url('images_advisers/blue-bar.gif') repeat-x 0 -42px;
}
#menu li.unpublished {
	background: url('images_advisers/menu_tlo_g.gif') repeat-x 0 0;
}
#menu li.zaznaczony {
	background: url('images_advisers/blue-bar.gif') repeat-x 0 -42px;
}
#menu a {
	line-height:32px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	font-family: Arial;
	text-decoration: none;
	padding: 5px 10px;
}
#menu a.act {
	background: #5a4099 !important;
	display: none;
	position: absolute;
	top: -100%;
	color: #000;
	padding: 0 10px;
}
#menu li.over a.act {
	display: block !important;
	background: #949e00;
}
#menu li.unpublished a.act {
	background: #a9a9a9 !important;
}
#menu div {
	float: left;
}
/*level 2*/
#menu li ul {
	
	clear: both;
	display: none;
	position: absolute;
	top: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 10;
}
#menu li ul a{ 
padding:0 10px;
}
/*level 3*/
#menu li ul ul {
	display: none;
	position: absolute;
	top: auto;
	left: 100%;
	padding: 0;
	margin: -23px 0 0 0;
	list-style: none;
	z-index: 10;
}
#menu li.over ul ul, #menu li.over ul ul ul {
	display: none;
}
#menu li.over ul, #menu li li.over ul, #menu li li li.over ul {
	display: block;
}
/*level 2-3 items*/
#menu li ul li {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8; 
	opacity: 0.8;
	-khtml-opacity: 0.8;
	vertical-align: bottom;
/* jesli bedzie mozna to TYLKO w panelu*/
	width: 210px;
	display: block !important;
	float: none !important;
	background: #150343 !important;
}
#menu li ul li.over {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0; 
	opacity: 1.0;
	-khtml-opacity: 1.0;
	background: #5a4099 !important;
}
#menu li ul li.unpublished {
	background: #7b7b7b !important;
}
#menu li ul li div {
	display: block !important;
	float: none !important;
	overflow: hidden;
	height: 100%;
}
#menu li ul li a {
	float: left;
	line-height: 23px;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana;
}
#menu li ul li a.act {
	float: right;
	position: static;
	top: auto;
	color: #fff;
	background: #150343 !important;
}
#menu li ul li.over a.act {
	background: #5a4099 !important;
}
#menu li ul li.unpublished a.act {
	background: #7b7b7b !important;
}
.clearfix {
	clear: both;
}
/*search*/
#search-div {
	float: right;
	width: 228px;
	height: 30px;
}
#search {
	float: right;
	clear: both;
	width: 223px;
	height: 30px;
	background: #e2d8fb;
	border: 1px solid #402e6e;
}
#search #txt {
	padding-top: 0px;
}
#search #btn {
	float: right;
	padding-top: 0px;
}
#search-button {
	background: #e2d8fb url(images_advisers/logo-search.gif) right center no-repeat;
	width: 50px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	border: none;
	cursor: pointer;
}
#searchJS {
	position: absolute;
	display: none;
	z-index: 30;
}
#searchJSTitle {
	background: #e2d8fb;
}
#searchJSContent {
	background: #e2d8fb;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
#results {
	position: relative;
}
#results hr {
	color: #402e6e;
	background-color: #402e6e;
	height: 1px;
}
#results a {
	color: #402e6e;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#results .wyniki {
	text-align: center;
	color: #000;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}
#results .wyniki a.close {
	float: right;
	text-decoration: none;
}
.search_bottom_menu {
	text-align: center;
}
.search_bottom_menu a.prev {
	text-decoration: none;
	display: block;
	width: 57px;
	height: 24px;
	background: url('images_advisers/prev.gif') no-repeat 0 -24px;
}
.search_bottom_menu a.next {
	text-decoration: none;
	display: block;
	width: 57px;
	height: 24px;
	background: url('images_advisers/next.gif') no-repeat 0 -24px;
}
.search_bottom_menu a.blank {
	text-decoration: none;
	display: block;
	width: 57px;
	height: 24px;
}
.search_bottom_menu a.prev:hover {
	background-position: 0 0;
}
.search_bottom_menu a.next:hover {
	background-position: 0 0;
}
#s_summary {
	margin-bottom: 10px;
}
.result {
	float: left;
	clear: both;
	border-top: 1px solid #f0f0f0;
	margin-bottom: 10px;
}
.s_tytul {
	float: left;
	padding-bottom: 4px;
	color: #3366CC;
	text-decoration: underline;
}
.s_tekst {
	clear: left;
	float: left;
	padding-bottom: 4px;
}
.s_link {
	float: left;
	clear: left;
	padding-bottom: 4px;
	color: #3366CC;
	text-decoration: underline;
}
/*/
///////////////////////////////////////
/*/
/*/
//////////////search//////////////
/*/
/*/
//////////////////////////////////////////////////
/*/
/* main section */
#bdy {
	margin: 0 auto 0 auto;
	height: auto;
	width: 952px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#top {
	height: 126px;
	width: inherit;
}
#logo {
	float: left;
	width: 194px;
}
#menu-cont {
	float: left;
	width: 758px;
	height: inherit;
}
#links {
	width: 226px;
	height: 31px;
	padding-left: 532px;
}
.link {
	height: 19px;
	margin: 0px;
	padding: 0px;
	margin-top: 6px;
	float: left;
	background: url(images_advisers/grey-topbar.gif) bottom left repeat-x;
	border: solid 1px #999999;
}
.link a {
	padding-top: 3px;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
#menu-div {
	position: absolute;
	width: 530px;
	height: 32px;
	background: url(images_advisers/blue-bar.gif) repeat-x;
}
#content {
	min-height: 342px;
	width: 952px;
	clear: left;
	z-index: 1;
}
#img {
	/*position: relative;
*/
	/*z-index: 1;
*/
	float: left;
	height: 392px;
	width: 543px;
	margin-left: -5px;
	margin-top: 0px;
}
#text, #text2 {
	text-align: justify;
	padding-top: 45px;
	font-size: 11px;
	padding-left: 15px;
	margin-bottom: 30px;
}
#text img, #text2 img {
	border:0;
}
#text {
	width: 370px;
	float: right;
	padding-top: 30px;
	padding-left: 0px;
}
#text a, #text2 a {
  text-decoration: underline;
  color: #402e6e;
}
#text h2, #text2 h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}
.link-boom {
	float: left;
	width: 100%;
	height: 21px;
	display: block;
	padding-top: 3px;
	padding-left: 22px;
	background: url(images_advisers/link-boom.gif) no-repeat left top;
}
.link-boom a {
	display: block;
	width: 100%;
	font-weight: bold;
	height: 100%;
	color: #000 !important;
		text-decoration: none !important;
}
#footer {
	height: 90px;
	width: 100%;
	padding-top: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#trlink-cont {
	position: relative;
	clear: both;
	float: left;
	width: 551px;
	height: 34px;

	
}
#trlink-cont a {
	font-weight: bold;
	display: block;
	width: 100%;
	padding-top: 9px;
	padding-bottom: 10px;
	text-align: center;
	
}
#trlink-rel {
	position: absolute;
	top: -35px;
}
#trlink-add-cont {
	height: 32px;
	width: 551px;
	margin-bottom: 3px;
	text-align: left;

}
.trlink-add, .trlink-1, .trlink-1on , .trlink-2, .trlink-2on, .trlink-3, .trlink-3on {
	float: left;
	height: 34px;
	width: 179px;
	margin-left: 2px;
}
.trlink-add {
	height: 30px;
	border: 1px solid #402e6e;
}
.trlink-add-1 {
  width: 362px;
}
.trlink-1 {
	background: transparent url(images_advisers/dblue-bar.gif) repeat-x 0 0px;
	border-left: 1px solid #666600;
	border-right: 1px solid #666600;
}
.trlink-1on {
	background: transparent url(images_advisers/dblue-bar.gif) repeat-x 0 -44px;
	border-left: 1px solid #666600;
	border-right: 1px solid #666600;
}
.trlink-2 {
	background: transparent url(images_advisers/green-bar.gif) repeat-x 0 0;
	border-left: 1px solid #05042e;
	border-right: 1px solid #05042e;
}
.trlink-2on {
	background: transparent url(images_advisers/green-bar.gif) repeat-x 0 -44px;
	border-left: 1px solid #05042e;
	border-right: 1px solid #05042e;
}
.trlink-3 {
	background: transparent url(images_advisers/orange-bar.gif) repeat-x 0 0;
	border-left: 1px solid #c86300;
	border-right: 1px solid #c86300;
}
.trlink-3on {
	background: transparent url(images_advisers/orange-bar.gif) repeat-x 0 -44px;
	border-left: 1px solid #c86300;
	border-right: 1px solid #c86300;
}
.trlink-add a {
	font-weight: bold;
	color: #402e6e;
	font-size: 10px;
	display: block;
	width: 100%;
	padding-top: 9px !important;
	padding-bottom: 9px !important;
}
.trlink-add a:hover {
	color: #04042e;
}

#seclink-cont {
	position: relative;
	float: right;
	width: 401px;
	height: 34px;
}
#secuplink {
	position: absolute;
	top: -35px;
	left: 1px;
	margin: 0px;
	padding: 0px;

}
#godlos {
	position: absolute;
	float: left !important;
	top: 0px;
	width: 224px;
	height: 30px;
	margin-bottom: 2px;
	margin-left: 176px;
	padding: 0px;

}
.link-updown {
	float: right;
	clear: none;
	display: block;
	margin-bottom: 4px;
	margin-left: 0px;
	height: 30px;
	border: 1px solid #402e6e;
	text-align: center;

}
.link-updown a {
	font-weight: bold;
	color: #402e6e;
	font-size: 10px;
	display: block;
	width: 100%;
	padding-top: 9px !important;
	padding-bottom: 9px !important;
}
.link-updown a:hover {
	color: #04042e;
}


#zielink-cont {
	float: left;
	width: 548px;
	left: 1px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	text-align: center;

}
#zielink {
	background: url(images_advisers/blue-bar2.gif) no-repeat top;
	height: 32px;
	width: 544px;
	border: 1px solid #402e6e;
	margin-left: 2px;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

#secup1, #secup2 {
	width: 1px;
	height: 1px;
}
#secup1 {
	float: left !important;
	background: url(images_advisers/zero.gif) no-repeat left;
	margin-left: 10px;

}
#secup2 {
	position: absolute;
	float: right !important;
	background: url(images_advisers/zero.gif) no-repeat right;
	top: 0px !important;
	margin-left: 243px;

}
#secuplink #linksecup {
	float: left;
	width: 490px;
	text-align: center;
	
}
#linksecup a {
	color: white;
}

#seclink-down {
	clear: both;
	padding-top: 35px;
	width: 100%;
}
#link-edytuj-cont {
  position:relative;
  width: 1px;
  height: 1px;

}
#link-edytuj {
  position: absolute;
  top: 35px;
  left: 0px;
}
.link-down {
	float: left;
	clear: none;
	display: block;
	height: 32px;
	border: 1px solid #402e6e;
	text-align: center;
}
.link-down a {
	font-weight: bold;
	color: #402e6e;
	font-size: 10px;
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.link-down a:hover {
	color: #04042e;
}
#realfooter {
	float: left;
	width: 952px;
/* tututut */
	padding-top: 20px;
	margin: 0;
	text-align: right;
	font-size: 10px;
	color: #666666;
}
#realfooter a {
	color: #333333;
	font-weight: bold;
}
#admin-sect {
	padding: 5px;
	background-color: #000;
	color: #fff;
}
#admin-sect a {
	color: #fff;
}
/* menu2 menu2 menu2 menu2 menu2 menu2 menu2*/
/* menu2 menu2 menu2 menu2 menu2 menu2 menu2*/
/* menu2 */
#menu2 {
	overflow: hidden !important;
	float: right;
	width: 229px;
	margin-right: -3px;
	margin-bottom: 40px;
}
/*level 1*/
#menu2 ul {
	background: url('images_advisers/blue-bar-tlo.gif') 0 0px !important;
	width: 227px;
	padding: 0;
	margin: 0;
	list-style: none;
}
/*level 2-3 items*/
#menu2 ul li {
/* jesli bedzie mozna to TYLKO w panelu*/
	padding: 0;
	margin: 0;
	float: left !important;
	background: url('images_advisers/blue-bar.gif') repeat-x 0 0;
	width: 227px;
	border-bottom: 1px solid #fff;
}
.checked {
	background: url('images_advisers/blue-bar.gif') repeat-x 0 -42px !important;
}
#menu2 ul li.unpublished {
	overflow: hidden !important;
	background: #444 !important;
	color: #CCCCCC;
}
#menu2 ul li div {
	display: block !important;
	float: none !important;
	overflow: hidden;
	height: 100%;
}
#menu2 ul li a {
	display: block;
	line-height: 32px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	font-family: Arial;
	text-decoration: none;
	padding: 0 10px;
	width: 206px;
}
#menu2 ul li a.act {
	float: right;
}
#menu2 ul li.over {
	background: url('images_advisers/blue-bar.gif') repeat-x 0 -42px !important;
}
/*level 2*/
#menu2 ul ul {
	padding: 0;
	margin: 0px 0 0 0;
	list-style: none;
	background-color: #000;
	display: block;
}
#menu2 ul ul li {
	float: left;
	display: block;
	height: 20px;
	padding-bottom: 0px;
	padding-top: 0px !important;
	background: #150343;
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	border-bottom: 1px solid #150343;
/* background */
}
#menu2 ul ul li.over {
	background: #5a4099 !important;
}
#menu2 ul ul li a {
	display: block;
	font-size: 11px;
	font-weight: normal;
	width: 206px;
	margin: 0;
	line-height: 20px !important;
}
.checked1 {
	background: #5a4099 !important;
}
#img_form {
	padding: 0px;
	background: #fff;
	display: none;
	width: 248px;
}
#img_form2 {
	padding: 0px;
	background: #fff;
	display: none;
	width: 170px;
}
#upload_frame {
	margin: 0;
	border: 0;
	width: 248px;
}
#upload_frame2 {
	margin: 0;
	border: 0;
	width: 170px;
}
/*AKTUALNOSCI*/
#aktualnoscNowa {
	display: none;
	font-family: verdana;
	font-size: 10px;
}
.aktualnosci {
	color: #002575;
	font-family: verdana;
	font-size: 10px;
}
.aktualnosc_data {
	margin-top: 0px
}
.aktualnosc_more {
	text-align: right
}
.aktualnosc_title {
	color: #000;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0;
}
.aktualnosci a.more {
	padding-top: 5px;
	padding-right: 10px;
	color: #002575;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/more_a.gif) no-repeat bottom right;
}
.aktualnosci a.less {
	padding-top: 5px;
	padding-left: 10px;
	color: #002575;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/less_a.gif) no-repeat bottom left;
}
.aktualnosci .aktualnosc_msg {
}
.aktualnosc {
	margin-top: 10px;
	margin-bottom: 10px
}
.add_new {
	padding: 5px 0;
}
.add_new a {
	font: bold 12px verdana;
	color: #000;
	text-decoration: none;
}
.aktualnosc_menager {
	padding: 0px;
	text-align: right;
}
.aktualnosc_menager a {
	color: #000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 5px;
}
#calend {
	border: 1px solid #000;
	font-size: 11px;
	font-family: verdana, arial;
	background: #fff
}
#calend button {
	border: 0;
	font-size: 11px;
	font-family: verdana, arial;
}
#calend .year {
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 11px;
	font-family: verdana, arial;
}
#calend .year button {
	background: #000;
	color: #fff;
	font-size: 11px;
	font-family: verdana, arial;
}
#calend .month {
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 11px;
	font-family: verdana, arial;
}
#calend .month button {
	background: #000;
	color: #fff;
	font-size: 11px;
	font-family: verdana, arial;
}
#calend .week {
	background: #000;
	color: #fff;
	font-size: 11px;
	font-family: verdana, arial;
}
#calend a {
	display: block;
	color: #000;
	text-decoration: none;
	background: #fff;
	width: 100%;
	font-size: 11px;
	font-family: verdana, arial;
}
#calend a:hover {
	color: #000;
	background: #000;
	color: #fff
}
#calend .cur {
	color: #000;
	background: #000;
	color: #fff
}
/* GALERIA */
.doc_grupa {
	margin: 1px auto 1px -5px;
	margin-bottom: 35px;
	width: 769px;
	float: right;
}
.doc_grupa .doc_grupa_files {
	display: none
}
.doc_grupa .doc_grupa_files td {
	background: #e5dbff;
	width: 182px;
	height: 118px;
}
.doc_grupa .doc_grupa_files , .show {
	font: 11px verdana;
	color: #002575;
}
.doc_grupa .file {
	border: 15px solid #e5dbff;
	width: 115px;
}
.doc_grupa .file {
	font: 11px verdana;
	color: #002575;
}
.doc_grupa .download {
	font: bold 12px verdana;
	color: #002575;
	text-decoration: none;
	margin: 0 7px;
}
.doc_grupa .doc_grupa_title {
	padding: 4px;
	border-bottom: 1px solid #002575;
}
.doc_grupa .doc_grupa_title td {
	color: #002575;
	font: 11px verdana;
}
.doc_grupa .doc_grupa_title a {
	font: 11px verdana;
	margin: 0 7px;
	text-decoration: none;
	color: #5a4099;
}
.doc_grupa .doc_grupa_title a img {
	border: 0;
	display: inline
}
.doc_grupa .show {
	display: block
}
.doc_grupa .hide {
	display: none
}
.doc_grupa .title a {
	display: block;
	width: 100%;
	font-weight: bold;
	padding-top: 4px;
	border: 1px solid #fff;
	color: #002575;
}
.koment {
  width: 753px;
  padding: 5px;
  color: rgb(10,10,10);
}
/* FORMULARZ */
.form-title {
  color: #5a4099 !important;
  font-weight: bold !important;
  font-size: 12px !important;
}
.formularz table {
}
.formularz td {
	color: #000;
	padding-left: 10px;
	font: 10px verdana
}
.formularz div {
	margin: 8px 0;
}
.formularz input, .formularz option, .formularz select {
	width: 155px;
	color: #000;
	font: 10px verdana
}
.formularz select {
	width: 155px;
	padding: 0px 0px;
	color: #000;
	font: 10px verdana
}
.formularz2 table {
}
.formularz2 td {
	color: #000;
	padding-left: 10px;
	font: 10px verdana
}
.formularz2 div {
	margin: 8px 0;
}
.formularz2 input, .formularz option, .formularz select {
	color: #000;
	font: 10px verdana
}
.formularz2 select {
	padding: 0px 0px;
	color: #000;
	font: 10px verdana
}
.image_in_content {
	text-align: center;
}
.round {
}
.round .container {
	color: #000;
	padding: 2px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #e2d8fb;
}
.round b.rtop b , .round b.rbottom b {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background: #e2d8fb;
}
.round b.rtop b.r1 , .round b.rbottom b.r1 {
	background-color: #000
}
.round b.rtop b.r2 , .round b.rbottom b.r2 {
	border-right: 2px solid #000;
	border-left: 2px solid #000;
}
b.rtop, b.rbottom {
	display: block;
}
b.rtop b, b.rbottom b {
	display: block;
	height: 1px;
	overflow: hidden;
}
b.r1 {
	margin: 0 5px;
}
b.r2 {
	margin: 0 3px;
}
b.r3 {
	margin: 0 2px;
}
b.rtop b.r4, b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px;
}
/*----MAPA-----*/
#mapa {
	list-style-type: square;
	margin: 0 0 0 15px;
	padding: 0;
}
#mapa ul {
	list-style-image: url('images_advisers/map_li.gif');
	margin: 0 0 0 20px;
	padding: 0;
}
#mapa li {
	margin: 0;
	padding: 0;
}
/*------galeria----*/
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}
#lightboxCaption {
	float: left;
}
#keyboardMsg {
	float: right;
}
#closeButton {
	top: 5px;
	right: 5px;
}
#lightbox img {
	border: none;
	clear: both;
}
#overlay img {
	border: none;
}
#overlay {
	background-image: url(images_advisers/overlay.png);
}
* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="images_advisers/overlay.png", sizingMethod="scale");
}
/*-----GALERIA----*/
.basic {
	font: 11px verdana;
	color: #000;
}
.basic input , textarea {
	font: 11px verdana;
	color: #101000;
	background: #fff
}
.basic button {
	border: 0;
	font: 11px verdana;
	color: #fff;
	background: #a5ad00;
}

#kursy {
  position:absolute;
  width: 758px;
  height: 18px;
  top: 67px;
  z-index: 0;
  background-color: #e2d8fb;
}
#nousuform td {
  padding: 0px;
  padding-left: 0px;
  padding-right: 5px;
  margin: 0px;
}

  .with_logo{
	  height:100%;
	  overflow:hidden;
  }
  
   .with_no_logo ul{
	   margin:0;
	   padding:0;
	   list-style-position:inside;
   }
  
  
  .with_logo div.img
  {
	float:left;
  margin: 2px;
  height: 90px;
  width: 120px;
  float: left;
  text-align: center;
  }

  .with_logo a.logo {
	  display:block;
	  height: 55px;
	  width: 120px;
	  background-repeat:no-repeat;
	  background-position:center center;
  }

.with_logo div.desc
  {
	color:#5A4099;
  text-align: center;
  width: 100%;
  margin: 4px 0;
  }


.form_firma td{
	border-bottom:1px solid #f0f0f0;
}

.norm_link{
	color:#000 !important;
	
}

.f_poz{
	white-space:nowrap;
	font-weight:bold;
}

.kotwica {
	text-decoration:none !important;
	color:#000 !important;
}