body 
{
	margin: 0px;
}

div.gora
{
	margin: 0px;
	min-width: 1024px;
	/*float: center;*/
	text-align: center;
	background: #cdcdcd;
	z-index: 0;
}

ul.menu
{
	float: center;
	margin-top: 0px;
	text-align: center;
	width: 1024px;
	height: 60px;
	background: #cdcdcd;
	list-style-type: none;
	list-style-position: outside;
}

li.przycisk
{
	float: left;
	width: 200px;
	height: 50px;
	display: block;
	position: relative;
	text-align: center;
	/*margin-left: 5px;*/
	/*border-width: 1px;*/
	border-style: solid;
	border-color: #aaaaaa;
	background: #999999;
}

li.przycisk a:link
{
	color: #eeeeee;
	font-size: 20px;	
}

li.przycisk a:visited
{
	color: #eeeeee;
	font-size: 20px;	
}

/*Qniec Menu*/

#strona
{
	background: #dddddd;
	border-radius: 40px;
	border-width: 15px;
	border-style: solid;
	border-color: #eeeeee;
	margin: 15px;
	margin-top: -60px;
	position: relative;
	width: 1000px;
	z-index: -1;
}

div.lewo
{
	float: left;
	width: 225px;
	margin-left: 15px;
	text-align: center;
	background: #cdcdcd;
}

div.srodek
{
	float: center;
	width: 450px;
	background: #cdcdcd;
}

div.prawo
{
	float: right;
	width: 225px;
	margin-right: 15px;
	background: #cdcdcd;
}

div.dol
{
	float: center;
	background: #cdcdcd;
}

div.kontener
{
	float: center;
	border-width: 2px;
	border-style: groove;
	border-color: #cccccc;
	background: #bbbbbb;
}

div.pudlo
{
	float: center;
	width: 400px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-width: 5px;
	border-style: solid;
	border-color: #aaaaaa;
	background: #999999;
}

hr
{
	border-color: ffffff;/*#aaaaaa;*/
    border-width: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 974px;
}
