*
{
	padding: 0;
	margin: 0;
}

body
{
	background: #e4e4e4;
	font-family: 'trebuchet ms','arial';
	color: #333333;
	font-size: 13px;
} 

#wrapper
{
	margin: 0 auto;
	width: 638px;
	background: #e4e4e4;
	padding: 1px;
	border: 6px solid #f7f7f7;
}

#content-wrapper
{
	width: 636px;
	border: 1px solid #646464;
	background: #fff;
}

#top
{
	background: url(gfx/top.gif) top left no-repeat;
	overflow: auto;
	margin: 0px 20px;
	text-align: center;
	padding: 40px 0px 0;
	position: relative;
}

#top img
{
	border: 0px;
	margin: 0px;
	outline: 0px;
	clear: both;
	float: none;
	margin-bottom: 10px;
}

#top a.link
{
	position: absolute;
	top: 10px;
	left: 20px;
	display: block;
	padding: 10px 110px;
}

* html #top a.link
{
	position: absolute;
	top: 0px;
	left: -160px;	
}

#top p
{
	padding: 0 20px;
}

h1
{
	font-weight: bold;
	font-size: medium;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.5em;
	text-align: center;
	color: #000080;
}

a,
a.active,
a:link,
a.visited,
a:active,
a:hover
{
	color: #940605;
	text-decoration: underline;
}

#content
{
	padding: 40px 20px 10px;
	background: url(gfx/bkg.jpg) 0 70px no-repeat #fff;
}

#content h5
{
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
}

#content h3
{
	padding: 10px 0px;
}

#content p, ul, ol
{
	padding: 0px 0 30px;
}

#content ul, ol
{
	padding-left: 15px;
}

.podsumowanie
{
	margin-top: 30px;
	text-align: center;
}

#content .podsumowanie p
{
	padding-bottom: 10px;
}

.klauzula p
{
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
}

#bottom
{
	background: url(gfx/bottom.gif) top left no-repeat;
	padding: 20px 0;
	display: block;
	clear: both;
	margin: 0 20px;
	position: relative;
}

#bottom a.link
{
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	padding: 10px 110px;
}

* html #bottom a.link
{
	position: absolute;
	top: 0px;
	right: 25px;
}
