/*body i nagłówki*/
body {background:#D7D7D7;}

BODY  {
	font-size : 10pt;
	font-family:"Trebuchet MS", "Verdana CE", "Verdana", "Tahoma CE", "Tahoma", "Arial CE", "Arial", "Helvetica CE", sans-serif;
/*	background-color: #F0F0F0; */
	background-color: #D7DBDB;
	color: black;
	border-width: 0;
/* IE5/Win incorrectly applies the CSS "text-align" attribute to block-level elements. Declaring "text-align:center" for the containing block-level element (often the BODY element) horizontally centers the box in IE5/Win. There is a side effect of this workaround: the CSS "text-align" attribute is inherited, centering inline content. It is often necessary to explicitly set the "text-align" attribute for the centered box, counteracting the effects of the IE5/Win workaround.*/	
/*	text-align:center; */
}

/* w normalnej wersji WWW jest reklama wtopiona w tlo w lewym gornym rogu strony */
/*
BODY#body-logo  { 
	background : url("logo.png");
	background-position : left top;
	background-repeat : no-repeat;
}



h3 {border: 3px; background-color: white; padding: 5px; width: 540px;}
h5 {background-color:#FFCC99;}

/*table*/
table.head {position: absolute; top: 150px; left: 3%; font-family: "Times New Roman"; font-size: 14px; width: 680px; border: 2px outset white; background-color: white;}
table.head td {background-color: gray; padding: 10px;}
th {background-color: silver; text-align: center; padding: 10px;}
table.head td.baner {background-color: gray; padding: 12px; font-family: "Times New Roman"; font-size: 16px;}

/*belki nawigacyjne i uzupełniające*/
a:link {color: black; text-decoration:none}
a:visited {color: black; text-decoration: none}
a:hover {color:red; text-decoration: underline}
a:active {color:black; text-decoration: none}


