/* 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: #686868;
  font-size: 90%;
  line-height: 1.3em;
  font-family: Arial, Verdana, Helvetica, "Lucida Grande", sans-serif;
}
h2 {
	font-size: 100%;
	color: #575757;
	padding: 10px 17px;
}
h2.siteHead {
	color: #c22d27;
}
.bordo {
	color: #c22d27;
	font-weight: bold;
}
input,
textarea,
select {
  font-size: 100%;
  padding: 2px;
  margin: 0;
  vertical-align: middle;
  font-family: Arial, Verdana, Helvetica, "Lucida Grande", sans-serif !important;
}

.textInput {
  border-top: 1px solid #bcbcbc;
  border-left: 1px solid #bcbcbc;
  background: #fff url(/images/input_bg.jpg) bottom repeat-x;
  color: #a0a0a0;
  padding: 7px 10px;
}

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

address {
	font-style: normal;
}

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

#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;
}

.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 {

}
#errmsg {
	padding-bottom: 8px;
}
.errors {
	padding-top: 9px;
	padding-bottom: 9px;
	position: relative;
	zoom: 1;
	width: 100%;
	background: #7b2321 url(/images/menu_bg.gif) right repeat-y;
}
.errors .menuRt {
	height: 9px !important;
}
.errors ul, .messages ul {
	margin: 0;
	list-style: none;
	list-style-position: inside;
	color: #fff;
	font-weight: bold;
}
.errors li, .messages li {
	margin: 0;
}
.messages {
	padding-top: 9px;
	padding-bottom: 9px;
	position: relative;
	zoom: 1;
	width: 100%;
	border-top: 2px solid #a6a6a6;
	background: #a8a8a8 url(/images/friend_bg.jpg) repeat-x top;
	border-bottom: 2px solid #a6a6a6;
}
.messages .whiteRt {
	margin-top: -2px;
}
.messages .whiteLb {
	margin-bottom: -2px;
}
.clear {
  clear: both;
}

.pageNav {
  float: right;
  padding-bottom: 10px;
}
.nav {
	float: left;
	padding: 0 5px;
	width: 2.5em;
	text-align: center;
}
.pageNav a {
  text-decoration: none;
  display: block;
  padding: 5px 10px !important;
}

.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 */
.width {
    width: 100%;
}
.pageWidth {
    width: 950px;
	margin: auto;
}
.left  {
    float: left;
}
.right {
    float: right;
}
.clearBoth {
    clear: both;
}
.clearLeft {
    clear: left;
}
.clearRight {
    clear: right;
}
.lt {
	position: absolute;
	zoom: 1;
	width: 10px;
	height: 10px;
	top: 0;
	left: 0;
}
.lt.whiteLt {
	background: url(/images/white_lt.gif) no-repeat left top;
}
.lt.redLt {
	background: url(/images/red_white_lt.gif) no-repeat top left;
}
.lt.btn_greyLt {
	background: url(/images/btn_grey_lt.gif) no-repeat top left;
}
.lt.topLt {
	background: url(/images/top_white_lt.gif) no-repeat top left;
}
.lt.sub2Lt {
	background: url(/images/submenu_lt.gif) no-repeat top left;
}
.rt {
	position: absolute;
	zoom: 1;
	width: 10px;
	height: 10px;
	top: 0;
	right: 0;
}
.rt.whiteRt {
	background: url(/images/white_rt.gif) no-repeat right top;
}
.rt.menuRt {
	background: url(/images/menu_white_rt.gif) no-repeat right top;
}
.rt.orgRt {
	background: url(/images/org_white_rt.gif) no-repeat right top;
	margin-top: -2px;
}
.rt.surveyRt {
	background: url(/images/survey_grey_rt.gif) no-repeat right top;
	margin-top: -2px;
}
.rt.newsRt {
	background: url(/images/news_grey_rt.gif) no-repeat right top;
	margin-top: -2px;
}
.highlight .news_ddRt {
	background: url(/images/news_dd_grey_rt.gif) no-repeat right top;
	float: right;
	position: static;
	margin: -0.94em -7px 0 0;
	width: 10px;
	height: 10px;
}
.rt.subRt {
	background: url(/images/sub_rt.gif) no-repeat right top;
	margin-top: -2px;
}
.rt.sub2Rt {
	background: url(/images/submenu_rt.gif) no-repeat top right;
}
.rt.subboxRt {
	background: url(/images/subbox_rt.gif) no-repeat top right;
	margin-top: -2px;
	margin-right: -2px;
}
.lb {
	position: absolute;
	zoom: 1;
	width: 9px;
	height: 8px;
	bottom: 0;
	left: 0;
}
.lb.whiteLb {
	background: url(/images/white_lb.gif) no-repeat left bottom;
}
.lb.orgLb {
	background: url(/images/org_white_lb.gif) no-repeat left bottom;
	margin-bottom: -2px;
}
.lb.surveyLb {
	background: url(/images/survey_grey_lb.gif) no-repeat left bottom;
	margin-bottom: -2px;
}
.newsLb {
	background: url(/images/news_grey_lb.gif) no-repeat left bottom;
	margin-bottom: -2px;
}
.highlight .news_ddLb {
	background: url(/images/news_dd_grey_lb.gif) no-repeat left bottom;
	float: left;
	position: static;
	margin: -0.4em 0 0 -7px;
	height: 10px;
	width: 10px;
}
.highlight {
	background:#ECECEC url(/images/news_dd_bg.jpg) repeat scroll center top;

}
.lb.subLb {
	background: url(/images/sub_lb.gif) no-repeat left bottom;
	margin-bottom: -2px;
}
.lb.sub2Lb {
	background: url(/images/submenu_lb.gif) no-repeat bottom left;
}
.lb.subboxLb {
	background: url(/images/subbox_lb.gif) no-repeat bottom left;
	margin-bottom: -2px;
	margin-left: -2px;
}
.rb {
	position: absolute;
	zoom: 1;
	width: 10px;
	height: 10px;
	bottom: 0;
	right: 0;
}
.rb.redRb {
	background: url(/images/red_white_rb.gif) no-repeat right bottom;
}
.rb.btn_greyRb {
	background: url(/images/btn_grey_rb.gif) no-repeat right bottom;
}
.rb.topRb {
	background: url(/images/top_white_rb.gif) no-repeat right bottom;
}
.rb.sub2Rb {
	background: url(/images/submenu_rb.gif) no-repeat right bottom;
}
.rb.whiteRb {
	background: url(/images/white_rb.gif) no-repeat right bottom;
}
.divBtn {
	position: relative;
	zoom: 1;
}
.divBtnGrey {
	position: relative;
	zoom: 1;
}
.graph_box {
	float: left;
	position: relative;
}
.graph_box span {
	display: none;
	position: absolute;
	color: #fff;
	font-size: 170%;
}
.graph_box span.left {
	top: 15px;
	left: 10px;
}
.graph_box span.right {
	top: 15px;
	right: 10px;
}
.text_box {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 5px;
	position: relative;
	zoom: 1;
	float: right;
	border: 2px solid #e2e2e2;
}
.text_box .desc {
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_box .desc img {
	float: left;
	margin-right: 8px;
}
.text_box h2 {
	border-bottom: 1px dotted #c9c9c9;
	padding-left: 0;
}
.btn {
  	padding: 5px;
	background: #b21300 url(/images/btn_red.jpg) top repeat-x;
	border: none;
	color: #fff;
	font-weight: normal;
}
.btn:hover {
	color: #FEFF33;
}
.btnGrey:hover {
	color: #999;
}
.btnGrey {
  	padding: 5px;
	margin: 0;
	border: none;
	background: #595959 url(/images/btn_grey_bg.jpg) top repeat-x;
	color: #fff;
	font-weight: normal;
}
a.btnGrey {
	display: block;
	padding: 7px 10px;
}
a {
    text-decoration: none;
	color: #676767;
	font-weight: bold;
}
a:hover {
	color: #000;
}
#header_all {
    background: #fefefe url(/images/header_bg.jpg) repeat-x;
}
#header {
	padding-top: 18px;
}
#logo {
	padding-top: 50px;
	padding-left: 10px;
}
#logo a {
    color: #9e1701;
    font-size: 180%;
	letter-spacing: 0.2px;
}
#navigation {
	float: right;
}
#content_all {
	border-top: 1px solid #e8e8e8;
	position: relative;
}
#left {
	float: left;
	margin-top: -9px;
	width: 195px;
	position: relative;
	zoom: 1;
}
#left1 {
	float: left;
	width: 195px;
	position: relative;
	zoom: 1;
}
#left2 {
	clear: left;
	float: left;
	width: 188px;
	position: relative;
	zoom: 1;
}
#content {
	float: left;
}
.art {
	background: url(/images/art_bg.jpg) repeat-y !important;
}
.art2 {
	background: url(/images/art2_bg.jpg) repeat-y !important;
}
#contentLeft {
	float: right;
	position: relative;
	background: #fff;
	padding-top: 8px;
	width: 522px;
	padding-right: 8px;
}
#contentRight {
	float: right;
	width: 220px;
}
#contentMiddle {
	clear: right;
	float: right;
	width: 750px;
	position: relative;
	zoom: 1;
}
#contentMiddle .left {
	width: 522px;
}
#footer_all {
	margin-top: 8px;
	border-top: 1px solid #e8e8e8;
	background: #fefefe url(/images/footer_bg.jpg) repeat-x bottom;
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 90%;
}
#footer .left {
	padding-left: 18px;
}
#footer .right {
	padding-right: 18px;
}
#footer strong {
	color: #9e1701;
}
#banner_box {
	position: relative;
	zoom: 1;
	width:522px !important;
	margin-bottom: 4px;
}
#contentBox1, #contentBox2 {
	position: relative;
	zoom: 1;
	margin-right: 7px;
	width: 257px;
	float: left;
}
#contentBox2 {
	margin-right: 0;
}
#contentBox1 .text_box, #contentBox2 .text_box {
	width: 229px;
	min-height: 170px;
	height: auto !important;
	height: 166px;
}
#submenu {
	width: 220px;
	float: right;
}
#subBox {
	margin-top: 8px;
	float: right;
	width: 220px;
}
#subBox .graph_box span.right, #subBox .graph_box span.left{
	display: none;
}
#subBoxEmpty {
	margin-top: 8px;
	background: url(/images/graph_box.jpg) no-repeat;
	width: 220px;
	height: 100px;
	float: right;
}
#orgazniationRotator {
	clear: left;
	float: left;
	height: 93px;
	width: 717px;
	position: relative;
	zoom: 1;
	border-top: 2px solid #e3e3e3;
	border-bottom: 2px solid #ebebeb;
	background: #fff url(/images/org_bg.jpg) top repeat-x;
	margin-top: 8px;
}
#orgazniationRotator h2 {
	border-bottom: 1px solid #e8e8e8;
}
#rotatorData {
	padding: 5px 0;
	width: 717px;
	overflow: hidden;
}
#orgazniationRotator div {
	float: left;
}
#orgazniationRotator div a {
	padding-left: 40px;
	padding-right: 40px;
}
#orgazniationRotator div a img {
	height: 40px;
}
#orgazniationList {
	font-size: 90%;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	padding-left: 12px;
	padding-right: 12px;
	border-bottom: 2px solid #e2e2e2;
	border-top: 2px solid #e6e6e6;
	background: url(/images/sub_bg.jpg) top;
}
#orgazniationList h2 {
	border-bottom: 1px dotted #c9c9c9;
	padding-left: 0;
}
.organizationItem {
	padding-top: 8px;
	position: relative;
	zoom: 1;
}
.organizationItem img {
	float: left;
	margin-right: 8px;
}
.organizationName {
	color: #c22d27;
	font-weight: bold;
}
#friendData {
	border-top: 2px solid #a6a6a6;
	position: relative;
	zoom: 1;
	background: #a8a8a8 url(/images/friend_bg.jpg) repeat-x top;
	border-bottom: 2px solid #a6a6a6;
}
#friendNotice {
	background: #fff !important;
}
#friendNotice fieldset {
	text-align: center;
	padding: 7px 17px;
}
#friendNotice fieldset #emailNewsletter {
	border-left: 1px solid #8d8d8d;
	border-top: 1px solid #909090;
	margin: 12px 0;
	font-size: 90%;
	padding: 3px 10px;
}
#friendNotice h2 {
	padding-bottom: 14px;
	padding-top: 14px;
}
#friendNotice .whiteRt {
	margin-top: -2px;
}
#friendNotice .whiteLb {
	margin-bottom: -2px;
}

#friendNotice .btn_greyLt {
	background: url(/images/friend_lt.gif) no-repeat top left;
}
#friendNotice .btn_greyRb {
	background: url(/images/friend_rb.gif) no-repeat right bottom;
}

#weather, #clock {
	margin: auto;
	width: 188px;
	padding: 20px 0 0;
	text-align: center;
}
#weather p img {
	float: left;
}
#weather p span {
	font-weight: bold;
}



/* css file: articles.css */

#searchBox {
	float: left;
	background: #fff url(/images/search_bg.jpg) repeat-y left;
	padding: 1em 17px 1.3em;
	height: 2.4em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 90%;
	position: relative;
}
.linkTitle {
	color: #C22D27;
}
#searchBox .textInput {
	margin-right: 15px;
}
.article {
	padding-bottom: 10px;
}
.article table {
	border: none;
	border-collapse: collapse;
}
.article td {
	width: 49% !important;
}
.article h1 {
	font-size: 120%;
	color: #c22d27;
	padding-bottom: 3px;
}
.article h2 {
	font-size: 100%;
	color: #c22d27;
	padding-bottom: 3px;
}
.article h3 {
	font-size: 100%;
	color: #c22d27;
	padding-bottom: 3px;
}
.article h4 {
	font-size: 95%;
	color: #c22d27;
	padding-bottom: 3px;
}
.article h5 {
	font-size: 90%;
	color: #c22d27;
	padding-bottom: 3px;
}
.article h6 {
	font-size: 85%;
	color: #c22d27;
	padding-bottom: 3px;
}
.articleSearchResults h1 {
	font-size: 120%;
	padding-bottom: 3px;
}
.articleSearchResults h2 {
	font-size: 100%;
	padding-bottom: 3px;
}
.articleSearchResults h3 {
	font-size: 100%;
	padding-bottom: 3px;
}
.articleSearchResults h4 {
	font-size: 95%;
	padding-bottom: 3px;
}
.articleSearchResults h5 {
	font-size: 90%;
	padding-bottom: 3px;
}
.articleSearchResults h6 {
	font-size: 85%;
	padding-bottom: 3px;
}
.article, #articleListPhoto, #article_search {
	position: relative;
	zoom: 1;
	font-size: 90%;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	padding-left: 12px;
	padding-right: 12px;
	border-bottom: 2px solid #e2e2e2;
	border-top: 2px solid #e6e6e6;
}
.article p {
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
}
.article h2, #article_search h2 {
	border-bottom: 1px dotted #c9c9c9;
	padding-left: 0;
}
.article .format_1,
.article .format_2,
.article .format_3,
.article .format_4,
.article .format_5,
.article .format_6,
.article .format_7
{
    padding: 9px 0;
}

.article .artText
{
    text-align: justify; /* wyjustowanie tekstu artykułu */
}

.article img
{
    border: 2px solid #c8cac7; /* obramowanie obrazka */
}

/* ===== pliki do pobrania */
.artFiles
{
    margin: 2em 0 1em;
    padding: 1em 1em 0;
    clear: both;
	border-top: 1px solid #c8cac7; /* górna linia oddzielająca */
}
.artFiles strong {
	color: #c22d27;
}
.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 5px;
}

/* ==================== format 4 */

.article .format_4 .artImages
{
  	margin: 0 auto 20px;
	text-align: center;
}

.article .format_4 .artImages div
{
  float: left;
  text-align: center;
  margin: 5px;
  padding: 5px;
}

.article .format_4 .artImages img
{
    margin: 0 5px;
}

/* ==================== 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;
}

/****  format 7  **************************************************************/

.article .format_7 .artImages {

}

.article .format_7 .artImages div {
  text-align: center;
}

.article .format_7 .artImages div a {
  display: block;
}

.article .format_7 .artImages div a:hover {
  text-decoration: none;
}

.article .format_7 .artImages div a span {
  display: block;
  padding: 0.1em 0 0.8em;
}

.article .format_7 .artImages div a:hover span {
  text-decoration: underline;
}

/* ===== wyniki wyszukiwania artykułów */
.articleSearchResults li
{
    padding: 0.4em 0;
}

.articleSearchResults li a  /* tytuł artykułu */
{
    font-weight: bold;
}

.articleSearchResults li a:hover
{
    
}

/* ===== powiadom znajomego */
#articleSendToFriend
{
    margin: 1em 15px 0.5em;
    border-top: 1px solid #e2e2e2;  /* 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;
}
#articleListPhoto h2 {
	border-bottom: 1px dotted #c9c9c9;
	padding-left: 0;
}
#articlesList dt {
	clear: both;
	float: left;
	padding-top: 27px;
	padding-bottom: 13px;
}
#articlesList dt img /* ewentualny obrazek w aktualności */
{
    float: left;
    margin-right: 15px;
    margin-bottom: 0.3em;
	border: 2px solid #c8cac7;
}
#articlesList dt a.title {
	color: #b41300;
}
#articlesList dt span {
	color: #9a9a9a;
	font-size: 90%;
	padding: 5px 40px 5px 15px;
	background: url(/images/clock.gif) no-repeat left center;
}
#searchWords {
	padding-top: 8px;
}


/* css file: brief.css */

/* ==================== lista briefów */
#contentRight #divBriefsList
{
    padding: 0 5px 1em;
	background: url(/images/news_bg.jpg) top;
	border-top: 2px solid #e3e3e3;
	border-bottom: 2px solid #dedede;
	position: relative;
	zoom: 1;
}
#contentRight #briefsList {
	padding: 0;
}
#contentRight #briefsList dt span {
	clear: both;
	float: left;
	color: #9a9a9a;
	font-size: 90%;
	padding: 5px 40px 5px 15px;
	background: url(/images/clock.gif) no-repeat left center;
}




#contentRight #briefsList dt /* tytuł aktualności */
{
    padding: 1em 7px 0.5em;
    font-weight: bold;
    font-size: 110%;
}

#contentRight #briefsList dt a
{
    color: #b51400;
}


#briefsList dt a:hover
{

}

#contentRight #briefsList dd /* treść aktualności */
{
    clear: both;
	padding: 8px 7px;
    text-align: justify;
	position: relative;
	zoom: 1;
	background: #ececec url(/images/news_dd_bg.jpg) top;
}
#contentRight #briefsList dd img /* ewentualny obrazek w aktualności */
{
    display: none;
}
#contentMiddle #briefListPhoto {
	position: relative;
	zoom: 1;
	font-size: 90%;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	padding-left: 12px;
	padding-right: 12px;
	border-bottom: 2px solid #e2e2e2;
	border-top: 2px solid #e6e6e6;
}
#contentMiddle #briefListPhoto h2 {
	border-bottom: 1px dotted #c9c9c9;
	padding-left: 0;
}
#contentMiddle #briefsList dt {
	float: left;
	padding-top: 27px;
	padding-bottom: 13px;
  width: 100%;
}
#contentMiddle #briefsList dt img /* ewentualny obrazek w aktualności */
{
    float: left;
    margin-right: 15px;
    margin-bottom: 0.3em;
	border: 2px solid #c8cac7;
}
#contentMiddle #briefsList dt a.title {
	color: #b41300;
	font-size: 110%;
}
#contentMiddle #briefsList dt span {
	color: #9a9a9a;
	font-size: 90%;
	padding: 5px 40px 5px 15px;
	background: url(/images/clock.gif) no-repeat left center;
}
#contentMiddle #briefsList dt.even {
	text-align: right;
}
#contentMiddle #briefsList dt.even img /* ewentualny obrazek w aktualności */
{
    float: right;
    margin-left: 15px;
    margin-bottom: 0.3em;
	border: 2px solid #c8cac7;
}
#contentMiddle #briefsList dt.even span {
	color: #9a9a9a;
	font-size: 90%;
	padding: 5px 0 5px 15px;
	background: url(/images/clock.gif) no-repeat left center;
	text-align: right;
}
#contentRight #briefListPhoto h2.siteHead {
	color: #fff;
	padding: 0 17px;
}
#contentRight #briefListPhoto .errors {
	margin-top: 8px;
	margin-bottom: 8px;
}
/* ==================== 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 */
#contentMiddle #briefListTitle {
	position: absolute;
	top: 4.5em;
	right: 10px;
	width: 45%;
	border: 1px solid #E2E2E2;
	padding: 0 10px 7px;
	font-size: 90%;
}
#briefListTitle ul
{
	padding: 0 17px;
	margin: 0;
}

#briefListTitle li
{
    list-style-type: none;
	padding: 0;
	padding-left: 20px;
	line-height: 2em;
    margin: 0;
	background: url(/images/sitemap_li.gif) no-repeat left center;
}

/* ==================== 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;
}

#contentRight #briefsList {
    list-style: none;
	margin: 0;
}

#contentRight #briefsList li span {
    clear: both;
    float: left;
    color: #9a9a9a;
    font-size: 90%;
    padding: 5px 40px 5px 15px;
    background: url(/images/clock.gif) no-repeat left center;
}

#contentRight #briefsList li /* tytuł aktualności */
{
    padding: 0.91em 7px 0.4em;
    font-weight: bold;
    font-size: 110%;
}
#contentRight #briefsList li a
{
    color: #b51400;
}


/* css file: contacts.css */

.req {
	color: #C22D27;
}
.row
{
	clear: left;
	padding: 7px 0;
}
.row input, .row textarea {
	border-top: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
	background: #fff url(/images/input_bg.jpg) bottom repeat-x;
	color: #a0a0a0;
	padding: 3px 10px;
	width: 180px;
}
.conLabel
{
	float: left;
	font-weight: bold;
	width: 70px;   /* długość etykiety kontaktu  */
}

#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;
}
.emailForm label
{
	float: left;
	font-weight: bold;
	width: 140px;
}

.emailForm textarea
{
    width: 180px;
	height: 150px;
}

/* ==================== kontakt domyślny z oddziałami */

#contactSections, #contactDepartments, #contactWithForm, #contactMap
{
    position: relative;
	zoom: 1;
	font-size: 90%;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	padding-left: 12px;
	padding-right: 12px;
	border-bottom: 2px solid #e2e2e2;
	border-top: 2px solid #e6e6e6;
}
#contactWithForm h3 {
	color: #c22d27;
	padding: 10px 0;
	font-size: 100%;
}
#contactWithForm .text, #contactWithForm .value {
	float: left;
	padding-right: 5px;
}
#contactSections h2, #contactDepartments h2, #contactWithForm h2, #contactMap h2 {
	border-bottom: 1px dotted #c9c9c9;
	padding-left: 0;
}
/* ==================== kontakt domyślny prosty */
#contactData {
	position: relative;
	zoom: 1;
	font-size: 90%;
	border-top: 2px solid #ececec;
	border-bottom: 2px solid #ececec;
	background: #f7f7f7 url(/images/survey_bg.jpg) repeat-x top;
	padding: 15px 17px;
	line-height: 1.5em;
}
#contactData .text {
	text-transform: lowercase;
}
#contactSimpleEmail, .contactSimpleEmail {
	color: #b41300;
	font-weight: bold;
}
#contactSimplePhone .text, #contactSimpleFax .text, .contactSimplePhone .text, .contactSimpleFax .text {
	float: left;
	clear: left;
	padding-right: 5px;
}
#contactSimplePhone .value, #contactSimpleFax .value {
	float: left;
}
#contactSimple {
	padding-bottom: 7px;
	background: #fff;
}

/* ==================== 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 #c9c9c9;
  margin-bottom: 1em;
}

#contactSections .contactPersonList.last {
  padding-bottom: 0;
  border-bottom-width: 0;
  margin-bottom: 0;
}
.contactSimpleName {
	color: #C22D27;
	padding-top: 5px;
	font-weight: bold;
}
#contentRight #contactSimple .errors {
	margin-bottom: 8px;
	margin-top: 8px;
}
#contentRight #contactSimple h2.siteHead {
	color: #FFFFFF;
	padding: 0 17px;
}

/* css file: downloads.css */

#downWithFiles, #downloadSection {
	position: relative;
	zoom: 1;
	font-size: 90%;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	padding-left: 12px;
	padding-right: 12px;
	border-bottom: 2px solid #e2e2e2;
	border-top: 2px solid #e6e6e6;
}
#downWithFiles h2, #downloadSection h2{
	border-bottom: 1px dotted #c9c9c9;
	padding-left: 0;
}
#downWithFiles img, #downloadSection img {
	float: left;
	width: 40px;
	margin-right: 0.5em;
	margin-bottom: 0.9em;
}
#downWithFiles ul, #downloadSection ul {
	list-style: none;
	margin: 0;
	padding: 8px 20px 0;
}
#downWithFiles li, #downloadSection li {
	clear: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#downWithFiles a, #downloadSection a {
	font-weight: bold;
}
#downWithFiles .fileSection {
	padding: 0.9em 0;
}
#downWithFiles .fileSection h1 {
	font-size: 110% !important;
	padding-left: 10px;
}

/* css file: gallery.css */

/* ==================== zdjęcie w galerii */
#pictureGalleryTmb #dhtmlgoodies_slideshow
{
	overflow: hidden;
}
#pictureGalleryTmb #dhtmlgoodies_slideshow
{
    width: 498px;   /* długość całego slideshow */
    margin-top: 1.5em;
}

#pictureGalleryTmb #previewPane
{
    border-top: 1px solid #c9c9c9;
    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 #previewPane img {
	border: 2px solid #c8cac7;
} 
#pictureGalleryTmb #arrow_left    /* lewa strzałka */
{
    position: absolute;
    left: 0;
    z-index: 10;
    padding: 1px;
}

#pictureGalleryTmb #arrow_right   /* prawa strzałka */
{
    position: absolute;
    right: 0;
    z-index: 10;
    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;
    border: 3px double #c9c9c9;
    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, #pictureGalleryTmb {
	position: relative;
	zoom: 1;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	padding-left: 12px;
	padding-right: 12px;
	border-bottom: 2px solid #e2e2e2;
	border-top: 2px solid #e6e6e6;
}
.galleryDesc {
	padding: 20px 0;
}
#galleryPictures h2, #pictureGalleryTmb h2 {
	border-bottom: 1px dotted #c9c9c9;
	padding-left: 0;
}
#galleryPictures ul
{
    padding: 0;
	margin: 0;	
}

#galleryPictures ul li {
  	list-style-type: none;
	float: left;
	text-align: center;
	font-size: 90%;
	padding: 15px;
}
#galleryPictures img {
	border: 2px solid #c8cac7;
}
/* =========================== sliderGallery ================================ */

.pictureListWrapperHTML {
  overflow: hidden;/* konieczne, żeby lista nie wystawała */
  position: relative;
}

.pictureListHTML {
  position: relative;/* konieczne żeby przesuwać obrazki*/
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pictureListHTML li {
  float: left;/* konieczne, żeby lista była pozioma */
  text-align: center;
}

.pictureListHTML li a:hover {
  border-style: none;
}

.pictureListHTML li img {
  border-style: none;
  vertical-align: middle;
}

.pictureListHTML li .hoverHTML {
  display: none;
}

.pictureListHTML li a .linkHTML {
	opacity: 0.5;
}

.pictureListHTML li a:hover .linkHTML {
	opacity: 1;
  display: none;
}

.pictureListHTML li a:hover .hoverHTML {
  display: inline;
}

/*--poniższe style są nadpisywane w js--*/
#wrapper1 {
  width: 575px;/* szerokość obrazka */
}

#list1 {
  width: 8050px;/* ilość obrazków * (szerokość obrazka + li.prawy margines) */
  left: -2875px;
}

#list1 li {
  margin-right: 0px;/* opcjonalny, ale w skrypcie i tak trzeba go podać */
  width: 575px;
	line-height: 382px;
}

#wrapper2 {
  width: 560px;/* szerokość okna miniatur, ilość wyświetlanych na raz miniatur * szerokość miniatury + (ilość wyświetlanych na raz miniatur - 1) * szerokość marginesu li */
}

#list2 {
  width: 8190px;/* ilość wyswietlanych na raz miniatur * (szerokość miniatury + li.prawy margines) */
}

#list2 li {
  margin-right: 10px;/* opcjonalny, ale w skrypcie i tak trzeba go podać */
  width: 47px;
}

/* ========================================================================== */

/* css file: language.css */

/* ==================== obrazki */

#langBoxImg strong,
#langBoxTxtImg strong,
#langBoxTxt strong
{
    float: left;
}

#langBoxImg
{
	position: relative;
	padding: 1em 15px 1.3em 14px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #fff url(/images/lang_bg.jpg) bottom repeat-x;
	font-size: 90%;
	height: 2.4em;   
}
#langBoxImg .rb.topRb {
	margin-bottom: -1px;
}
#langBoxImg .lt.topLt {
	margin-top: -1px;
}
#langBoxImg ul,
#langBoxTxtImg ul,
#langBoxTxt ul
{
    padding: 0;
	margin: 0;
	float: left;
}

#langBoxImg ul li,
#langBoxTxtImg ul li,
#langBoxTxt ul li
{
    display: inline;
	list-style-type: none;
	padding: 0;
	padding-left: 7px;
	padding-right: 8px;
	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
{
	position: relative;
	zoom: 1;
	font-size: 90%;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	padding-left: 12px;
	padding-right: 12px;
	border-bottom: 2px solid #e2e2e2;
	border-top: 2px solid #e6e6e6;
}
#loginBox fieldset {
	width: 26em;
	margin: auto;
	padding-top: 10px;
}
#loginBox h2.siteHead {
	border-bottom: 1px dotted #c9c9c9;
	padding-left: 0;
}


/* css file: mailing.css */

#mailingBox {
	float: right;
	color: #b51300;
	font-weight: bold;
	padding-top: 2em;
	height: 3.5em;
}
#mailingBox a {
	color: #b51300;
}
#mailingBox legend
{
	display: none;
}
#mailingBox .textInput {
	padding: 4px 5px;
	margin-right: 8px;
}
#mailingBox .mailingTitle
{
	display: none;
}
#mailingBox .divBtn {
	line-height: normal;
}
#mailingBox #tab_text_2 {
	margin-top: -4px;
}
#mailingBox #tab_text_2 .inputGroup {
	margin-left: 2px;
	margin-right: 4px;
}


/* css file: menu.css */

/* ==================== boczne dwupoziomowe */
#twoDSideMenu {
	border-top: 2px solid #a6a6a6;
	position: relative;
	zoom: 1;
	padding: 8px 8px 8px 5px;
	background: #a8a8a8 url(/images/friend_bg.jpg) repeat-x top;
	border-bottom: 2px solid #a6a6a6;
}
#twoDSideMenu .whiteRt {
	margin-top: -2px;
}
#twoDSideMenu .whiteLb {
	margin-bottom: -2px;
}
#twoDSideMenu .sideMenu, #twoDSideMenu .sideMenu ul
{
    padding: 0;
    margin: 0;
}
#twoDSideMenu .sideMenu ul {
	display: block;
}
#twoDSideMenu .sideMenu li.selected {
	background: #9b9b9b;
	position: relative;
	zoom: 1;
}
#twoDSideMenu .sideMenu li.selected ul, #twoDSideMenu .sideMenu li:hover ul {
	display: block;
}

#twoDSideMenu .sideMenu li
{
    padding: 0;
	padding-left: 6px;
    margin: 0;
    list-style-type: none;
}
#twoDSideMenu .sideMenu li li {
	padding-left: 0;
}
#twoDSideMenu .sideMenu li li a {
	font-size: 90%;
}
#twoDSideMenu .sideMenu a     /* wszystkie odnośniki menu */
{
    display: block;
	color: #fff;
	padding-left: 20px;
	line-height: 2.5em;
	background: url(/images/submenu_li.gif) no-repeat left center;
	font-weight: normal;
}
#twoDSideMenu .sideMenu li li a {
	background: url(/images/submenu_li2.gif) no-repeat left center;
}
#twoDSideMenu .sideMenu a:hover   
{
	font-weight: bold;
}

#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 a.selected {
	color: #444;
	background: url(/images/sitemap_li.gif) no-repeat left center;
}
#twoDSideMenu .sideMenu li.selected li a.selected {
	background: url(/images/sitemap_li2.gif) no-repeat left center;
}
#twoDSideMenu .sideMenu li.selected ul a:hover
{
   
}

#twoDSideMenu .sideMenu li.selected ul a.selected     /* aktualny element podmenu */
{

}

/* ==================== górne nawigacyjne */
#navigationTop
{
    padding: 0 2em;
    margin: 0;
	width: 250px;
}

#navigationTop li
{
    list-style-type: none;
    float: left;
	padding-left: 5px;
	padding-right: 5px;
	background: url(/images/nav_li.gif) left no-repeat;
}
#navigationTop li.navigation_start
{
	background-image: none;
}
#navigationTop li a
{
	line-height: 6em;
    padding-left: 6px; 
	padding-right: 5px;
	font-size: 90%;
	display: block;
	color: #686868;
	font-weight: bold;
	border-bottom: 1px solid #fefefe;
}

#navigationTop li a:hover
{
	border-bottom: 1px solid #ccc;
}

/* ==================== górne zwykłe poziome */
#menuSimpleTop {
	
}
#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: 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;
}


#mmenuTop {
	padding-top: 9px;
	padding-bottom: 9px;
	position: relative;
	zoom: 1;
	font-size: 90%;
	width: 188px;
	background: #7b2321 url(/images/menu_bg.gif) top right;
}
#mmenuTop ul, #mmenuTop li {
	margin: 0;
	padding: 0;
}
#mmenuTop li {
	list-style: none;
	zoom: 1;
	background: url(/images/menu_li.gif) bottom right no-repeat;
}
#mmenuTop li.last {
	background: none;
}
#mmenuTop a {
	padding-left: 38px;
	color: #fff;
	line-height: 2.5em;
	display: block;
	zoom: 1;
	background: url(/images/menu_lia.gif) 10px center no-repeat;
}
#mmenuTop a:hover, #mmenuTop li.selected a {
	background: url(/images/menu_lia_hover.gif) 10px center no-repeat;
}
#mmenuTop ul ul {
	display: none;
}


/* css file: sitemap.css */

/* ==================== podstawowy sitemap */
#sitemap_box {
	position: relative;
	zoom: 1;
	font-size: 90%;
	letter-spacing: 0.5px;
	padding-left: 12px;
	padding-right: 12px;
	border-bottom: 2px solid #e2e2e2;
	border-top: 2px solid #e6e6e6;
}
#sitemap_box h2 {
	border-bottom: 1px dotted #c9c9c9;
	padding-left: 0;
}
.sitemap
{
    padding: 0.2em 2em 1em 5em;
}

.sitemapBox,
.sitemapMain,
.sitemapBox ul,
.sitemapMain ul
{
    padding: 0;
    margin: 0;
	list-style-type: none;
}
.sitemapBox ul,
.sitemapMain ul
{
	background: url(/images/sitemap_ul2.gif) repeat-y 4px 0;
}
.sitemapBox ul ul,
.sitemapMain ul ul
{
	background: url(/images/sitemap_ul.gif) repeat-y 4px 0;
}
.sitemapMain /* lista elementów pierwszego poziomu */
{
    border-left-width: 0;
    font-weight: bold;
}
.sitemapBox li,
.sitemapMain li
{
    padding: 0;
    margin: 0;
}
.sitemapBox li li,
.sitemapMain li li
{
    padding: 0;
	padding-left: 35px;
    margin: 0;
}

.sitemapBox li a,
.sitemapMain li a
{
	padding-left: 20px;
	line-height: 2em;
	background: url(/images/sitemap_li1.gif) no-repeat left center;
}
.sitemapBox li a,
.sitemapMain li a
{
	color: #C22D27;
	font-weight: bold;
}
.sitemapBox li a:hover,
.sitemapMain li a:hover
{
	color: #7C2321;
}
.sitemapBox li li a,
.sitemapMain li li a
{
	font-weight: normal;
	color: #676767;
	background: url(/images/sitemap_li.gif) no-repeat left center;
}
.sitemapBox li li li a,
.sitemapMain li li li a
{
	background: url(/images/sitemap_li2.gif) no-repeat left center;
}
.sitemapBox li li a:hover,
.sitemapMain li li a:hover
{
	color: #000;
}

/* css file: survey.css */

.belt {
	background: #C3C3C3;
	height: 1em;
	margin: 0.5em 10px 0.5em 15px;
}
#surveyResult .question span {
	color: #b41300;
	height: 1em;
	margin: 0.5em 10px 0.5em 0;
}
#contentRight .row input, #contentRight .row textarea {
	width: 160px !important;
}
.questionAnswer textarea {
	border-top: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
	background: #fff url(/images/input_bg.jpg) bottom repeat-x;
	color: #a0a0a0;
	padding: 3px 10px;
}
#surveySite, #surveyResult {
	padding-top: 7px;
}
#surveySite fieldset, #divResultData {
	position: relative;
	zoom: 1;
	border-top: 2px solid #ececec;
	border-bottom: 2px solid #ececec;
	background: #f7f7f7 url(/images/survey_bg.jpg) top;
}
#surveySite .question {
	color: #b41300;
	font-weight: bold;
	padding: 15px 17px 0;
}
#surveyResult .question p {
	color: #b41300;
	text-align: center;
	font-weight: bold;
}
#contentMiddle #surveySite .question {
	text-align: left;
}
#surveyResult .question {
	border: 1px solid #ddd;
	margin: 7px;
	padding: 7px;
}
#surveyResult .question dt {
	clear: both;
}
#surveySite .questionAnswer, #surveyResult .questionAnswer, #resultData {
	margin: 0;
	padding: 15px 17px;
}
#surveySite .questionAnswer li, #resultData li {
	list-style: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	line-height: 2em;
	clear: both;
}
#surveySite .questionAnswer li input {
	margin-right: 8px;
}
#surveySite .vote {
	padding-right: 17px;

}
#contentMiddle .questionAnswer .left {
	width: auto;
}
#contentMiddle #surveySite, #contentMiddle #surveyResult {
	padding-top: 0;
}
#divResultData {
	padding-bottom: 8px;
}
#surveyPersonalData, #surveySection  {
	position: relative;
	zoom: 1;
	font-size: 90%;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	padding-left: 12px;
	padding-right: 12px;
	border-bottom: 2px solid #e2e2e2;
	border-top: 2px solid #e6e6e6;
}
#surveyThanxBox {
	padding-top: 9px;
	padding-bottom: 9px;
	position: relative;
	zoom: 1;
	width: 100%;
	border-top: 2px solid #a6a6a6;
	background: #a8a8a8 url(/images/friend_bg.jpg) repeat-x top;
	border-bottom: 2px solid #a6a6a6;
}
#surveyThanxBox h2 {
	color: #fff;
}
#surveyThanxBox .whiteLt {
	margin-top: -2px;
}
#surveyThanxBox .whiteRb {
	margin-bottom: -2px;
}
#surveyPersonalData h2 {
	border-bottom: 1px dotted #c9c9c9;
	padding-left: 0;
}
#surveySection h2 {
	padding-left: 0;
}
#surveySection h2.siteHead {
	border-bottom: 1px dotted #c9c9c9;
}
#surveySection h2 a
{
    color: #b51400;
}