/* css main file: style.css */

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

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

html {
  font-size: small;
}

body {
  color: #292929;;
  font-size: 90%;
  line-height: 1.3em;
  font-family: Verdana, Helvetica, "Lucida Grande", sans-serif;
  behavior: url("/csshover2.htc");
}
ul {
	margin: 0;
	padding: 0;
}
input,
textarea,
select {
  font-size: 100%;
  padding: 2px;
  margin: 0;
  vertical-align: middle;
  border: 1px solid #23365E;
  width: 150px;
  color: #23375c;
}
textarea {
	font-family: Arial, Verdana, Helvetica, "Lucida Grande", sans-serif;
	color: #23375c;
}
dt {
	clear: both;
}
address {
	font-style: normal;
}

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

.btn {
  padding: 2px 5px;
  text-transform: lowercase;
  background: #23375c;
  color: #fff;
  width: auto;
}

.clear, .clearBoth {
  clear: both;
}
.w20 { width: 20px; }
.w40 { width: 40px; }
.w60 { width: 60px; }
.w80 { width: 80px; }
.w100 { width: 100px; }
.w120 { width: 120px; }
.w140 { width: 140px; }
.w160 { width: 160px; }
.w180 { width: 180px; }
.w200 { width: 200px; }
.w220 { width: 220px; }
.w240 { width: 240px; }
.w260 { width: 260px; }
.w280 { width: 280px; }

.w2em { width: 2em; }
.w4em { width: 4em; }
.w6em { width: 6em; }
.w8em { width: 8em; }
.w10em { width: 10em; }
.w12em { width: 12em; }
.w14em { width: 14em; }
.w16em { width: 16em; }
.w18em { width: 18em; }
.w20em { width: 20em; }
.w22em { width: 22em; }

.tLeft { text-align: left; }
.tRight { text-align: right !important; }
.tCenter { text-align: center !important; }
#errmsg, #info {
	margin-top: 5px;
	padding: 10px 0;
	border: 1px solid #dbdbdb;
	font-size: 120%;
}
#errmsg ul {
	list-style: none;
	list-style-position: inside;
	color: #BE1103;
	font-variant: small-caps;
}
#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: #C51100;
}

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

.back a {
  text-transform: lowercase;
}

.back a:hover {
    
}

.more {
  clear: both;
  float: right;
  margin: 1em;
  text-align: right;
}

.more a {
  text-transform: lowercase;
  padding-right: 15px;
  padding-bottom: 2px;
  background: url(/images/more.gif) no-repeat right center;
  color: #727272;
}

.more a:hover {
    
}

.clear {
  clear: both;
}
.clearRight {
  clear: right;
}
.pageNav {
  text-align: right;
}

.pageNav a,
.pageNav span {
  padding: 0.2em 0.5em;
}

.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 */
img {
	border: none;
}
h1, h2 {
	color: #061941;
	font-size: 120%;
	font-variant: small-caps;
}
.siteHead {
	background: url(/images/h1.gif) no-repeat left center;
	font-size: 120%;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px dotted #939fb9;
	text-transform: uppercase;
	color: #061941;
	margin-top: 10px;
	margin-bottom: 10px;
}
#all {
	margin: auto;
	width: 848px;
}
#header {
	background: url(/images/top.gif) repeat-x top;
	padding: 10px;
	padding-top: 0px;
}
#header img {
	float: left;
	margin: 25px 0 0;
}
#header a {
	color: #8493b0;
	font-weight: bold;
}

#header a:hover, #header li.selected a {
	color: #374e78;
}
#langBoxTxt
{
	float: right;
    padding: 0;
    margin: 0;
    font-size: 90%;
}

#langBoxTxt li
{
    line-height: 7em;
    list-style-type: none;
    float: left;
	width: 4em;
	text-align: center;
}
#langBoxTxt li:hover {
	background: url(/images/nav_li.gif) repeat-x top;
}
#langBoxTxt li a
{
    text-transform: lowercase;
	display: block;
	padding-left: 3px;
	background: url(/images/lang_li.gif) no-repeat right center;
}
#langBoxTxt {
	background: url(/images/nav_top_li.gif) no-repeat left center;
}
#langBoxTxt li.last a {
	border-left: none;
	background: url(/images/nav_top_li.gif) no-repeat right center;
}
#block {
	clear: right;
	float: right;
	width: 631px;
	height: 61px;
	background: #f1f2f6;
	margin-right: -10px;
	margin-top: -1em;
}
#content_left {
	float: left;
}
#content_right {
	float: left;
	width: 632px;
	font-size: 85%;
}
#banner_box {
	float: right;
	border-left: 1px solid #fff;
	width: 631px;
	height: 238px;
	padding: 0 !important;
}
#banner_box img {
	border-bottom: 1px solid #fff;
}
#content {
	background: url(/images/right_bg.jpg) repeat-y bottom right;
	width: 100%;
	clear: both;
	border-top: 1px solid #fff;
}
#content.sub #center a:hover {
	text-decoration: underline;
}
#content.sub {
	background: none;
}
#content2 {
	width: 100%;
	background: url(/images/left_bg.jpg) no-repeat left bottom;
	position: relative;
	zoom: 1;
}
#left {
	width: 216px;
	padding-bottom: 190px;
	position: absolute;
	zoom: 1;
	left: 0;
	bottom: 0;
}
#call {
	margin: auto;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	width: 197px;
}
#call_top {
	padding: 15px 5px;
	background: url(/images/left_call.jpg) top;
	font-size: 90%;
}
#call_bottom {
	background: url(/images/left_call.png) top no-repeat;
	width: 100%;
	height: 36px;
}
#call_top div {
	margin-top: 10px;
	padding-right: 5px;
	background: #c00c00 url(/images/left_call_a.jpg) repeat-x top;
	border: 1px solid #18385f; 
}
#call_top div:hover {
	background: #c00c00 url(/images/left_call_a_rev.jpg) repeat-x top;
}
#call a {
	color: #fff;
	font-size: 100%;
	padding: 3px;
	padding-right: 10px;
	margin: 0 5px;
	display: block;
	line-height: 2em;
	
}
#call a {
	background: url(/images/nav_a.gif) right center no-repeat;
}
#center {
	float: left;
	width: 378px;
	padding-left: 21px;
	padding-right: 21px;
	padding-bottom: 27px;
	min-height: 339px;
	height: auto !important;
	height: 339px;
}
#center #articleListPhoto {
	padding-top: 0;
}
#center table {
	width: 378px;
}
#content.sub #center {
	padding-right: 0;
	width: 610px;
}
#center.sub table {
	width: 600px;
}
#center th {
	font-weight: bold;
    font-size: 110%;
	background: #f1f2f6; 
	color: #767875;
	border-bottom: 1px solid #d6d7db;
}
#right {
	float: left;
	width: 172px;
	color: #fff;
	padding: 10px 20px;
	background: url(/images/right.jpg) no-repeat top center;
	padding-top: 0;
	min-height: 356px;
	height: auto !important;
	height: 356px;
}
#right .more {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 90%;
}
#center ul {
	padding-left: 15px;
}
#right .siteHead {
	color: #fff;
	border-bottom: 1px dotted #fff;
	background: url(/images/nav_a.gif) no-repeat left center;
	margin-bottom: 0;
}
#right .more a {
	color: #a3a9bf;
	background: url(/images/right_more.gif) no-repeat right center;
}
#footer {
	margin-top: -40px;
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}
#footer_top {
	width: 100%;
	height: 73px;
	background: url(/images/footer.png) no-repeat top;
}
#footer .right {
	clear: both;
	float: right;
	font-size: 70%;
	padding: 10px;
}
#downWithFiles ul {
	list-style: none;
	padding: 0;
}
#downWithFiles ul ul, #downloadSection ul {
	padding-left: 30px;
	list-style: url(/images/right_more.gif);
	padding-bottom: 10px;
	padding-top: 5px;
}
#downWithFiles li, #downloadSection li {
	line-height: 2em;
}
#downWithFiles li .downHead {
	width: 600px;
	padding: 0.5em;
	font-weight: bold;
    font-size: 110%;
	background: #f1f2f6; 
	color: #767875;
	border-bottom: 1px solid #d6d7db;  
	border-top: none;  
}


/* css file: articles.css */

#right #articleListPhoto img {
	display: none;
}
#center #articlesList dt /* tytuł aktualności */
{
    padding: 0.5em;
	font-weight: bold;
    font-size: 110%;
	background: #f1f2f6; 
	color: #767875;
	border-bottom: 1px solid #d6d7db;  
	border-top: none;  
}
#center #articlesList dt em {
	float: right;
	font-style: normal;
	font-size: 80%;
}
#center #articlesList dt a
{
    color: #5a6d8b;
	float: left;
}
#articlesList dt a {
	float: none;
	color: #fff;
}
#center #articlesList dt a:hover {
	text-decoration: none !important;
}

#center #articlesList dd /* treść aktualności */
{
  padding: 0.7em 0;
	margin: 0;
  text-align: justify;
	color: #292929;
	border-bottom: 0;
}
#right #articlesList dt a {
	font-weight: normal;
	text-decoration: none !important;
}
#right #articlesList dt a span {
  font-weight: bold;
	font-size: 115%;
}
#center #articlesList dd .articleImg /* ewentualny obrazek w aktualności */
{
    float: right;
	border: 1px solid #dbdbdb;
	padding: 4px;
	padding-bottom: 0;
	margin-left: 10px;
}

#articlesList dt {
	font-weight: bold;
	padding-bottom: 7px;
	padding-top: 7px;
	border-top: 1px solid #506793;
}
#articlesList dd {
	
	text-align: justify;
	padding-bottom: 7px;
}
#articlesList dd.last {
	border-bottom: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#articlesList dt em {
	display: none;
}
.article table {
	border-collapse: collapse;
}
.article td {
	padding: 2px 5px;
}
.article .format_1,
.article .format_2,
.article .format_3,
.article .format_4,
.article .format_5,
.article .format_6
{
    padding: 0.5em 0;
}

.article .artText
{
    text-align: justify; /* wyjustowanie tekstu artykułu */
}

.article img
{
    border: 1px solid #dbdbdb; /* obramowanie obrazka */
    padding: 2px;           /* odstęp między obrazkiem a obramowaniem  */
}

/* ===== pliki do pobrania */
.artFiles
{
    margin: 2em 0 1em;
    padding: 1em 1em 0;
    clear: both;
	border-top: 1px solid #dbdbdb; /* górna linia oddzielająca */
}

.artFiles ul
{
    margin: 0 1em;
    padding: 0;
}

.artFiles ul li
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.artFiles ul a
{
    /* odnośnik do pliku */
}

.artFiles ul a:hover
{
    
}

/* ==================== 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 {
  float: left;
  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
{
  float: left;
  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 #24375f;  /* 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;
}


/* css file: brief.css */

/* ==================== lista briefów */
#briefsList, #articleListPhoto
{
    padding: 0 0 1em;
}

#briefsList dt /* tytuł aktualności */
{
    padding: 0.5em;
	font-weight: bold;
    font-size: 110%;
	background: #f1f2f6; 
	color: #767875;
	border-bottom: 1px solid #d6d7db;    
}
#briefsList dt em {
	float: right;
	font-style: normal;
	font-size: 80%;
}
#briefsList dt a
{
  color: #5a6d8b;
	float: left;
}
#center #briefsList dt a {
	width: 300px !important;
}
#briefsList dt a:hover
{

}

#briefsList dd /* treść aktualności */
{
    padding: 0.5em 0;
	margin: 0;
    text-align: justify;
	color: #292929;
}

#briefsList dd img /* ewentualny obrazek w aktualności */
{
  float: left;
	border: 1px solid #dbdbdb;
	padding: 4px;
	padding-bottom: 0;
	margin-right: 10px;
}

/* ==================== 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: 10px 0;
}
.errForm {
	color: #fff;
	background: #23375c;
}
.conLabel
{
	float: left;
	font-weight: bold;
	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-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 100%;
}

#contactWithForm .addInfo
{
    clear: both;
}

#contactWithForm .avatar
{
    text-align: center;
}
.emailForm label
{
	float: left;
	font-weight: bold;
	width: 120px;
}
.emailForm input {
	width: 172px;
}
.emailForm input.btn {
	width: auto;
}
.emailForm textarea
{
    width: 172px;
	height: 100px;
}
.emailForm {
	padding-top: 1em;
	padding-bottom: 15px;
}
/* ==================== kontakt domyślny z oddziałami */

#contactSections h2
{
    margin-top: 10px;
}

/* ==================== kontakt domyślny prosty */

#contactSimple
{

}

/* ==================== kontakt domyślny prosty w stopce */

#contactFooter
{

}

/* ==================== kontakt domyślny prosty mini */

#contactMinisimple
{

}

#contactMinisimple #contactMinisimplePhone
{
    font-weight: bold;
}
.contactPersonList {
	clear: both;
	width: 610px;
	border-top: 1px dotted #939fb9;
	padding-bottom: 5px;
	padding-top: 5px;
}
.contactPersonList .conLabel {
	width: 120px;
}
.contactPersonList.first {
	border-top: none;
}


#contactEmailForm {
   margin-bottom: 4em;
}


#contactEmailForm input[type=submit] {
    padding: .6em 2em;
    font-size: 1.2em;
    cursor: pointer;
}

#contactEmailForm input[type=submit]:hover {
    background-color: #5078BE;
}


/* css file: gallery.css */

/* ==================== zdjęcie w galerii */
#galleryList a:hover {
	text-decoration: none !important;
}
#galleryList div {
	float: left;
	padding-right: 10px;
}
#pictureGalleryTmb
{
       
}

#pictureGalleryTmb #dhtmlgoodies_slideshow
{
    width: 610px;   
	margin-top: 1.5em;
}

#pictureGalleryTmb #previewPane
{
   	border-top: 1px dotted #939fb9;
    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 */
    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;
	min-height: 140px;
	height: auto !important;
	height: 140px;
	float: left;
	margin: 5px 0 10px;
	text-align: center;
	font-size: 90%;
	padding-left: 5px;
	padding-right: 5px;
}


/* css file: language.css */

/* ==================== obrazki */

#langBoxImg strong,
#langBoxTxtImg strong,
#langBoxTxt strong
{
    float: left;
}

#langBoxTxt
{
    color: #374e78;
}

#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: lightbox.css */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:/image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* css file: login.css */

/* ==================== informacja i wylogowanie */

#logoutBox
{
	
}

/* ==================== formularz logowania */

#loginBox
{
	
}


/* css file: menu.css */

#mmenuTop {
	min-height: 237px;
	height: auto !important;
	height: 237px;
	width: 216px;
	float: left;
	font-family: Tahoma, Verdana, Helvetica, "Lucida Grande", sans-serif;
	background: #1e345b url(/images/nav_bg.jpg) repeat-x top;
	float: left;
}
#mmenuTop ul {
	list-style: none;
	width: 100%;
}
#mmenuTop ul ul {
	display: none;
	position: absolute;
}
#mmenuTop li:hover ul {
	display: inline;
	position: absolute;
	background: #1e345b url(/images/nav_bg.jpg) repeat-x top;
	left: 216px;
	border-left: 1px solid #fff;
	top: 0;
	margin-top: -1px;
}
#mmenuTop li {
	border-bottom: 1px solid #39548b;
	border-top: 1px solid #5873aa;
	position: relative;
}
#mmenuTop li:hover {
	border-bottom: 1px solid #2d4470;
	border-top: 1px solid #4c6291;
}
#mmenuTop li a {
	color: #fff;
	line-height: 2.1em;
	font-variant: small-caps;
	font-size: 110%;
	letter-spacing: 0.14em;
	display: block;
	padding-left: 35px;
}
#mmenuTop li li.first a, #mmenuTop li li.last a {
	padding-bottom: 0;
	padding-top: 0;
}
#mmenuTop li.first a, #mmenuTop li.first li.first a {
	padding-top: 1.1em;
	padding-bottom: 0.2em;
}
#mmenuTop li.last a, #mmenuTop li.last li.first a {
	padding-top: 0.2em;
	padding-bottom: 1.1em;
}
#mmenuTop li:hover li a {
	background: none;
}
#mmenuTop li li.first a:hover, #mmenuTop li a:hover, #mmenuTop li li a:hover, #mmenuTop li.selected a, #mmenuTop li.first a:hover {
	background: #5078be url(/images/nav_a.gif) no-repeat 20px center;
}
#mmenuTop li.first a:hover, #mmenuTop li.first li:hover a:hover, #mmenuTop li.first.selected a, #mmenuTop li.first li.first a:hover {
	background-position: 20px 2em;
}
#mmenuTop li.last a:hover, #mmenuTop li.last li a:hover, #mmenuTop li.last.selected a, #mmenuTop li.last li.last:hover a {
	background-position: 20px 1.1em;
}
/* ==================== 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
{
	float: right;
    padding: 0;
    margin: 0;
    font-size: 90%;
}

#navigationTop li
{
    line-height: 7em;
    list-style-type: none;
    float: left;
	width: 10em;
	text-align: center;
}
#navigationTop li:hover {
	background: url(/images/nav_li.gif) repeat-x top;
}
#navigationTop li a
{
    text-transform: lowercase;
	display: block;
	padding-left: 3px;
	background: url(/images/nav_top_li.gif) no-repeat left center;
}
/* ==================== górne zwykłe poziome */

#menuSimpleTop ul
{
    padding: 0 10px;
    margin: 0;
}

#menuSimpleTop ul li
{
    list-style-type: none;
    float: left;
    font-size: 110%;
}

#menuSimpleTop ul li a
{
    font-weight: bold;
    display: block;
    float: left;
    padding: 0.3em 1em;
}

#menuSimpleTop ul li.selected a
{
	
}

#menuSimpleTop ul li a:hover
{

}

#menuSimpleTop ul li.first a
{

}

#menuSimpleTop ul li.last a
{

}

/* ==================== 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-bottom: 20px;
	padding-top: 10px;
    margin: 0;
    text-align: center;
	font-size: 95%;
	background: #c2171d url(/images/footer.jpg) no-repeat top center;
}

#menuSimpleFooter li
{
    margin: 0;
    list-style-type: none;
    display: inline;
    padding: 0 0.2em;
}

#menuSimpleFooter li a
{
    color: #fff;
	padding: 10px;
	padding-left: 13px;
padding-right:5px;
	background: url(/images/footer_li.gif) no-repeat left center;
}

#menuSimpleFooter li a:hover
{
    text-decoration: underline;
}

#menuSimpleFooter li.first a
{
	background: none;
}

#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: sitemap.css */

#sitemap_box {
	width: 50%;
}
#sitemap_box ul, #sitemap_box li, #sitemap_box a {
	width: auto;
}
.sitemap {
	padding:0.2em 2em 1em 0;
	line-height: 2em;
}
.sitemapMain {
	font-weight: bold;
	list-style: none;
	margin: 0;
	margin-left: 40px;
	padding:0;
}
.sitemapMain ul {
	padding-left: 50px !important;
	background: none;
	list-style: none;
	font-weight: normal;
	width: auto;
}
.sitemapBox {
	font-weight:normal;
	list-style: none;
	margin:0 0 0 45px;
	padding:0;
}
.sitemapBox li a, .sitemapMain li a, .sitemapMain li li a {
	background: transparent no-repeat scroll 0 50%;
	color: #000;
	padding-left: 12px;
	text-decoration:none;
}
.sitemapBox li, .sitemapMain li {
	background: #fff url(/images/sitemap_line.gif) repeat-y 0 0;
}
.sitemapBox li a, .sitemapMain li a {
	background-image: url(/images/sitemap_point.gif);
}
.sitemapMain ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
.sitemapMain li li a {
	height: 1.8em;
}
.sitemapBox li a:hover, .sitemapMain li a:hover {
	color: #22385f;
}