html, body {
	background-color:#ABABAB;
	color: #000;
	margin: 0;
	padding: 0;
	text-align:center;
}

#top {
	width: 876px;
	margin: 0 auto;
	
}

#NAGLOWEK {
	background-color: #888;
}

#TRESC {
	width: 100%;
	float: left;
	overflow: hidden;
	background-color: #888;
	background-image:url(images/index2.gif);
}

#TRESC .ZAWARTOSC {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 10px;
	padding-right: 55px;
	padding-bottom: 20px;
	padding-left: 55px;
	text-align: justify;
}
#TRESC .ZAWARTOSC a:link {
	color: #000080;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
#TRESC .ZAWARTOSC a:visited {
	color: #000080;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
#TRESC .ZAWARTOSC a:hover {
	color: #009900;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

#TRESC .h1 {
	text-align:center;
}

#TRESC .h2 {
	text-align:center;
}

.RAMKA {
	border-left: dashed;
	border-left-color: #FFFF66;
	border-left-width: 2px;
	background-color: #949494;
	border-bottom-color: #FFFF66;
	border-top:dashed;
	border-top-width: 2px;
	border-top-color:#FFFF66;
	border-right:dashed;
	border-right-width: 2px;
	border-right-color:#FFFF66;
	border-bottom:dashed;
	border-bottom-width: 2px;
	border-bottom-color:#FFFF66;
	padding:10px;
}

.wci {
	text-indent:25px;
}

#tabelka {
	border-style: solid;
	border-width: 2px;
	border-bottom-color:#000000;
}
#tabelka td {
	margin:0px;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-bottom-color:#000000;
	
}

#STOPKA {
	clear: both;
	height: 64px;
	width: 100%;
	background-color: #888;
	background-image:url(images/index3.gif);
}