body 
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color :#edf5cf;
	color: black;
	font-family: "tahoma", "helvetica", "arial", "sans-serif";
	font-size: 14px;
	text-align: left;
}


/*
img
{
	border: 0;
	padding: 3px 3px 3px 3px;
}
*/


td{
	font-family: "tahoma", "helvetica", "arial", "sans-serif";
	font-size: 12px;	
	color: #4d5043;
	text-align: left;
}


#pudelko
{
	position: relative;
	width: 900px;
	top: 10px;
}


#menu
{
	position: absolute;
	top: 0px;
	left:0px;
	width: 220px;
	height: 460px;
	background-image: url('../grafika/menu.png');
	background-repeat: no-repeat;
}

#kontakt
{
	position: absolute;
	top:460px;
	left:0px;
	width: 220px;
	height: 275px;
	background-image: url('../grafika/kontakt.png');
	background-repeat: no-repeat;
}
#gora
{
	position: absolute;
	top:0px;
	left:220px;
	width: 460px;
	height: 120px;
	background-image: url('../grafika/gora.png');
	background-repeat: no-repeat;
}
#srodek
{
	position: absolute;
	top:120px;
	left:220px;
	width: 460px;
	height: 400px;
	background-image: url('../grafika/srodek.png');
	background-repeat: no-repeat;
}
#dol
{
	position: absolute;
	top:520px;
	left:220px;
	width: 460px;
	height: 215px;
	background-image: url('../grafika/dol.png');
	background-repeat: no-repeat;
}
#prawo
{
	position: absolute;
	top:0px;
	left:680px;
	width: 220px;
	height: 735px;
	background-image: url('../grafika/prawo.png');
	background-repeat: no-repeat;
}
#stopka
{
        font-size: 11px;
	color: #989d83;
	position: absolute;
	top:735px;
	left:0px;
	width: 900px;
	height: 44px;
	border: 0px solid black;
}


#stopka a:hover {
	color: black;
	text-decoration: underline;
}

#stopka a{
	color: #989d83;
	text-decoration: none;
}


#srodek
{
        font-size: 13px;
	color: #4d5043;
	position: absolute;
	border: 0px solid black;
}


#srodek a:hover {
	color: black;
	text-decoration: underline;
}

#srodek a{
	color: #4d5043;
	text-decoration: none;
}

#kontakt
{
        font-size: 13px;
	color: #4d5043;
	position: absolute;
	border: 0px solid black;
}


#kontakt a:hover {
	color: black;
	text-decoration: underline;
}

#kontakt a{
	color: #4d5043;
	text-decoration: none;

