/* CSS Document */
*
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#999999;
	color:#000000;
	text-align: center;
}

img
{
	border: 0px;
	text-align: center;
}


a {
	font-family:Arial, Helvetica, sans-serif
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td
{
}

div#park
{
	margin: 0 auto;
	width: 980px;
	background:#b2b2b2;
}

div.magazyn
{
	border: 1px solid #000000;
	width: 150px;
	height: 60px;
	line-height: 60px;
	text-align:center;
	float: right;
	font-size: 14px;
	font-weight:bold;
	background:#CCCCCC;
}

div.magazyn a
{
	color:#000000;
	font-size: 14px;
	font-weight:bold;
}

div.parki
{
	border: 1px solid #000000;
	width: 160px;
	height: 45px;
	padding-top: 15px;
	text-align:center;
	float: left;
	margin-top: 140px;
	font-size: 14px;
	font-weight:bold;
}

td.opis
{
	width:560px;
	border: 1px solid #000000;
	text-align:left;
	padding: 10px;
}
td.naglowek
{
	border: 1px solid #000000;
	padding: 10px;
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	background: #CCCCCC;
} 
td.naglowek a
{
	color:#000000;
	font-size: 14px;
	font-weight:bold;
}

td.mapy
{
	border: 1px solid #000000;
	padding: 10px;
	text-align:center;
	width:150px;
	background: #CCCCCC;
}