body {
	text-align: center;
	background-image: url(../img/bkg_loop_x_top.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	font-size: 11px;
	font-family: Times New Roman;
	background-color: white;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	color: black;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: gray;
	text-decoration: none;
}
a.orange_hover {
	color: black;
	text-decoration: none;
}
a.orange_hover:hover {
	color: #e48915;
	text-decoration: none;
}
.orange {
	color: #e48915;
}
#top {
	width: 1100px;
	height: 419px;
	background-image: url(../img/header_1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: auto;
	vertical-align: bottom;
	text-align: center;
}
#menu {
	width: 800px;
	height: 49px;
	background-repeat: repeat-x;
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}
td.menu_item {
	height: 48px;
	font-size: 16px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid white;
}
#content {
	background-image: url(../img/bkg_content_top_norepeat.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 300px;
	width: 800px;
	margin: auto;
	margin-top: 0px;
}
#footer {
	width: 800px;
	height: 35px;
	border-top: 1px solid #e48915;
	border-bottom: 1px solid #e48915;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	display: block;
}
.td_header {
	padding-left: 60px;
	height: 63px;
	background-image: url(../img/sun_title.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 30px;
}
.menu_right {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 14px;
	list-style-type: none;
	padding-left: 20px;
}
.pkt {
	color: #e48915;
}
.news_title {
	color: #e48915;
	font-size: 15px;
	margin: 13px 3px 3px 3px;
	padding: 0px 0px 0px 0px;
}
.news_date {
	color: gray;
	font-size: 13px;
	margin: 3px 3px 3px 3px;
	padding: 0px 0px 0px 0px;
}
.news_short {
	color: black;
	font-size: 13px;
	margin: 3px 3px 3px 3px;
	padding: 0px 0px 0px 0px;
}
.news_image {
	width: 196px;
	height: 146px;
	border: 1px solid #e48915;
}
.border_bottom {
	border-bottom: 1px solid #e1e1e1;
}
.footer {
	border-top: 1px solid #e48915;
	border-bottom: 1px solid #e48915;
}
.in_login {
	border: 1px solid gray;
	font-size: 13px;
}

/* OPTYMALIZACJA */

#top {
	position: relative;
}
#top .x_logo {
	position: absolute;
	height: 110px;
	width: 300px;
	left: 150px;
}

p .news_short{font-weight: bold;}
