/*******************************/
/*  Created by Mariusz Galka   */
/*  Copyright by IguanaStudio  */
/*******************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	text-align: center;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3d3324;
	background: #c1ab7c url(../../../images/background.jpg) repeat-x 0 0;
}
div {
	text-align: left;
}
p {
	padding: 0;
	margin: 0 0 15px;
	line-height: 135%;
	text-align: justify;
}
a {
	color: #0054ef;
	text-decoration: underline;
}
a:hover {
	color: #3f82ff;
}
/*----[ dodatkowe klasy ]-----------------------------------------------------------------------*/
.clear {
	clear: both;
}
.do_lewej {
	float: left;
}
.do_prawej {
	float: right;
}
.img_right {
	float: right;
	margin: 0 0 0 15px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/*----[ kontener ]-----------------------------------------------------------------------*/
#wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
/*----[ tresc ]-----------------------------------------------------------------------*/
h1.n_rozlicz_sie {
	height: 200px;
	text-indent: -9999px;
	background: transparent url(../../../images/n_rozlicz_sie.jpg) no-repeat 0 0;
}
h2 {
	color: #198300;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 6px;
	padding: 1px 0 0 27px;
	background: transparent url(../../../images/background_h2.gif) no-repeat left center;
}
ul {
	margin: 0 0 15px 27px;
	overflow: hidden;
}
ul li {
	line-height: 130%;
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	background: transparent url(../../../images/li.gif) no-repeat 0 5px;
}
small {
	font-size: 11px;
}
#ramka_white {
	background: #fff;
	padding: 0 30px 15px;
	margin: 0 100px;
}
/*----[ stopka ]-----------------------------------------------------------------------*/
#stopka {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #906626;
	padding: 15px 0;
}