/* css main file: style.css */

/* =============== reset */
body, h1, h2, h3, h4, h5, h6, div, form, fieldset, dl, dt, dd, address { margin: 0; padding: 0; }
fieldset, img { border: none; }
/* =============== */

/* ========================================================= main styles */

html {
  font-size: small;
}

body {
  color: #000;
  font-size: 85%;
  line-height: 1.8em;
  font-family: Arial, Verdana, Helvetica, "Lucida Grande", sans-serif;   
}

#wrapper {
  margin: 0 auto;
	width: 900px;
}

input,
textarea,
select {
  font-size: 100%;
  padding: 2px;
  margin: 0;
  vertical-align: middle;
	border: 1px solid #000;
	color: #666666;
}

textarea {
	font-family: Arial, Verdana, Helvetica, "Lucida Grande", sans-serif;
}

address {
	font-style: normal;
}

ol li ol {
	list-style-type: lower-alpha;
}

.btn {
  padding: 0 14px 2px 16px;
	color: #33698d !important;
	background-color: #fffb9e;
	border-width: 0;
	font-size: 95%;
	text-decoration: none;
}

.clearBoth {
  clear: both;
}

#info div {
  margin: 0.1em;
  border-width: 2px;
	border-style: solid;
  padding: 0.2em 2em;
	text-align: center;
  font-weight: bold;
}

#info div div {
  border-width: 0;
}

#info_err {
  border-color: #df2626;
  color: #df2626;
}

#info_msg {
  border-color: #42AF41;
  color: #42AF41;
}

a {
	color: #235E83;
}

a:hover {
  /*color: #004773;*/
	color: #000;
}

.back {
  margin: 2em 2em 1em;
  text-align: right;
}

.back a {
  text-transform: lowercase;
}

.back a:hover {
    
}

.more {
  margin: 2em 2em 1em;
  text-align: right;
}

.more a {
  text-transform: lowercase;
}

.more a:hover {
    
}

.clear {
  clear: both;
}

.pageNav {
  text-align: right;
}

.pageNav a,
.pageNav span {
  padding: 0.2em 0.5em;
	background-color: #FFFB9E;
	color: #33698D;
}

.pageNav a {
  text-decoration: none;
}

.pageNav a.arr {
  position: relative;
  top: -0.1em;
  padding-top: 0.1em;
  padding-bottom: 0.3em;
}

/**************************************************** appConfirm */

.appConfirmBox {
  position: absolute;
  display: none;
  border-right: 2px solid #DAE3EB;
  border-bottom: 2px solid #DAE3EB;
}

.appConfirmBox2 {
  background: #F0F2F7;
  border: 1px solid #B8C6CF;
  border-bottom-width: 3px;
  padding: 1px;
}

.appConfirmBox2 h1 {
    margin: 0;
  padding: 3px 0 4px 10px;
  background-color: #6F8491;
  color: #ffffff;
  font-size: 11px;
  border-bottom: 1px solid #C8D3E2;
}

.appConfirmBox3 {
    width: 220px;
  margin: 20px 0 0 13px;
}

.appConfirmBox4 {
  background: transparent url(/imgs/alerts/confirm.gif) 0 0 no-repeat;
  /*padding: 5px 0 10px 50px;*/
  height: 50px;
  /*border-bottom: 1px solid #C8D3E2;*/
  color: #084376;
  line-height: 1.5em;
  text-align: center;
}

.appConfirmBoxButtons {
  text-align: center;
  padding: 10px 0 0 40px;
}

.appConfirmBoxButtons a {
  text-decoration: none;
  width: 50px;
  display: block;
  float: left;
  text-align: center;
  background: #FFFFFF url(images/button_bg.png) repeat-x scroll 0pt 100%;
  border: 1px solid #C0C8CA;
  font-weight: bold;
  padding: 1px 5px;
  color: #142129;
  font-size: 90%;
}

.appConfirmBoxButtons a:hover {
  text-decoration: none;
}

#appConfirmBoxOk {
  margin-right: 5px;
}

#appConfirmBoxCancel {
  margin-left: 5px;
}

.leftBox {
  float: left;
  width: 49%;
}

.rightBox {
  float: right;
  width: 49%;
}

/* ========================================================= project styles */

#topContent {
	position: relative;
}

#headerTopLeft {
	background: #235e83 url(/images/header_top_left.png) no-repeat;	
}

#headerBottomLeft {
  background: url(/images/header_bottom_left.png) no-repeat 0 100%;
}

#headerTopRight {
  background: url(/images/header_top_right.png) no-repeat 100% 0;
	width: 530px;
	padding: 10px 30px;
}

h1.mainHeader {
	padding: 0;
	margin: 0;
}

h1.mainHeader a {
	display: block;
	text-indent: -3000em;
  background: url(/images/h1.png) no-repeat;
  width: 486px;
  height: 70px;
}

h1 {
	font-size: 120%;
}

h2 {
  padding: 0.6em 0 0.3em;
  margin-bottom: 0.6em;
  font-size: 120%;
}

h2.siteHead {
	border-bottom: 1px solid #9DBBCA;
	padding-left: 15px;
	padding-top: 0;
}

h3 {
	font-size: 105%;
	font-weight: bold;
}

h4, h5, h6 {
  font-size: 105%;
}

#logo {
	position: absolute;
	top: 0;
	right: 0;
	padding: 3em 25px 1em 45px;
	background: #fff url(/images/logo_bottom_left.png) no-repeat 0 100%;
	z-index: 100;
}

#column1 {
	float: left;
	width: 670px;
	padding: 1.8em 20px 0 0;
	background: url(/images/column1_top_right.png) no-repeat 100% 0;	
	overflow: hidden;
}

#column2 {
	float: left;
	width: 210px;
	position: relative;
	top: -50px;
	z-index: 0;
	overflow: hidden;
	font-size: 105%;
}

#infoTopLeft {
	background: #9dbbca url(/images/info_top_left.png) no-repeat;
	margin-top: 0.8em;
}

#infoTopRight {
  background: url(/images/info_top_right.png) no-repeat 100% 0;
}

#infoBottomLeft {
  background: url(/images/info_bottom_left.png) no-repeat 0 100%;
}

#infoBottomRight {
  background: url(/images/info_bottom_right.png) no-repeat 100% 100%;
	padding: 1.2em 16px 2.9em 22px;
  font-size: 95%;
}

#infoBottomRight h2.siteHead {
	padding: 0.6em 10px 0.3em 0;
	border-bottom-width: 0;
}

#infoBottomRight .article .artText {
	text-align: left;
	padding: 0;
	line-height: 1.4em;
}

/*#infoBottomRight .artFiles {
	display: none;
}*/

#infoBottomRight .more {
	display: none;
}

#footer {
	border-top: 1px solid #b2b2b2;
	padding: 0.7em 10px 2em;
	font-size: 95%;
}

#footer a {
	font-weight: bold;	
}

#leftFooter {
	float: left;
	width: 440px;
}

#leftFooter a {
	color: #666;
}

#rightFooter {
	float: right;
	width: 440px;
	text-align: right;
	color: #b2b2b2;
}

#rightFooter a {
	color: #b2b2b2;
}

#errmsg {
	margin-bottom: 3em;
	font-weight: bold;
}

#errmsg .errors {
	color: #f00;
	border: 2px solid #f00;
	padding: 1.5em 30px;
}

#errmsg .errors ul li {
	list-style-type: none;
}

#errmsg .messages {
  color: #f00;
  border: 2px solid #f00;
  padding: 1.5em 30px;
}

#errmsg .messages li {
  list-style-type: none;
}

/* css file: articles.css */

.article .format_1,
.article .format_2,
.article .format_3,
.article .format_4,
.article .format_5,
.article .format_6
{
    /*padding: 0.5em 1.5em 0.5em;*/
}

.article .artText
{
    text-align: justify; /* wyjustowanie tekstu artykułu */
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 1em;
}

.article img
{
    /*border: 1px solid #f00; 
    padding: 2px;*/
}

.article .artText ul {
	margin: 0;
	padding: 0;
}

.article .artText ul li {
	list-style-type: none;
	margin-left: 2px;
	padding-left: 8px;
	background: url(images/article_li.png) no-repeat 0 0.8em;
}

.article .artText table td {
	vertical-align: top;
}

/* ===== pliki do pobrania */
.artFiles
{
    margin: 2em 0 1em;
    padding: 1em 1em 0;
    clear: both;
	border-top: 1px solid #B2B2B2; /* górna linia oddzielająca */
}

.artFiles ul
{
    margin: 0 1em;
    padding: 0;
}

.artFiles ul li {
  list-style-type: none;
	padding: 0;
  margin: 0.5em 0;
}

.artFiles ul a {
   vertical-align: text-top;
}

.artFiles ul a img {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 1em;
}

.artFiles ul a span {
	float: left;
	text-decoration: underline;
	margin-top: 0.4em;
}

.artFiles ul a:hover span {
  color: #005183;
}

/* ==================== format 1 */

.article .format_1 .artImages
{
    float: right;
    margin: 0 0 0 20px;
}

.article .format_1 .artImages div
{
    margin: 0 0 10px;
	text-align: center;
}

/* ==================== format 2 */

.article .format_2 .artImages
{
    float: left;
    margin: 0 20px 0 0;
}

.article .format_2 .artImages div
{
    margin: 0 0 10px;
	text-align: center;
}

/* ==================== format 3 */

.article .format_3 .artImages {
  margin: 20px auto 0;
	text-align: center;
}

.article .format_3 .artImages div {
  display: inline-block;
  text-align: center;
	margin: 5px;
	padding: 5px;
}

.article .format_3 .artImages img
{
    margin: 0 10px 10px;
}

/* ==================== format 4 */

.article .format_4 .artImages
{
  margin: 0 0 15px;
	text-align: center;
}

.article .format_4 .artImages div
{
  display: inline-block;
  text-align: center;
  margin: 5px;
  padding: 5px;
}

.article .format_4 .artImages img
{
    margin: 10px 10px 0;
}

/* ==================== format 5 */

.article .format_5 .artImages
{
    margin: 20px 0 0;
    text-align: center;
    clear: right;
}

.article .format_5 .artImages div
{
  float: left;
  text-align: center;
  margin: 5px;
  padding: 5px;
}

.article .format_5 .artImages img
{
    margin: 0 10px 10px;
}

.article .format_5 .artText .rightTopImage
{
    float: right;
	text-align: center;
    margin: 0 0 10px 20px;
}

/* ==================== format 6 */

.article .format_6 .artImages
{
    margin: 20px 0 0;
    text-align: center;
    clear: left;
}

.article .format_6 .artImages div
{
  float: left;
  text-align: center;
  margin: 5px;
  padding: 5px;
}

.article .format_6 .artImages img
{
    margin: 0 10px 10px;
}

.article .format_6 .artText .leftTopImage
{
    float: left;
	text-align: center;
    margin: 0 20px 10px 0;
}

/* ===== wyniki wyszukiwania artykułów */
.articleSearchResults li
{
    padding: 0.4em 0;
}

.articleSearchResults li a  /* tytuł artykułu */
{
    font-weight: bold;
}

.articleSearchResults li a:hover
{
    
}

.articleSearchResults .searchIntro a    /* odnośnik 'więcej' */
{
    font-weight: normal;
}

/* ===== powiadom znajomego */
#articleSendToFriend
{
    margin: 1em 15px 0.5em;
    border-top: 1px solid #f00;  /* górna linia oddzielająca */
    padding: 0.5em 1em;
    clear: both;
}

#articleSendToFriend .sendtofriendLbl,
#articleSendToFriend .sendtofriendName,
#articleSendToFriend .sendtofriendEmail,
#articleSendToFriend .sendtofriendSubmit
{
	float: left;
	padding-right: 10px;       /* odstępy między polami */
}

/* ===== pojedynczy wstęp do artykułu */
.articleIntro .articleIntroText
{
	text-align: justify;
}

/*------- magazineList  ------------------------------*/

#currentMagazine {
	padding-left: 26px;
	padding-bottom: 1em;
}

#currentMagazine #cover {
	float: left;
	width: 160px;
}

#currentMagazine #cover img {
	width: 160px;
	height: 229px;
}

#currentMagazine #description {
	float: left;
	width: 430px;
	padding: 0 20px 0 34px;
}

#currentMagazine h2 {
	border-bottom: 1px solid #9dbbca;
	padding-left: 9px;
}

#currentMagazine #content {
	padding: 0 32px 0 10px;
	line-height: 1.6em;
	text-align: justify;
	font-size: 105%;
}

#currentMagazine #content h1,
#currentMagazine #content h2,
#currentMagazine #content h3,
#currentMagazine #content h4,
#currentMagazine #content h5,
#currentMagazine #content h6 {
	font-size: 105%;
  font-weight: bold;
}

#currentMagazine ul {
	margin: 0;
	padding: 0 0 0 12px;
}

#currentMagazine ul li {
	list-style-type: none;
	padding-left: 13px;
	margin: 0.3em 0;
	background: url(/images/li.png) no-repeat 0 0.6em;
}

#currentMagazine #download {
	text-align: right;
	margin: 1.5em 0;
}

#currentMagazine #download a {
  font-size: 95%;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

#archiveMagazine {
	border-top: 1px solid #9dbbca;
	padding: 0.8em 15px;
}

#archiveMagazine h3 {
	margin-bottom: 1.3em;
}

#archiveMagazine ul {
	padding: 0;
	margin: 0;
}

#archiveMagazine ul li {
	list-style-type: none;
	float: left;
	margin-right: 45px;
	margin-bottom: 2em;
}

#archiveMagazine ul li.noMarginRight {
	margin-right: 0;
}

#archiveMagazine ul li a {
	float: left;
	text-align: center;
	text-decoration: none;
	width: 123px;
	font-weight: bold;
}

#archiveMagazine ul li a:hover {
  /*color: #235E83;*/
}

#archiveMagazine ul li.selected a {
  /*color: #235E83;*/
}

#archiveMagazine ul li a img {
	width: 123px;
	height: 170px;
}

#articlesList dt {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#articlesList dd {
  border-bottom: 1px solid #235E83;
  margin-bottom: 2em;
  text-align: justify;
  line-height: 1.8em;
}

#articlesList dd.last {
  border-bottom-width: 0;
  margin-bottom: 0;
}

/* css file: brief.css */

/* ==================== lista briefów */
#briefsList
{
    padding: 1em 1.5em 0;
}

#briefsList dt /* tytuł aktualności */
{
    padding-bottom: 0.5em;
	font-weight: bold;
    font-size: 110%;    
}

#briefsList dt a
{
    
}

#briefsList dt a:hover
{

}

#briefsList dd /* treść aktualności */
{
    padding: 0 1.5em;
    text-align: justify;
}

#briefsList dd img /* ewentualny obrazek w aktualności */
{
    float: left;
    margin-right: 1em;
    margin-bottom: 0.3em;
}

/* ==================== pojedynczy brief */
#briefSingle .briefTitle strong /* tytuł briefa */
{

}

#briefSingle .briefTitle em /* data przy briefie */
{
    float: right;
}

#briefSingle .briefSingleText
{
	padding: 0.5em 1em;
	text-align: justify;
}

#briefSingle .briefSingleText #briefSinglePhoto /* ewentualne zdjęcie w briefie */
{
	float: left;
	margin-right: 1em;
	margin-bottom: 0.3em;
}

/* ==================== lista tytułów */
#briefListTitle
{
	padding: 0 1em;
	margin: 0;
}

#briefListTitle li
{
    list-style-type: none;
	padding: 0;
    margin: 0;
}

/* ==================== lista miesięcy briefów z intrem i outrem */
#briefMonths #intro,
#briefMonths #outro
{
	text-align: justify;
}

#briefMonths .briefsList
{

}

#briefMonths .briefsList li
{
    list-style-type: none;
}


/* css file: contacts.css */

.row {
	clear: left;
	margin: 0.3em 0;
}

.conLabel
{
	float: left;
	width: 90px;   /* długość etykiety kontaktu  */
}

.conValue
{
    margin-left: 90px;  /* długość .conLabel  */
}

#leftBox
{
	float: left;
	width: 49%;
}

#rightBox
{
    float: right;
    width: 49%;
}

/* ==================== kontakt z formularzem */

#leftBox h4,
#rightBox h4
{
    text-align: center;
	padding: 0.5em;
	margin-bottom: 0.5em;
	font-size: 100%;
}

#contactWithForm .addInfo
{
    clear: both;
}

#contactWithForm .avatar
{
    text-align: center;
}

#boxContainer {
	padding: 0 15px;
}

.emailForm {
	padding-top: 0.3em;
	/*border-top: 1px solid #235E83;*/
	margin-top: 2em;
}

#contactEmailFrom {
	padding: 0 15px;
}

.emailForm input {
	width: 350px;
}

.emailForm .submitRow {
  padding-left: 528px;
}

.emailForm .submitRow input {
	width: auto;
}

.emailForm label
{
	float: left;
	/*font-weight: bold;*/
	width: 140px;
}

.emailForm input {
	border: 1px solid #235E83;
}

.emailForm textarea {
  width: 450px;
	height: 150px;
	border: 1px solid #235E83;
}

/* ==================== kontakt domyślny z oddziałami */

#contactSections
{
    
}

/* ==================== kontakt domyślny prosty */

#contactSimple {
	background: #eee url(/images/contact_simple_top_left.png) no-repeat;
	margin-top: 0.8em;
}

#contactSimpleTopRight {
	background: url(/images/contact_simple_top_right.png) no-repeat 100% 0;
} 

#contactSimpleBottomLeft {
  background: url(/images/contact_simple_bottom_left.png) no-repeat 0 100%;
} 

#contactSimpleBottomRight {
  background: url(/images/contact_simple_bottom_right.png) no-repeat 100% 100%;
	padding: 1.2em 16px 0 22px;
	font-size: 95%;
}

#contactSimpleBottomRight h2 {
  display: none;  
}

#contactSimpleName {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 1em;
}

#contactSimpleStreet,
#contactSimpleCity,
#contactSimpleFax,
#contactSimpleEmail {
	margin: 0.3em 0;
}

#contactSimpleEmail .text {
	display: none;
}

#contactSimpleEmail .value {
	text-decoration: underline;
}

/* ==================== kontakt domyślny prosty w stopce */

#contactFooter
{
	
}

/* ==================== kontakt domyślny prosty mini */

#contactMinisimple
{
    
}

#contactMinisimple #contactMinisimplePhone
{
    font-weight: bold;
}

#contactSections h2 {
	
}

#contactSections .contactPersonList {
	padding-bottom: 1em;
	border-bottom: 1px solid #235E83;
	margin-bottom: 1em;
}

#contactSections .contactPersonList.last {
  padding-bottom: 0;
	border-bottom-width: 0;
	margin-bottom: 0;
}

/* css file: gallery.css */

/* ==================== zdjęcie w galerii */

#pictureGalleryTmb
{
       
}

#pictureGalleryTmb #dhtmlgoodies_slideshow
{
    width: 565px;   /* długość całego slideshow */
    margin-top: 1.5em;
}

#pictureGalleryTmb #previewPane
{
    border-top: 1px solid #f00;
    margin-bottom: 1em;
    margin: 1em 0;   
    text-align: center;
    padding: 1.3em 0 1em;
    position: relative;
}

#pictureGalleryTmb #previewPane #largeImageCaption    /* podpis pod dużym obrazkiem */
{
    text-align: center;
    font-size: 90%;
}

#pictureGalleryTmb #galleryContainer /* box z miniaturami */
{
    height: 102px;          /* Height of the images + 2 */
    border: 1px solid #f00; /* obramowanie boxa z miniaturami */
    position: relative;
    overflow: hidden;
    padding: 1px;
   
    /* CSS HACK */
    height: 104px;   /* IE 5.x - Added 2 pixels for border left and right */
    height/* */:/**/102px;   /* Other browsers */
    height: /**/102px;      
}

#pictureGalleryTmb #arrow_left    /* lewa strzałka */
{
    position: absolute;
    left: 0;
    z-index: 10;
    background-color: #fff; /* tło pod strzałką */
    padding: 1px;
}

#pictureGalleryTmb #arrow_right   /* prawa strzałka */
{
    position: absolute;
    right: 0;
    z-index: 10;
    background-color: #fff;  /* tło pod strzałką */
    padding: 1px;
}

#pictureGalleryTmb #theImages
{
    position: absolute;
    height: 100px;
    left: 40px;
    width: 100000px; 
}

#pictureGalleryTmb #theImages #slideEnd
{
    float: left;
}

#pictureGalleryTmb #theImages img
{
    float: left;
    padding: 1px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: pointer;
}

#pictureGalleryTmb #waitMessage
{
    display: none;
    position: absolute;
    left: 200px;
    top: 150px;
    background-color: #fff; /* tło boxa poczekalni */
    border: 3px double #000;
    padding: 0.3em;
    font-size: 90%;
}

#pictureGalleryTmb #theImages .imageCaption
{
    display: none;
}

#pictureGalleryTmb .galleryShowOrg  /* odnośnik 'pokaż oryginał' */
{ 
    text-align: center;
}

#pictureGalleryTmb .galleryShowOrg a
{

}

#pictureGalleryTmb .galleryShowOrg a:hover
{

}

/* ==================== galeria miniaturek */

#galleryPictures ul
{
    padding: 0;
	margin: 0;	
}

#galleryPictures ul li
{
    list-style-type: none;
	width: 140px;
	height: 140px;
	float: left;
	margin: 5px 0 10px 30px;
	text-align: center;
	font-size: 90%;
}


/* css file: language.css */

/* ==================== obrazki */

#langBoxImg strong,
#langBoxTxtImg strong,
#langBoxTxt strong
{
    float: left;
}

#langBoxImg
{
    
}

#langBoxImg ul,
#langBoxTxtImg ul,
#langBoxTxt ul
{
    padding: 0;
	margin: 0;
	float: left;
}

#langBoxImg ul li,
#langBoxTxtImg ul li,
#langBoxTxt ul li
{
    list-style-type: none;
	padding: 0;
	margin: 0;
}

#langBoxTxtImg ul li a img
{
	vertical-align: middle;
	padding-left: 0.2em; 
}


/* css file: login.css */

/* ==================== informacja i wylogowanie */

#logoutBox {
	text-align: center;
}

#logoutBox #loginBox .submitRow {
	text-align: center;
	margin-top: 1em;
}

#logoutBox #loginBox #loginBoxBottomRight {
	padding-bottom: 1em;
}

/* ==================== formularz logowania */

#loginBox {
	background: #235e83 url(/images/header_top_right.png) no-repeat 100% 0;
}

#loginBoxBottomLeft {
  background: url(/images/header_bottom_left.png) no-repeat 0 100%;
}

#loginBoxBottomRight {
  background: url(/images/login_box_bottom_right.png) no-repeat 100% 100%;
	padding: 1em 32px 3.9em 26px;
	color: #fff;
}

#loginBoxBottomRight p {
	line-height: 1.6em;
	margin-bottom: 1em;
	text-align: justify;
}

#loginBox .row {
	margin: 0.5em 0;
}

#loginBox input {
	color: #666;
	width: 146px;
}

#loginBox .submitRow {
	text-align: right;
	padding-right: 1px;
}

#loginBox .submitRow input {
  color: #666;
  width: auto;
}


/* css file: mailing.css */

#mailingBox legend
{
	display: none;
}

#mailingBox .mailingTitle
{
	display: none;
}


/* css file: menu.css */

/* ==================== boczne dwupoziomowe */

#twoDSideMenu .sideMenu
{
    padding: 0;
    margin: 0 0 1em;
}

#twoDSideMenu .sideMenu li
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#twoDSideMenu .sideMenu a     /* wszystkie odnośniki menu */
{
    display: block;
    padding: 0.3em 1em;
}

#twoDSideMenu .sideMenu a:hover   
{

}

#twoDSideMenu .sideMenu li.first a  /* first-child */
{

}

#twoDSideMenu .sideMenu li.last a   /* last-child */
{

}

#twoDSideMenu .sideMenu li.selected   /* element aktualny */
{

}

#twoDSideMenu .sideMenu li.selected a     /* odnośnik elementu aktualnego */
{

}

#twoDSideMenu .sideMenu li.selected ul    /* podmenu aktualnego elementu */
{

}

#twoDSideMenu .sideMenu li.selected ul a  /* odnośnik w podmenu aktualnego elementu */
{
    font-size: 90%;
}

#twoDSideMenu .sideMenu li.selected ul a:hover
{
   
}

#twoDSideMenu .sideMenu li.selected ul a.selected     /* aktualny element podmenu */
{

}

/* ==================== górne nawigacyjne */

#navigationTop
{
    position: absolute;
    top: 1px;
    right: 0;
    padding: 0 0 0 2em;
    margin: 0;
    min-height: 2.5em;
    font-size: 90%;
}

#navigationTop li
{
    line-height: 2.5em;
    list-style-type: none;
    float: left;
	padding-right: 2em;
    background-position: 0;         /* dla ewentualnych obrazków przy elementach nawigacji */
    background-repeat: no-repeat;
}

#navigationTop li a
{
    padding-left: 0;    /* miejsce na ewentualny obrazek */
}

#navigationTop li a:hover
{

}

/* ==================== górne zwykłe poziome */

#menuSimpleTop {
	width: 590px;
}

#menuSimpleTopStrip {
	background: #9dbbca url(/images/menu_simple_top_strip.png) no-repeat 100% 0;
}

#menuSimpleTopStrip div {
  height: 6px;
	width: 5px;
	background: url(/images/menu_simple_top_strip_div.png) no-repeat;
}

#menuSimpleTop ul {
  padding: 1.5em 0;
  margin: 0;
}

#menuSimpleTop ul li {
  list-style-type: none;
  float: left;
  font-size: 110%;
}

#menuSimpleTop ul li a {
  font-weight: bold;
  float: left;
  padding: 0 22px;
	color: #000;
	border-right: 1px solid #cccccc;
	text-decoration: none;
}

#menuSimpleTop ul li.selected a {
	color: #235e83;
}

#menuSimpleTop ul li a:hover {
  color: #235e83;
	text-decoration: none;
}

#menuSimpleTop ul li.first a {

}

#menuSimpleTop ul li.last a {
  border-right-width: 0;
}

/* ==================== górne poziome podmenu */

#submenuSimpleTop ul
{
    padding: 0 10px;
    margin: 0;
	font-size: 95%;
}

#submenuSimpleTop ul li
{
    list-style-type: none;
    float: left;    
}

#submenuSimpleTop ul li a
{
    display: block;
    float: left;
    padding: 0.3em 1em;
}

#submenuSimpleTop ul li.selected a
{
    
}

#submenuSimpleTop ul li a:hover
{

}

#submenuSimpleTop ul li.first a
{

}

#submenuSimpleTop ul li.last a
{

}

/* ==================== zwykłe menu w stopce */

#menuSimpleFooter
{
    padding: 0;
    margin: 0 0 1.5em;
    text-align: center;
	font-size: 95%;
}

#menuSimpleFooter li
{
    margin: 0;
    list-style-type: none;
    display: inline;
    padding: 0 0.2em;
}

#menuSimpleFooter li a
{
    
}

#menuSimpleFooter li a:hover
{
    
}

#menuSimpleFooter li.first a
{

}

#menuSimpleFooter li.last a
{

}

/* ==================== górne menu z podmenu rozwijanym w JS */

/* menu główne */
#menu2dhTop ul
{
    padding: 0 10px;
    margin: 0;
    line-height: 2.5em;
    min-height: 2.5em;
}

#menu2dhTop ul li
{
    list-style-type: none;
    margin: 0;
    padding: 0; 
    float: left;
    min-height: 2.5em;
}

#menu2dhTop ul li a
{
    font-weight: bold;
    display: block;
    min-height: 2.5em;
    padding: 0 0.8em;
}

#menu2dhTop ul li a:hover
{
	
}

#menu2dhTop ul li.selected a 
{
    
}

/* podmenu */
#menu2dhSub
{
    min-height: 2.5em;
}

#menu2dhSub ul
{
    padding: 0 10px 0 15px;
    margin: 0;
    font-size: 95%;
    line-height: 2.5em;
    min-height: 2.5em;
}

#menu2dhSub ul li
{
    list-style-type: none;
    margin: 0;
    padding: 0; 
    float: left;
    min-height: 2.5em;
}

#menu2dhSub ul li a
{
    display: block;
    min-height: 2.5em;
    padding: 0 1em;
}


/* css file: newsletter.css */

/* ==================== box dopisania i wypisania z newslettera */

#newsetter input
{
	margin-left: 0.3em;
}

#newsetter #emailNewsletter /* pole z mailem do wpisania */
{
    width: 120px;
}

#newsetter label input
{
    vertical-align: middle;
}


/* css file: sitemap.css */

/* ==================== podstawowy sitemap */

.sitemap
{
    padding: 0.2em 2em 1em 10em;
}

.sitemapBox,
.sitemapMain
{
    padding: 1px 0 1px 15px;
    margin: 0;
    border-left: 1px solid #f00;    /* prowadnica */
    font-weight: normal;
}

.sitemapMain /* lista elementów pierwszego poziomu */
{
    border-left-width: 0;
    font-weight: bold;
}

.sitemapBox li,
.sitemapMain li
{
    padding: 1px 0;
    list-style-type: none;
}

.sitemapBox li a,
.sitemapMain li a
{
    padding: 0 1px 0 10px;
}

.sitemapBox li a:hover,
.sitemapMain li a:hover
{

}
