/* ------ Ogólne -------------------------------------- */
body {  margin:0;
	padding: 0;
	font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%!important;
	color: #000; 
	background: #fff;
/*	scrollbar-base-color: #DB608B;
	scrollbar-face-color: #E2E9F1;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #A2B4CA;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;*/
	border: 0;
}
body.z_menu	{
	background: #fff url(.././gfx/bok_p.gif) repeat-y;
	}

p, ul, ol, li {
/*	font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;*/
	line-height: 1.5em;
	}
td, th { 
	font-size:    0.75em;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:    0.9em
	}
html>body td, html>body th {
	font-size:    0.9em;
	}

#content{
	margin: 0;
	padding-left: 10px;
	width : 580px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 570px;
	}
html>body #content {
	width: 570px; /* badz mily dla Opery */
	}

#content_szeroki{
	margin: 0 0 0 100px;
	width : 600px;
	padding-left: 30px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 570px;
	}
html>body #content_szeroki {
	width: 570px; /* badz mily dla Opery */
	}
#content_pr{
	margin-left: 150px;
	padding-left: 10px;
	width : 560px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 550px;
	}
html>body #content_pr {
	width: 550px; /* badz mily dla Opery */
	}
#content img, container img, .float img, .z_opisem img{
		border: 1px #ccc;
	}

/*  do obrazkow z podpisami */
	div.container {
  	border: 2px dashed #333;
  	background-color: #ffe;
  	margin-bottom: 2em;
  	}
div.container400 {
	width: 390px;
  	border: 1px dashed #fcc;
  	background-color: #eee;
  	padding-right: 10px;
  	margin-bottom: 2em;
  	}
  	
  div.container400 p{
  	margin: 0.5em 0.5em 0.5em 10px;
  	padding: 0.5em 0 0 0.5em;
  	clear: left;
  	line-height: 1.3em;
   	/*align: left; */
   	/*float: left;*/
   }
  div.container400 img {
  	margin-right: 0.5em;
  	margin-bottom: 0.5em;
  	border: 1px solid #666;
	}

div.float {
	width:200px;
	margin: 0px 10px 20px;
	/*margin-top: 30px;*/
	float: left;
	text-align: left;
  /*background: #060;*/
  }
  
div.float p {
	font-size: 0.8em;
	line-height: 1.5em;
   	/*margin: 0;*/
   	padding:0;
   	}
div.spacer {
  clear: both;
  margin-top: 1em;
  }

.strong, .bold {  
	font-weight: bold;
	}	

/* --------------- linki -------------------- */
a:link, a:visited {  
	text-decoration: underline; 
	color: #333;
	}

a:hover {
	text-decoration: none; 
	color: #c00;
	}


a.ul {  text-decoration: underline;}
a.ul:hover {  text-decoration: none;}
a.ul:visited {
	text-decoration: underline;
	}

/* --------------- tytuły i teksty ------------------------ */
h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	display: none;
	}
h2 {
	font-size: 1.3em;
	margin-top: 1em;
	margin-left: 0;
	margin-bottom: 0.2em;
	font-weight: bold;
	color:#c33;
	}
h3 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	margin-bottom: 0em;
	}
h4 {
	font-size: 1.1em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 0.9em;
	margin-bottom: 0em;
	margin-left: 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}

	
ol, ul, li {
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
ol {
	list-style-type: decimal; 
	list-style-position: outside; 
	}
ul.square {
	padding: 0 0 1em 0;
	margin: 0 0 0 16px; 
	list-style-type: square;
	list-style-position: outside;
	}
ul.circle {
	padding: 0 0 1em 0; 
	margin: 0 0 0 16px; 
	list-style-position: outside; 
	list-style-type: circle;
	}
p 	{margin-top:0;
	margin-bottom: 1em}
li + p {
	margin-top: 0.2em;
	}
p + p {
	margin-top: -1em;
	text-indent: 2em;
	}
/*p+div {margin-top: 1em}*/

dt {	font-size: 1.1em; line-height: 1.5em;}
dd {	font-size: 1em; line-height: 1.3em; 
	color: #333; 
	margin-bottom: 0.5em; 
	padding-left: 1em; 
	}
hr {
	display: none;
	}


.headline {
	font-size:1em;
	font-weight: normal;
	color: #666;
	/*letter-spacing: 0%;*/
	text-align: left;
	vertical-align: baseline;
	border-color: black black black #B91C1D;
	padding: 0em 0em 0em 1.2em;
	border-bottom: 1px solid #666; 
	}
	
.body_stopka { 
	background-color: #ccc; 
	background-image: url(gfx/stopka_bg3.gif); 
	background-repeat: repeat-x;
	}




.small_jasny {
 	font-size:0.8em; color: #cff;}
 	
.text_main {  
	color: #333; 
	padding-right: 1em;}

ul.text_main {
	list-style-position: outside; 
	list-style-image: url(../gfx/czerw_li.gif);
	padding-left: 2em; padding-right: 1.2em;
	}

.text_main_b_o { 
	color: #333333; 
	padding-right: 1.2em; 
	clear: none; 
	margin-bottom: 2px;
	}
ol.text_main {
	list-style-position: outside; 
	padding-left: 2em; padding-right: 1.2em;
	}
ul.text_main_b_o {
	margin-left: 0.8em;
	list-style-position: outside; 
	list-style-image: url(../gfx/czerw_li.gif);
	padding-left: 2em; padding-right: 1.2em;
	}
a.text_main { 
	text-decoration: underline ; color: #333
	}
a.text_main:link { 
	text-decoration: none
	}
a.text_main:visited { 
	text-decoration: underline; 
	color: #333;}

/*  Ramka News na str. głównej  
.news {  
	font-size:0.8em; color: #000; 
	padding-left: 12px; padding-right: 12px; 
	border: #999 solid; 
	border-width: 0px 1px 1px 0px;
	}
p.news + p.news {text-indent: 0;
	}
a.news:link {  text-decoration: underline;}
a.news:hover {  text-decoration: none;}
*/

/* ---------- do Referencji ------ */
#referencje th, #referencje td.th_refer {
	line-height: 1.3em; 
	font-weight: bold; 
	color: #039;
	border: solid #066; 
	border-width: 0 1px 1px 0;
	background-image: url(../gfx/butt_bg.gif);
	margin-top: 0; 
	margin-bottom: 0;
	}

#referencje td.tr_refer { 
	background-color: #F1F1F1; 
	border: solid #999; 
	border-width: 0 1px 1px 0 ;
	text-align: left; 
	vertical-align: top; 
	}

#referencje p {
	line-height: 1.3em;
	font-weight: normal; 
	color: #000; 
	text-indent: 0;
	}
#referencje p.opis {
	font-size: 0.8em; 
	line-height: 1.1em;
	margin-top: 0.1em;
	padding-top: 0.1em;
	}	
#referencje p.bold {
	font-size: 0.9em; 
	line-height: 1.3em;
	font-weight: bold; 
	color: #000; 
	margin-bottom: 0em;
	padding-bottom: 0em;
	}
	


.klawisz_fir {  
	font-size: 0.9em;
	color: #003; 
	font-weight: bold;
	border: solid #036;
	border-width: 0 1px 1px 0;
	}
		
.small {
	font-size:0.8em; 
	/*color: #036;*/
	}
	
.very_small { 
	font-size:0.7em; 
	/*color: #036;*/
	}

p.lead {  
	font-weight: bold;
	padding-top: 0; 
	padding-left: 1em; 
	margin-bottom:0;
	/*color: #666;*/
	}
p.lead_b_o {
	font-weight: bold; 
	padding-top: 1.2em; 
	padding-left: 3.6em; 
	margin-bottom: 0;
	}

.text_wciety { 
	line-height: 1.5em;
	/*color: #333; */
	padding-left: 2.4em; 
	padding-right: 1.2em; 
	clear: none;
	}
a.text_wciety:link { 
	text-decoration: underline;
	}
.text_main_b_wcP {
	color: #333; 
	padding-left: 3.6em; 
	clear: none;
	}
.text_bold, bold, p.text_bold, strong {
	font-weight:bold;
	}
a.text_bold:hover { 
	text-decoration: none;
	color: #c00;
	}
a.text_bold:link { 
	text-decoration: underline ; 
	}
.text_main_b_w { 
	color: #333; 
	padding-left: 1.2em; 
	padding-right: 1.2em; 
	clear: none;
	}

.lista, .wcieta { 
	font-size: inherit;
	margin-bottom: 0; 
	margin-top: 0.1em; 
	list-style-position: inside; 
	list-style-image: url(../gfx/czerw_li.gif); 
	}

.menu { 
	font-weight: bold ; 
	list-style-position: outside; 
	list-style-image: url(../gfx/czerw_li.gif); 
	list-style-type: square; 
	margin-top: 10px; 
	margin-left: 15px; 
	line-height: normal; 
	padding-left: 0;
	}
.submenu { 
	font-size: 0.8em; 
	list-style-position: inside; 
	list-style-image: url(../gfx/czerw_li.gif); 
	list-style-type: square ; 
	margin-left: 15px; 
	line-height: normal; 
	font-weight: bold;
	}
	
.small_menu { 
	font-size:0.7em; 
	line-height: 1.5em; 
	color: #fcc;
	margin-right: 10px; 
	margin-left: 5px; 
	padding-left: 3px; 
	}
a.small_menu:link {  
	color: #fcc; 
	text-decoration: underline;
	}
a.small_menu:visited {  
	color: #fcc; 
	text-decoration: underline;
	}
a.small_menu:hover {  
	color: #ccc; 
	text-decoration: none;
	}
/* ----------------------tabela --------------------------*/

table#dane {
	margin:1em 30px;
	color: #333;
	border:1px solid #666;
	}
table#dane td {
	border:0;
	}
table#dane thead{
	text-align:left;
	font-weight:bold;
	color:#666;
	/*background:#fcc;*/
	}	
table#dane thead td	{
	border-left: 1px solid #ddd;
	}
table#dane td.bez_lewram	{
	border-left: 0 solid #ddd;
	}
table#dane td.ramka_dol{
	border-bottom: 1px solid #ddd;
	}	
table#dane tfoot{
	background:#eee;
	}
col.jasna{background:#cc9}
col.dwa{background:#cf9}
col.trzy{background:#cff}
col.cztery{background:#cef}
.ciemny{
	color:#fff;
	background:#999;
}
nagl2{
	color:#fff;
	background:#999;}
	
/* -------------------- dodatki rozne ---------------------*/
.bez_odstepu { 
	margin-bottom: 0.3em; 
	margin-top: 0pt; 
	list-style-position: outside; 
	list-style-image: url(../gfx/czerw_li.gif);
	}
.czerwony, .red {  
	color: #c00;
	}
.text_bold_czerw { 
	font-weight: bold; 
	color: #c03;
	}

p.button {
	text-align: right;
	padding-top: 3px;
	margin-left: 10px;
	border-top: 1px solid #666;
	}
.button img {
	border: 0;
	}
img.img_th {
	border: 1px solid #333;
	}
.adres_strony {
	display: none;
	}
.waski {line-height: 1.3em; margin-bottom:0.2em}

