
.jdm_hover a:hover,
.jdm_hover ul a:hover,
.is_on_path a {
color:#d4d4d4 !important;
}
.is_on_path ul a {
color:#fff !important;
}


#horizontal_menu_container{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top:60px;
	left:0px;
}


/* poziom 1 */
ul.jd_menu_horizontal { margin: 0;	padding: 0 0 0 1em;	z-index:9999;}
ul.jd_menu_horizontal li {
width:auto!important;
padding: 2px 16px 0;	
cursor: pointer;	
white-space: nowrap; 
text-align:center;
background:url("ff_gfx_templates/portal_1/images/themes/default/items.gif") no-repeat right 5px transparent;
}
ul.jd_menu_horizontal a, ul.jd_menu_horizontal a:active, ul.jd_menu_horizontal a:link, ul.jd_menu_horizontal a:visited {
 color:#fff;
	font-weight:bold;
  text-decoration: none;
	padding:8px 0 6px 0;
	display:block;
text-transform:uppercase;
}


ul.jd_menu_horizontal li.jd_menu_active_menubar, ul.jd_menu_horizontal li.jd_menu_hover_menubar {border: none;}

/* -- Sub-Menus Styling -- */
ul.jd_menu_horizontal ul {
	margin: 0px;	padding: 0px;	border:0; 	
	float:left;
	clear:both;
}
ul.jd_menu_horizontal ul li {
	background-image:none;
	margin: 0px;
	padding:0;
  text-align:left;
}

ul.jd_menu_horizontal ul li a, ul.jd_menu_horizontal ul li a:active, ul.jd_menu_horizontal ul li a:link, ul.jd_menu_horizontal ul li a:visited {
	text-decoration: none;
	padding:6px 30px 6px 20px;
}


/* hover */

ul.jd_menu_horizontal .jdm_hover a, ul.jd_menu_horizontal  .jdm_hover a:hover {
	/*color: #d4d4d4;*/
	
}



ul.jd_menu_horizontal,
ul.jd_menu_vertical {
	list-style-type: none;
}
ul.jd_menu_horizontal li {
	float: left;
}
ul.jd_menu_horizontal ul,
ul.jd_menu_vertical ul {
	position: absolute;
	display: none;
	list-style-type: none;
	z-index: 1000;
background-color:#666E7B;
}
ul.jd_menu_horizontal ul li,
ul.jd_menu_vertical ul li {
	float: none;
}

.tree_menu_selected ul li,
.tree_menu_selected {
display:block !important;
}

#tree_menu_container ul li {
white-space:normal;
border-bottom:1px solid #fff;
}

#tree_menu_container ul li ul li a {
color:#3a3f48;
}
#tree_menu_container ul li ul li ul li a {
color:#3a3f48 !important;
}

#tree_menu_container ul li ul li ul li.tree_menu_selected a,
#tree_menu_container ul li ul li ul li a:hover {
color:#1065b3 !important;
}


.tree_menu_selected,
.tree_menu_expanded {
/*margin-bottom:1em !important;*/
}
.tree_menu_expanded .tree_menu_selected,
ul li ul .tree_menu_expanded {
margin:0 !important;
}

.tree_menu_selected a {
	color: #868d97 !important;
}
ul li ul .tree_menu_selected a{
/*background:transparent url(images/arrow.gif) no-repeat scroll 1px 5px !important;*/
color:#1065b3 !important;
}
.tree_menu_selected ul li a {
	color: #3a3f48 !important;
}
ul.jd_menu_tree {
	list-style-type: none;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
ul.jd_menu_tree ul {
	list-style-type: none;
	margin: 1px 0;
	padding: 0;
	margin-bottom:0;
}
ul.jd_menu_tree ul li ul {
margin-bottom:0;
}
ul.jd_menu_tree li {
	margin: 0;
	padding: 0;
	/*width: 163px;*/
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
font-weight:bold;
	/*background: White;*/
	color: #1e1e1e;
display:block;

}
ul.jd_menu_tree li ul li {
background:url(ff_gfx_templates/portal_1/images/themes/default/arrli.gif) no-repeat scroll 4px 9px transparent;
padding-left:20px;
}



/* domyślny (pierwszy) poziom, dziedziczony przez niższe poziomy */
ul.jd_menu_tree a, 
ul.jd_menu_tree a:active,
ul.jd_menu_tree a:link,
ul.jd_menu_tree a:visited {
	/*width: 200px;*/
	text-decoration: none;
	color: #868D97;

display:block;
padding:2px 0 4px;

}
/* rozwinięte */
ul.jd_menu_tree li.tree_menu_expanded {

}
/* wybrane (aktualne) */
ul.jd_menu_tree .tree_menu_selected a {
	color: #868D97;
}

ul.jd_menu_tree ul li a.tree_menu_hover {
color:#1065b3 !important;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/de/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/de/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 75px;
	height: 22px;
	background: transparent url(images/de/closelabel.gif) no-repeat center;
	margin: 5px 0 5px 5px;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* CODA SLIDER */
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 65px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 0; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 310px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 100px;
	clear: both;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 310px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0 4px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav li.tab1 a { background: #60f }
.stripNav li.tab2 a { background: #60c }
.stripNav li.tab3 a { background: #63f }
.stripNav li.tab4 a { background: #63c }
.stripNav li.tab5 a { background: #00e }

.stripNav li a:hover {
	background: #333;
}

.stripNav li a.current {
	background: #000;
	color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 2px;
	text-indent: -9000em;
	overflow:hidden;
	z-index:999;
}

.stripNavL a, .stripNavR a {
	display: block;
height:15px;
width:26px;
}

.stripNavL {
	right: 29px;
}

.stripNavR {
	right: 2px;
}

.stripNavL {
	/*background: url('ff_gfx_templates/default/images/themes/default/arrow.gif') no-repeat left 0;*/
background:url("ff_gfx_templates/default/images/themes/default/items.gif") no-repeat scroll left -50px transparent;
}

.stripNavR {
	/*background: url('ff_gfx_templates/default/images/themes/default/arrow.gif') no-repeat right 0;*/
background:url("ff_gfx_templates/default/images/themes/default/items.gif") no-repeat scroll -27px -50px transparent;
}



textarea {
height:90px;
width:260px;
font-size:12px !important;
}
.input {
width:160px;
font-size:12px !important;
}

.pl {
/*background:url(ff_gfx_templates/portal_1/images/themes/default/pl.gif) no-repeat right 3px transparent;*/
background:url("ff_gfx_templates/portal_1/images/themes/default/items.gif") no-repeat scroll 19px -65px transparent;
}
.en {
/*background:url(ff_gfx_templates/portal_1/images/themes/default/en.gif) no-repeat right 3px transparent;*/
background:url("ff_gfx_templates/portal_1/images/themes/default/items.gif") no-repeat scroll 19px -79px transparent;
}
.de {
/*background:url(ff_gfx_templates/portal_1/images/themes/default/de.gif) no-repeat right 3px transparent;*/
background:url("ff_gfx_templates/portal_1/images/themes/default/items.gif") no-repeat scroll 19px -93px transparent;
}
#head #langBox {position:absolute;z-index:999;}
#head .pl #langBox {
right:22px;
}
#head .en #langBox {
right:19px;
}
#head .de #langBox {
right:16px;
}
#head #langButton {cursor: pointer;text-transform:lowercase;color:#E1E1E1;}
#head #langBox ul {
background-color:#033071;
display:none;	margin:2px 0 0 0;	padding:4px 10px !important; position:absolute; top:12px; left:0px;text-align:left;	}
#head #langBox ul li {

}
#head .visible ul {display:block !important;background-color:#2c373b;}
#head .visible ul li {list-style-type: none; 	padding: 0 0 2px 0;text-align:left;float:left;}
#head .visible a, #head.visible a:link, #head .visible a:visited, #head .visible a:active {color:#f2f2f2;	text-decoration:none;}
#head .visible a:hover {color:#a4a4a4;}
#head .visible #selected {}

.one_news_more {
text-align:right;
padding-bottom:0.5em;
}
.wrapper .news_title {
font-size:11px;
}

#navbar_slot {
left:10px;
position:absolute;
top:108px;
color:#868d97;
}
#navbar_slot span,
#navbar_slot a {
color:#868d97;
}
a, a:link, a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}

#mainpage .main_cell {
font-size:11px !important; 
}

#wrapper {
background:#eaebed url(ff_gfx_templates/portal_1/images/themes/default/bgsub.gif) repeat 0 0;
clear:both;
float:left;
width:930px;
padding:0 25px;
}
#subpage #contentClose {
background: transparent url('ff_gfx_templates/portal_1/images/themes/default/bgsubclose.gif') no-repeat 0 0 !important;
width:100%;
float:left;
clear:both;
height:16px;
}
.input_submit_search{
float:left;
}

.ndate{
color:#959596;
font-size:110%;
padding-bottom:5px;
font-weight:bold;
}

em {
color:#3d73b7;
}

#mainpage h1.folder_title {
color:#1456a9;
font-size:110% !important;
}

#addLinks {
float:left;
clear:both;
border-bottom: solid 1px #80858f;
margin-bottom:2px;
padding:1em 0;
text-align:center;
width:100%;
color:#dddee1;
}
#addLinks a {
color:#dddee1;
padding:0 10px;
}
#panel1 {
background:transparent url(ff_gfx_templates/portal_1/images/themes/default/de/panel1.gif) no-repeat 0 0;
height:94px;
width:310px;
float:left;
padding:10px;
overflow:hidden;
}
#panel2 {
background:transparent url(ff_gfx_templates/portal_1/images/themes/default/de/panel1.gif) no-repeat -330px 0;
height:90px;
width:389px;
float:left;
padding:12px 17px 12px 13px;
overflow:hidden;
}
#panel3 {
background:transparent url(ff_gfx_templates/portal_1/images/themes/default/de/panel1.gif) no-repeat -749px 0;
height:114px;
width:231px;
float:left;
}
#panel3 img {
float:left;
padding:35px 0 0 15px;
}
#panel3 ul {
padding:30px 0 0 0;
float:left;
}
#panel3 ul li {
list-style-type:none;
}

#panel3 ul a {
color:#f7f7f8;
}

#welcome {
background-color:#BEC1C6;
height:455px;
padding:3px 3px 0;
width:974px;
}

#topbar {
padding-right:5px;
z-index:100;
color:#E1E1E1;
position:absolute;
right:10px;
top:12px;
text-align:right;
}
#topbar a {
color:#e1e1e1;
text-transform:lowercase;
padding:0 13px;
}

.mceEditorContainer {
float:left;
clear:both;
}

.main_cell input {
border: solid 1px #DFDFDF;
padding:3px 4px;
}

.newsthumb {
width:81px;
height:81px;
display:block;
float:left;
margin: 1em 1em 0 0;
}

#hiddenresult div {
width:100%;
clear:both;
}

#contrastversion, #textversion {
float:right;
}
#textversion {
background:transparent url(images/dot.gif) no-repeat scroll right 5px;
}
#contrastversion a, #textversion a {
font-weight:normal;
color:#4F4F4F;
font-weight:normal !important;
padding:0 10px;
}
#contrastversion a:hover, #textversion a:hover {
text-decoration:underline;
}
.zoom1, .zoom1 a, .zoom1 p a, .zoom1 input, .zoom1 label, .zoom1 span, .zoom1 .table, .zoom1 .table_doc {font-size:11px;}
.zoom2, .zoom2 a, .zoom2 p a, .zoom2 input, .zoom2 label, .zoom2 span, .zoom2 .table, .zoom2 .table_doc {font-size:14px;}
.zoom3, .zoom3 a, .zoom3 p a, .zoom3 input, .zoom3 label, .zoom3 span, .zoom3 .table, .zoom3 .table_doc {font-size:16px;}
#zoom1 {display:block;float: right; font-size:11px; cursor: pointer;font-weight:bold; line-height:20px;color:#8c8c8c;}
#zoom2 {display:block;float: right; font-size:14px; cursor: pointer;font-weight:bold; line-height:18px;padding:0 3px;color:#8c8c8c;}
#zoom3 {display:block;float: right; font-size:16px; cursor: pointer;font-weight:bold; line-height:16px;color:#8c8c8c;}

.selectedZoom1 #zoom1 {color:#0095d9 !important;}
.selectedZoom2 #zoom2 {color:#0095d9;}
.selectedZoom3 #zoom3 {color:#0095d9;}

#fontsize {
float:right;
width:38px;
}

.praca_odpowiedz textarea {
width:20em;
}

.praca_odpowiedz input {
border: 1px solid #DFDFDF;
width:18em;
padding:1px 4px;
}
.ogloszenie_box div {
margin-bottom:0.5em;
}
.ogloszenie_box {
padding-bottom:0.5em;
margin-bottom:0.5em;
border-bottom: solid 1px #dcdcdc;
}

.ogloszenie_box .button_praca {
text-align:right;
}
#karta_produktu div input,
.ogloszenie_box .button_praca input {
	background-color:#1468cb;
	color:#fff;
	cursor: pointer; 
	padding:2px 4px;
	margin:0 0 0 18px;
}
.oferujemy_tytul,
.wymagania_tytul,
.stanowisko_tytul {
font-weight:bold;
text-transform:capitalize;
}


#floatFix {
clear:both;
width:979px;
}
#newstab h1 {
margin:0.5em 0!important;
color:#4C4C4C;
}
#sitemap_link {
margin-right:8px !important;
padding-right:8px;
}
#nav .highlight {
font-weight:bold;
}

#nav {
clear:both;
/*float:left;*/
width:100%;
}
#nav a {
border:1px solid #DFDFDF;
display:block;
float:left;
margin:0 10px 10px 0;
padding:3px;
text-decoration:none;
}
#content #bookmarks_del a,
#content #bookmarks_add a {
background:transparent url(images/bookmarkAdd.gif) no-repeat scroll left top;
display:block;
margin:0;
padding:0;
width:27px;
height:27px;
text-indent:-999px;
overflow:hidden;
}
#content #bookmarks_del,
#content #bookmarks_add {
float:right;
margin:0 15px 0 10px;
padding:0;
}
#content #bookmarks_del a {
background:transparent url(images/bookmarkDel.gif) no-repeat scroll left top !important;
}
.print a {
background:transparent url(images/print.gif) no-repeat left top;
text-indent:999px;
display:block;
height:27px;
width:26px;
overflow:hidden;
}
#print_container {
float:left;
}


#bookmarks_hint {
border-top:1px solid #DCDCDC;
margin:1em 0;
}

#one_news img {float:right;margin:0 0 1em 1em;}

#definition-box {
background-color:#fff !important;
border:3px solid #F2F2F2 !important;
font-size:90% !important;
margin:0 !important;
padding:2px !important;
}
#definition-box-head {
border-bottom:1px solid #F2F2F2 !important;

}


#tools {
clear:both;
}
#mainpage #tools {
border-left:1px solid #DCDCDC;
border-right:1px solid #DCDCDC;
clear:both;
float:left;
padding:0 25px;
width:447px;
}
#whyCMS h1, #whyCMS h2, #whyCMS h3, #whyCMS h4, #whyCMS h5,
#whyCMS p, #whyCMS p a, #whyCMS {
color:#fff;
clear:both;
}
#whyCMS h1, #whyCMS h2, #whyCMS h3, #whyCMS h4, #whyCMS h5 {

clear:both;
display:inline;
float:left;
height:14px;
margin:1em 0;
padding:3px 15px 4px;
font-size:100%;
}
#czyWieszBox{
clear:both;
	float: left;
margin:0.5em 0;

}
#poll_container div {
margin:0.5em 0;
}
#poll_container h4,
#poll_results_container h4 {
display:block;
background:transparent url(images/de/ankieta.gif) no-repeat 0 0;
text-indent:-9999px;
}
.czyWieszBoxTitle, .slownikBoxTitle {
display:block;
text-indent:-9999px;
}


#mainlinkBox div, 
#linkBox div {
width:221px; border-left:solid 1px #e6e6e6;border-right:solid 1px #e6e6e6;
}
#mainlinkBox div a, 
#linkBox div a {
display:block;
clear:both;
padding-left:20px;
padding-right:10px;
margin:2px 0;
color:#0095da;
text-decoration:none;
}

#mainlinkBox div a:hover, 
#linkBox div a:hover{
text-decoration:underline;
}
.slidedown{
background:transparent url(images/bDown.gif) no-repeat scroll 201px 6px;
}
.slideup {
background:transparent url(images/bUp.gif) no-repeat scroll 201px 6px;
}


#mainlinkBox .slidedown{
background:transparent url(images/bDown.gif) no-repeat scroll 256px 6px;
}
#mainlinkBox .slideup {
background:transparent url(images/bUp.gif) no-repeat scroll 256px 6px;
}


#mainlinkBox #linkownia,
#linkBox #linkownia {
display:block;
border-left:1px solid #e6e6e6;
border-right:1px solid #e6e6e6;
padding-left:20px;
padding-right:10px;
color:#484747;
text-decoration:none;
}
#linkBox #linkownia:hover {
text-decoration:none;
}

#mainlinkBoxClose, 
#linkBoxClose {
background:#ededed url(images/linkowniaClose.gif) no-repeat left top;
width:221px;
height:6px;
float:left;
margin-bottom:5px;
font-size:0;
}
#mainlinkBoxClose {
background:#ededed url(images/linkowniaWideClose.gif) no-repeat left top;
width:276px;
}

#mainlinkBox, 
#linkBox {
background:#ededed url(images/linkowniaOpen.gif) no-repeat left top;
float:left;
width:221px;
padding-top:5px;
margin-top:0.5em;
}

#mainlinkBox {
background:#ededed url(images/linkowniaWideOpen.gif) no-repeat left top;
width:276px;
}




#mainpage #content .main_cell{
width:361px;
}
#banerBox {
width:276px;
overflow:hidden;
}
#subpage #banerBox {
width:242px;
}

#banerBox img {
border:0;
margin-bottom:2px;
}

#banerRotator {
	margin:10px 0;
}

#news_header {
background:transparent url(images/newsHeader.gif) no-repeat scroll 0 0;
float:left;
height:19px;
padding:2px 10px 0 0;
width:232px;
}


#news_header h3 {
width:100px;
text-align:center;
color:#fff;
float:left;
}
#news_header a {
color:#8f8f8f !important;
float:right;
font-size:90%;
text-transform:lowercase;
}


.news_date {
clear:both;

display:block;
float:left;
font-weight:bold;
margin-top:0 ;
width:100%;
font-style:normal;
}
#news_container .news_date {
margin-top:1em !important;

}

#news_container a {
text-decoration:none;
color:#4b4b4b;
}
#news_container a:hover {
text-decoration:underline;
}

#newsOpen {
background: transparent url('images/newsOpen.gif') no-repeat 0 0;
width:276px;
height:8px;
float:left;
clear:both;
font-size:0;
}
#newsClose {
background: transparent url('images/newsClose.gif') no-repeat 0 0;
width:276px;
height:8px;
float:left;
clear:both;
margin-bottom:0.5em;
}


#contentOpen {
background: transparent url('images/contentOpen.gif') no-repeat 0 0;
height:9px;
width:413px;
float:left;
font-size:0;
}
#subpage #contentOpen {
background: transparent url('images/subcontentOpen.gif') no-repeat 0 0 !important;
width:499px !important;
}

#whyCMS {
clear:both;
background-color:#1672dc;
color:#fff;
padding:0 20px;

}
#whyCMSclose {
height:7px;
font-size:0;
margin-bottom:0.5em;
}
#treeClose {
height:7px;
font-size:0;
margin-bottom:0.5em;
clear:both;

}

#right {
float:right;
margin-left:6px;
margin-right:2px;
overflow:hidden;
width:276px;
}

#content {
float:left;
overflow:hidden;

width:413px;
/*border-left:1px solid #DCDCDC;
border-right:1px solid #DCDCDC;
padding:20px 25px;*/
border:0;
padding:0;
}
#subpage #content {
width:693px;
padding:0 20px;
border-left:solid 1px #c9c9c9;
}


#left {
float:left;
overflow:hidden;
text-align:justify;
width:195px;
}

#link_pprofil1:hover,
#link_pprofil0:hover {
	background: transparent url(images/profil_selected.gif) no-repeat center bottom;
}

#foot_menu_container {
background:transparent url(images/bottomMenu.gif) no-repeat scroll 0 0;
color:#575757;
float:left;
height:25px;
padding-top:8px;
position:relative;
text-align:center;
width:100%;
clear:both;
margin-top:0.5em;
}
#foot {
border-top:1px solid #6A707A;
clear:both;
color:#D5D7DB;
float:left;
height:55px;
padding-bottom:2em;
padding-top:5px;
position:relative;
text-align:left;
width:100%;
}
#foot img {
left:45%;
position:absolute;
top:8px;
}
#foot a {
color:#d5d7db;
float:right;
}
#link_pprofil1,
#link_pprofil0 {
display:block;
float:left;
height:28px;
margin-right:30px;
}
#language_select_container a {
float:right;
padding:0 3px;
}

#pl {
background:transparent url(images/pl.gif) no-repeat 0 0;
width:14px;
height:11px;
display:block;
}
#en {
background:transparent url(images/en.gif) no-repeat 0 0;
width:14px;
height:11px;
display:block;
}

#profiles_container {
float:left;
}

#page {
line-height:16px;
margin:0 auto 0;
width:980px;
}
#head {
background:transparent url(ff_gfx_templates/portal_1/images/themes/default/head.jpg) no-repeat 0 0;
width:980px;
height:103px;
position:relative;
}
#subpage #head {
height:135px !important;
}

#logo {
background:transparent url(ff_gfx_templates/portal_1/images/themes/default/items.gif) no-repeat 0 -110px;
cursor:pointer;
width:110px;
height:36px;
position:absolute;
top:12px;
left:30px;

}

#bottombar {
/*z-index:102;
position:absolute;
right:0;
top:30px;*/
float:right;
width:600px;

}
#bottombar a {
float:right;
color:#4f4f4f;
text-decoration:none;
margin-top:8px;
margin-right:15px;
}
#bottombar a:hover {
text-decoration:underline;
}


body {
background: #8c929b url(ff_gfx_templates/portal_1/images/themes/default/bg.jpg) repeat-x 0 0;
}






ul, ol {margin-left:15px;}

#error span,
p.error,
span.error {color:red}

.language_spoiler {display: inline;}
.footer_spoiler {display: inline;}
.action_spoiler {display: inline;}



/*-------------------------------------------    

		AKTUALNOSCI

-------------------------------------------*/

/* --------- zajawka newsa --------------- */

/* naglowek z napisem Aktualnosci */
div#news_container h1#news_header {}

/* tytul newsa */
div#news_container h1.news_title {}

/* tresc krotka newsa */
div#news_container div.news_short_text {}

/* link "więcej" przy aktualnościach */
div#news_container a.news_more, div#news_container a.news_more:link, div#news_container a.news_more:visited {}
div#news_container a.news_more:hover {}


/* ----------- jeden news --------------- */
div#one_news {}

/* tytul newsa i tytul podstrony */
div#one_news h1.folder_title {}

/* box z tekstem calego newsa */
div#one_news_text {}

/* galeria dolaczana do newsa */
div#one_news_gallery {
	float:left;
	clear:both;
}

/* link do wszytskich newsow */
div#all_news {
padding:0.5em 0;
clear:both;
text-align:right;
}


/* --------- wszystkie newsy ------------ */

/* kategorie newsow */
div#news_category {border-bottom:1px solid #5d5d5d;	padding:5px 5px;}

/* zaznaczenie wybranej kategorii */
div#news_category span {font-weight: bold;}

/* odstep miedzy nazwami kategorii - linkami */
div#news_category a {margin-right:5px;}
div#news_category a span {font-weight: normal;}

/* --- jeden news w tablicy wiadomosci ---- */
div.newstable_one_news {}

/* -- link do newsa z tablicy wiadomosci -- */
a.newstable_one_news, a.newstable_one_news:link, a.newstable_one_news:visited {}
a.newstable_one_news:hover{}

/* ---- nawigacja w tablicy wiadomosci ---- */
/* ---- poprzednie i nastepne newsy --------*/
div#newstab_prev {}
div#newstab_next {}

/* ----------------- galeria ------------------- */

.gallery td {
	padding:0 6px 4px;

}
.gallery td img {
	margin:0 !important;
}
.gallery td a, .gallery td span  {
	display:block;
	text-align:center;
	clear:both;
	color:#7b7b7b;
}

/*-------------------------------------------    

		Wyszukiwarka

-------------------------------------------*/

/* ---- pole wyszukiwania w serwisie ----- */
#email0,
.input_text_search {
/*background:url(images/search.gif) no-repeat scroll 0 0 transparent;*/
background:url("ff_gfx_templates/portal_1/images/themes/default/items.gif") no-repeat scroll 0 -27px transparent;
border:0;
float:left;
height:14px;
padding:3px 6px;
width:138px;
}
.input_sumbit_search {}


/* -------- wyniki wyszukiwania ---------- */

div#search_help {margin:10px 0}
div#results {margin-bottom:5px;}

/* liczba wyników wyszukiwania */
span#number_results {font-weight: bold;}

ol#search_results {margin-left:25px;}
ol#search_results li {margin-bottom:3px;}
span.last_mod_text, span.last_mod_date {font-size: 90%;	font-style: italic;}



/*-------------------------------------------    

		Formularz Newslettera

-------------------------------------------*/

.input_text_newsletter {}
.input_newsletter_change {cursor:pointer}
.input_newsletter_unsubscribe {}

/*-------------------------------------------    

		Sitemap

-------------------------------------------*/

#sitemap {margin:0;padding:4px;}
#sitemap ul {padding:4px; margin:0;}

#sitemap .ul li {margin-left:0;}

#sitemap .ul li ul li {margin-left:25px;}

#sitemap .sitemap_li ul {

}

#sitemap .hover {
	background-color:#f0f0f0;
}

.sitemap_li {
padding:2px 0;
list-style-type:none;
}

.sitemap_li ul li{
padding-bottom:0;
}
.sitemap_li a{background:transparent url(ff_gfx_templates/portal_1/images/themes/default/arr.gif) no-repeat scroll 3px 4px;
padding-left:14px;
text-decoration:none;
}

.sitemap_referer {font-weight:bold;}

/*-------------------------------------------    

		Formularze
-------------------------------------------*/
form.group {border: none;}
div.row {}
div.label {}



/*-------------------------------------------    

		Kontenery serwisu

-------------------------------------------*/

/* ------------- naglowek ---------------- */

div#header {background-color:#eaeaea;	text-align: center;	height:120px;	width:100%;}

/* -----------lewa kolumna --------------- */
div#col_left {background-color:#eaeaea;	float: left;	margin:10px 0;	width:210px}

/* -----------prawa kolumna -------------- */
div#col_right {background-color:#eaeaea;	float: left;	margin:10px 0;	width:210px}

/* ---------------stopka ----------------- */
div#footer {background-color:#eaeaea;	float: left; clear: both; text-align: center;	height:50px;	width:100%;}

/* ---------------srodek ----------------- */
/*
	szerokość contentu jest ustawiana w portal_properties/site_properties/content_width 	
	nie wpisywać szerokości za pomocą CSS, bo musi być ona znana dla Zope'a 				
*/



/* prawa autorskie */
#copyrights_container {}

/* kontenery zawierające wszystkie moduły serwisu*/
#language_select_container {
border-left:1px solid #70747D;
float:right;
padding:0px 0 3px 5px;
width:86px;
height:14px;
}


#vertical_menu_container {
	background:white;
	margin-top: 1em;
	clear: left;
	float: left;
}

#tree_menu_container {
clear:both;
float:left;
height:auto;
width:175px;
text-align:left;
}

#news_container {
background: transparent url('images/newsbg.gif') no-repeat 0 bottom;
border-left:1px solid #DCDCDC;
border-right:1px solid #DCDCDC;
padding:0 20px;
width:234px;
}

#newsletter_container {
	clear: both;
	float: left;
	margin: 0.5em 0;
width:186px;
padding-left:90px;
background: transparent url('images/newsletter.gif') no-repeat 0 7px;

}

#newsletter_container .input_newsletter_subscribe, 
#newsletter_container .input_newsletter_change
{
background:transparent;
border:0;
color:#a3a3a3;
}

#newsletter_container form {
float:right;
}
#search_form_container {
	position:absolute;
	right:10px;
	top:66px;
	width: 200px;
	height: 25px;
}

#dictionary_container {
	float: left;
		clear:both;
	width: 100%;
	margin: 0.5em 0;
}


#poll_container, 
#poll_results_container{
	float: left;
	clear:both;
	margin: 1em 0;
	width:100%;
}
#poll_container h5 {
	padding:5px 0 10px 0;
}
#poll_container .field {
	float:left;
	clear:both;
	margin:0;
	width:100%;
}
#poll_container .button {
	float:left;
	clear:both;
	width:100%;
}
#poll_container .button input {
	background-color:#717171;
	color:#fff;
	cursor: pointer; 
	padding:2px 4px;
	margin:0 0 0 18px;
}


#poll_container input {
	float:left;
	margin-top:1px;
}
#poll_container label {
	float:left;
	padding:0 0 4px 5px;
}

#poll_results_container table {
	border-collapse: collapse; 
	
}

#poll_results_container .answer {
	padding-top:6px;
}
#poll_results_container .percent {
	padding-left:2px;
}

#poll_results_container .poll-img {
	padding-right:4px;
}
#poll_results_container .sumVotes {
	border-top:1px solid #dfdfdf;
	margin-top:5px;
	text-align:center;
	padding:4px 0 0 0;
}

#actions_container {
	background:white;
	margin-top: 1em;
	clear: right;
	float: left;
	width: 150px;
	height: auto;
	border: 1px solid Black;
}


#privacy_legacy_container {
	float: left;
	width: 200px;
	margin-top: 1em;
	border: 1px solid Black;
}

#copyrights_container {

	float: left;
	margin-top: 1em;
	width: 250px;
	border: 1px solid Black;
}

#created_by_container {
	margin-top: 1em;
	float: left;
	width: 150px;
	border: 1px solid Black;
}

#print_container {
	float: right;
}





/* --- MENU SERWISU --- */
/* style menu dynamicznego, w przypadku menu poziomego jest to clasa .clsCMOn, jesli jest to menu pionowe(drzewiaste) to jest to klasa linku a.clsCMOn, to samo w przypadku clsCMOver */

/* nieaktywny rozwinięty - podmenu */
.clsCMOn {color: Black;background: White;}

/* aktywny rozwinięty - podmenu */
.clsCMOver {color: White;	background: Black;}

/* nieaktywny pierwszy poziom - menu główne poziome */
.clsCMtopOn {color: Black;	background: White;}

/* aktywny pierwszy poziom - menu główne poziome */
.clsCMtopOver {color: White; background: Black;}

/* menu drzewiaste */
.clsNode {color: Black;}
.clsNodeL_selected {color: White;	background: Black;}
.clsNodeL0 {color: Black;}
.clsNodeL1 {color: Black;}
.clsNodeL2 {color: Black;}
.clsNodeL3 {color: Black;}
.clsNodeL4 {color: Black;}

.error {
	color:#e60e0e;
}
textarea.error, input.error {
	border:1px solid red;
}

