*
{
	padding: 0;
	margin: 0;
}

a img
{
	border: 0px;
}

body
{
	background: #fff;
	font-family: 'Arial';
	color: #000;
	font-size: 13px;
	line-height: 1.3em;
}


#wrapper
{
 	margin: 0 auto;
	width: 718px;
}

 
#content
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	color: #000;
	clear: both;
	overflow: auto;
	background: url(gfx/content-bkg.gif) top left repeat-y #fff;

}

* html #content
{
	height: 480px;
}

.left-wrapper
{
	float: left;
	display: block;
	width: 250px;
	padding: 0 10px;
}

.center-wrapper
{
	float: left;
	display: block;
	width: 255px;
	padding: 0 10px;
}

.right-wrapper
{
	float: right;
	display: block;
	width: 150px;
	padding-left: 10px;
	font-size: 12px;
	color: #ffb284;
}

p.center2
{
	text-align: center;
	margin-bottom: 10px;
}

h1
{
	text-transform: uppercase;
	font-size: 18px;
	color: #ffb284;
	font-weight: normal;
	text-align: center;
	line-height: normal;
}

h3
{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin-top: 15px;
}

h3.first
{
	margin-top: 0px;
}

ul, ol
{
	margin-left: 15px;
	margin-bottom: 10px;
}

p, .klauzula
{
	
	margin-bottom: 10px;
	
}

a
{
	color: #ffb284 !important;
	text-decoration: underline;
}


#content ul li
{
	list-style: square;
}

#bottom
{
	color: #000;
	background: #ffb284;
	overflow: auto;
	clear: both;
	float: none;
	margin: 0px 0 20px;
	padding: 5px 0px 5px 10px;
}

#bottom img
{
	float: right;
	margin: 20px 0px 0px;
}

.right-bott
{
	width: 440px;
	float: left;
	font-size: 12px;
}

* html #bottom
{
	height: 80px;
	overflow: none;
}

* html .right-bott
{
/*	width: 450px;*/
}

.klauzula
{
	font-size: 10px;
	line-height: normal;
	text-align: justify;
}

