@CHARSET "UTF-8";

body {
	font-family: Verdana;
	color: #72706F;
	text-align: center;
}

a {
	text-decoration: none;
	color: #E77817;
}

a:HOVER {
	text-decoration: underline;
	color: #E77817;
}

font.red {
	color: red;
}

font.blue {
	color: blue;
}

font.orange {
	color: #E77817;
}

.menu {
	color: #E77817;
	text-decoration: none;
	font-size: 10px;
}

.menu:HOVER {
	color: #E77817;
}

div.pasek_menu {
	background-image: url("../img/pasek_menu.png");
	background-repeat: no-repeat;
	width: 480px;
	height: 7px;
	padding-bottom: 3px;
	position: relative;
}

div.main_site {
	float: right;
	color: #72706F;
	font-size: 10px;
	font-weight:bold;
	position: relative;
	top: -12px;
	right: 10px;
}

div.time_date {
	float: left;
	width: 380px;
	color: #72706F;
	font-size: 9px;
	text-align: left;
	position: relative;
	top: -12px;
}

#normal{
	font-family: Verdana;
	color: #72706F;
	font-size: 11px;
	border-style: solid;
	border-color: #72706F;
	border-width: 1px;
	border-collapse: collapse;
}

#normal td{
	border-style: solid;
	border-color: #72706F;
	border-width: 1px;
}

#clean{
	font-family: Verdana;
	color: #72706F;
	font-size: 11px;
	border-style: solid;
	border-color: #72706F;
	border-width: 0px;
	border-collapse: collapse;
}

#clean td{
	border-style: solid;
	border-color: #72706F;
	border-width: 0px;	
}

table.tabela_glowna {
	width: 1000px;
	height: 100%;
	border-collapse: collapse;
	margin: 0px auto;
}

td.obrazek {
	width: 254px;
	height: 250px;
	background-image: url("../img/obrazek.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}

td.baner_gorny {
	width: 746px;
	height: 155px;
	background-image: url("../img/baner_gorny.png");
	background-repeat: no-repeat;
	background-position: center;
}

td.menu_gora {
	width: 480px;
	height: 55px;
}

td.tytul {
	width: 480px;
	height: 40px;
	background-image: url("../img/pasek_tytul.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: left;
}

td.tresc {
	width: 480px;
	vertical-align: top;
}

div.tresc {
	padding: 15px;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}

td.menu_lewo {
	width: 254px;
	height: 250px;
	vertical-align: top;
	text-align: left;
	padding: 40px;
}

div.menu_lewo {
	position: absolute;
	font-size: 13px;
}

td.czlonek {
	width: 254px;
	height: 90px;
	vertical-align: bottom;
	font-size: 10px;
	text-align: left;
}

td.banery_prawo {
	padding-left: 15px;
	width: 266px;
	text-align: right;
	vertical-align: top;
	font-size: 5px;
}

img.link {
	border: 0px;
}

td.stopka {
	width: 1000px;
	height: 50px;
	vertical-align: bottom;
	text-align: center;
	font-size: 9px;
}

hr.aktualnosci {
	color: #72706F;
	text-decoration: none;
	size: 1px;
}

