/* głowne style strony ============================================ */
body {
	background-color: #ffffff;
	color: #111111;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
div#page {
	width: 990px;
	margin: 0px auto 0px auto;
	text-align: center;
	position: relative;
	background-color: #eaeaea;
}

/* naglowek ======================================================= */
div.header {
	float: none;
	clear: both;
	height: 155px;
}
div.headerLeft {
	width: 273px;
	height: 155px;
	float: left;
	clear: none;
	background-color: #000000;
}
div.headerRight {
	width: 717px;
	height: 155px;
	float: left;
	clear: none;
}
div.headerRightTop {
	height: 45px;
	background-color: #ffffff;
	text-align: left;
	vertical-align: bottom;
}
div.headerRightBottom {
	height: 110px;
	background-color: #003a6a;
}
div.flashFilm {
	width: auto;
	height: 430px;
	border-top: 4px #003a6a solid;
	background-color: #000000;
}

/* tresc ======================================================= */
table.content {
	width: 990px;
}
td.contentLeft {
	width: 273px;
	background-color: #000000;
	color: #ffffff;
	text-align: left;
}
td.contentRight {
	width: 717px;
	text-align: left;
}
div.content {
	padding: 20px;
}
table#ostatnie {
	width: 677px;
	background-color: #d7d7d7;
}
td.ostatnie {
	text-align: center;
	width: 223px;
	padding: 0px;
}
td.ostatnieEmpty {
	width: 4px;
	background-color: #eaeaea;
}
div.ostatnie {
	text-align: left;
	padding: 0px 8px 8px 8px;
}
div.ostatniePlik {
	width: 223px;
	height: 130px;
	padding: 4px 0px 0px 0px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
td.zajawkaGl {
	background-color: #eaeaea;
	padding: 20px 0px 20px 0px;
}

/* stopka ======================================================= */
div.footerTop {
	float: none;
	clear: both;
	width: auto;
	height: 28px;
	text-align: right;
	padding: 10px 20px 0px 0px;
	background-color: #343434;
}
div.footerBottom {
	width: auto;
	height: 30px;
	line-height: 30px;
	background-color: #000000;
	text-align: center;
}