﻿body 
{
   	background-color: #ffffff;
	font-family: Arial;
	font-size: 8pt;
	color: #505050;
	text-align:center; /* potrzebne do wysrodkowania ukladu w IE6*/ 
	behavior:url(/public/javascripts/csshover.htc);/* you must link to the hover.htc file for this menu to work in IE6 and earlier */
    /* need a copy? go to http://www.xs4all.nl/~peterned/htc/csshover.htc - copy the code into a text file and save it as csshover.htc */

}

* {margin:0; padding:0;} /* removes margin and padding off all list elements */


div.clear
{
	clear: both;
}

/* fix do przezroczystych PNG w IE */
img, div, a { behavior: url(/public/javascripts/iepngfix.htc) }

a 
{
	font-size: 7,5pt;
	text-decoration:none;
	color: #747374;
}

