* {
	color:#FFFFFF;
	font-family:Tahoma, Verdana;
	font-size:12px;
}

.news {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #1A764B;
}
.do_prawej {
	text-align:right;
}
.news_title {
	font-weight:bold;
	font-size:13px;
}
.news_add {
	font-size:10px;
	color:#33855F;
	background-image:url('gfx/ico_pointer.gif');
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:15px;
	margin-bottom:5px;
}

a.mapa {
	text-decoration:none;
	display:block;
	background-image:url('gfx/ico_pointer.gif');
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:15px;
}
a.mapa:hover {
	text-decoration:underline;
}
a.menu, a.menu_red {
	border-bottom:1px solid #558C6E;
	display:block;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	background-image:url('gfx/ico_arrow_big.gif');
	background-repeat:no-repeat;
	background-position:4px 10px;
	padding-left:18px;
	padding-bottom:7px;
	padding-top:5px;
	height:10px;
	width:200px;
}
a.menu_red {
	background-color:#00522C;
}
a.menu:hover {
	background-color:#00522C;
}
a.menu_red:hover {
	background-color:#00331B;	
}

a.submenu {
	border-bottom:1px solid #558C6E;
	display:block;
	font-weight:noraml;
	text-decoration:none;
	text-align:left;
	background-image:url('gfx/ico_arrow_sml.gif');
	background-repeat:no-repeat;
	background-position:14px 10px;
	padding-left:28px;
	padding-bottom:7px;
	padding-top:5px;
	height:10px;
	width:190px;
}
a.submenu:hover {
	background-color:#00522C;
}

#header{
	font-size:20px;
	background-image:url('gfx/bg_header.jpg');
	background-position:0px 0px;
	padding:0px; margin:0px;
	width:755px; height:107px;
	position:relative;
}
	#header h1 {
		position:absolute; top:45px; left:10px;
		font-size:14px;
	}
	
	
.produkt {
	margin-bottom:20px;
}
	.produkt_title {
		font-weight:bold;
		margin-bottom:10px;
	}
	.produkt_desc { 
		margin-bottom:10px;
		text-align:justify;
	}