html, body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background: url(gfx/tlo_glowne.gif);
	color: #000000;
	text-align: center;
	font-family: calibri, helvetica, sans-serif, verdana, tahoma;
	font-size: 15px;
}

#top {
	width: 780px;
	margin-top: 30px;
	background-color: #ffffff;
	
}

#naglowek {
	background: url(gfx/tlo_glowne.gif);
}


h4 {
	font-size: 16px;
}

h5 {
	color: #9a0000;
	font-size: 1em;
}



/* linki */

a 
	{
	 color: #9a0000; 
	 font-size: 1em;
	 text-decoration:underline;
	}
a:visited 
	{
	 color: #c60000;
	}
a:hover 
	{
	 color:#cb8583;
	}


/* koniec - linki */


/* menu */

#menu {
	width: 150px;
	float: left;
	overflow: hidden;
	background-color: #ffffff;
	text-align: left;
	font-family: verdana, tahoma;
	font-size: 13px;
	font-weight: bold;
}

#menu ul, #menu ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul {
	width: 160px;
	margin-top: 1px;
}

#menu ul a:link, #menu ul a:visited {
	display: block;
	width: 146px;
	text-decoration: none;
	background-color: #e6e6e6;
	color: #000;
	padding: 5px;
	border: 2px outset #e6e6e6;
}

#menu ul a:hover {
	border-style: inset;
	padding: 7px 3px 3px 7px;
}

/*koniec menu*/



#tresc {
	width: 630px;
	float: left;
	overflow: hidden;
	background-color: #ffffff;
}

#stopka {
	clear: both;
	width: 100%;
	background-color: #e6e6e6;
}

#naglowkowa {
	width: 100%;
	text-align: left;
	table-layout: fixed;
}

#zawartosc {
	width: 100%;
	text-align: left;
	table-layout: fixed;
}

#licznik {
	text-align: right;
}


td.n1 {
	width: 780;
	background-color: #e6e6e6;
}

td.n2 {
	width: 0;
	background-color: #e6e6e6;
}



td.k1, td.k2, td.k3, td.k4 {
	width: 315;
}


td.k1 {
	background-color: #ffffff;
}

td.k2 {
	background-color: #e6e6e6;
	text-align: right;
	
}

td.k3 {
	background-color: #ffffff;
	padding: 5px;
}


td.k4 {
	background-color: #e6e6e6;
	padding: 5px;
}




