body {
	background-color: #487CAD;
	background-image: url(../layout/pozadie_html.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 11px;
	color: #505050;
}

.div_frame {
	width: 939px;
}


.d_top {
	width: 939px;
	height: 290px;
	float: left;
	background-image: url(../layout/pozadie_top.jpg);
}
.d_content {
	width: 939px;
	float: left;
	/*background-image: url(../layout/pozadie_body.jpg);
	background-position: left, top;
	background-repeat: no-repeat;*/
}

.div_logo {
	width: 295px;
	height: 290px;
	float: left;
}
.div_claim {
	width: 160px;
	height: 290px;
	float: left;
}
.div_langs{
	width: 160px;
	float: left;
}
.div_menu {
	width: 160px;
	float: left;
	padding-top: 26px;
}

.img_logo {
	float: left;
	margin-left: 45px;
	margin-top: 183px;
	border: none;
	text-align: left;
}
.img_claim {
	margin-top: 222px;
	float: right;
	border: none;
}

table.table_content {
	width: 939px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 11px;
	color: #505050;
}
td.td_content {
	background-color: White;
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url(../layout/pozadie_content.jpg);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 11px;
	color: #505050;
}

.div_content {
	width: 551px;
	float: left;
	padding-top: 14px;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 20px;
	text-align: left;
}

.div_content img.cimg {
	border-style: solid;
	border-color: #C0D7ED;
	border-width: 6px;
	float: left;
}
.div_comments {
	width: 551px;
	height: 56px;
	float: left;
	background-color: #EEF3F8;
	color: #487CAE;
}

.img_line_horizontal {
	float: left;
	width: 551px;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.img_line_vertical {
	float: left;
	width: 2px;
	height: 215px;
	margin-left: 15px;
	margin-right: 15px;
}

.div_footer {
	width: 571px;
	float: left;
	padding: 12px;
	color: #A2BCD5;
	font-size: 9px;
}
.div_footer a{
	color: #A2BCD5;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
}
.footer_left {
	width: 267px;
	float: left;
	text-align: left;
}
.footer_right {
	width: 260px;
	float: right;
	text-align: right;
}

