*
{
	padding: 0;
	margin: 0;
}

a img
{
	border: none;
} 

body
{
	background: url(gfx/bkg.gif) top left repeat-x #fff;
	font-family: arial, tahoma, helvetica, sans-serif;
	color: #000;
	font-size: 13px;
}

#top-wrapper
{
	background: url(gfx/top.gif) top left no-repeat;
	margin: 0px auto 20px;
	width: 600px;
	padding-top: 26px;
}

#bottom-wrapper
{
	background: url(gfx/content-bottom2.gif) bottom left no-repeat;
	padding-bottom: 5px;
}

body.klauzula-on #bottom-wrapper
{
	background: url(gfx/content-bottom.gif) bottom left no-repeat;
}

#wrapper
{
	border-right: 1px solid #ff2400;
	border-left: 1px solid #ff2400;	
	background: #efefef;
}

#top
{
	background: #fff;
	text-align: center;
	padding: 20px 0 0;
}

.img-logo
{
	margin: 0 auto 20px;
}

#top .yellow
{
	background: #f9d600;
	padding: 10px 0 14px;
}

#top p
{
	font-family: 'Trebuchet MS', helvetica, 'bitstreamvera sans', sans;
	font-size: 13px;

}

.title
{
	background: #000;
	padding-bottom:10px;
	display: block;
	clear: both;
}

h1
{
	color: #f9d600;
	font-size: 36px;
	padding-left: 25px;
	padding-top: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.info
{
	text-align: center;
}

#content
{
	padding: 20px 25px 25px;
	
}

p
{
	line-height: 1.4em;
}

h3
{
	color: #ff2400;
	padding: 25px 0;
	font-size: 22px;
	font-weight: normal;
}

ul li
{
	list-style: none;
	padding-bottom: 3px;
	line-height: normal;
}

a
{
	color: #ff2400;
	text-decoration: underline;
}

.podsumowanie
{
	padding: 30px 0 0;
}

.klauzula
{
	background: #000;
	padding: 25px;
	font-size: 11px;
	color: #fff;
} 

