/* Wspólne */
html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font: 11px/20px Tahoma, Verdana, Arial;
	color:#8a8a8a;
	background:#ffffff url('/img/bg/header.gif') top left repeat-x;
	}
table {
	margin: 0px;
	border-collapse:collapse;
	empty-cells: show;
	}
td {
	font: 11px/18px Tahoma, Verdana, Arial;
	border: 0px;
	padding:0px;
	vertical-align: top;
	cursor: default;
	}
img {
	border: 0px;
	}
a {
	text-decoration: none;
	color:#ce0508;
	}
a:hover {
	color:#ce0508;
	text-decoration: underline;
	}
p, form {
	margin: 0px;
	padding:0px;
	}
.all  {
	width:100%;
	float:left;
	clear:both;
	}
.all td {
	line-height: 18px;
	}
h2	{
	font:16px/16px Trebuchet MS, Arial, Verdana, Tahoma;
	padding:0px 0px 0px 27px;
	margin:13px 0px 7px 0px;
	font-weight:bold;
	background:url('/img/bg/h2.gif') top left no-repeat;
	clear:both;
	}
h3	{
	font:14px/18px Trebuchet MS, Arial, Verdana, Tahoma;
	padding:0px;
	margin:15px 0px 5px 0px;
	font-weight:bold;
	clear:both;
	}
h4 {
	padding:0px 0px 5px 0px;
	margin:15px 0px 15px 0px;
	font:12px/18px Trebuchet MS, Arial, Verdana, Tahoma;
	font-weight:bold;
	color:#ce0508;
	border-bottom:1px solid #ebebeb;
	}
ul {
	margin:0px 0px 0px 8px;
	padding:0px;
	}
li {
	border-bottom:1px solid #f1f1f1;
	margin:0px;
	padding:4px 0px 5px 0px;
	list-style-image:url('/img/ico/li.gif');
	}
span {
	color:#ce0508;
	}
a.gray {
	color:#8a8a8a;
	}
a.gray:hover {
	color:#ce0508;
	}
td#column_left {
	height:769px;
	background:url('/img/bg/header_left.gif') right 423px no-repeat;
	}
td#column_main {
	width:980px;
	background:url('/img/bg/header_center.gif') top left repeat-x;
	}
td#column_right {
	height:769px;
	background:url('/img/bg/header_right.gif') left 423px no-repeat;
	}
div.border_bottom	{
	border-bottom: 1px solid #ebebeb;
	}
