 
a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}
img { 
	border:0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
.header_title, h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	margin-bottom: 10px;

}
.div_left_menu {
	width: 150px; 
	background-image: url('gfx/header_bar_s.gif'); 
	background-position: top center; 
	background-repeat: no-repeat; 
	padding-top: 5px; 
	margin-left:5px;
	margin-right:5px;	
}
.offer_link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
/*************************************/
/* LINKI: NEWSY - LEWE MENU **********/
/*************************************/
.news_link {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
}
a.news_link:link, a.news_link:hover, a.news_link:visited  {
	font-weight: lighter;
}

/*************************************/
/* LINKI: NA SKRÓTY ******************/
/*************************************/
.short_link {
	color: #000000;
	text-align: center;
	font-size: 11px;
}
a.short_link:link, a.short_link:hover, a.short_link:visited {
	font-weight: normal;
	text-decoration: none;
}


.navi_button{
	color: #000000;
	text-align: center;
	text-decoration: none;
	width: 110px;
	height: 25px;
	background-image: url('gfx/navi_button.gif') ;
	background-position: top center;
}
a.navi_button:link {
	text-decoration: none;
}
a.navi_button:visited {
	text-decoration: none;
}
a.navi_button:hover {
	text-decoration: none;
	font-weight: bold;
}
a.navi_button:active {
	text-decoration: none;
}

.footer {
	height: 20px;
	background-color: #FFFFFF;
	text-align: center;
	border-top: 1px solid #000000;

}