	/*  Szablon strony
    2010-03-18 www.media-studio.pl
    Media Sudio Mariusz Ściseł    */
    
/* 
	CORE STYLES 
				*/

body 
{
	color: #003985;
	font-size: 82%;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
   background-color: #fff; 
   padding: 0;
   margin: 0;
}

/* LINKS */

a { color: #c00; text-decoration: underline; }
a:hover { color: #e00; text-decoration: underline; }
a:active { color: #f00; text-decoration: underline; }
div#main p a:visited { color: #c00; } /* MSX: visited tylko w main! */
 
/* HEADER */

h1, h2, h3, h4, h5, h6 
{
	color: #003985;
	padding: 0px;
	margin: 0.8em 0 0.5em 0;
	padding: 0;
}

h1 { font-size: 120%; margin: 0 0 1.5em 0;}
h2 { font-size: 100%; }
h3 { font-size: 100%; color: #0063e3;
 }
h4 { font-size: 1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

/* HEADER LINKS */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #003985; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover {color: #f00; text-decoration: underline; }

/* PARAGRAPHS */

p { margin: 0; line-height: 1.5em; }
p.akapit, p.a {	text-indent: 18pt; text-align: justify; }

.b, .bold { font-weight: bold;}
.i, .italic { font-style: italic; }
.j, .justify { text-align: justify; text-indent: 1.5em;  }
.n, .normal { font-weight: normal; }
.s, .small { font-size: 82% }
.u { text-decoration: underline; }

/* PRE TEXT */

pre, code { font-family: "Courier New", Courier, monospace; font-size: 1em; }
pre { background-color: #f8f8f8; margin: 1em 0 1em 0; padding: 0.2em; border: 1px solid #e0e0e0; }
pre.wordwrap { white-space: normal; }
pre.wordwrap span.line { display: block; }

/* SUB, SUP  */

sub, sup  { font-size: 80%; }

/* IMAGES */

a img { border: none; }
img.ramka {	border: 1px solid #000;}
img.left {margin-right: 1.5em;}
img.right {margin-left: 1.5em;}
img.margin {margin-bottom: 20px; }
p.akapit img, p.a img {margin-top: 0.4em;}
p.margin {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Link "wiecej" - tekstowy */ 

a.more-txt { padding: 0; text-decoration: none; }
a.more-txt:visited {color: #e00; }
a.more-txt:hover {text-decoration: underline; }
a.more-txt span {color: #999; font: bold 1.2em Arial, Geneva, Helvetica, sans-serif; }

/* Link "wiecej" - graficzny */ 

a.more { padding-right: 20px; background: transparent url(arrow-blue.gif) right no-repeat; text-decoration: none }

/* PDF DOC */

.doc {background: transparent url(icons/doc.png) no-repeat left; }
.pdf {background: transparent url(icons/pdf.gif) no-repeat left; }
.pdf, .doc {padding-left: 25px; text-decoration: none }

/* Centrowanie */

.left {float: left; }
.right {float: right; }
.center {text-align: center; }

/* TABLES */

table { font-size: 1em; margin: 0; padding: 0; }
td, td { padding: 0; }
table.w100 { width: 100%; }
table.w50 { width: 50%; }
table.w25 { width: 25%; }
table.margin { margin: 1em 0; }

/* Tabelka dla tresci */

table.tabelka {font-family: Arial, Helvetica, sans-serif; border-collapse: collapse; border: 1px solid #3399cc; text-align: left;}
table.tabelka th {color: #000080; font-family: Arial, Helvetica, sans-serif; background: #ececec url(tablista.png) top; border-bottom: 1px solid #3399cc; border-right:1px solid #3399cc; padding:0.4em; white-space: nowrap;}
table.tabelka td {vertical-align: middle; border-right: 1px solid #3399cc; border-bottom: 1px solid #3399cc; padding: 0.4em; }

table.lista { width: 100%; border: 1px solid #3399cc; margin: 0.2em 0 0; }
table.lista th { border-bottom: 1px solid #3399cc; border-right: 1px solid #3399cc; background: #ececec url(tablista.png); padding: 0.4em; }
table.lista td { border-right: 1px solid #3399cc; border-bottom: 1px solid #3399cc; vertical-align: middle; }
table.lista td img { margin: 0 0.5em }
tr.a { background-color: #FCFCFC; }
tr.b { background-color: #F6F6F6; }

/* ORDERED AND UNORDERED LISTS */

ul, ol { margin: 0.75em 0 1em 2.5em; padding: 0; }
ul ul, ol ul { margin: 0.3em 0 0.5em 1.3em; }
ul { list-style: disc; }
ul ul { list-style: circle; }
ul ul ul { list-style: square; }
ul ul ul ul { list-style: circle; }
ol ol { list-style: upper-alpha; }
ol ol ol { list-style: lower-alpha; }
ol ol ol ol { list-style: lower-roman;}
ul ol, ol ol { margin: 0.3em 0 0.5em 1.9em; }
div#main ul li { margin: 0 0 0.3em; line-height: 1.25em; }
ol li h2 { font-style: normal;  font-weight: normal }
li a { text-decoration: none; }

/* UL Dotted */

ul.dots { margin-left: 20px; list-style-type: none }

ul.dots li {
	background: transparent url("dot-red.png") no-repeat;
	padding-left: 15px;
}

ul.dots li h2 { font-weight: normal; }
ul.dots li a { color: #003985; text-decoration: none; }
ul.dots li a:hover { color: #d00; text-decoration: underline; }

/* linia przerywana pozioma */

div.line-dotted-h {
	height: 1px;
	padding: 0px;
	font-size: 0px;
	overflow: hidden; /* IE6 Bug */
	background: #aaa url(dots_h.gif) repeat-x;
}

/* DEFINITION LISTS */

dl { margin: 0.25em 0 0.25em 0; padding: 0; }
dt, dd { font-style: normal; margin: 0 0 0.25em 0; }
dt { font-weight: bold; }
dd { margin: 0 1em 0.5em 2.5em; }

/* FORM ELEMENTS */

form { margin: 0; padding: 0; }

label
{
    font-weight: bold;
    padding-right: 0.5em;
/*    display: block;*/
    white-space: nowrap;
}

input, select { font-size: 1em; font-family: Tahoma, Verdana, Arial, sans-serif; }
select.kategorie { border: 1px solid #3399cc; background: #dff0ff url(input-bg.png) repeat-x top; }

input.box,
input.halfbox { font-size: 1em; padding: 0.1em 0.25em 0.1em 0.25em; margin: 0.5em 0; background: url(input-bg.png) repeat-x top;}

select { margin: 0.5em 0; }

textarea
{
	font-size: 1em;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	padding: 0.1em 0 0.1em 0.25em;
	margin: 0.5em 0;
	background: url(input-bg.png) repeat-x top;
}

/* input textarea - box, halfbox */

input.box, textarea.box
{
    width: 100%;
	font-size: 1em;
	border: 1px solid #3399cc;
	background-color: #dff0ff;
}

input.halfbox, textarea.halfbox
{
    width: 50%;
	border: 1px solid #3399cc;
	background-color: #dff0ff;
}

/* Fieldset */

fieldset { border: 1px solid #ccc; padding: 1em; margin: 0.5em 0; }
legend { font-weight: bold; color: Navy; padding: 0 0.25em 0 0.25em; }
fieldset label { color: Navy; }
fieldset input.button { margin-top: 0.5em; }

/* Przycisk - button */

input.button, input.button-disabled
{
    font-weight: bold;
	font-size: 0.92em;
	text-align: center;
	vertical-align: middle;
    padding: 1px 1em;
}

input.button
{
    border: 2px solid #fff;
    border-bottom: 2px solid #294966;
    border-right: 2px solid #294966;
    background: #66b7ff url(button-enabled.png) repeat-x top;
}

/* Przycisk nie aktywny */

input.button-disabled
{
	color: #777;
    border: 2px solid #f0f0f0;
    border-bottom: 2px solid #b0b0b0;
    border-right: 2px solid #b0b0b0;
    background: #cdcdcd url(button-disabled.gif) repeat-x top;
}

/* HORIZONTAL RULERS */

hr {
	color: #fff; 
	border: none; 
	border-top: 1px solid #e0e0e0; 
	height: 1px;
	margin: 0.35em 0;
}

/* 						
	PAGE STRUCTURE 		
					  */

/* FULL PAGE */

div#page
{
	margin: 0;
}

/* COLUMNS */

/* Kolumny strony - srodek z menu i trescia */

div#columns-design
{
	background: #fff;
	border-bottom: 1px solid #5fa0d0;
	padding-top: 20px;
}

div#columns-design2
{
	background: #fff url(columns.png) top repeat-x;
}

div#columns-position
{
	width: 950px;
	margin: 0 auto;
}

div#columns
{
	float: right;
	width: 490px;
   padding: 0 230px 20px 0;
}

div.noleftcolumn div#columns { float: none; width: 700px; padding-left: 0; }
div.norightcolumn div#columns { width: 725px; padding-right: 0px; }
div.nocolumns div#columns { float: none; width: 950px; padding-left: 0; padding-right: 0px; }

/* Kolumny dolne */

div#column-bottom-design
{
	min-height: 125px;
	background: #005093;
}
div#column-bottom
{
	width: 950px;
	margin: 0px auto; 
	padding: 2px 20px 10px;
}

div#column-bottom h3
{
	text-align: center;
	margin: 3px auto; 
}
div#column-bottom h3.patronat
{
	margin: 8px 0 15px 0;
	color: #fff; 
	text-align: left;
}

/* MAIN AREA */

div#main-position
{
    float: left;
    width: 100%;
}

div#main { padding: 0 20px 0 20px; }
div.norightcolumn div#main { padding: 0 20px 1em 20px; }
div.noleftcolumn div#main { padding: 0 20px 1em 20px; }

/* HEAD */

div#head-design {
	border-bottom: 1px solid #5ca7de;
	background-color: #005ca9;
}

div#head {
	width: 950px;
	height: 126px;
	margin: 0 auto;
}

/* LOGO */

div#logo
{
	float: left;
	width: 200px;
	height: 126px;
}

div#logo-print, div#logo-print img, 
div#servier-print, div#servier-print img
{
	display: none;
	visibility: hidden;
}

div#logo2
{
	float: right;
	width: 750px;
	height: 126px;
}

p.baner-zdjecie { margin-bottom: 0px; padding: 0 }
p.baner-zdjecie img { display: inline }
p.akcja { line-height: 1.6em; margin: 3px 0 4px; }

/* TOPMENU - Menu z linkami gorne w pasku naglowka */

div#topmenu {
	 width: 100%;
	border-bottom: 1px solid #fff;
	 background: #002b77 url(topmenu.png) repeat-x bottom;
}

div#topmenu-design {
	width: 950px;
	margin: 0 auto; 
}

div#topmenu ul{
	width: 950px;
	margin: 0px;
	padding: 0px;
}

div#topmenu li
{
	float: left;
	margin: 0px;
	display: block;
}

div#topmenu li.last { border-right: 1px solid #005ab7; }

div#topmenu p { padding: 0px; }

div#topmenu a {
   color: #fff; 
	border-left: 1px solid #005ab7;
   font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 31px;
   font-family: Tahoma, Arial, Verdana ;
   text-decoration: none;
	display: block;
}

div#topmenu a span {

   padding: 0px 20px 0px 29px;
   text-decoration: none;
	display: block;
	background: url(topmenu-dot.png) no-repeat left center;
}

div#topmenu a:hover{
	color: #fff;
	background: #004acb url(topmenu-on.png) repeat-x bottom;
}

div#topmenu a:active { color: red; text-decoration: none}

/* SIDE MENU - Menu */

div#sidemenu
{
    padding: 20px;
}

div#sidemenu h2{
	color: #0164af;
	font-size: 120%;
}

div#sidemenu h2 a{
	color: #f00;
	text-decoration: none;
}

div#sidemenu div.box2 div.bmc
{
	padding: 0;
}

div#sidemenu img.baner { display: block; }
div#sidemenu a { color: #900; text-decoration: underline; }

div#sidemenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #c8ddfd;
}

div#sidemenu ul li
{
    margin: 1px 2px 1px 2px;
    margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
div#sidemenu ul li p { margin: 0; padding: 0; line-height: 100%;}

div#sidemenu ul#nav1 li.selected { font-weight: bold; }

div#sidemenu ul#nav1 li a
{
	color: #006699;
	padding: 10px;
    display: block;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c8ddfd;
}

div#sidemenu ul#nav1 li a:hover,
div#sidemenu ul#nav1 li.selected a,
div#sidemenu ul#nav1 li.selected li.selected a
{
	color: #cc0000;
	/* padding: 5px; */
    display: block;
	text-decoration: none;
	background-color: #d9e8ff;
	background-color: #daebf9;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c8ddfd;
}

div#sidemenu ul#nav1 li.selected li.selected a
{
	background-color: #d9e8ff;	
}

div#sidemenu ul#nav1 li a:hover
{
	background-color: #daebf9;
}
div#sidemenu ul#nav1 li.selected a:hover
{
	color: #cc0000;
	background-color: #daebf9;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c8ddfd;
}

div#sidemenu ul#nav1 li.selected li a
{
	color: #006699;
   display: block;
	font-weight: normal;
	text-decoration: none;
	background-color: #ebf3ff;
	border-top: 1px solid #f5f9ff;
	border-bottom: 1px solid #c8ddfd;
}

div#sidemenu ul#nav1 ul li.ml1 a
{
	width: 188px;
	padding-left: 15px;
}

div#sidemenu ul#nav1 li li a
{
	background-color: #ebf3ff;	
}

/* EXTRA CONTENT */

div#column-left {	width: 230px; float: left; }

div.nocolumns div#column-left,
div.noleftcolumn div#column-left { display: none; }

div.noleftcolumn div#main-position { margin-left: 0; }
div.norightcolumn div#main-position { margin-right: 0; }
div.column-right div#main-position { }

div#column-right
{
	font-size: 90%; 
    width: 230px;
    margin-right: -230px;
    float: left;
}
div.nocolumns div#column-right,
div.norightcolumn div#column-right { display: none; visibility: hidden }

/* Toolmenu - Menu z linkami */

div#toolmenu ul{
	margin: 0;
	padding: 0px;
	list-style: none;
}

div#toolmenu li
{ 
	margin: 0 0 3px 0;
	list-style-type: none;
}
div#toolmenu a
{ 
	margin: 0px;
	width: 165px;
	color: #004ca4;
	font-family: Tahoma, Arial, Verdana ; 
	font-weight: normal; 
	letter-spacing: 1px;     
	text-decoration: none;
	background: url(menu-arrow.gif) no-repeat left;
	padding: 3px 0px 3px 10px;
}

div#toolmenu a.menu-home, div#toolmenu a.menu-ulubione ,
div#toolmenu a.menu-startowa, div#toolmenu a.menu-email
{
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	padding-left: 20px;  
	margin-left: 5px;
}

div#toolmenu a.menu-home		{ background-image: url(menu-home.png); }
div#toolmenu a.menu-ulubione	{ background-image: url(menu-ulubione.png); }
div#toolmenu a.menu-startowa	{ background-image: url(menu-startowa.png); }
div#toolmenu a.menu-email	{ background-image: url(menu-email.png); }

div#toolmenu a:link,
div#toolmenu a:visited { color: #004ca4; text-decoration: none;}

div#toolmenu a:hover,
div#toolmenu a:active { color: #f00; text-decoration: underline}

/* Srodek strony */

.image-right { float: right; }
.image-left { float: left; }
.image-center { text-align: center; }

div#rightmenu div.image-center
{
	margin: 5px 0 0 0;
}

div.image-right img {
	padding: 1px;
	margin: 0 0 10px 10px;
	border: 1px solid green;	
}

div.galeria { margin: 10px 0px 10px 0px; clear: both }
div.galeria p { margin: 0px; padding: 0px; }
div.galeria p.caption a { text-decoration: none; font-size: 0.8em; line-height:110%; color:#FEE1A2}

div.zdj {
	float: left;
	display: inline;
	margin: 5px 17px 5px 0px;
	text-align: center;
	min-height: 110px;
}

div.zdj img{
	font-size:0; 
	margin: 5px 0px 0px 0px;
	border: 1px solid #700;	
	overflow: hidden;
}
div.ramka img { padding: 1px; border: 1px solid #700; }
a img {	border: 0px; }
img.ramka {	padding: 1px; border: 1px solid #99ccff; background-color: #fff; }
img.ramka1 {padding: 1px; border: 1px solid #ddd; background-color: #fff; }
img.ramka2 { padding: 1px; border: 1px solid #003985; background-color: #fff; }

.right {	margin-left: 15px; float: right; }
.left {	margin-right: 15px; float: left; }
.center { text-align: center; }

div.c-v-l { float: left; width: 505px; margin: 12px 0 0 0; }
div.c-v-l h2 { float: right; width: 380px; margin: 0px  0 10px 0; padding: 0px; }
div.c-v-l h2 a { margin: 0px; padding: 0px; }
div.c-v-l h2 a:hover { text-decoration: underline;}
div.c-v-l div.image-left { float: left; margin: 4px 20px 0 0; }
div.c-v-l p { margin: 0px; padding: 0px; line-height: 120%; text-align: justify; }
div.c-v-l p a { color: Green; text-decoration: none; }

div.flash { margin-top: 2em; float: right; }
div.flash p { font-weight: bold }

div.podpis {
	float: right;
	text-align: center;
	margin: 10px 0 10px 0;
}
/* Stopka strony */

div.kreska2{
	border-top: 1px solid #A72021;
	border-bottom: 1px solid #FFFFFF;
}

/* Artykul */

div.article { margin: 1.5em 0;}
div.article h1 { font-size: 110%; }
div.article h2.subtitle { color: #777; font-size: 93%; }
div.article div.head { margin-bottom: 1em; }
div.article p.data { font-size: 0.8em; margin-bottom: 0.7em; }
div.article p.data span { color: #777; }
div.article p.zrodlo { margin: 1em 0 1em 0; }
div.article p.zrodlo span { color: #ff6600; }
p.autor { margin: 1em 0 1em 0; font-style: italic }

/* GALLERY */

div.gallery div.gitem
{
	width: 130px;
	height: 150px;
	float: left;
	text-align: center;
	padding: 0px 1px 0 3px;
}
div.gallery h2 { font-weight: normal; }

/* Powrot */

div.goto { margin-top: 0.5em; }
div.goto a { background: transparent url(arrow-top.png) no-repeat left center; padding-left: 20px; text-decoration: none; }
div.goto a:hover, 
div.goto a:active { color:#f00; text-decoration: underline; }

/* FOOTER */

div#footer {
	width: 950px;
	margin: 0 auto;
	min-height: 126px;
	clear: both;
}

div#footer address {
	color: #005093;
	padding: 3px;
	text-align: center;
	font-style: normal;
	font-size: 82%;  
}
div#footer address a		{color: #005093; text-decoration: none }
div#footer address a:hover	{color: #f00; }
div#footer b { font-weight: normal; }
		 
/* POSITION CONTROL */
/* Fix for :after Terminate floating elements flow IE */

.fb { height: 1%; }
.fb:after 
{
    content: "-";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block; 
    clear: both; 
}

div.br
{
    clear: both;
    font-size: 1px;
    height: 1px;
    margin-bottom: -1px;
}

/* MISCELLANEOUS STYLES */

/* Dodatkowe style */

.break { clear: both; }
.hide {	display: none;}
.center { text-align: center; }
.margin-b {	margin-bottom: 1em; }
.marker { background-color: #f7f7f7; padding: 15px; margin: 1em auto; border: 1px solid #f0f0f0 }

.marker h2, .marker h3 { margin-top:0; }

/* Colors */

.black { color: #000; }
.red { color: #f00; }
.maroon { color: maroon; }
.yellow { color: yellow; }

/* BBOX - BOXES */

div.bbox { margin-bottom: 14px; }

/* Default box style */

div.bbox div.btl { background: url(b/btl.png) no-repeat top left; }
div.bbox div.btr { background: url(b/btr.png) no-repeat top right; padding: 0 7px 0 7px; }
div.bbox div.btc { background: url(b/btc.png) repeat-x top left; font-size: 0; height: 7px; }
div.bbox div.bml { background: url(b/bml.png) repeat-y center left; }
div.bbox div.bmr { background: url(b/bmr.png) repeat-y center right; padding: 0 3px 0 1px; }
div.bbox div.bmc { background: #c9e3f6 url(b/bmc.png) repeat-x top ; padding: 0.5em 0.75em 0.5em 0.75em; height: 1%; } /*#e1effa*/
div.bbox div.bmc:before, 
div.bbox div.bmc:after { content: "-"; height: 0; visibility: hidden; display: block; clear: both; }
div.bbox div.bbl { background: url(b/bbl.png) no-repeat bottom left; }
div.bbox div.bbr { background: url(b/bbr.png) no-repeat bottom right; padding: 0 7px 0 7px; }
div.bbox div.bbc { background: url(b/bbc.png) repeat-x bottom left; font-size: 0; height: 7px; }

/* Box 1 */

div.box1 div.btl { background: url(b1/b1tl.png) no-repeat top left; }
div.box1 div.btr { background: url(b1/b1tr.png) no-repeat top right; padding: 0 7px 0 7px; }
div.box1 div.btc { background: url(b1/b1tc.png) repeat-x top left; font-size: 0; height: 7px; }
div.box1 div.bml { background: url(b1/b1ml.png) repeat-y center left; }
div.box1 div.bmr { background: url(b1/b1mr.png) repeat-y center right; padding: 0 3px 0 1px; }
div.box1 div.bmc { background: #ecf5fc; padding: 0.5em 0.75em 0.5em 0.75em; height: 1%; }
div.box1 div.bmc:before,
div.box1 div.bmc:after { content: "-"; height: 0; visibility: hidden; display: block; clear: both; }
div.box1 div.bbl { background: url(b1/b1bl.png) no-repeat bottom left; }
div.box1 div.bbr { background: url(b1/b1br.png) no-repeat bottom right; padding: 0 7px 0 7px; }
div.box1 div.bbc { background: url(b1/b1bc.png) repeat-x bottom left; font-size: 0; height: 7px; }


/* Box 2 */

div.box2 div.btl { background: url(b2/b2tl.png) no-repeat top left; }
div.box2 div.btr { background: url(b2/b2tr.png) no-repeat top right; padding: 0 7px 0 7px; }
div.box2 div.btc { background: url(b2/b2tc.png) repeat-x top left; font-size: 0; height: 7px; }
div.box2 div.bml { background: url(b2/b2mlr.png) repeat-y center left; }
div.box2 div.bmr { background: url(b2/b2mlr.png) repeat-y center right; padding: 0 1px 0 1px; }
div.box2 div.bmc { background: #ecf5fc; padding: 0.5em 1.5em 0.5em 1.5em; height: 1%; }
div.box2 div.bmc:before,
div.box2 div.bmc:after { content: "-"; height: 0; visibility: hidden; display: block; clear: both; }
div.box2 div.bbl { background: url(b2/b2bl.png) no-repeat bottom left; }
div.box2 div.bbr { background: url(b2/b2br.png) no-repeat bottom right; padding: 0 7px 0 7px; }
div.box2 div.bbc { background: url(b2/b2bc.png) repeat-x bottom left; font-size: 0; height: 7px; }

/* Box 3 */

div.box3 div.btl { background: url(b3/b3tl.png) no-repeat top left; }
div.box3 div.btr { background: url(b3/b3tr.png) no-repeat top right; padding: 0 7px 0 7px; }
div.box3 div.btc { background: url(b3/b3tc.png) repeat-x top left; font-size: 0; height: 7px; }
div.box3 div.bml { background: url(b3/b3mlr.png) repeat-y center left; }
div.box3 div.bmr { background: url(b3/b3mlr.png) repeat-y center right; padding: 0 1px 0 1px; }
div.box3 div.bmc { background: #fff; padding: 0.5em 0.5em 0.5em 0.5em; height: 1%; }
div.box3 div.bmc:before,
div.box3 div.bmc:after { content: "-"; height: 0; visibility: hidden; display: block; clear: both; }
div.box3 div.bbl { background: url(b3/b3bl.png) no-repeat bottom left; }
div.box3 div.bbr { background: url(b3/b3br.png) no-repeat bottom right; padding: 0 7px 0 7px; }
div.box3 div.bbc { background: url(b3/b3bc.png) repeat-x bottom left; font-size: 0; height: 7px; }

/* Box Aktualnosci */

div.baktualnosci { font-size: 12px; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif }
div.haktualnosci { background: url(aktualnosci.png	) no-repeat top left; height: 20px; }
div.bbox div.line-top { margin: 10px 10px 2px 10px; border-top: 1px solid #fff; border-bottom: 1px solid #c9d8e3}
div.bbox div.line-bottom { margin: 2px 10px 0 10px; border-top: 1px solid #fff; border-bottom: 1px solid #b5ccdd}
div.bbox div.line-menu { margin: 5px 0px 10px 0px; }

div.bbox ul { margin: 10px 0 100px 10px; padding:0; list-style-type:none; }
div.bbox ul li{ margin-bottom:10px; }

div.bbox ul li a { color: #003985; }
div.bbox ul li a:hover { color: #d00; }

/* PAGE NAVIGATION */

div#main div.pagenavigator
{
	clear: both;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 10px;
}

div#main div.pagenavigator p
{
	line-height: 30px;
}


div#main div.pagenavigator a
{
	color: #009;
	margin: 3px;
	text-decoration: none;
	border: 1px solid #eee;
	padding: 4px 6px;
	background-color: #fff;
}

div#main div.pagenavigator a.selected
{
	border: 1px solid #f00;
	text-decoration: none;
	padding: 4px 6px;
}

div#main div.pagenavigator a:hover
{
	text-decoration: none;
	border: 1px solid #f00;
	padding: 4px 6px;
	background-color: #fff;
}

div#main div.pagenavigator a:visited
{
	color: #009;
}

/* Poleć stronę www */

div#emailbox {
	background: url(searchbox.png) no-repeat;
	height: 29px;
	margin-top: 10px;
	width: 230px;
}

input#emailtext {
	border: none;
	font-size: 12px;
	font-family: Verdana, Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	padding: 0px;
	margin: 5px 15px 0 5px;
	width: 155px;
	background-color: transparent;
}

input#emailbutton {
	color:#0164af;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial,Helvetica,sans-serif;
	background-color: #b5d9f3;
	border: 1px solid #8ec6ec;

	padding: 3px 0px;
	margin: 0;
	vertical-align: middle;
}

/* Pzrzewijak dla Wiadomości*/

div#qscr { overflow: hidden; }
div.height-150 { height: 101px; }
div.height-550 { height: 550px; }

/* SWF */

div#baner-akcja { margin-bottom: 1em; }

/* Baner */

.baner {border: 1px solid #6C503E; padding: 7px; background-color: #815e4a; }

.baner-area {
	background: #815e4a url(baner_bg.png) left;
	text-align: center;
}