@charset "utf-8";

html, body, h1, h2, h3, h4, h5, h6, 
blockquote, address, form, fieldset,
ul, ol, li, img, div, span, p {
	margin: 0;
	padding: 0;
	border: none;
}

table{ border-spacing:0; }
ol,ul {list-style:none;}
h1,h2,h3,h4{font-size:100%; padding: 0 0; color: #ffffff; font-family: Arial, Helvetica, Verdana, sans-serif; }

h2,h3{ font-size:14px; text-transform:uppercase; }

th {text-align:left;}
a{ color:#424242; text-decoration:none; outline:none; cursor:pointer; } a:hover{ text-decoration:underline;  }
object { outline:none; }

body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,pre,form,fieldset,input,p,blockquote,th,td {
	padding:0px;
	margin: 0px;
} 



body,div, td, input, textarea, option, select {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px; 
	font-style:normal;
	font-weight:normal;
	color: #424242;
}


legend { display: none; }
input, textarea, select, option, optgroup, button {
	font-size: 1em;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
.hidden {
	display: none;
}

.clear {
	clear: both;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
/* kolory */
.light_gray {
	color: #6d6d6d;
}
.dark_gray {
	color: #424242;
}
.yellow {
	color: #f2cf02;
}
.green {
	color: #75bf22;
}
.blue {
	color: #0b7db9;
}
