@charset "utf-8";
/* CSS Document */
/* ----- main setting - start ----- */
*
{
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #7e7e7e;
}

body
{
	background-color: #fff;
	background-image: url(images/tlo.jpg);
	background-repeat: repeat-x;
}

img 
{
display: block;
}

a, a:link, a:active
{
	font-weight: bold;
	color: #940808;
	text-decoration: none;
	outline: none;
}

a.plum, a.plum:link, a.plum:active
{
	font-weight: bold;
	color: #7e7e7e;
}

a:hover
{
	color: #00f;
	text-decoration: underline;
}

a img 
{
border: 0px;
}

ul
{
  padding: 20px 0px 0px 60px;
  
}

li
{
  margin-bottom: 5px;
  color: #000;
}

ul.prawa
{
  padding: 0px 0px 0px 5px;
}

/* ----- main setting - end ----- */

/* ----- main div - start ----- */
#main 
{
	width: 960px;
	background-image: url(images/tlo_main.jpg);
	background-repeat: no-repeat;
}
/* ----- main div - end ----- */

/* ----- top div - start ----- */
#top 
{
	width: 960px;
	height: 160px;
}

.logo
{
float: left;
padding-left: 25px;
margin-top: 60px;
}
/* ----- top div - end ----- */

/* ----- menu div - start ----- */
#menu
{
	width: 625px;
	height: 100px;
	float: right;
	margin-top: 60px;
	background-image: url(images/tlo_menu.jpg);
	background-repeat: no-repeat;
}

.button1
{
float: left;
margin-top: 55px;
padding-left: 137px;
}

.button2
{
float: left;
margin-top: 55px;
padding-left: 78px;
}

.button3
{
float: left;
margin-top: 55px;
padding-left: 88px;
}
/* ----- menu div - end ----- */

/* ----- content div - start ----- */
#content
{
	width: 960px;
	min-height: 290px;
	margin-top: 20px;
}

#content h1
{
padding-left: 30px;
padding-top: 90px;
padding-right: 30px;
text-align: justify;
line-height: 18px;
}

#content p
{
padding-left: 30px;
padding-top: 20px;
padding-right: 30px;
text-align: justify;
line-height: 18px;
}

.pic
{
float: right;
overflow: auto;
}
/* ----- content div - end ----- */

/* ----- content2 div - start ----- */
#content2
{
	width: 960px;
	min-height: 290px;
	margin-top: 20px;
}

#content2 h2
{
text-align: justify;
line-height: 18px;
padding-bottom: 10px;
}

#content2 p
{
text-align: justify;
line-height: 18px;
padding-bottom: 22px;
}

.mini
{
float: left;
margin-right: 20px;
}

.pojemnik
{
width: 420px;
float: left;
padding-left: 30px;
}

#box_left1
{
	width: 420px;
	float: left;
	padding-top: 90px;
	padding-bottom: 30px;
	border-bottom: solid 1px #cfcfcf;
}

.pojemnik2
{
width: 900px;
padding-left: 30px;
padding-right: 30px;
}

.box_left
{
	width: 420px;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #cfcfcf;
}

.box_left_bottom
{
	width: 420px;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

.box_right
{
	width: 420px;
	float: right;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #cfcfcf;
}

.more
{
width: 250px
height: 30px;
padding: 7px;
background-color: #cfcfcf;
}

/* ----- content2 div - end ----- */

/* ----- footer div - start ----- */
#footer
{
	width: 900px;
	height: 80px;
	background-image: url(images/podzial.jpg);
	background-repeat: no-repeat;
	clear: both;
	margin-top: 50px;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
}

#footer a
{
float: left;
}

#footer p
{
float: right;
}
/* ----- footer div - end ----- */
