/* ----- BASICS ELEMENTS ------------------------------------------------------------------------------------------------- */
body {
	font-family: Verdana, Tahoma;
	color: #000000;
	font-size: 11px;
	background: #ffffff url("layout/bg.jpg") repeat-x left top;
	margin: 0px; 
	padding: 0px;
	text-align: center;	
}

a:link { 
	text-decoration: none; 
	color: #000000;
}

a:visited { 
	text-decoration: none; 
	color: #000000;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
}

/* ----- LAYOUT ------------------------------------------------------------------------------------------------------ */

#container {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
}

div, img, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	border: none;
}

ul {
	list-style-type: disc;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}

#header { 
	width: 1024px;
	height: 287px;

}

#menuBox {
	width: 1024px;
	height: 50px;
}

.freeSpace {
	width: 1024px;
	height: 10px;
	clear: both;
}

#leftColumn {
	width: 237px;
	min-height: 310px;
	float: left;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 25px 30px 30px 25px;
	background-color: #d3d3d3;
	border: 1px solid #a2a2a2;
}

/* for Internet Explorer */
/*\*/
* html #leftColumn {
	height: 310px;
}

#rightColumn {
	width: 605px;
	min-height: 310px;
	float: left;
	margin-bottom: 0px;
	margin-left: 21px;
	padding: 25px 30px 30px 25px;
	background-color: #d3d3d3;
	border: 1px solid #a2a2a2;
}

/* for Internet Explorer */
/*\*/
* html #rightColumn {
	height: 310px;
}

#supportingText {
	position: relative;
}

#footer {
	margin-top: 5px;
	color: #000000;
	font-size: 10px;
	text-align: center;
	
}

#footer a {
	color: #000000;
}

#copyright {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 10px;
	color: #000000;
}

#copyright a {
	color: #000000;
}

#exception {
	margin-left: -134px;
	text-align: right;
	font-size: 10px;
	color: #000;
	height: 16px;
	padding-top: 4px;
	padding-right: 2px;

}

/* ----- DATA TABLE ------------------------------------------------------------------------------------------------ */

.data-table { width: 100%; }
.data-table th, .data-table td { padding: 2px; }

.oferta { font-family: Tahoma; }
.odd  { background-color:#f9f9f4 }
.even { background-color:#fff !important; }

.formularz {
	margin-top: 20px;
}

/* ----- OTHER ------------------------------------------------------------------------------------------------- */

#supportingText h1 {
	font: bold 11px Verdana;
	margin-bottom: 15px;
}

.p1 {
	text-indent: 25px;
	text-align: justify;
	padding-bottom: 15px;
}

.p1 a {
	text-decoration: underline;
}

.p1 a:hover {
	text-decoration: none;
}

.p2 {
	text-align: justify;
	padding-bottom: 15px;
}

.p3 {
	padding-left: 20px;
}

.p5 {
	text-align: justify;
	padding-bottom: 7px;
}

.wyszukiwanie {
	font-weight: bold;
	margin-bottom: 10px;
}

.ui {
	text-decoration: underline;
	font-style: italic;
}

.a-center { text-align: center; }

.a-right { text-align: right; }

.a-left { text-align: left; }

.a-justify { text-align: justify; }

#fix {
	clear: both;
}

.fix {
	clear: both;
}

/* -------------- FORM -----------*/
form {
  margin: 0px;
  padding: 0px
}

input {
  margin: 0px;
  padding: 2px;
  font-size: 11px;
  border: 1px solid #888888;
  background-color: #ffffff;
}

.inputInput {
	width: 160px;
}

.selectInput {
	width: 166px;
	margin: 0px;
	padding: 2px;
	font-size: 11px;
	border: 1px solid #888888;
	background-color: #ffffff;
}

.inputBox input {
  margin: 0px;
  padding: 2px;
  border: none;
  background-color: transparent;
}

textarea {
  margin: 0px;
  padding: 2px;
  border: 1px solid #888888;
  font-size: 11px;
  background-color: #ffffff;
}

.textAreaP {
	width: 230px;
	height: 130px;
}
