body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: White;
}
a {
	text-decoration: none;
	color: #FFCC00;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #700C0C;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B75200;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: Black;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: justify;
}
ul {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 20px;
}
ol {
	margin-left: 20px;
	padding-left: 0px;
}
ol li {
	text-align: justify;
}
ul li {
	text-align: justify;
}
table.konstrukcja {
	background-image: url(../img/bg-gray-top.gif);
	background-repeat: repeat-x;
	width: 100%;
	border: 0px;
}
table.konstrukcja td {
	vertical-align: top;
	text-align: center;
	padding: 0px;
}
table.topbutton {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
	height: 25px;
}
table.topbutton td {
	background-image: url(../img/topbutton-bg.gif);
	vertical-align: middle;
}
table.topbutton td.left {
	width: 10px;
	background-image: url(../img/topbutton-left.gif);
}
table.topbutton td.right {
	width: 10px;
	background-image: url(../img/topbutton-right.gif);
}
table.topbutton td.spacer {
	width: 15px;
	background-image: none;
}
table.header {
	width: 100%;
}
td.n {
	background-image: url(../img/n.gif);
	width: 610px;
	height: 25px;
}
td.s-l {
	background-image: url(../img/s-l.gif);
	width: 35px;
	height: 35px;
}
td.s {
	background-image: url(../img/s.gif);
	height: 35px;
	padding: 3px;
	color: #CCCCCC;
}
td.s-r {
	background-image: url(../img/s-r.gif);
	width: 35px;
	height: 35px;
}
td.w {
	background-image: url(../img/w.gif);
	width: 10px;
}
td.e {
	background-image: url(../img/e.gif);
	width: 10px;
}
td.tl {
	background-image: url(../img/left-top.gif);
	width: 10px;
	height: 140px;
}
td.tr {
	background-image: url(../img/right-top.gif);
	width: 10px;
	height: 140px;
}
td.lt {
	background-image: url(../img/top-left.gif);
	width: 20px;
	height: 25px;
}
td.rt {
	background-image: url(../img/top-right.gif);
	width: 20px;
	height: 25px;
}
td.menu_width {
	width: 210px;
}
td.content_width {
	width: 440px;
}
td.headimg {
	background-image: url(../img/header.jpg);
	width: 650px;
	height: 115px;
}
td.headimg2 {
	background-image: url(../img/header2.jpg);
	width: 650px;
	height: 40px;
	text-align: right;
}
td.menu-item {
	background-image: url(../img/menu-button.gif);
	width: 210px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}
td.menu-item-last {
	background-image: url(../img/menu-button-last.gif);
	width: 210px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}
td.menu-footer {
	background-image: url(../img/menu-footer.gif);
	background-repeat: repeat-x;
	height: 70px;
}
.hide {
	display: none;
}
#all {
	width: 670px;
	border: 0px solid red;
}
#header {
	margin-top: 25px;
	border: 0px;
}
#menu {
	width: 210px;
}
#tytul {
	text-align: right;
	margin-left: 360px;
	margin-top: 5px;
	width: 280px;
	text-align: center;
}
#content {
	text-align: left;
	padding: 10px;
}