body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color:#969696;
	overflow: scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #222222;
}
h2 {
	font-weight: bold;
	font-size: 16px;
}
h3 {
	font-weight: bold;
	font-size: 14px;
}

h1.nomargin, h2.nomargin, h3.nomargin {
	margin-top: 0px;
	margin-bottom: 5px;
}
img {
	border: none;
}
img.link {
	margin-top: 42px;
}
img.news {
	display: block;
    margin-left: auto;
    margin-right: auto
}
img.view {
	border: 1px solid #222222;
}
img.view2 {
	border: 1px solid #222222;
}
img.view2:hover {
	border: 1px solid #cdff00;
}
a, a:link a:active a:visited {
	color: #666666;
	text-decoration:none;
}
a:hover {
	color: #222222;
	background-color: #cdff00;
	text-decoration:none;
}
a.nohover:hover {
	background-color: transparent;
}
p, ul {
	line-height: 1.5;
	text-align: justify;
}
ul {
	margin:0 0 0 0;
	padding-left: 0px;
}

ul li {
	margin:0 0 0.25em 2em;
}

p.white {
	background-color: #FFFFFF;
}
p.menu {
	width: 600px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 15px;
}
p.menu a, p.menu a:hover {
	color: #222222;
	background-color: transparent;
}
span.purple {
	color:#88006F;
	font-weight: bold;
}
span.gray {
	color:#666666;
}
div, form {
	margin: 0px;
	padding: 0px;
}
div#pagewrapper {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	overflow: hidden;
}
div#top-left {
	float: left;
	width: 690px;
	height: 70px;
}
div#top-right {
	float: right;
	width: 210px;
	height: 70px;
	background-image: url(img/halogen-top.gif);
}
div#header-left {
	float: left;
	width: 70px;
	height: 70px;
	background-image: url(img/header-left.gif);
}
div#header-middle {
	float: left;
	width: 760px;
	height: 56px;
	border-top: solid 14px #221E1F;
	background-color:#d6d6d6;
	font-weight: bold;
	font-size: 16px;
}
div#header-right {
	float: right;
	width: 70px;
	height: 70px;
	background-image: url(img/header-right.gif);
}
div#header-banner {
	float: left;
	width: 900px;
	height: 260px;
	background-image: url(img/banner.gif);
}
div#content {
	float: left;
	width: 872px;
	border-left: solid 14px #221E1F;
	border-right: solid 14px #221E1F;
	background-color:#d6d6d6;
}
div#footer-left {
	float: left;
	width: 70px;
	height: 70px;
	background-image: url(img/footer-left.gif);
	margin-bottom: 20px;
}
div#footer-midleft {
	float: left;
	width: 380px;
	height: 56px;
	border-bottom: solid 14px #221E1F;
	background-color:#d6d6d6;
	text-align: left;
	margin-bottom: 20px;
}
div#footer-midleft a:hover {
	background-color: transparent;
}
div#footer-midright {
	float: left;
	width: 380px;
	height: 56px;
	border-bottom: solid 14px #221E1F;
	background-color:#d6d6d6;
	text-align: right;
	margin-bottom: 20px;
}
div#footer-midright a:hover {
	background-color: transparent;
}
div#footer-right {
	float: right;
	width: 70px;
	height: 70px;
	background-image: url(img/footer-right.gif);
	margin-bottom: 20px;
}
div.header-title {
	float: left;
	padding-top: 15px;
	text-align: left;
	font-variant: small-caps;
	width: 30%;
}
div.header-years {
	float: left;
	padding-top: 15px;
	text-align: center;
	width: 40%;
}
div.header-newsletter {
	float: left;
	padding-top: 15px;
	text-align: right;
	font-variant: small-caps;
	width: 30%;
}
div.news-summary {
	margin: 5px 10px 5px 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px dashed #222222;
}
div.news-content {
	margin: 0px 10px 0px 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
div.news-date {
	font-size: 9px;
	color: #999999;
	font-weight: bold;
	padding-bottom: 5px;
}
div.news-title {
	font-weight: bold;
	font-size: 14px;
}
div.content-left {
	float: left;
	margin: 5px 15px 5px 15px;
	padding-left: 10px;
}
div.content-right {
	float: right;
	margin: 5px 15px 5px 15px;
	padding-left: 10px;
}
div.fabryka-opis {
	
	
	
}
input#nl-input {
	width: 150px;
	border: 1px solid #222222;
	background-color: #eeeeee;
}
input#nl-submit {
	color: #222222;
	width: 90px;
	border: 1px solid #222222;
	background-color: #969696;
}
input#nl-submit:hover {
	color: #cdff00;
	cursor: pointer;
}

hr {
	height: 1px; 
	border: 0px; 
	background-color: #222; 
	color: #222;
}
