	body { background: #fff;
		text-align: center; 
		font-size: 0.8em;
		padding: 0;
		margin: 0;
  	   font-size: 0.75em; 
	 }
	
	img { border: none; }
	
	a, a:link, a:active {color: #0064A6;}
	a:visited {color: #0064A6;}
	a:hover {color: #002F4F;}	
	
	a.ico, a.ico:link, a.ico:active { background: #D0D0D0;}
	a.ico:visited {background: #D0D0D0;}
	a.ico:hover {background: #002F4F;}		


	body, p, dd, dt, li, blockquote { font-family: "Trebuchet MS", "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif; text-align: left; font-size: 12px;  }
	td { font-size: 0.75em; font-family: "Trebuchet MS", "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;  text-align: left;}
	
	ul li { list-style:  url(img/li.gif); }
	ul li ul li { list-style:  url(img/lili.gif); }
	
	h1, h2, h3, h4, h5 { font-family: "Trebuchet MS", "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif; font-weight: bold; color: #003399;  }
	h1 { font-size: 2em; }
	h2 { font-size: 1.75em; }
	h3 { font-size: 1.5em; }
	h4 { font-size: 1.2em; }
	h5 { font-size: 1em; }
	
	code {background: #ffa}
	code strong {font-weight: bold; color: #f30; font-size: 1em;}
	code, pre {font-family: "Courier New CE", "Courier CE", "Courier New", courier, monospace; }
	
	table { border: none; margin: 0px; padding: 0px; }
	
	hr { height: 1px; width: 100%; color: #E44E13; }

	fieldset { border: solid 1px #E44E13; padding: 15px; }
	legend { font-weight: bold; color: #B23E12; }
	input.tlacitko, button {font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif; font-size: 0.9em; font-weight: bold; background-color:#E44E13 ; border-style: 1px;  color : #fff; }
	input { border: solid 1px #E44E13; background: #F8E8E2; font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif; font-size: 0.9em}
	input.ostatni { border: none; background: #fff; font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif; font-size: 0.9em}

	li { list-style: disc url(images/circle.gif) outside; }
	
	/* layouts */
	
	.homeLine1 {
		background: url(img/homebg01.gif);
	}
	
	.LineBottom {
		background: url(img/homebg02.gif) repeat-x top;
		margin: 5px 0 0 0;
		padding: 15px 0 0 0;
		text-align: center;
	}
	
	.LineBottom td {
		font-size: 11px;
		color: #666666;
	}
	
	.LineTop {
		background: url(img/topbg.gif) repeat-x;
		height: 72px;
		width: 100%;
		text-align: center;
	}
	
	.LineTop td {
		text-align: left;
	}	
	
	.main {
		width: 595px;
		text-align: left;
		margin: 10px auto 0 auto;
		
	}
	
