@CHARSET "UTF-8";

.art {
	width: 900px;
	height: 465px;
	z-index: 1;
}

.art img {
	margin: 0px;
	float: left;
	z-index: 5;
}

/* BOTTOM MENU */
.menu_bottom {
	background-color: #e8e8e8;
	padding: 5px;
	width: 890px;
}

.menu_bottom_list {
	font-size: 75%;
	margin-right: 0px;
	margin-left: auto;
	width: 680px;
}

.menu_bottom_list a {
	color: black;
	text-decoration: none;
	white-space: nowrap;
}

.menu_bottom_list th>a {
	color: #505050;
}

.menu_bottom_list td,th {
	border-right: 1px solid black;
	padding: 7px;
	width: 140px;
}

.sklep {
	vertical-align: bottom;
	width: 300px;
	padding-top: 60px;
	padding-left: 25px;
}

/* NEWS */
.news_list {
	display: block;
	font-size: 90%;
	height: 180px;
	position: absolute;
	margin-left: 40px;
	margin-top: -160px;
	padding: 57px 7px 0px 9px;
	vertical-align: top;
	width: 150px;
	z-index: 99;
}

.news_item {
	margin-bottom: 10px;
}

.news_more {
	text-align: right;
	position: absolute;
	bottom: 27px;
	right: 18px;
}