@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #30a900 url(../_images/bg_gradient2.jpg) repeat-x;
	/*background: #fff url(../_images/bg_graydient.jpg) repeat-x;*/
}
#wrapper {
	width: 780px;
	margin: 10px auto;
	border-top: 10px solid #030;
	border-right: 10px solid #030;
	border-bottom: 0px solid #030;
	border-left: 10px solid #030;
}
#header {
	padding: 0;
	margin: 0;
	position: relative;
}
#header img {
	border: none;
}
#header img.banner {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
}
#header #navigation {
	border-bottom: 1px solid #000;	
}
#header #info
{
	height: 16px;
	font-size: 0.75em;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px solid #000;
	padding: 0px;
	margin-top: -11px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#header #info a
{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
#header #info a:hover
{
	color: #ff0;
}
#content {
	margin: 0;
	padding: 0;
	width: 480px;
	float: left;
}
#content h1 {
	font-size: 1.2em;
	text-align: center;
	letter-spacing: 0.1em;
}
#content #mainheader h1 {
	font-size: 0em;
	text-indent: -1000em;
	line-height: 0px;
	position : absolute;
	left : -1000px;	
	/*
	font-weight: normal;
	text-align: center;
	border-bottom: 1px dotted #000;
	padding-top: 5px;
	padding-bottom: 20px;
	*/
}
#content p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: justify;
	margin: 0px 0px 5px;
	padding-left: 30px;
	font-weight: normal;
	line-height: 1.4em;
}
#content p.address {
	font-size: 0.9em;
	font-weight: bold;
}
#content p a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	text-align: left;
}
#content p iframe {
	padding: 10px;
	border: 1px solid #000;
}
#content p a:hover {
	color: #444;
}
#content p.smaller {
	font-size: 0.8em;
}
#content p.redirect {
	font-size: 0.7em;
}
#content p a.address:hover {
	text-decoration: none;
	color: #000;
}
#content a.invisible {
	font-size: 0%;
	color: #83EA51;
	text-decoration: none;
	position : absolute;
	left : -1000px;	
}
#content a.invisible:hover {
	font-size: 0%;
	color: #83EA51;
	text-decoration: none;
}

#content ul li {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: justify;
	margin: 0px 0px 5px;
	font-weight: normal;
}
#content ul li a {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
	text-align: left;
}
#content ul li a:hover {
	text-decoration: none;
	color: #444;
}
#content table {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: left;
	margin: 0 auto;
	border: 0px;
	padding-left: 30px;
}
#content table tr td a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#content table tr td a:hover {
	color: #000;
}
#content table tr td.cennik-typ {
	font-size: 0.8em;
	text-align: left;
	vertical-align: top;
}
#content table tr td.cennik-cena {
	font-size: 0.8em;
	text-align: justify;
}
#content table tr td a.maxtrader {
	font-size: 0.8em;
	padding-left: 30px;
	text-indent: -1000em;
	position : absolute;
	left : -1000px;	
}
#content table tr td a.oferty {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	padding-left: 50px;
}
#content table tr td a.oferty:hover {
	color: #333;
	text-decoration: none;
}
#content #frmQuery {
	border: 1px dotted #000;
	margin: 0 30px;
}
#content #frmQuery p {
	font-size: 0.9em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-left: 30px;
}
#content #frmQuery p.upper {
	margin-top: 10px;
}
#content #frmQuery input.text {
	background: transparent;
	border: 1px solid #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 220px;
}
#content #frmQuery input.btn {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 345px;
}
#content #frmQuery textarea.text {
	background: transparent;
	border: 1px solid #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 345px;
}
#content #frmQuery .text:focus {
	background: #91EC64;
}
#content #frmQuery #firstName {
	margin-left: 7em;
}
#content #frmQuery #lastName {
	margin-left: 4.2em;
}
#content #frmQuery #company {
	margin-left: 2.8em;
}
#content #frmQuery #email {
	margin-left: 0.6em;
}
#sidebar {
	margin: 0;
	padding: 0;
	width: 255px;
	float: right;
}
#sidebar img {
	padding: 0px;
	border: 2px solid #030;
	margin: 10px;
}
#footer {
	padding: 0 10px 0 20px;
	clear: both;
	background: #030;
}
#footer p {
	margin: 0;
	padding: 3px 0;
	color: #fff;
	font-size: 0.75em;
	text-align: center;
}
#footer p a {
	text-decoration: none;
	font-weight: bold;
	color: #FF0;
}
#footer p a:hover {
	color: #FFF;
}

