/*	

	------------------------------------------------------------------------
	Global reset file
	------------------------------------------------------------------------
	Copyright:      Volta
	Typ:            Interface file
	For: 	        All browsers
	
*/

/*	=reset & global
---------------------------------------------------------------------------- */
	html, body{
		height: 100%;
		-webkit-text-size-adjust: 100%;
	}
	html, body, h1, h2, h3, h4, h5, h6, div, span,
	blockquote, p, address, form, fieldset, img,
	ul, ol, dl, dt, dd, li, hr, table, td, th,
	strong, em, sup, sub, dfn, ins, del, q, cite,
	var, samp, code, kbd, tt {
		margin: 0;
		padding: 0;
		border: 0;
	}
	img, fieldset { border: none; }
	a, a:visited { text-decoration: none; }
	li { list-style: none; }
	a img { border: 0em; vertical-align: middle;}
	label { cursor: pointer;}
	legend, caption { display: none; }
	abbr, acronym { cursor: help; border-bottom:1px dotted #000000 }
	em.marker { background:#ffe; font-weight:bold; font-style:normal; }
	table{ border-collapse: collapse;border-spacing: 0; }
	th, td{ text-align:left; }
	address { display:block; font-style:normal; }
	blockquote, q { quotes: none; }
	input.submit {cursor:pointer; }
	:focus { outline: 0; }
	ins { text-decoration: none; }
	del { text-decoration: line-through; }
	textarea { resize: none; }
	
	.artykuly, .artykuly2 {
	padding: 5px;
	border-bottom: 1px dotted #a0a0a0;
}