
/* systempro styles - mokry @ studjo 18.10.2004 */

/* MAIN ELEMENTS___________________________________________________ */
	@import url(index.css);
	
	* { margin: 0; padding: 0; }

	body {
		background-color: #fff;
		font-family: Verdana, Arial, Tahoma, Trebuchet MS, sans-serif;
		color: #000; }
		
	a { color: #000; }
	
	p, ul, h2, h3, h4, h5, h6 { margin: 10px 0; }
	
	p, ul, li, table, td { font-size: 12px; }
	

/* LAYOUT__________________________________________________________ */


	div#head h1 {
		font-family: Trebuchet MS, sans-serif; font-size: 20px;
		border-bottom: 2px dotted black; }
	div#head h1 a { text-decoration: none; }
	div#flashMenu { display: none; }

	div#footer {
		text-align: center; padding-top: 15px;
		font-size: 11px; clear: both; }
		
	ul#topLinks, .wstecz, #steps { display: none; } 

	.cenaFloat { float: right; padding: 5px; margin: 5px; border: 1px solid black; }
	.opis { border-bottom: 1px dotted black; font-size: 11px; } 
	
/* COMMON SPEC. ELEMENTS___________________________________________ */

	.padding { padding: 10px; }
	hr { clear: both; }
	img { border: 0; }