/* ogólne */

*
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html
{
	/*
	overflow: auto;
	*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #c8c8c8;
	background-image: url('../obrazki/gradient.jpg');
	background-position: center center;
	background-repeat: repeat-y;
}

body
{
	/*
	overflow: hidden;
	position: relative;
	*/
	width: 1000px;
	float: none;
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-style: normal;
	color: #253762;
	background-color: white;
}

/*
h1
{
	padding: 20px 0px 15px 0px;
	font-size: 18px;
	font-weight: bold;
}
*/

h2
{
	padding: 15px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
}

h3
{
	padding: 10px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
}

h4
{
	padding: 10px 0px 5px 0px;
	font-size: 12px;
	font-weight: bold;
}

p
{
	display: block;
	float: none;
	clear: both;
	padding: 5px 0px 5px 0px;
}

a, a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
	font-weight: bold;
	color: #3f517a;
/*	white-space: nowrap; */
}

img
{
	display: block;
}

table, tr, td
{
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}


ul, li
{
	/*display: block;*/
	list-style: none;
}

div#gora
{
	width: 1000px;
	min-height: 170px;
	float: none;
	clear: both;
}

div#klatka
{
	width: 1000px;
	padding: 0px 0px 0px 0px;
	min-height: 1000px;
	overflow: hidden;
	float: none;
	clear: both;
}

div#lewa
{
	width: 200px;
	min-height: 1000px;
	float: left;
	margin-bottom: -22000px;
	padding-bottom: 22000px;
}

div#srodek
{
	width: 800px;
	min-height: 1000px;
	padding: 0px 0px 0px 0px;
	margin-bottom: -22000px;
	padding-bottom: 22000px;
	float: left;
	text-align: justify;
}

div#prawa
{
	display: none;
	width: 189px;
	min-height: 1000px;
	float: right;
	margin-bottom: -22000px;
	padding-bottom: 22000px;
}

div#dol
{
	width: 1000px;
	float: none;
	clear: both;
	text-align: center;
	font-size: 10px;
	border-top: 3px double white;
}

div#dol p a
{
	font-weight: bold;
}