@charset "iso-8859-2";
/* CSS Document */

/* strona */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
body {
	margin: 0px;
	background-color: #e0e0e0;
	background-repeat: repeat-x;
	background-position:top;
	}


 
/* linki 

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #00000;
}


/* wypunktowanie / stopka 

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	display: inline;
	white-space: nowrap;
}
*/