/************************************************ STYLE STANDARDOWE ****************************************/

/*@czcionka domyslna*/
* {
font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
outline: none;
}

/*@marginesy strony*/
body {
margin: 0 0 0 0;
padding: 0 0 0 0;
background: #ffffff none repeat;
}

/*@marginesy formularza*/
form {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

/*@tlo elementow formularza*/
input, select, textarea {
background: #f7f7f7;
border: 1px solid #ececec;
}

fieldset {
border: 0;
}

/*@linia hr 1px*/
hr {
height: 1px;
visibility: hidden;
clear: both;
}

/*@marginesy stylow naglowkowych*/
p, h1, h2, h3, h4, h5, h6 {
margin: 0 0 0 0;
}

/*@akapit*/
p {
margin: 0px 0px 0px 0px;
padding: 0px 0px 10px 0px;
}

/*@marginesy listy wypunktowanej*/
ul {
margin: 5px 0px 5px 0px;
padding: 0px 0px 0px 0px;
}

/*@elementy listy wypunktowanej - poziom 1*/
ul li {
margin: 0px 0px 0px 20px;
padding: 1px 0px 0px 13px;
list-style-type: none;
background: transparent url(/img/layout/markers/arrow13.gif) 0px 7px no-repeat;
}

/*@elementy listy wypunktowanej - poziom 2*/
ul ul li {
margin: 0px 0px 0px 40px;
padding: 1px 0px 0px 13px;
list-style-type: none;
background: transparent url(/img/layout/markers/arrow13.gif) 0px 7px no-repeat;
}

/*@elementy listy wypunktowanej - poziom 3*/
ul ul ul li {
margin: 0px 0px 0px 60px;
padding: 1px 0px 0px 13px;
list-style-type: none;
background: transparent url(/img/layout/markers/arrow13.gif) 0px 7px no-repeat;
}

/*@marginesy listy numerowanej*/
ol {
margin: 5px 0px 5px 10px;
padding: 0px 0px 0px 18px;
}

/*@elementy listy numerowanej - poziom 1*/
ol li {
margin: 0px 0px 0px 0px;
padding: 1px 0px 0px 0px;
list-style-type: decimal;
list-style-position: outside;
background: none;
}

/*@elementy listy numerowanej - poziom 2*/
ol ol li {
margin: 0px 0px 0px 0px;
padding: 1px 0px 0px 0px;
list-style-type: decimal;
list-style-position: outside;
background: none;
}

/*@elementy listy numerowanej - poziom 3*/
ol ol ol li {
margin: 0px 0px 0px 0px;
padding: 1px 0px 0px 0px;
list-style-type: decimal;
list-style-position: outside;
background: none;
}

/*@styl naglowkowy h1.1*/
h1, h1.style1 {
color: #0EA3F0;
font-size: 16px;
font-weight: bold;
font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

h1.style1 {
font: normal 24px Tahoma;
}

/*@styl naglowkowy h1.2*/
h2, h1.style2 {
color: #0EA3F0;
font-size: 15px;
font-weight: bold;
font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

/*@styl naglowkowy h1.3*/
h3, h1.style3 {
color: #0EA3F0;
font-size: 14px;
font-weight: normal;
font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

/*@styl naglowkowy h1.4*/
h1.style4 {
color: #0EA3F0;
font-size: 13px;
font-weight: normal;
font-family: Verdana, Tahoma, Helvetica, sans-serif;
background: #FFFFFF;
}

/*@styl naglowkowy h2.1*/
h4, h2.style1 {
color: #0EA3F0;
font-size: 13px;
font-weight: bold;
font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

/*@styl naglowkowy h3.1*/
h5, h3.style1 {
color: #0EA3F0;
font-size: 12px;
font-weight: bold;
font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

/*@styl naglowkowy h3.2*/
h6, h3.style2 {
color: #0EA3F0;
font-size: 12px;
font-weight: bold;
font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

/*@hiperlacze domyslne*/
a {
text-decoration: none;
}

/*@hiperlacze podswietlone*/
a:hover {
text-decoration: underline;
}

/*@hiperlacze wiecej*/
a.more {
color: #0EA3F0;
font-size: 12px;
font-weight: bold;
}

/*@hiperlacze wstecz*/
a.back {
color: #0EA3F0;
font-size: 12px;
font-weight: bold;
}

/*@link cooliris*/
a.cooliris {
height: 14px;
padding: 10px 0px 10px 41px;
margin: 0px 0px 10px 0px;
display: block;
background: url(/img/layout/icons/cooliris.gif) no-repeat 0px 0px;
}

/*@linki sformatowane dla edytora*/
a.pdf, a.txt, a.doc, a.word, a.mail, a.zip, a.drukarka, a.rar, a.excel, a.quicktime, a.wmp, a.mp3, a.file{
font-weight: normal;
text-decoration: none;
color:#2382b2;
padding:2px 0pt 1px 20px;
}

/*@link dla pdfa*/
a.pdf {
background: url(/img/library/icons/ico_pdf.jpg) no-repeat;
}

a.txt, a.doc {
background: url(/img/library/icons/ico_word.gif) no-repeat;
}

/*@link dla worda*/
a.word {
background: url(/img/library/icons/ico_word.gif) no-repeat;
}

/*@link z koperta*/
a.mail {
background: url(/img/library/icons/ico_koperta.jpg) no-repeat;
padding:0px 0pt 0px 20px;
}

/*@link dla zipa*/
a.zip {
background: url(/img/library/icons/ico_zip.gif) no-repeat;
}

/*@link z drukarka*/
a.drukarka {
background: url(/img/library/icons/ico_drukarka.jpg) no-repeat;
}

/*@link dla rara*/
a.rar {
background: url(/img/library/icons/ico_rar.jpg) no-repeat;
}

/*@link dla excela*/
a.excel {
background: url(/img/library/icons/ico_excel.gif) no-repeat;
}

/*@link dla quicktime*/
a.quicktime {
background: url(/img/library/icons/ico_quicktime.gif) no-repeat;
padding:2px 0pt 4px 20px;
}

/*@link dla wmp*/
a.wmp {
background: url(/img/library/icons/ico_wmp.gif) no-repeat;
}

/*@link dla mp3*/
a.mp3 {
background: url(/img/library/icons/ico_mp3.jpg) no-repeat;
padding:4px 0pt 4px 20px;
}

/*@link dla pliku*/
a.file {
background: url(/img/library/icons/ico_files.jpg) no-repeat;
padding:4px 0pt 5px 20px;
}

.webdesign {
display: none;
}

/*@obramowanie ilustracji*/
img {
border: 0 transparent solid;
}

/*@ilustracje z ramka*/
img.border, img.borderLeft, img.borderRight {
border: 1px #aaa solid;
padding: 1px 1px 1px 1px;
margin: 5px 5px 5px 5px;
}

/*@ilustracja z ramka przyciagana do lewej*/
img.borderLeft {
float: left;
margin: 0px 15px 5px 0px;
}

/*@ilustracja z ramka przyciagana do prawej*/
img.borderRight {
float: right;
margin: 0px 0px 5px 15px;
}

/*@ilustracja przyciagana do lewej*/
img.left {
float: left;
margin: 0px 15px 5px 0px;
}

/*@ilustracja przyciagana do prawej*/
img.right {
float: right;
margin: 0px 0px 5px 15px;
}

/*@styl usuwania przyciagania*/
.clear {
clear: both;
}

/*@komponent - linia*/
.component_line {
height: 10px;
background: url(/img/layout/markers/dotsv02.gif) repeat-x center;
font-size: 1px;
}

/*@komponent - ramka oblewana*/
.component_orangefright {
width: 352px;
padding: 6px 6px 6px 6px;
margin-left: 5px;
background: #faf7f3;
border: 1px solid #ffb95d;
float: right;
}

/*@komponent - ramka oblewana - tytul*/
.component_orangefright h2.ctitle {
color: #272727;
padding: 2px 0px 7px 24px;
background: transparent url(/img/layout/icons/icon02.gif) no-repeat 4px 4px;
font-size: 14px;
font-weight: bold;
}

/*@komponent - ramka oblewana - link w tytule*/
.component_orangefright h2.ctitle a {
color: #272727;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

/*@komponent - ramka oblewana - link w tytule - podswietlony*/
.component_orangefright h2.ctitle a:hover {
text-decoration: none;
}

/*@komponent - ramka 2 boxy - lewy*/
.component_grayleft {
width: 47%;
padding: 6px 6px 6px 6px;
background: #f8f8f8;
border: 1px solid #b7b7b7;
float: left;
}

/*@komponent - ramka 2 boxy - lewy - tytul*/
.component_grayleft h2.ctitle {
color: #272727;
padding: 2px 0px 7px 24px;
background: transparent url(/img/layout/icons/icon01.gif) no-repeat 4px 4px;
font-size: 14px;
font-weight: bold;
}

/*@komponent - ramka 2 boxy - lewy - link w tytule*/
.component_grayleft h2.ctitle a {
color: #272727;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

/*@komponent - ramka 2 boxy - lewy - link w tytule - podswietlony*/
.component_grayleft h2.ctitle a:hover {
text-decoration: none;
}

/*@komponent - ramka 2 boxy - prawy*/
.component_orangeright {
width: 47%;
padding: 6px 6px 6px 6px;
margin: 0px 0px 0px 10px;
background: #faf7f3;
border: 1px solid #ffb95d;
float: left;
}

/*@komponent - ramka 2 boxy - prawy - tytul*/
.component_orangeright h2.ctitle {
color: #272727;
padding: 2px 0px 7px 24px;
background: transparent url(/img/layout/icons/icon02.gif) no-repeat 4px 4px;
font-size: 14px;
font-weight: bold;
}

/*@komponent - ramka 2 boxy - prawy - link w tytule*/
.component_orangeright h2.ctitle a {
color: #272727;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

/*@komponent - ramka 2 boxy - prawy - link w tytule - podswietlony*/
.component_orangeright h2.ctitle a:hover {
text-decoration: none;
}

/*@komponent - ramka*/
.component_orange {
width: 98%;
padding: 6px 6px 6px 6px;
background: #faf7f3;
border: 1px solid #ffb95d;
}

/*@komponent - ramka - tytul*/
.component_orange h2.ctitle {
color: #272727;
padding: 2px 0px 7px 24px;
background: transparent url(/img/layout/icons/icon02.gif) no-repeat 4px 4px;
font-size: 14px;
font-weight: bold;
}

/*@komponent - ramka - link w tytule*/
.component_orange h2.ctitle a {
color: #272727;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

/*@komponent - ramka - link w tytule - podswietlenie*/
.component_orange h2.ctitle a:hover {
text-decoration: none;
}

/*@komponent - ramka - blok wiecej*/
.component_orange .divmore {
text-align: right;
margin: 7px 0px 2px 0px;
}

/*@komponent - ramka - klasa pomocnicza*/
.component_orange .overflow {
overflow: hidden;
}

/*@menu poziome*/
#menu {
width: 678px;
height: 38px;
margin: 2px 0px 0px 0px;
float: left;
background: #dcae40 url(/img/layout/menu/menubkg02.jpg) 0px 0px repeat-x;
overflow: hidden;
}

/*@menu poziome - blok*/
#menu ul {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

/*@menu poziome - link - blok*/
#menu ul li {
list-style-type: none;
list-style-image: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
display: block;
font-weight: bold;
float: left;
text-align: center;
background: none;
}

/*@menu poziome - link*/
#menu ul li a {
width: 113px;
float: left;
display: block;
background: transparent none repeat;
padding: 12px 0px 12px 0px;
color: #ffffff;
}

/*@menu poziome - link aktywny*/
#menu ul li a:hover {
background: transparent none repeat;
color: #ffffff;
text-decoration: none;
background: transparent url(/img/layout/menu/menubkg02.jpg) no-repeat 0px -38px;
}

/*@menu poziome - link wybrany*/
#menu ul li.selected a, #menu ul li.selected2 a {
color: #ffffff;
font-weight: bold;
background: transparent url(/img/layout/menu/menubkg02.jpg) no-repeat 0px -38px;
}

/*@menu glowne - submenu*/
#menu ul li ul {
margin: 1px 0px 0px 2px;
visibility: hidden;
position: absolute;
width: 150px;
padding: 0px 0px 0px 0px;
top: 256px;
clear: left;
z-index: 100;
}

/*@menu glowne - submenu, guzik*/
#menu ul li ul li a {
display: block;
border-top: 1px #ffffff solid;
padding: 2px 0px 0px 0px;
color: #ffffff;
width: 150px;
float: left;
height: 18px;
background: #dcae40 url(/img/layout/menu/menusubbkg02.jpg) repeat-x 0px 0px;
border-right: 0px transparent solid;
text-align: left;
}

/*@menu glowne - submenu, guziki wybranego menu*/
#menu ul li.selected ul li a, #menu ul li.selected2 ul li a {
display: block;
border-top: 1px #ffffff solid;
padding: 2px 0px 0px 0px;
color: #ffffff;
width: 150px;
float: left;
height: 18px;
background: #dcae40 url(/img/layout/menu/menusubbkg02.jpg) repeat-x 0px 0px;
}

/*@menu glowne - submenu, link podswietlony*/
#menu ul li ul li a:hover {
border-top: 1px #ffffff solid;
padding: 2px 0px 0px 0px;
text-decoration: none;
background: #d38840 url(/img/layout/menu/menusubbkg02.jpg) repeat-x 0px -20px;
width: 150px;
float: left;
height: 18px;
}

/*@menu glowne - submenu, aktywny guzik, wybranego menu*/
#menu ul li.selected ul li a:hover, #menu ul li.selected2 ul li a:hover {
border-top: 1px #ffffff solid;
padding: 2px 0px 0px 0px;
}

/*@odstep pionowy 1px*/
.space1px {
height: 1px;
margin: 0;
padding: 0;
font-size: 1px;
}

/*@odstep pionowy 2px*/
.space2px {
height: 2px;
margin: 0;
padding: 0;
font-size: 1px;
}

/*@odstep pionowy 8px*/
.space8px {
height: 8px;
margin: 0;
padding: 0;
font-size: 1px;
}

/*@formularze - styl elementow pol tekstowych*/
tr.formRow input.text, input.textm, tr.formRow textarea, tr.alertRow input.text, tr.alertRow input.textm, tr.alertRow textarea {
border: 1px #ececec solid;
width: 260px;
padding: 2px 2px 2px 2px;
}

tr.formRow select {
border: 1px #aaa solid;
width: 266px;
}

tr.alertRow select {
border: 1px #f40 solid;
width: 266px;
}

/*@formularze - styl elementow podczas bledu*/
tr.alertRow input.text, tr.alertRow textarea {
border-color: #f40;
}

/*@formularze - styl elementow*/
tr.formRow td, tr.alertRow td {
padding: 2px 3px 2px 3px !important;
padding: 1px 2px 1px 2px;
}

/*@formularze - wysokosc pol tresci*/
tr.formRow  textarea, tr.alertRow  textarea {
height: 60px;
}

/*@formularze - margines przycisku wysylki*/
tr td input.btn_sml, tr td input.btn_sml_sel {
margin: 0px 0px 0px 3px !important;
margin: 0px 0px 0px 2px;
}

/*@formularze - styl etykiet*/
tr.formRow td.label, tr.alertRow td.label {
width: 158px;
padding: 2px 10px 2px 20px;
white-space: nowrap;
}

/*@formularze - margines elementow opisowych*/
tr.formRow td.info, tr.alertRow td.info {
padding: 2px 10px;
}

/*@formularze - kolor elementow opisowych*/
#form td.info, #form td.info {
color: #f40;
}

/*@formularze - styl elementow opisowych informujacych o bledzie*/
tr.alertRow div {
color: #f40;
}

/*@formularze - gwiazdka pole wymagane*/
td.required {
width: 7px;
color: #ff6600;
}

/*@formularze - tabela*/
.form table {
width: 100%;
}

/*@formularze - brak zawijania*/
td.nw {
white-space: nowrap;
}

/*@formularze - przyciaganie tekstu do prawej*/
td.r {
text-align: right;
}

/*@formularze - rozmiar pol checkbox*/
tr.formRow td div.checkboxes input {
width: 13px;
height: 13px;
border: 0px none transparent;
}

/*@galeria - data galerii*/
.gallerydate {
padding: 0px 2px 0px 0px;
font-size: 11px;
}

/*@galeria - tytul*/
.gallerytitle {
padding: 0px 0px 8px 0px;
}

/*@galeria - tytul-link*/
.gallerytitle a {
color: #0EA3F0;
font-size: 14px;
font-weight: bold;
}

/*@galeria - info*/
.galleryinfo {
padding: 0px 0px 8px 0px;
}

/*@galeria - obrazek*/
.galleryimage {
margin: 0 7px 7px 0;
float: left;
}

/*@galeria - obrazek, ramka wewn.*/
.galleryimageframe {
}

.galleryimageframe img {
border: 1px solid #ccc;
padding: 1px;
}

/*@galeria - wiecej*/
.gallerymore {
padding: 4px 0px 0px 0px;
}

/*@mapa strony - marginesy poziomu 0*/
.sitemap ul {
margin: 0 0 0 0;
padding: 0 0 3px 0;
display: block;
}

/*@mapa strony - marginesy poziomu 1*/
.sitemap ul li, #leftMenu ul li ul {
display: inline;
margin: 0 0 0 0;
padding: 0 0 0 0;
background: transparent none repeat;
}

/*@mapa strony - hiperlacza poziomu 0*/
.sitemap ul li a {
color: #2f2f2f;
background: transparent url(/img/layout/markers/arrow13.gif) 3px 8px no-repeat;
display: block;
position: relative;
padding: 3px 0 5px 13px;
margin: 0px 0 0 0;
text-decoration: none;
}

/*@mapa strony - hiperlacza podswietlone poziomu 0*/
.sitemap ul li a:hover {
background: transparent url(/img/layout/markers/arrow13.gif) 3px 8px no-repeat;
text-decoration: underline;
}

/*@mapa strony - hiperlacza poziomu 1*/
.sitemap ul li li a {
padding: 0 0 0 15px;
margin: 0px 0 6px 15px;
background: transparent url(/img/layout/markers/arrow13.gif) 5px 5px no-repeat;
}

/*@mapa strony - hiperlacza podswietlone poziomu 1*/
.sitemap ul li li a:hover {
background: transparent url(/img/layout/markers/arrow13.gif) 5px 5px no-repeat;
}

/*@mapa strony - hiperlacza poziomu 2*/
.sitemap ul li li li a {
padding: 0 0 0 33px;
margin: 0px 0 6px 20px;
background: transparent url(/img/layout/markers/arrow13.gif) 23px 5px no-repeat;
}

/*@mapa strony - hiperlacza podswietlone poziomu 2*/
.sitemap ul li li li a:hover {
background: transparent url(/img/layout/markers/arrow13.gif) 23px 5px no-repeat;
}

/*@blok pola wpisywania komentarza*/
#commentblock {
display: none;
width: 500px;
}

/*@blok pola wpisywania komentarza - etykieta autor*/
#commentblock .author {
margin: 0px 0px 0px 7px;
}

/*@blok pola wpisywania komentarza - pole autor*/
#commentblock .author .username {
width: 89%;
height: 17px;
margin: 0px 0px 5px 0px;
background: #F1F1F1;
border:1px solid #d0d0d0;
}

/*@blok pola wpisywania komentarza - przycisk*/
#commentblock .buttons {
margin: 0px 0px 0px 220px;
display: block;
}

/*@pole tekstu bloku pola wpisywania komentarza*/
#commentArea {
background:#F1F1F1 none repeat scroll 0%;
border:1px solid #d0d0d0;
width:97%;
margin:10px 0 10px 6px;
}

/*@napis dodaj 'komentarz/musisz sie zalogowac'*/
#addcomment, #addcomment a {
color: #F48E0B;
font-size: 12px;
font-weight: bold;
margin-top: 10px;
}

/*@blok listy komentarzy*/
.comment {
border-bottom: 1px #cacaca dashed;
border-left: 0px #aaa solid;
border-right: 0px #aaa solid;
padding: 7px 0px 4px 0px;
clear: both;
background: #fff;
}

/*@naglowek komentarza w liscie komentarzy*/
.comment-head {
color: #678;
padding: 0 0 4px 0;
position: relative;
width: 100%;
}

/*@napis 'cytuj', komentarza w liscie komentarzy*/
.comment a.comment-quote {
position: absolute;
right: 0px;
top: 0px;
text-align: right;
color: #f48e0b;
}

/*@tresc komentarza w liscie komentarzy*/
.comment-txt, .comment-txt * {
color: #555;
text-align:justify;
margin:0 0 5px 0;
display:block;
}


.anim_box {
background: transparent url(/img/colorbox/loading.gif) center center no-repeat;
bottom: 0;
display: none;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 205;
}


/***** sonda *****/
.sonda {
padding: 0px;
position: relative;
}

.sonda .radio {
margin: 0px 0px 0px 0px !important;
margin: -4px 0px -4px 0px;
}

.sonda .bar {
background: #929292 url(/img/layout/new/sonda2.png) top right no-repeat;
border-bottom: 1px solid #666;
font-size: 1px;
height: 3px;
margin: 13px 0 2px 0;
}


/***** tabele *****/
table.data2 th {
border-top: 0px #7F7F7F solid;
border-bottom: 0px #7F7F7F solid;
padding: 3px 0px 3px 50px;
font-weight: normal;
text-align: left;
background: transparent url(/img/dots.gif) bottom  repeat-x;
font-size: 13px;
}

table.data6 th {
border-top: 0px #7F7F7F solid;
border-bottom: 0px #7F7F7F solid;
padding: 3px 0px 3px 0px;
font-weight: normal;
text-align: left;
background: transparent url(/img/dots.gif) bottom  repeat-x;
font-size: 13px;
margin: 0px 0px 0px 0px;
}

table.data2 tr td {
border-bottom: 0px #7F7F7F solid;
border-left: 0px #EDE9E7 solid;
padding: 3px 5px 3px 50px;
margin: 0 0 0 0;
background: transparent url(/img/dots.gif) bottom  repeat-x;

font-size: 13px;
}

table.data6 tr td {
border-bottom: 0px #7F7F7F solid;
border-left: 0px #EDE9E7 solid;
padding: 3px 5px 3px 0px;
margin: 0 0 0 0;
background: transparent url(/img/dots.gif) bottom  repeat-x;

font-size: 13px;
}

table.data2 tr td a {
font-size: 13px;
}

table.data6 tr td a {
font-size: 13px;
}

table.data2 tr td.c {
text-align: center;
}

table.data6 tr td.c {
text-align: center;
font-size: 13px;
}

table.data2 tr td:first-child {
border-left: 0;
}

table.data2 tr td.nb {
white-space: nowrap;
}

table.data3 th {
border-top: 0px #7F7F7F solid;
border-bottom: 1px #a5a5a5 solid;
padding: 3px 0px 3px 10px;
font-weight: bold;
text-align: center;
background: transparent url(/img/dots.gif) bottom  repeat-x;
font-size: 12px;
}

table.data4 th {
border-top: 0px #7F7F7F solid;
border-bottom: 1px #a5a5a5 solid;
padding: 3px 0px 3px 0px;
font-weight: bold;
text-align: center;
background: transparent url(/img/dots.gif) bottom  repeat-x;
font-size: 12px;
margin: 0px 0px 0px 0px;
}

table.data3 tr td {
border-bottom: 1px #d8d8d8 solid;
border-left: 0px #EDE9E7 solid;
padding: 3px 5px 3px 5px;
margin: 0px 0 0 0;
background: transparent url(/img/dots.gif) bottom  repeat-x;

font-size: 12px;
}

table.data4 tr td {
border-left: 0px #EDE9E7 solid;
padding: 5px 5px 5px 10px;
margin: 0px 0 0 0;
background: transparent url(/img/dots.gif) bottom  repeat-x;

font-size: 12px;
border-top: 1px #d8d8d8 solid;
}

table.data3 tr td.nb {
white-space: nowrap;
}

table.data5 th {
border-top: 0px #7F7F7F solid;
border-bottom: 0px #7F7F7F solid;
padding: 3px 3px 3px 3px;
font-weight: bold;
text-align: left;
background: transparent url(/img/dots.gif) bottom  repeat-x;
font-size: 13px;
}

table.data5 td {
padding: 0px 3px 0px 3px;
font-size: 13px;
}

table.data5 td div.dat {
width: auto;
margin: 0 0 0 10px;
padding: 0 0 0 0;
white-space: nowrap;
}

table.data5 tr td.kropki {
border-bottom: 0px #7F7F7F solid;
border-left: 0px #EDE9E7 solid;
padding: 3px 5px 3px 10px;
margin: 0 0 0 0;
background: transparent url(/img/dots.gif) bottom  repeat-x;
text-align: left;
font-size: 13px;
}

/*@datepicker - main datepicker style*/
.DatePicker {
background-color: #f8f8f8;
}

/*@datepicker - style for the header row*/
.DatePickerHdr {
background-color: #f0f0f0;
}

/*@datepicker - style for buttons in the header row*/
.DatePickerHdrBtn {
cursor: pointer;
}

/*@datepicker - style for the calendar area*/
.DatePickerBtn {
cursor: pointer;
}

/*@datepicker - highlighted date*/
.DatePickerBtnSelect {
background-color: #dbdbdb;
cursor: pointer;
}

/*@alertwin*/
#alertwin {
position: fixed;
z-index: 100;
left: 50%;
margin-left: -155px;
top: 270px;
width: 310px;
background: #4E4E4E;
}

/*@alertwin - close*/
#alertwin .close {
width: 17px;
height: 17px;
float: right;
background: transparent url(/img/close_x.gif) center center no-repeat;
overflow: hidden;
cursor: pointer;
}

/*@alertwin - message*/
#alertwin .message {
background: #ffffff none   repeat;
color: #000000;
clear: both;
padding: 50px 40px 50px 40px !important;
padding: 20px 40px 50px 40px;
margin: 1px 1px 1px 1px;
height: 13px;
height: auto !important;
min-height: 13px;
text-align: center;
font-size: 13px;
}

/*@mapa google maps*/
#map {
overflow: hidden;
border: 1px solid #AAAAAA;
}

/*@minimalny rozmiar chmurki punktu google maps*/
#gmap_tooltip {
min-width: 256px;
min-height: 86px;
}




/*************************************************** STYLE STRONY *******************************************/

/*@czcionka 11px*/
.font11px {
font-size: 11px;
}

/*@czcionka 12px*/
.font12px {
font-size: 12px;
}

/*@hiperlacze ze stylem*/
.link01 {
color: #f48e0b;
font-size: 12px;
font-weight: bold;
}

/*@maly przycisk nie podswietlony 2*/
.btn_sml2 {
height: 20px;
line-height: 20px;
color: #85929b;
font-size: 13px;
font-weight: bold;
background: transparent url(/img/layout/buttons/btn_sml03.jpg) 0px 0px repeat-x;
border: 1px solid #c0c0c0;
cursor: pointer;
}

/*@maly przycisk nie podswietlony*/
.btn_sml {
background: transparent url(/img/layout/new/button1.png) 0 0 no-repeat;
border: none;
color: #fff;
cursor: pointer;
display: block;
height: 20px;
margin: 4px 8px;
text-align: center;
width: 121px;
}

.button2 {
background: transparent url(/img/layout/new/button2.png) 0 0 no-repeat;
border: none;
color: #fff;
cursor: pointer;
display: block;
float: right;
height: 16px;
margin-top: 6px;
padding: 2px 0;
text-align: center;
width: 121px;
}

.button2:hover {
text-decoration: none;
}

/*@maly przycisk podswietlony*/
.btn_sml_sel {
height: 20px;
line-height: 20px;
color: #ffffff;
font-size: 13px;
font-weight: bold;
background: transparent url(/img/layout/buttons/btn_sml_sel02.jpg) 0px 0px repeat-x;
border: 1px solid #c0c0c0;
cursor: pointer;
}

/*@duzy przycisk nie podswietlony*/
.btn_big {
width: 84px;
height: 24px;
line-height: 24px;
border-width: 0px;
color: #d7d4cc;
font-size: 13px;
font-weight: bold;
background: #85754e url(/img/layout/buttons/btn_big02.jpg) repeat-x 0px 0px;
vertical-align: baseline;
cursor: pointer;
}

/*@duzy przycisk podswietlony*/
.btn_big_sel {
width: 84px;
height: 24px;
line-height: 24px;
border-width: 0px;
color: #ffffff;
font-size: 13px;
font-weight: bold;
background: #85754e url(/img/layout/buttons/btn_big02.jpg) repeat-x 0px -24px;
cursor: pointer;
}

/*@tlo strony*/
body.background {
color: #929292;
background: none;
text-align: center;
}

/*@margines gorny 17px*/
.topmargin {
height: 17px;
}


/*@margines kontenera glownego*/
.containermarg {
margin-left: 10px;
}

/*@zaokraglenia gorne strony*/
.topcorners {
width: 898px;
height: 5px;
font-size: 1px;
background: transparent url(/img/layout/gradients/grad_topcorners04.jpg) 0px 0px no-repeat;
}

/*@nazwa firmy*/
.companyname {
width: 200px;
height: 50px;
float: left;
}

/*@margines nazwy firmy*/
.companynamemarg {
font-size: 10px;
color: #959fa5;
margin-left: 19px;
margin-top: 21px;
}

/*@blok wyszukiwarki*/
.searchsite {
width: 676px;
height: 50px;
margin-left: 2px;
float: left;
}

/*@tlo wyszukiwarki*/
.searchsiteblock {
width: 225px;
height: 35px;
margin-left: 451px;
margin-top: 6px;
background-color: #f1f1f1;
}

/*@margines tla wyszukiwarki*/
.searchsiteblockmarg {
margin-left: 8px;
margin-top: 7px;
position: absolute;
}

/*@pole edycji wyszukiwarki*/
.searchsiteedit {
width: 166px;
height: 14px;
border-style: solid;
border-width: 1px;
border-color: #c0c0c0;
padding: 4px 0px 0px 2px;
margin: 4px 0px 0px 0px;
font-size: 11px;
}

/*@przycisk wyszukiwarki*/
.searchsitebtn {
width: 37px;
height: 20px;
margin: 2px 0px 0px !important;
}

/*@linia nad banerem*/
.line4px {
width: 676px;
height: 4px;
margin-top: 4px;
font-size: 1px;
background: transparent url(/img/layout/markers/line4px02.gif) 0px 0px repeat-x;
}

/*@lewy baner*/
.bannerleft {
width: 200px;
height: 145px;
float: left;
}

/*@prawy baner*/
.bannerright {
width: 469px;
height: 145px;
margin-left: 2px;
float: left;
}

/*@tlo logowania*/
.login {
width: 207px;
height: 145px;
float: left;
background: transparent url(/img/layout/banners/login_bkg02.jpg) 0px 0px no-repeat;
}

/*@blok logowania*/
.loginbox {
margin-left: 12px;
margin-top: 20px;
width: 185px;
height: 120px;
}

/*@napis logowanie*/
.logintxt {
height: 21px;
color: #656565;
font-size: 17px;
text-align: right;
}

/*@blok napisu login*/
.loginloginblock {
margin-top: 12px;
width: 185px;
height: 20px;
}

/*@napis login*/
.loginlogin {
width: 76px;
color: #656565;
font-weight: bold;
text-align: right;
float: left;
}

/*@blok pola edycji login*/
.loginloginedit {
width: 105px;
float: left;
}

/*@pole edycji login*/
.loginlogineditstyle {
margin-left: 10px;
width: 95px;
border: 1px solid #767676;
background: #ebebeb;
}

/*@blok napisu haslo*/
.loginpassblock {
width: 185px;
height: 20px;
}

/*@napis haslo*/
.loginpass {
width: 76px;
color: #656565;
font-weight: bold;
text-align: right;
float: left;
}

/*@blok pola edycji haslo*/
.loginpassedit {
width: 105px;
float: left;
}

/*@pole edycji haslo*/
.loginpasseditstyle {
margin-left: 10px;
width: 95px;
border: 1px solid #767676;
background: #ebebeb;
}

/*@blok pola zaznaczenia zapamietywania uzytkownika przy logowaniu*/
.loginrememberchk {
width: 14px;
height: 14px;
margin-left: 0px;
margin-top: 4px;
float: left;
}

/*@pole zaznaczenia zapamietywania uzytkownika przy logowaniu*/
.loginrememberchkstyle {
width: 12px;
height: 12px;
margin-left: 0px;
margin-top: 0px;
border: 0px solid #bdbdbd;
background: #d0d0d0;
vertical-align: middle;
}

/*@napis zapamietaj mnie*/
.loginremembertxt {
width: 72px;
height: 14px;
margin-left: 2px;
margin-top: 4px;
float: left;
font-size: 10px;
color: #dfdfdf;
}

/*@blok pola nie pamietam hasla*/
.loginpassremind {
width: 89px;
height: 14px;
margin-left: 8px;
margin-top: 4px;
float: left;
font-size: 10px;
color: #dfdfdf;
text-align: right;
}

/*@hiperlacze nie pamietam hasla*/
.loginpassremind a {
font-size: 10px;
color: #dfdfdf;
}

/*@przycisk zarejestruj*/
.registerbtn {
width: 84px;
height: 24px;
margin-left: 0px;
margin-top: 5px;
float: left;
}

/*@przycisk zaloguj*/
.loginbtn {
width: 84px;
height: 24px;
margin-left: 1px;
margin-top: 5px;
float: right;
}

/*@napis jestes zalogowany*/
.youareloggedtxt {
height: 34px;
color: #656565;
font-size: 17px;
text-align: right;
}

/*@blok napisu 'login: nazwa_uzytkownika' po zalogowaniu*/
.loggedloginname {
height: 25px;
text-align: right;
}

/*@napis 'login:' po zalogowaniu*/
.loggedlogin {
color: #656565;
font-weight: bold;
}

/*@napis 'nazwa_uzytkownika' po zalogowaniu*/
.loggedname {
color: #f1f1f1;
font-weight: bold;
}

/*@przycisk twoje dane*/
.profilebtn {
width: 84px;
height: 24px;
margin-left: 0px;
margin-top: 37px;
float: left;
}

/*@przycisk wyloguj*/
.logoutbtn {
width: 84px;
height: 24px;
margin-left: 1px;
margin-top: 37px;
float: right;
}

/*@tlo pola z data*/
.dayinfo {
width: 200px;
height: 38px;
color: #e8ebec;
margin-top: 2px;
float: left;
background-color: #4e4e4e;
}

/*@czcionka pola z data*/
.dayinfotxt {
margin-top: 13px;
font-size: 10px;
color: #ffffff;
}

/*@lewy panel*/
.leftpanel {
width: 200px;
margin-top: 2px;
float: left;
}

/*@blok napisu aktualnosci*/
.news {
width: 200px;
height: 56px;
}

/*@margines bloku napisu aktualnosci*/
.newsmarg {
margin-left: 3px;
margin-top: 18px;
position: absolute;
}

/*@blok listy aktualnosci*/
.newslist {
width: 200px;
}

/*@margines bloku listy aktualnosci*/
.newslistmarg {
margin-left: 5px;
}

/*@bannery pod lista aktualnosci*/
.newslistban {
padding: 0px 0px 8px 0px;
}

/*@data elementu z aktualnosci*/
.newsitemdate, .newsitemdate a {
color: #ff6600;
font-size: 12px;
}

/*@tytul elementu z aktualnosci*/
.newsitemtitle, .newsitemtitle a {
color: #ff6600;
font-size: 11px;
font-weight: bold;
}

/*@tresc elementu z aktualnosci*/
.newsitemcontent {
color: #8da3b3;
font-size: 12px;
margin-top: 5px;
}

/*@hiperlacze elementu z aktualnosci*/
.newsitemcontent a {
color: #8e8e8e;
font-size: 12px;
}

/*@krotka linia oddzielajaca newsy*/
.newsline {
width: 175px;
height: 2px;
margin-top: 12px;
margin-bottom: 12px;
font-size: 1px;
background: transparent url(/img/layout/markers/line1px02.gif) 0px 0px repeat-x;
}

/*@napis wszystkie aktualnosci*/
.newsalltxt {
color: #f48e0b;
font-size: 12px;
font-weight: bold;
margin-top: 8px;
}

/*@hiperlacze wszystkie aktualnosci*/
.newsalltxt a {
color: #f48e0b;
font-size: 12px;
font-weight: bold;
}

/*@blok napisu newsletter*/
.newsletter {
width: 198px;
height: 113px;
margin: 8px 0px 8px 0px;
background-color: #f1f1f1;
}

/*@margines bloku napisu newsletter*/
.newslettermarg {
font-size: 17px;
color: #4f4f4f;
margin-left: 15px;
margin-top: 15px;
position: absolute;
}

/*@napis newsletter*/
.newslettertxt {
font-size: 11px;
height: 12px;
margin-left: 5px;
}

/*@blok wewnetrzny newslettera*/
.newslettermail {
margin-top: 5px;
font-size: 12px;
color: #7b868e;
}

/*@margines bloku wewnetrznego newslettera*/
.newslettereditmargin {
margin-top: 2px;
}

/*@pole edycji newslettera*/
.newsletteredit {
width: 126px;
height: 14px;
border-style: solid;
border-width: 1px;
border-color: #c0c0c0;
padding: 4px 0px 0px 2px;
margin: 4px 0px 0px 0px;
font-size: 11px;
}

/*@prawy panel*/
.rightpanel {
width: 678px;
min-height: 385px;
height: auto !important;
height: 385px;
float: left;
margin-top: 2px;
}

/*@blok gornego elementu tekstowego strony glownej*/
.main0txt {
width: 678px;
min-height: 144px;
height: auto !important;
height: 144px;
float: left;
background: transparent url(/img/layout/markers/dotsv02.gif) 0px 0px repeat-y;
}

/*@tlo bloku gornego elementu tekstowego strony glownej*/
.main0txtbkg {
width: 677px;
margin-left: 1px;
background: transparent url(/img/layout/gradients/gradmain.jpg) 0px 0px repeat-x;
}

/*@margines bloku gornego elementu tekstowego strony glownej*/
.main0txtmarg {
margin-left: 25px;
margin-right: 20px;
padding-top: 18px;
}

/*@blok dolnego lewego elementu tekstowego strony glownej*/
.main1txt {
width: 226px;
min-height: 254px;
height: auto !important;
height: 254px;
float: left;
margin-top: 0px;
background: transparent url(/img/layout/markers/dotsv01.gif) 0px 0px repeat-y;
}

/*@margines bloku dolnego lewego elementu tekstowego strony glownej*/
.main1txtmarg {
margin-left: 25px;
margin-right: 20px;
margin-top: 10px;
}

/*@blok dolnego srodkowego elementu tekstowego strony glownej*/
.main2txt {
width: 226px;
min-height: 254px;
height: auto !important;
height: 254px;
float: left;
margin-top: 0px;
background: transparent url(/img/layout/markers/dotsv01.gif) 0px 0px repeat-y;
}

/*@margines bloku dolnego srodkowego elementu tekstowego strony glownej*/
.main2txtmarg {
margin-left: 25px;
margin-right: 20px;
margin-top: 10px;
}

/*@blok dolnego prawego elementu tekstowego strony glownej*/
.main3txt {
width: 226px;
min-height: 254px;
height: auto !important;
height: 254px;
float: left;
margin-top: 0px;
background: transparent url(/img/layout/markers/dotsv01.gif) 0px 0px repeat-y;
}

/*@margines bloku dolnego prawego elementu tekstowego strony glownej*/
.main3txtmarg {
margin-left: 25px;
margin-right: 20px;
margin-top: 10px;
}

/*@zajawka galerii strony glownej - obrazek*/
.maingalleryimage {
width: 122px;
height: 93px;
margin-left: 30px;
background: transparent url(/img/layout/gradients/galimg_bkg03.jpg) 0px 0px no-repeat;
}

/*@zajawka galerii strony glownej - obrazek, ramka wewn.*/
.maingalleryimageframe {
width: 114px;
height: 86px;
margin-left: 2px;
}

/*@zajawka galerii strony glownej - opis*/
.maingallerydesc {
padding: 14px 0px 25px 0px;
}

/*@zajawka galerii strony glownej - data*/
.maingallerydate {
padding: 8px 0px 2px 0px;
font-size: 11px;
color: #d0792a;
}

/*@zajawka galerii strony glownej - nazwa*/
.maingalleryname {
padding: 0px 0px 8px 0px;
}

.last_gallery {
width: 114px;
height: 86px;
overflow: hidden;
}

.last_gallery_item {
width: 114px;
height: 86px;
}

/*@stopka*/
.footer {
padding: 3px 0px 24px 0px;
}

/*@linia punktowa stopki*/
.dots {
width: 878px;
height: 1px;
font-size: 1px;
background: transparent url(/img/layout/markers/dotsh02.gif) 0px 0px repeat-x;
}

/*@blok menu stopki*/
.menubottom {
color: #68767f;
height: 34px;
font-size: 12px;
}

/*@margines bloku menu stopki*/
.menubottommarg {
margin: 10px 20px 0px 0px !important;
margin: 10px 7px 0px 0px;
float: right;
}

/*@hiperlacza menu stopki*/
.menubottommarg a {
color: #68767f;
font-size: 12px;
}

/*@blok separatora miedzyelementowego menu stopki*/
.menubottomsep {
margin-left: 16px;
margin-right: 16px;
float: left;
}

/*@blok elementu menu stopki*/
.menubottomitem {
float: left;
}

/*@blok elementu menu stopki - ikona rss*/
.menubottomitem_rss {
width: 14px;
height: 14px;
float: left;
margin-right: 5px;
background: transparent url(/img/layout/icons/rss.gif) 0px 0px no-repeat;
}

/*@linia stopki*/
.linefullthick {
width: 878px;
height: 1px;
font-size: 1px;
background: transparent url(/img/layout/markers/line1px02.gif) 0px 0px repeat-x;
}


/*@zaokraglenia dolne strony*/
.bottomcorners {
width: 898px;
height: 35px;
font-size: 1px;
background: transparent url(/img/layout/gradients/grad_bottomcorners04.jpg) 0px 0px no-repeat;
}

#leftMenu {
width: 196px;
font-size: 13px;
border: 1px solid #b5b5b5;
margin: 0px 0px 8px 0px;
}

/*@lewe menu - hiperlacza odwiedzone*/
#leftMenu a:visited {
text-decoration: none;
}

/*@lewe menu - marginesy menu*/
#leftMenu ul {
margin: 4px 4px 0px 4px;
padding: 0px 0px 3px 0px;
display: block;
}

/*@lewe menu - marginesy podmenu*/
#leftMenu ul li, #leftMenu ul li ul {
display: inline;
margin: 0 0 0 0;
padding: 0 0 0 0;
background: transparent none repeat;
}

/*@lewe menu - hiperlacze poziom 0*/
#leftMenu ul li a {
display: block;
padding: 3px 0 5px 15px;
margin: 0 0 0 0;
text-decoration: none;
color: #5e6a72;
}

/*@lewe menu - hiperlacze podswietlone poziom 0*/
#leftMenu ul li a:hover {
color: #475158;
text-decoration: underline;
}

/*@lewe menu - pogrubienie*/
#leftMenu .pogrubienie {
background: transparent url(/img/layout/markers/arrow04.gif) 5px 7px no-repeat;
font-weight: bold;
font-size: 13px;
color: #5e6a72;
}

/*@lewe menu - pogrubienie podswietlone*/
#leftMenu .pogrubienie:hover {
background: transparent url(/img/layout/markers/arrow05.gif) 5px 7px no-repeat;
font-weight: bold;
color: #32383d;
}

/*@lewe menu - pogrubienie 2*/
#leftMenu .pogrubienie2 {
background: transparent url(/img/layout/markers/arrow04.gif) 15px 3px no-repeat;
font-weight: bold;
font-size: 13px;
color: #5e6a72;
}

/*@lewe menu - nie rozwiniete poziom 2*/
#leftMenu .s {
color: #5e6a72;
line-height: 13px;
padding: 0 0 0 38px;
margin: 0 0 6px 0;
background: transparent url(/img/layout/markers/arrow26.gif) 27px 3px no-repeat;
font-size: 13px;
}

/*@lewe menu - nie rozwiniete podswietlone poziom 2*/
#leftMenu .s:hover {
background: transparent url(/img/layout/markers/arrow12.gif) 27px 3px no-repeat;
padding: 0px 0px 0px 38px;
}

/*@lewe menu - nie rozwiniete poziom 3*/
#leftMenu .s2 {
color: #5e6a72;
line-height: 13px;
padding: 0 0 0 48px;
margin: 0 0 6px 0;
background: transparent url(/img/layout/markers/arrow26.gif) 37px 3px no-repeat;
font-size: 13px;
}

/*@lewe menu - nie rozwiniete podswietlone poziom 3*/
#leftMenu .s2:hover {
background: transparent url(/img/layout/markers/arrow12.gif) 37px 3px no-repeat;
padding: 0px 0px 0px 48px;
}

/*@lewe menu - rozwiniete poziom 2*/
#leftMenu .sselected {
background: transparent url(/img/layout/markers/arrow25.gif) 27px 3px no-repeat;
font-weight: bold;
font-size: 13px;
padding: 0px 0px 0px 38px;
color: #5e6a72;
}

/*@lewe menu - rozwiniete podswietlone poziom 2*/
#leftMenu .sselected:hover {
font-weight: bold;
background: transparent url(/img/layout/markers/arrow12.gif) 27px 3px no-repeat;
}

/*@lewe menu - rozwiniete poziom 3*/
#leftMenu .s2selected2 {
background: transparent url(/img/layout/markers/arrow25.gif) 37px 3px no-repeat;
font-weight: bold;
font-size: 13px;
padding: 0px 0px 0px 48px;
color: #5e6a72;
}

/*@lewe menu - rozwiniete podswietlone poziom 3*/
#leftMenu .s2selected2:hover {
font-weight: bold;
background: transparent url(/img/layout/markers/arrow12.gif) 37px 3px no-repeat;
}

/*@lewe menu - hiperlacze poziom 1*/
#leftMenu ul li ul li a {
line-height: 14px;
padding: 0 0 0 27px;
margin: 0 0 6px 0;
background: transparent url(/img/layout/markers/arrow10.gif) 15px 3px no-repeat;
font-size: 13px;
}

/*@lewe menu - hiperlacze podswietlone poziom 1*/
#leftMenu ul li ul li a:hover {
background: transparent url(/img/layout/markers/arrow12.gif) 15px 3px no-repeat;
}

/*@tresc glownej strony - margines*/
.contentmarg {
padding: 0 10px;
}

/*@tresc glowna - naglowek*/
.contentpagehead {
border-bottom: 1px solid #0EA3F0;
margin-bottom: 8px;
padding-bottom: 4px;
}

/*@tresc glowna - blok 1*/
.contentpageone {
width: 200px;
min-height: 349px;
height: auto !important;
height: 349px;
margin-top: 0px;
float: left;
}

/*@tresc glowna - blok 1 - margines nazwa kategorii*/
.contentpageonemargcat {
margin-left: 3px;
margin-right: 12px;
margin-top: 20px;
}

/*@tresc glowna - blok 1 - naglowek*/
.contentpageonehead {
min-height: 21px;
height: auto !important;
height: 21px;
margin-bottom: 19px;
}

/*@tresc glowna - blok 2*/
.contentpagetwo {
width: 206px;
min-height: 349px;
height: auto !important;
height: 349px;
margin-top: 0px;
float: left;
}

/*@tresc glowna - blok 2a*/
.contentpagetwobig {
width: 432px;
min-height: 349px;
height: auto !important;
height: 349px;
margin-top: 0px;
float: left;
}

/*@tresc glowna - blok 2,2a - margines*/
.contentpagetwomarg {
margin-left: 0px;
margin-right: 20px;
margin-top: 0px;
}

/*@tresc glowna - blok 2,2a - naglowek*/
.contentpagetwohead {
height: 40px;
}

/*@tresc glowna - blok 3*/
.contentpagethree {
width: 226px;
min-height: 349px;
height: auto !important;
height: 349px;
margin-top: 0px;
float: left;
background: transparent url(/img/layout/markers/dotsv01.gif) 0px 0px repeat-y;
}

/*@tresc glowna - blok 3 - margines*/
.contentpagethreemarg {
margin-left: 20px;
margin-right: 20px;
margin-top: 0px;
}

/*@tresc glowna - blok 3 - naglowek*/
.contentpagethreehead {
height: 40px;
}

/*@tresc glowna - blok 4*/
.contentpagefour {
width: 222px;
min-height: 349px;
height: auto !important;
height: 349px;
margin-top: 0px;
float: left;
background: transparent url(/img/layout/markers/dotsv01.gif) 0px 0px repeat-y;
}

/*@tresc glowna - blok 4 - margines*/
.contentpagefourmarg {
margin-left: 20px;
margin-right: 17px;
margin-top: 0px;
}

/*@tresc glowna - blok 4 - naglowek*/
.contentpagefourhead {
height: 40px;
}

/*@lista ze strzalkami*/
.arrowlist01 {
background: url(/img/layout/markers/arrow07a.gif) 2px 5px no-repeat;
list-style-type: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 12px;
}

/*@zdjecie zajawki*/
.trailphoto {
width: 85px;
float: left;
}

/*@zawartosc tekstowa zajawki*/
.trailcontent {
width: 100px;
float: left;
}

/*@jestes tutaj*/
.youarehere {
color: #979797;
font: 12px Tahoma;
padding: 0 10px 10px 10px;
}

/*@hiperlacze jestes tutaj*/
.youarehere a {
color: #308df6;
}

.youarehere span {
color: #979797;
}

.pagesphotos {
float: right;
padding: 0 0 10px 10px;
}

.pagesphotos img {
background: #fff;
border: 1px solid #aaa;
padding: 4px;
}

/*@foto listy zajawek - blok*/
.pagesphoto {
float: left;
margin-right: 10px;
}

/*@foto listy zajawek - obrazek*/
.pagesphoto img {
background: #fff;
border: 1px solid #aaa;
width: 241px;
height: 152px;
padding: 4px;
}

/*@tresc listy zajawek - blok*/
.pagescontent {
width: 374px;
float: left;
}

/*@tresc listy zajawek - data*/
.pagescontentdate {
padding: 0px 0px 2px 0px;
font-size: 11px;
color: #8a8a8a;
}

/*@tresc listy zajawek - tytul-link*/
.pagescontenttitle a {
color: #0EA3F0;
font-size: 14px;
font-weight: bold;
font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

/*@tresc listy zajawek - opis*/
.pagescontentdesc {
padding: 8px 0px 8px 0px;
}

/*@margines dolny listy zajawek*/
.pageslist {
margin: 0px 0px 32px 0px;
}

/*@element tekstowy - category1*/
.category1txt {
padding: 8px 12px 8px 6px;
}

/*@element tekstowy - category2*/
.category2txt {
padding: 8px 12px 8px 6px;
}

.checkboxes label {
display: block;
}

#dbformFmenu_id.checkboxes label{
padding: 2px 1px 2px 0px;
}

#dbformFmenu_id.checkboxes label input {
margin: 0 3px 0 0;
}


td.submit {
padding: 10px 0 0 0;
}




#dbformFmenu_id.checkboxes label.indent-0 {
padding-left:0px;
}

#dbformFmenu_id.checkboxes label.indent-1 {
padding-left:15px;
display: none;
}

#dbformFmenu_id.checkboxes label.indent-2 {
padding-left:30px;
display: none;
}

#dbformFmenu_id.checkboxes label.indent-3 {
padding-left:45px;
display: none;
}

img.node-plus, img.node-minus, img.node-none {
margin: 0px 6px 6px 2px;
vertical-align: middle;
}

img.node-none {
visibility: hidden;
}

a.gallery img {
padding: 4px;
margin: 4px;
border: 1px #999 solid;
}










/************************************************ ALEJA KOBIET - NOWY STYL ****************************************/

.bg_top {
background: transparent url(/img/layout/new/bg_top.jpg) top center no-repeat;
text-align: center;
}

.bg_bottom {
background: transparent url(/img/layout/new/bg_bottom.jpg) top center no-repeat;
height: 260px;
text-align: center;
}

.container {
margin: 0 auto;
text-align: left;
width: 1010px;
}

.copyright {
color: #fff;
float: left;
padding: 20px 10px;
width: 485px;
}

.policypowered {
color: #d1f6ff;
float: left;
padding: 20px 10px;
text-align: right;
width: 485px;
}

.copyright a, .policypowered a {
color: #fff;
}

.topbar {
height: 108px;
padding: 4px 0 0 0;
position: relative;
}

.toplogo {
background: transparent url(/img/layout/new/logo.png) 0 0 no-repeat;
display: block;
height: 90px;
left: 23px;
position: absolute;
top: 12px;
width: 114px;
}

.topnavi {
position: absolute;
right: 30px;
top: 23px;
}

.topnavi a, .topnavi span {
color: #fff;
}

.topnavi a.active {
font-weight: bold;
}

.top_box {
position: absolute;
right: 300px;
top: 5px;
width: 470px;
}

.top_box .title {
color: #eef7cf;
float: left;
font: 18px Tahoma;
padding: 14px 10px 0 0;
text-align: right;
width: 90px;
}

.top_box .form {
color: #277271;
float: left;
position: relative;
width: 370px;
}

#top_nl, #top_lg { display: none; }

#searchsiteedit {
background: transparent url(/img/layout/new/search_input1.png) 0 0 no-repeat;
border: 0;
color: #2d8563;
left: 5px;
height: 16px;
padding: 2px 5px;
position: absolute;
text-align: right;
top: 16px;
width: 297px;
}

#searchbtn {
background: transparent url(/img/layout/new/search_btn1.png) 0 0 no-repeat;
border: 0;
cursor: pointer;
height: 16px;
left: 315px;
margin-left: 5px;
position: absolute;
top: 18px;
width: 16px;
}

.newsletteredit {
background: transparent url(/img/layout/new/login_input1.png) 0 0 no-repeat;
border: 0;
color: #2d8563;
display: block;
height: 16px;
padding: 2px 5px;
width: 97px;
}

#newsletterb, #LgSubmit, .btn_sml {
background: transparent url(/img/layout/new/login_btn1.png) 0 0 no-repeat;
border: 0;
color: #fff;
cursor: pointer;
display: block;
height: 20px;
width: 53px;
}

#newsImieD { position: absolute; left: 5px; top: 19px; }
#newsImieF { position: absolute; left: 35px; top: 12px; }
#newsEmailD { position: absolute; left: 150px; top: 19px; }
#newsEmailF { position: absolute; left: 190px; top: 12px; }
#newsletterb { position: absolute; left: 305px; top: 16px; }

#LgLoginTxt { position: absolute; left: 5px; top: 11px; }
#LgLogin { position: absolute; left: 41px; top: 4px; }
#LgPassTxt { position: absolute; left: 155px; top: 11px; }
#LgPass { position: absolute; left: 190px; top: 4px; }
#LgSubmit { position: absolute; left: 305px; top: 8px; }
#LgRemember { position: absolute; left: 48px; top: 32px; font: 11px Tahoma; color: #4f8c74; }
#LgPassRemind { position: absolute; left: 203px; top: 32px; font: 11px Tahoma; color: #eff0dc; }

.chb_remember { padding: 0 0 0 16px; }
.chb_false { background: transparent url(/img/layout/new/checkbox2.png) 0 center no-repeat; }
.chb_true { background: transparent url(/img/layout/new/checkbox1.png) 0 center no-repeat; }


.menu {
background: transparent url(/img/layout/new/menu_bg.png) 0 0 repeat-x;
height: 35px;
}

.topbanner {
padding: 7px 0;
text-align: center;
}

.content {
background: #fff url(/img/layout/new/grey_top.png) top center no-repeat;
padding: 10px 5px;
}

.left_panel {
float: left;
width: 655px;
}

.right_panel {
float: right;
padding: 0 0 0 10px;
width: 335px;
}

.bottombar {
background: transparent url(/img/layout/new/grey_bottom.png) bottom center no-repeat;
height: 25px;
margin-top: 20px;
padding: 15px 10px 0 10px;
position: relative;
text-align: right;
}

.addthis_toolbox {
position: absolute;
right: 150px;
bottom: 5px;
}

.bottombar a {
color: #999;
}

.bottombar a:hover {
color: #f6810d;
text-decoration: none;
}


.menubottom {
padding: 15px;
text-align: center;
}

.menubottom a {
color: #308df6;
}

.menubottom span {
color: #308df6;
padding: 0 10px;
}

a.logo_act {
background: transparent url(/img/layout/new/logos.png) top left no-repeat;
display: block;
float: right;
height: 23px;
margin: 8px 10px 0 0;
width: 114px;
}

a.logo_act:hover {
background: transparent url(/img/layout/new/logos.png) bottom left no-repeat;
}

a.logo_heur {
background: transparent url(/img/layout/new/logos.png) top right no-repeat;
display: block;
float: right;
height: 23px;
margin: 8px 0 0 0;
width: 130px;
}

a.logo_heur:hover {
background: transparent url(/img/layout/new/logos.png) bottom right no-repeat;
}


#nav {
height: 35px;
margin: 0;
padding: 0;
}

#nav li {
background: none;
display: inline;
margin: 0;
padding: 0;
}

#nav li img {
float: left;
}

#nav li a {
color: #c3e9ff;
display: block;
float: left;
font: 14px Tahoma;
height: 17px;
margin: 0;
padding: 9px 25px;
}

#nav li a:hover, #nav li.selected a {
background: transparent url(/img/layout/new/menu_hov.png) 0 0 repeat-x;
color: #fff;
text-decoration: none;
}

#nav li a.home_ico { background: transparent url(/img/layout/new/home_ico.png) top center no-repeat; }
#nav li a.home_ico:hover { background: transparent url(/img/layout/new/home_ico.png) bottom center no-repeat; }

#nav li ul {
display: block;
}


h1.title { font: normal 24px Tahoma; padding: 0 0 5px 0; }
h1.title a, h1.title b { font: normal 24px Tahoma; }

.blue div, .blue a, .blue a b, .blue h1, .blue h1 b      { color: #0ea3f0; }
.brown div, .brown a, .brown a b, .brown h1, .brown h1 b { color: #c9843f; }
.green div, .green a, .green a b, .green h1, .green h1 b { color: #9fb622; }
.grey div, .grey a, .grey a b, .grey h1, .grey h1 b      { color: #929292; }
.lblue div, .lblue a, .lblue a b, .lblue h1, .lblue h1 b { color: #77c4b2; }
.pink div, .pink a, .pink a b, .pink h1, .pink h1 b      { color: #eb589a; }


.right_panel .boxtop, .right_panel .boxbottom { font-size: 1px; height: 10px; }
.right_panel .boxcenter { padding: 0 10px; }
.right_panel .banner { text-align: center; }
.right_panel .boximage { position: relative; }

.right_panel .boximage img { 
background: #fff;
height: 200px;
padding: 4px; 
width: 305px;
}

.gal_cycle {
height: 215px;
width: 315px;
}

.right_panel .boximage .caption {
bottom: 12px;
left: 1px;
padding: 10px;
position: absolute;
right: 1px;
z-index: 100;
filter: alpha(opacity=90); /* internet explorer */
-khtml-opacity: 0.9;      /* khtml, old safari */
-moz-opacity: 0.9;       /* mozilla, netscape */
opacity: 0.9;           /* fx, safari, opera */
}

.right_panel .boximage .caption a { color: #fff; font: 19px Tahoma; }



.blue .boximage img { border: 1px solid #0ea3f0; }
.grey .boximage img { border: 1px solid #929292; }

.blue .boximage .caption { background: #0ea3f0; }
.grey .boximage .caption { background: #929292; }

.blue .boxtop { background: url(/img/layout/new/right_box_blue_top.png) 0 0 no-repeat; }
.blue .boxbottom { background: url(/img/layout/new/right_box_blue_bottom.png) 0 0 no-repeat; }
.blue .boxcenter { background: #ebf8ff; }

.grey .boxtop { background: url(/img/layout/new/right_box_grey_top.png) 0 0 no-repeat; }
.grey .boxbottom { background: url(/img/layout/new/right_box_grey_bottom.png) 0 0 no-repeat; }
.grey .boxcenter { background: #f1f1f1; }

.lblue .boxtop { background: url(/img/layout/new/right_box_lblue_top.png) 0 0 no-repeat; }
.lblue .boxbottom { background: url(/img/layout/new/right_box_lblue_bottom.png) 0 0 no-repeat; }
.lblue .boxcenter { background: #edfffd; }

.lblue .boxcenter a {
background: url(/img/layout/new/arrow_lblue2.png) 0 6px no-repeat;
display: block;
padding: 2px 0 2px 10px;
}


.left_panel .left, .left_panel .center, .left_panel .right { float: left; }

.top .left    { width: 440px; padding-left: 10px; }
.top .center  { width: 70px; text-align: right; }
.top .right   { width: 115px; padding-left: 20px; }
.main .left   { width: 250px; }
.main .center { width: 260px; padding: 0 10px; }
.main .right  { width: 105px; padding: 10px; }


.main .center a { display: block; padding: 2px 0 2px 10px;}

.blue .center a  { background: url(/img/layout/new/arrow_blue.png) 0 6px no-repeat; }
.brown .center a { background: url(/img/layout/new/arrow_brown.png) 0 6px no-repeat; }
.green .center a { background: url(/img/layout/new/arrow_green.png) 0 6px no-repeat; }
.grey .center a  { background: url(/img/layout/new/arrow_grey.png) 0 6px no-repeat; }
.lblue .center a { background: url(/img/layout/new/arrow_lblue.png) 0 6px no-repeat; }
.pink .center a  { background: url(/img/layout/new/arrow_pink.png) 0 6px no-repeat; }


.main .left img { padding: 4px; width: 241px; height: 152px; }

.blue .left img  { border: 1px solid #0ea3f0; }
.brown .left img { border: 1px solid #c9843f; }
.green .left img { border: 1px solid #9fb622; }
.grey .left img  { border: 1px solid #929292; }
.lblue .left img { border: 1px solid #77c4b2; }
.pink .left img  { border: 1px solid #eb589a; }

.blue .main .right  { background: #ebf6ff; }
.brown .main .right { background: #fff9f1; }
.green .main .right { background: #f7ffe3; }
.grey .main .right  { background: #ebf6ff; }
.lblue .main .right { background: #edfffd; }
.pink .main .right  { background: #fff0f7; }



a.button1 {
background: transparent url(/img/layout/new/button1.png) 0 0 no-repeat;
color: #fff;
display: block;
float: right;
height: 16px;
padding: 2px;
margin: 4px 8px;
text-align: center;
width: 117px;
}

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


.boxkonkurs {
padding: 5px 0;
}

.boxkonkurs .left {
float: left;
width: 135px;
}

.boxkonkurs .left img {
background: #fff;
border: 1px solid #0ea3f0;
padding: 4px;
width: 125px;
}

.boxkonkurs .right {
float: right;
padding-left: 10px;
width: 170px;
}

.boxkonkurs .right h2 a {
color: #0ea3f0;
font: bold 13px Tahoma;
}


.banner_left {
float: left;
padding: 10px 0;
text-align: center;
width: 530px;
}

.banner_center {
float: left;
padding: 10px 0;
text-align: center;
width: 125px;
}


.home_akt {
float: left;
width: 530px;
}

.home_akt h1 {
color: #ff9100;
padding: 0 10px 5px 10px;
}

.home_akt .box_main {
background: #fff8e4 url(/img/layout/new/homebox_bgleft.png) top left no-repeat;
float: left;
height: 250px;
padding: 10px;
width: 330px;
}

.home_akt .box_tab {
background: #feefca;
border: 1px solid #f7d492;
display: none;
height: 240px;
padding: 4px;
position: relative;
width: 320px;
}

.home_akt .box_tab.active { display: block; }

.home_akt .box_tab a.box_link1 {
bottom: 5px;
left: 5px;
position: absolute;
right: 5px;
top: 5px;
z-index: 101;
}

.home_akt .box_tab a.box_link1 img {
height: 238px;
width: 318px;
}

.home_akt .box_tab .box_caption {
bottom: 5px;
left: 5px;
position: absolute;
right: 5px;
z-index: 102;
filter: alpha(opacity=90); /* internet explorer */
-khtml-opacity: 0.9;      /* khtml, old safari */
-moz-opacity: 0.9;       /* mozilla, netscape */
opacity: 0.9;           /* fx, safari, opera */
}

.home_akt .box_tab a.box_link2 {
background: #ed8417;
color: #fff;
display: block;
font: bold 16px Tahoma;
margin-bottom: 2px;
padding: 5px 10px;
}

.home_akt .box_tab a.box_link3 {
background: #fff;
color: #ed8417;
display: block;
font: normal 13px Tahoma;
padding: 5px 10px;
}

.home_akt .box_tab a.box_link2:hover, .home_akt .box_tab a.box_link3:hover {
}

.home_akt .box_side {
background: #fff8e4 url(/img/layout/new/homebox_bgright.png) top right no-repeat;
float: left;
height: 250px;
padding: 10px 0;
width: 160px;
}

.home_akt .box_side a {
color: #dd6916;
display: block;
height: 39px;
line-height: 18px;
margin: 3px 0;
padding: 10px 5px;
text-align: center;
}

.home_akt .box_side a:hover, .home_akt .box_side a.active {
background: #f6810d url(/img/layout/new/homebox_button.png) top left no-repeat;
color: #fff;
text-decoration: none;
}

.home_pop {
float: left;
width: 125px;
}

.home_pop h1 {
color: #eb589a;
padding: 0 10px 5px 10px;
}

.home_pop .box {
background: #fff0f7 url(/img/layout/new/homebox_side.png) 0 0 no-repeat;
height: 260px;
padding: 5px 10px;
}

.home_pop .box a {
display: block;
padding: 5px 0;
}

.home_pop .box a, .home_pop .box a b {
color: #eb589a;
}


.nextprev {
text-align: center;
}


#com_ajax {
position: relative;
}

.commentsbox {
padding: 15px 25px;
}

.commentsbox table tr td.tab1 {
padding: 5px 20px;
text-align: right;
width: 100px;
}

.commentsbox table tr td.tab2 {
padding: 5px 0px;
width: 400px;
}

.commentsbox table tr td.tab2 textarea {
height: 100px;
padding: 5px;
width: 390px;
}

.commentsbox table tr td.tab2 input {
padding: 5px;
width: 390px;
}

.comment_item {
border-bottom: 1px solid #e0e0e0;
padding: 10px 5px;
}

.comment_item .name {
font: 12px Tahoma;
padding-bottom: 8px;
}

.comment_item .name span {
color: #4aafae;
}

.comment_item .txt {
font: 13px Verdana;
}



.ico_print a {
background: transparent url(/img/layout/new/ico_print.png) 0 0 no-repeat;
color: #999;
padding-left: 16px;
}

.ico_top a {
color: #999;
}


.bottomnavi {
border-bottom: 1px solid #e7e7e7;
margin-bottom: 10px;
padding-top: 30px;
position: relative;
}

.pagetags { color: #979797; }
.pagetags a { color: #308DF6; }

