.td_menu {
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
	font-size: 14px; 
	font-weight: bold; 
	color: #ffffff;
	text-align: center;
}

.td_adm_menu {
	background-image: url(images/amenu.gif);
	background-repeat: repeat-x;
	font-size: 14px; 
	font-weight: bold; 
	color: #ffffff;
	text-align: center;
}

.menu {
	font-size: 14px; 
	font-weight: bold; 
	color: #ffffff;
	text-align: center;
}
a.menu:visited { text-decoration: none; color: #ffffff } /* linki odwiedzone    */
a.menu:link    { text-decoration: none; color: #ffffff } /* linki nieodwiedzone */
a.menu:hover   { text-decoration: none; color: #dddddd } /* linki pod kursorem  */

body
{
    background-color: #ffffff;
    font-family: Verdana, sans-serif;
    font-size: 12px;
}



.p_title{
	font-family:  Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold; 
	color: #000000;
        padding-right: 5px
}


.p_title_open{
	background-image: url(images/p_title_open.gif);
	background-repeat: no-repeat;
}
.p_title_main{
	background-image: url(images/p_title_main.gif);
	background-repeat: repeat-x;
	font-family:  Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold; 
	color: #000000;
}
.p_title_close{
	background-image: url(images/p_title_close.gif);
	background-repeat: no-repeat;
}



.p_big_title{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold; 
	color: #000000;
	text-align: center;
	padding: 10px;
}

a.p_title:visited { text-decoration: none; color: #000000; }
a.p_title:link    { text-decoration: none; color: #000000; }
a.p_title:hover   { text-decoration: underline; color: #000000; }

.p_opis{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.p_table{
	/*padding: 10px;*/
	margin: auto;
	border :2px solid #0065Cd;
}

.text{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
}

.dokumenty{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding-left: 60px;
	padding-right: 20px;
	/*font-weight: italic;*/
}

.long_text{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding: 20px;
}
.main_page{
	text-align: justify;
	padding-left: 35px;
	padding-right: 35px;
}

.news_title{
	background-image: url(images/news_top.jpeg);
	background-repeat: repeat-y;
	border: 0px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 13px;
}

.box_title{
	background-image: url(images/box_top.jpeg);
	background-repeat: repeat-y;
	border: 0px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	width: 250px;
}

.box_tresc{
	border: 0px;
	text-align: center;
	font-family: Verdana, sans-serif;
	width: 250px;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: 25px;
	margin-right: 25px;
}

.stat_title{
	background-image: url(images/stat_top.jpeg);
	background-repeat: repeat-y;
	border: 0px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 13px;
}
.stat{
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 8px;
}
a:visited { text-decoration: none; color: #000000 }
a:link    { text-decoration: none; color: #000000 }
a:hover   { text-decoration: underline; color: #222222 }

input {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  color: #ffffff;
  border: 1px #000000 solid;
  background-color: #1065D5;
}

select {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  color: #ffffff;
  border: 1px #000000 solid;
  background-color: #1065D5;
}

textarea {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  color: #ffffff;
  border: 1px #000000 solid;
  background-color: #1065D5;
}

img {
	border : none;
}
img.wybrany {
	border : 5px solid #ff0000;
	width: 50px;
	height: 50px;
}
img.niewybrany {
	border : none;
	width: 60px;
	height: 60px;
}
img.prod{
	border : none;
	width: 100px;
	height: 100px;
}
img.prod_long{
	border : none;
	width: 100px;
	height: 100px;
	padding-right: 10px;
}
td.red{
	color: #ff2222;
	font-size: 10px;
}
td.element{
	font-size: 9px;
	text-align: left;
}
td.elementc{
	font-size: 9px;
	text-align: center;
}
td.elementr{
	font-size: 9px;
	text-align: right;
}
td.promo{
	width: 200px;
	font-size: 14px;
	font-weight: bold; 
	color: #d83D4E;
	text-align: center;
}
td.szary{
	color: #8F8F8F;
}

dt{
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 2px;

}