body { 
	color: #000; 
	font-family:  tahoma, verdana, arial, helvetica; 
	margin: 22px 0 0 0; 
	padding: 0; 
	scrollbar-arrow-color: #9c8973; 
	scrollbar-base-color: #e4dbd1;
	font-size: 11px;
	background: #000;
} 
p { 
	line-height: 17px; 
	margin: 0; 
	padding: 5px 22px 15px 20px; 
	color: #333333;
	font-size: 11px;
}

h1 { 	
	color: #000; 
	font-size: 12px; 
	margin: 15px 22px 5px 20px;
	padding: 0;
	line-height: 17px;
}
h2 { 	
	color: #000; 
	font-size: 11px; 
	margin: 15px 22px 2px 20px;
	padding: 0;
	line-height: 17px;
}
h3 { 	
	color: #525252; 
	font-size: 12px; 
	margin: 20px 22px 2px 20px;
	padding: 0;
	line-height: 17px;
}
h4 { 	
	color: #FF0F19; 
	font-size: 12px; 
	margin: 40px 25px 5px 25px;
	padding: 0;
	line-height: 17px;
}

a {
	color:	#ff2424; 
	text-decoration:	none;
	font-weight: 		bold;
}
a:hover {
	text-decoration: underline;
}

/* Listy  ///////////////////////////////////////////////////////////////////////////////////  */
ul {
	margin:	5px 25px 10px 25px;
	padding: 0px;
	line-height: 15px;
}
li {
	margin: 0;
	padding: 0px 0px 5px 20px;
	list-style-type: none;
	background: url('gfx/li.gif') 0px 5px no-repeat;	
}
/* Formularze  /////////////////////////////////////////////////////////////////////////////////// */
.formbody {
	background-color: white;
}
form,input,textarea,select {
	font-size:		10px;
	margin:	0px;
	padding:		0px;
	font-family: 	verdana,arial;
	color: #000;
}
td.mr {
	width: 180px;
}
textarea {
	border: 1px solid #C9C0BA;
	font-size: 10px;
	padding: 3px 4px;
	margin: 0;
	background: white;
}
textarea.wide {
	width: 484px;
	overflow: hidden;
}
textarea.medium {
	width: 280px;
	overflow: hidden;
}
textarea.narrow {
	width: 240px;
}
input.text {
	border: solid 1px #C9C0BA;
	padding: 1px 4px;
	margin: 0;
	background-color: white;
	width: 150px;
}
input.ltext {
	border: solid 1px #C9C0BA;
	padding: 1px 4px;
	margin: 0;
	background-color: #f0edea;
	width: 150px;
}
input.button {
	border: 0;
	padding: 1px 4px;
	margin: 0;
	color: #fb1309;
	cursor: pointer;
	background-color: #000;
	font-weight: normal;
}
input.buttony {
	border: 0;
	padding: 2px 4px;
	margin: 0;
	color: #fff;
	cursor: pointer;
	background-color: #000;
	font-weight: bold;
}

/* Tabele info oraz formularze  /////////////////////////////////////////////////////////////////////////////////// */
.info,
form table {
	font-size: 11px;
	margin: 10px 10px 10px 20px;
	border-collapse: collapse;
}
.info td,
form td {
	font-size: 9px;
	padding: 4px 10px 6px 6px;
	border: 1px solid #FFF;
	border-collapse: collapse;
	background-color: #dfdfdf;
	vertical-align: top;
}
form td {
	text-align: left;
}
.buttons td {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.info th,
form th {
	font-size: 9px;
	border: 1px solid #FFF;
	background: #bdbdbd;	
	padding: 10px;
}
form td.first {
	font-weight: bold;
}
.line0 td {
	background: #e9e9e9;
}

/* format obrazkow  /////////////////////////////////////////////////////////////////////////////////// */
.fl { float: left }
.fr { float: right }
.l_img,
.modshort img { 
	float: left;
	margin: 0 15px 10px 0;
}
.r_img { 
	float: right;
	margin: 0 0 10px 15px;
}
.c_img { 
	text-align: center;
	margin: 0 15px 10px 15px;
}

/* Format strony  /////////////////////////////////////////////////////////////////////////////////// */
#container {
	width: 770px;
	margin: 0 auto;
}
#main_page #container {
	width: 897px;
	margin: 0 auto;
}
#content {
	background: #000 url(gfx/b.gif) left top repeat-y; overflow: hidden;
}
#main_page #content {
	background: #000 url(gfx/b_m.gif) left top repeat-y;
}
#header {
	background: url(gfx/bg_top.gif) 0 -2px no-repeat;
	padding: 0 10px 0 11px;
	margin: 0;
	height: 92px;
}
#main_page #header {
	background: url(gfx/m_top.gif) 0 0 no-repeat;
}
#links {
	margin: 21px 0 0 0;
	text-align: right;
}
#links a {
	font-size: 9px;
	color: #818181;
	font-weight: normal;
	background: url(gfx/dot.gif) 0 3px no-repeat;
	padding: 0 5px 0 12px;	
}
.search {
	display: inline;
	margin: 0 0 0 15px;
}
.search .text {
	margin: 0 ;
	padding: 1px 4px 1px 15px;
	width: 103px;
	background: #646464 url(gfx/search.gif) 0 1px no-repeat;
	border: none;
}
.search .button {
	margin: 0;
	padding: 0 0 0 2px;
}
.redline {
	font-size: 1px;
	border: 1px solid #F00;
}
#main_links {
	text-align: right;
	margin: 25px 0 0 0;
}
#main_links a {
	color: #FFF;
	padding: 0 19px 0 22px;
	background: url(gfx/sep.gif) 0 4px no-repeat;
	font-style: caption;
}
#main_links a:hover {
	color: #fb0f0c;
	text-decoration: none;
}
#main_links a.last { 
	padding-right: 6px; 
}
/*MENU GORNE */
.mm {
	background-color: #000;
	border-bottom: 1px solid #f5201c;
	Z-INDEX: 1;
	POSITION: absolute; 
	visibility: hidden;
	left: 0;
	width: 160px;
}
.mm a {
	color: #818181;
	font-size: 10px;
	font-weight: normal;
}
.mm a:hover {
	text-decoration: none;
	color: #FFF;
}
.mm ul {
	margin: 5px 6px 5px 8px;
	padding: 0;
}
.mm li {
	text-align: left;
	list-style-type: none;
	background: url(gfx/d.gif) left bottom repeat-x;
	padding: 4px 0;
}
.mm li.last {
	background-image: none;
}
#page {
	width: 587px;
	float: left;
	background: url(gfx/pg.gif)  0 0 repeat-y;
	overflow: hidden;
}
#localiser {
	background-color:#474747;
	margin: 0 6px 0 11px;
	font-size: 9px;
	padding: 5px 15px 5px 19px;
	color: #8e8e8e;
}
#localiser a {
	color: #8e8e8e;
	font-weight: normal;
	background: url(gfx/l_1.gif) top left no-repeat;
	padding: 0 0 0 14px;
	margin: 0 11px 0 0;
}
.padd {
	padding: 0 0 1px 11px;
}
#main_page .padd {
	padding: 0 0 1px 8px;
}
#main {
	margin: 0 6px 0 11px;
	padding: 0; /*  0 15px 0*/
	background: #FFF url(gfx/bg_main.gif) 0 0 repeat-x;
} 
#main img {
	border: 2px solid #d9d9d9;
}
#main img.nb {
	border: none;
} 
/*  MENU /////////////////////////////////////////////////////////////////////////////////// */
#menu_r {
	width: 183px;
	float: left;
	padding: 0 0 9px 0;
}

#menu_r ul { 
	margin: 0 10px 0 0;
    padding:0 0 9px 0;
	list-style-image: none;
	background: url('gfx/menu.gif') left bottom repeat-x;
	width: 173px;
}
#menu_r ul li {
    list-style:none;
	background: none;
	margin:0;
	padding:0;	
}
* html #menu_r ul li {
	height:1px;
    vertical-align:bottom;
}
#menu_r ul li a {
	background: #5e5e5e url('gfx/m1.gif') 13px 6px no-repeat;
        display:block;
	font-size: 10px;
	font-weight:bold;
        padding:3px 5px 4px 31px;
	text-decoration:none;
	color:#FFF;
}
#menu_r ul li a#selected {
	background: #838383 url('gfx/m1_act.gif') 13px 5px no-repeat;
	color: #000;
}
#menu_r ul li a:hover {
	text-decoration: none;
	color: #000;
}
* html #menu_r ul li a {
	height:1px;
}
#menu_r ul ul { 
	margin:	0;
	padding: 5px 0;
}
#menu_r ul ul {
	padding: 0;
}
#menu_r ul ul li {
	list-style:none;
}
* html #menu_r ul ul li {
	height:1px;
	vertical-align:bottom;
}

#menu_r ul ul li a {
	background: #838383 url('gfx/m2.gif') 31px 6px no-repeat;
    display:block;
    font-size: 10px;
	font-weight:bold;
    padding: 3px 5px 3px 48px;
    text-decoration:none;
	color:#FFF;
}
* html #menu_r ul ul li a {
	height:		1px;
}
#menu_r ul ul li a:hover {
	color: #000;
}
#menu_r ul ul li a#selected {
	background: #838383 url('gfx/m2_act.gif') 31px 6px no-repeat;
	color: #000;

}
#menu_r ul ul li a#selected:hover {
	color: #000;
}
#menu_r ul ul ul { 
	margin:	0;
	padding: 0;
}
#menu_r ul ul ul li {
	list-style:none;
}
* html #menu_r ul ul ul li {
	height:1px;
	vertical-align:bottom;
}
#menu_r ul ul ul li a {
	background: #838383 url('gfx/m3.gif') 30px 7px no-repeat;
    display:block;
    font-size: 10px;
	font-weight: normal;
	line-height: 13px;
    padding: 1px 5px 2px 48px;
    text-decoration:none;
	color:#FFF;
}
* html #menu_r ul ul ul li a {
	height:		1px;
}
#menu_r ul ul ul li a:hover {
	color: #000;
}
#menu_r ul ul ul li a#selected{
	background: #838383 url('gfx/m3.gif') 30px 7px no-repeat;
	color: #000;
}
#menu_r ul ul ul li a#selected:hover {
	color: #000;
}

/*4 poziom */

#menu_r ul ul ul ul { 
	margin:	0;
	padding: 0;
}
#menu_r ul ul ul ul li {
	list-style:none;
}
* html #menu_r ul ul ul ul li {
	height:1px;
	vertical-align:bottom;
}
#menu_r ul ul ul ul li a {
	background-image: none;
    display:block;
    font-size: 9px;
	font-weight: normal;
	line-height: 13px;
    padding: 1px 5px 2px 48px;
    text-decoration:none;
	color:#FFF;
}
* html #menu_r ul ul ul ul li a {
	height:		1px;
}
#menu_r ul ul ul ul li a:hover {
	color: #000;
}
#menu_r ul ul ul ul li a#selected{
	background-image: none;
	background-color: #FFF;
	color: #000;
}
#menu_r ul ul ul ul li a#selected:hover {
	color: #000;
}
/* NAV BOTTOM */
#nav  {
	margin: 0 6px 0 11px;
	background: #FFF url(gfx/bg.gif) left bottom no-repeat;
	padding: 10px 0 15px 11px; overflow: hidden;
}
#nav_bot {
	height: 27px;
	background: #ececec url(gfx/nb1.gif) 0 0 no-repeat;
	width: 310px;
	overflow: hidden;
}
#nav_bot div{
	background: url(gfx/nb2.gif) right top no-repeat;
	width: 310px;
}
#nav_bot a {
	display: block;
	font-size: 9px;
	float: left;
	color: #505050;
	font-weight: normal;
	text-decoration: none;
	padding: 7px 0 0 25px;
	margin-right: 10px;
}
#nav_bot a:hover {
	text-decoration: underline;
}
.totop { 
	background: url(gfx/top.gif) 11px 10px no-repeat;
}
.print {  
	background: url(gfx/print.gif) 9px 7px  no-repeat;
}
.recommend { 
	background: url(gfx/recommend.gif) 9px 8px no-repeat;
}
.back { 
	background: url(gfx/back.gif) 13px 8px no-repeat;
}
/* FOOTER  /////////////////////////////////////////////////////////////////////////////////// */
#footer {
	width: 770px;
	left: 50%;
	margin-left: -385px;
	position:absolute;
	font-size: 9px;
	text-align: center;
	padding: 10px 0;
	color: #939393;	
	background: url('gfx/bg_bot.gif') top left no-repeat;	
}
#main_page #footer {
	width: 897px;
	left: 50%;
	margin-left: -448px;
	position:absolute;
	background: url('gfx/m_bot.gif') top left no-repeat;	
}
#footer a {
	color: #939393;	
	padding: 0 20px;
}
/*
#akt {
	background: url('gfx/akt.gif') top left no-repeat;	
	padding: 5px 20px 0 0;
	float: left;
	width: 430px;
	height: 126px;
}
#akt h1 {
	margin: 0;
	padding: 5px 0 3px 55px;
	font-size: 11px;
	color: #FFF;
}

#akt .date {
	padding: 8px 5px 3px 0;
	color: #adadad;
}
#akt p {
	margin: 0;
	padding: 0 0 0 55px;
	color: #adadad;
	line-height: 15px;
}
#akt p img {
	vertical-align: middle;
	margin-left: 5px;
}*/
#information .hd {
	margin: 0;
	padding: 5px 0 3px 0px;
	color: #FFF;
	font-weight: bold;
}
#information .date {
	padding: 8px 5px 3px 0;
	color: #818181;
	font-size: 9px;
	font-weight: normal;
}
#information p {
	margin: 0;
	padding: 0 0 10px 0;
	color: #adadad;
	line-height: 15px;
}
#information img {
	vertical-align: middle;
	margin-left: 5px;
}
#information h1 span {
	display: none;
}
#akt {
	float: left;
	margin: 15px 0;
/*	width: 422px;
 */
	padding: 0 0 0px 38px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 392px;
}
#akt h1,
#opinion h1 {
	background: url('gfx/aktualnosci2.gif') top left no-repeat;	
	margin: 0;
	padding: 0;
	height: 33px;
}

#akten {
	float: left;
	margin: 15px 0;
/*	width: 422px;
 */
	padding: 0 0 0px 38px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 392px;
}
#akten h1,
#opinionen h1 {
	background: url('gfx/en-aktualnosci2.gif') top left no-repeat;	
	margin: 0;
	padding: 0;
	height: 33px;
}
#opinionen h1 {
	background: url('gfx/en_opinie_klientow.gif') top left no-repeat;	
}
#opinionen {
	float: left;
	margin: 15px 0;
/*	width: 422px; */
	padding: 0 0 10px 28px;
	border-right: 1px solid #212121;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 412px;
}

#opinion h1 { 
	background: url('gfx/promocje.gif') top left no-repeat;	
}
#opinion {
	float: left;
	margin: 15px 0;
/*	width: 422px; */
	padding: 0 0 10px 28px;
	border-right: 1px solid #212121;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 412px;
}

.addOpinion {
	background: url('gfx/addopinion.gif') 0 5px no-repeat;
	padding: 3px 0 3px 20px !important;
	margin: 0;
}

/* /// */

.red {
	color: #da251e;
}
#copy {
	margin: 20px 0 0 0;	
}
#banner {
	border-bottom: 1px solid #dcd2c6;
	width: 172px;
}
/* SALONY */
#row {
	padding: 10px 15px;
}
#row2 {
	margin: 10px 15px;
	background: url('gfx/bg_news.gif') top left repeat-x;	
	height: 150px;
}
.mod {
	float: left;
	width: 177px;	
	margin: 10px 0 0 0;
	text-align: center;
	padding: 10px 0 0 0;
}
.mod p {
	text-align: justify;
	font-size: 11px;
	line-height: 17px;
	color: #000;
}
.head {
	background: url('gfx/aktualnosci.gif') top center no-repeat;	
	height: 27px;
	margin: 0;
}

.headien {
	background: url('gfx/en-aktualnosci.gif') top center no-repeat;	
	height: 27px;
	margin: 0;
}

/* Ogolne  ///////////////////////////////////////////////////////////////////////////////////  */
table {
	font-size: 11px;
}
.clearing { clear: both; line-height: 0.1%; font-size: 0.1%; height: 0.1%; }
a img {
	border: none;
}

.desc p {
	padding: 0 0 5px 20px ;
	line-height: 17px;
}
div.more a {
	background: url('gfx/more.gif') top left no-repeat;	
	padding: 0 0 0 100px;
	color:#FFF;
	margin: 0 0 0 20px;
	height:19px;
	display: block;
}
.offer h1 {
	margin: 0 20px;
	padding: 0;
}
.paginate { padding: 5px 20px; width:300px; font-weight:normal; }
.sitemap {
	padding: 10px 20px;
	width:530px;
}
.sitemap ul,
.sitemap li {
	background-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 13px;
}
* html .sitemap ul li {
	height:1px;
	vertical-align:bottom;
}
.sitemap ul li a {
	color: #000;
}
.sitemap ul li ul li {
	padding: 5px 0 2px 0;
}
.sitemap ul li ul li a {
	color: #000;
	padding: 0 0 0 0px;
}
.sitemap ul li ul li ul li {
	padding: 3px 0;
}
.sitemap ul li ul li ul li a {
	color: #646464;
	padding: 0 0 0 0px;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
}
.sitemap ul li ul li ul li ul li {
	padding: 1px 0 1px 0;
}
.sitemap ul li ul li ul li ul li a {
	color: #000;
	padding: 0 0 0 20px;
	font-size: 10px;

}
.sitemap ul li ul li ul li ul li ul li {
	padding: 1px 0 0 0;
}

.sitemap ul li ul li ul li ul li ul li a {
	color: #646464;
	padding: 0 0 0 20px;
	font-size: 9px;
	font-weight: normal;
}
.sitemap ul li ul li ul li ul li ul {
	margin: 0 0 10px 0;
}
.modshort {
	width: 570px;
}
html body.imagepopup {
  background-color: white;
  margin: 0;
  padding: 0;
}
.imagepopup div#image {
  text-align: center;
  padding: 10px;
  padding-bottom: 10px;
}
.imagepopup div#subtitle {
  text-align: center;
  padding-bottom: 10px;
}
.imagepopup div#image img {
  border: 1px solid #000;
}
/* CZAPIEGO */

.modshort p {
  padding-top: 2px;
  padding-bottom: 2px;
}
.modshort p.date {
  color: #646464;
  text-align: right;
}
.modshort .title {
  color: #404040;
  font-weight: bold;
}
.modshort div.date {
  color: #646464;
  float: right;
  margin-right: 4px;
}
ul li .modshort {
	width: 510px;
}
.article_page div.fr {
  margin-right: 20px;
}
.article_cat ul {
	margin:	5px 25px 10px 25px;
	padding: 0px;
	line-height: 15px;
}
.article_cat li {
	border-top: dotted 1px #646464;
	margin: 0;
	padding: 2px 4px 5px 4px;
	list-style-type: none;
	background: none;
}
.article_cat li p {
	margin: 0;
	padding: 0;
}

.page_content {
    padding-left:20px;
}

/* dodane aby czcionka byla ciemniejsza */
.page_content p{
    color:#474747;
}

.article_cat p{
    color:#474747;
}

.article p{
    color:#474747;
}
/* **************************/


.vote {
    padding-left:20px;    
}

.voteimg {
    border:10px;
    width:24px;
    height:26px;
    padding-left:10px;
    padding-right:20px;
}

.paginate a{
	color: #adadad;
	font-weight:normal;	
}
	
.datalist {
    width:500px;
}

.c1 {
    padding-top:0px;
    margin-top:0px;
}

.hd {
	margin: 0;
	padding: 5px 0 3px 5px;
	color: #FFF;
	font-weight: bold;
}
	
.companylist {
    width:400px;
/*    background:red;
 */
}

.data {
    width:500px;
}

.img_no_border {
    border:0px;
    border-bottom: 0px solid #f5201c;
}

.opinie {
    color:#818181;
}

.catalogue {
    background:#000000;
}

p {
    color:#818181;
}


.player {
    text-align:center; padding: 20px 0 15px 0;
}
.page_content .player { margin-left: -20px; }