@charset "utf-8";
/* CSS Document */
/*-----Reset -------*/
div, p, h1, h2, h3, ul, ol, li, dl, dd, dt, img, body, form {
	margin: 0px;
	padding: 0px;
}
/*----- Podstawy - style elementów -------*/
body {
	background-color: #ffffff;
	font-family:  Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
	color: #000000;
	height:auto;
	padding: 0px;
}
a {
	text-decoration: underline;
	color: #000000;
}
img {
	border:none;
}

h1, h2, h3 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	font-weight:normal;
}
h1 {
	font-size:36px;
	color: #000000;
	letter-spacing:-3px;
	margin: 5px 0px 30px 0px;
}
h2 {
	font-size:20px;
	color: #000000;
	letter-spacing:-1px;
	margin:20px 0px 20px 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:normal;
	letter-spacing:0px;
	margin:15px 0px 15px 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;	
	letter-spacing:0px;
	margin:15px 0px 15px 0px;
}
p {
	margin:20px 0px 20px 0px;
}

form div {
	margin:10px 0px 10px 0px;
	clear:both;
	height:auto;
	overflow:auto;
}
label {
	display:block;
	float:left;
	height: auto;
	width: 150px;
	padding-right:10px;
	text-align:right;
}

form { 
height:auto;
overflow: auto;}

form div {
	margin:10px 0px 10px 0px;
	clear:both;
	height:auto;
	overflow:auto;
}
form input {
	font-family:  Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	font-size:12px;
}
input.textInput {
	width:250px;
	height:18px;
	border: 1px solid #3366D0;
}


.textareaInput {
	width:250px;
	height:200px;
	border: 1px solid #3366D0;
}

input.buttonInput {
	height: 22px;
	margin: 1px 0px 0px 10px;
	background-color: #eeeeee;
	border: 1px solid #3366D0;
	border-bottom: 1px solid #003399;
	border-right: 1px solid #003399;
	margin-left:220px;
}
ul, ol{
	margin-left:30px;
	list-style-position:outside;
	list-style-type:square;
}
ul.menuImg { 
	margin-left: 15px;
	list-style:none;
}
dl {	margin:20px 0px 20px 0px;}
dl dt { font-weight: bold;  	color: #6490D0; margin:10px 0px 10px 0px; }
dl dd {  margin:10px 0px 10px 0px; }

div#footer {
	/*display: none;*/
	font-weight:bold;
	border-top: 2px solid #000000;
}
div#footer img {
	display:none;
}
div#top {
	display: none;
}
ul#menu {
	display:none;
}
div#columnLeft {
	display: none;
}
div#columnRight {
	width:100%;
	height:auto;
	line-height:18px;
}


ul.grid { 
	display: block;
	width:680px;
	height:auto;
	overflow:auto;
	margin: 0px;
}

ul.grid li {
	list-style:none;
	display:block;
	width: auto;
	height:auto;
	/*overflow:auto;*/
	float:left;
	margin:5px;
}
ul.grid li img {
	width: 130px;
	height:130px;

	
}
table {
	border:1px solid #000000;
	border-collapse:collapse;
}
table td, table th {
border:1px solid #000000;
	}

table td a { text-decoration:none; }