/* TYPOGRAPHY */
body {
	font-family: Verdana;
	font-size: 11px;
	color: #5a5a5a;
	margin: 12px auto;
}
div {
	font-size: 11px;
}
img {
	border: 0;
}

label {
	width: 80px;
	float: left;
	text-align: right;
	padding: 0px 5px 0px 0px;
}
	
/* LINKS */
	a,
	a:link,
	a:active {
		color: #000064;
		text-decoration: none;
	}
	a:visited {

	}
	a:hover {
		text-decoration: underline;
	}
	
	#cennik a,
	#cennik a:link,
	#cennik a:active {
		color: #595959;
		text-decoration: none;
	}
	#cennik a:visited {

	}
	#cennik a:hover {
		color: silver;
	}

/* END LINKS */
	
/* HEADINGS */
	h1 {
		font-size: 26px;
		margin: 0 0 2px 0;
		padding: 0;
      color: #03049c;
	}
	h2 {
		font-size: 18px;
		font-weight: normal;
		margin: 0 0 0 0;
		padding: 0px 0px 18px 0px;
      color: #7e7e7e;
      font-family: Arial;
	}
	h3 {
		font-size: 15px;
		margin: 0;
		padding: 25px 0px 10px 0px;
      color: #fd8c00;
	}
	h4 {
		font-size: 15px;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
      color: #fd8c00;
	}
/* END HEADINGS */

/* TEXT */
	p {
		margin: 0 0 0 0;
		padding: 0;
	}
	blockquote {
		margin:8px;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
   code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }

/* END TEXT */
	
/* LISTS */
	ul {

	}
	li {
		margin: 0;
		padding: 0 0 5px 20px;
		background-image: url(i/li-arr.gif);
		background-repeat: no-repeat;
		background-position: 1px 1px;
		font-size: 12px;
	}
	
/* END LISTS */
	
	
/* TABLE */
	table {
		margin: 0;
        padding: 0;
	}
	table caption {
		font-weight: bold;
	}
	th {
		font-weight: bold;
		text-align: left;
		font-size: 11px;
	}
	td {
		font-size: 11px;
	}
/* END TABLE */	
