body
{
	background: url(../img/bg.png) repeat-x #efefef;
	margin: 0;
	font-family: verdana, sans-serif;
	padding: 0;
	color: #353535;
	text-align: center;
}

#page
{
	background: white;
	margin: 30px auto;
	text-align: left;
	padding-top: 0px;
	width: 999px;
}

img
{
	border: 0;
}

.gora
{
	margin: 0;
	padding: 2px 0 10px 0;
}

.gora_right
{
	float: right;
	margin: 10px;
	padding-right: 10px;
}

#menu
{
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}

#menu ul
{
	margin:0 auto;
	background: #443374;
	width: 90%;
	height: 34px;
	padding: 0 25px 0 25px;
	list-style: none;
}

#menu ul li
{
	list-style: none;
	float: left;
	padding: 5px 40px 5px 0px;
}

#menu ul li a
{
	font-size: 9pt;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

#menu ul li a:hover
{
	color: #ee8000;
	text-decoration: none;
}

a
{
	font-weight: bold;
	color: #2d0f72;
	text-decoration: none;
}

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

.top
{
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}

.top img
{
	border: 3px solid #efefef;
}

.logo
{
	float: left;
	margin: 10px 0 0 20px;
}

#zawartosc
{
	background: white;
	width: width: 999px;
}

.left
{
	border-right: 1px solid #efefef;
	padding: 0px 30px 0 00px;
	float: left;
	margin: 20px 20px 20px 20px;
}

.right
{
	text-align: justify;
	width: 600px;
	line-height: 160%;
	font-size: 10pt;
	float: right;
	margin: 20px 30px 20px 20px;
}

.left ul
{
	margin:0 auto;
	padding: 0px 25px 0 25px;
	list-style: none;
}

.left ul li
{
	background: url(../img/arrow.png) no-repeat left;
	list-style: none;
	border-bottom: 1px solid #efefef;
	padding: 5px 20px 5px 30px;
}

.left  ul li a
{
	font-size: 9pt;
	font-weight: bold;
	color: #2d0f72;
	text-decoration: none;
}

.left ul li a:hover
{
	color: #ee8000;
	text-decoration: none;
}

.right ul
{
	padding-left: 10px;
}

.right ul li
{
	text-align: left;
	margin:0 0 5px 5px;
}

h1
{
	font-size: 16pt;
	font-weight: normal;
	color: #ee8000;
}

#stopka
{
	width: 999px;
	margin: auto;
	padding: 0 0 20px 0;
}

.logotypy
{
	float: left;
	padding: 0 0 20px 0;
}

.copyright
{
	padding: 40px 0 0px 0;
	float: right;
	font-size: 8pt;
	color: gray;
}

table
{
	width: 100%;
	background-color: white;
	padding: 0px;
	border-spacing: 0px;
	border-style: none none none none;
}

table th
{
	font-size: 14px;
	font-weight: bold;
	color: #fafafa;
	background-color: #909090;
	border-width: 1px 1px 1px 1px;
	border-style: none none solid none;
	padding: 10px;
	vertical-align: top;
	text-align: justify; 
}

table td
{
	font-size: 12px;
	color: #fafafa;
	background-color: #909090;
	border-width: 1px 1px 1px 1px;
	border-style: none none solid none;
	padding: 10px;
	vertical-align: top;
	text-align: justify;
}


