@CHARSET "UTF-8";

/**
 * Zerowanie domyslnych parametrow przegladarki
 */
/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, button, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin				: 0; 
	padding				: 0; 
	border				: 0;	
	font-size			: 93%; 
	font-family			: inherit; 
	background-color	: transparent; 
}


h1, h2, h3, h4, h5, h6 { 
	font-weight			: 500;
}

small { 
	font-size			: 0.8em; 
}

big {
	font-size			: 1.3em;
}

blockquote:before, blockquote:after, q:before, q:after {
	content				: "";
}

blockquote, q {
	quotes				: "" "";
}

acronym, abbr { 
	cursor				: help;
}

hr {  
}
*/

img, fieldset, form, label, legend { 
	margin				: 0; 
	padding				: 0; 
	border				: 0;	
	font-size			: 93%; 
	font-family			: inherit; 
	background-color	: transparent; 
}

img { 
	vertical-align		: middle;
}

sub, sup { 
	vertical-align		: baseline;
}

a { 
	color				: inherit; 
}

address { 
	font-style			: normal;
}

/**
 * Czcionka
 */
form, input, body, textarea { 
	font-family			: Tahoma, Arial, Verdana, sans-serif; 
}

/**
 * Formularze 
 */
input, button, select, textarea { 
	font-size			: 1em; 
}

input.button_ie, button { 
	overflow			: visible; /* For IE */
} 

/**
 * BODY 
 */
body {
	line-height			: 1em;	
	color				: black; 
	background			: white;
}

/**
 * Listy 
 */
ul, ol, dir, menu { 
	list-style			: none; 
	line-height			: 1em;
}

/**
 * Tabele 
 */
/*
table { 
	border-collapse		: collapse;	
	border-spacing		: 0;
}

caption, th, td {
	text-align			: left; 
	vertical-align		: top;	
	font-weight			: normal;
}
*/

