/* Uslugi podatkowe */
html, body, h1, h2, ul, li, p {margin: 0; padding: 0;}

/* body default */
body {font: 0.625em/1.5em tahoma,helvetica, arial, sans-serif; background: #fff; color: #000;}


/* modules */
.container {margin: 0 auto; width: 960px;}


/* header */
#header {background: #abc600 url(../img/site/header-background.gif) repeat-x 0 100%; height:147px;}
		#header .container {overflow: hidden;}
			#header .container a img{float:left; text-decoration:none; border:0; padding:60px 0 0 0;}
			#header .container h1{padding:90px 0 0 700px; font-size:22px; color:#abc600;}

#content .container {overflow: hidden;}
	#content .container #menu{float:left; width:260px; padding-top:30px;}
		#content .container #menu ul li {border-color: #cf2121; border-width: 2px; margin-left: 6px; list-style:none; background: #fff url(../img/site/menu.gif) no-repeat;}
		#content .container #menu ul li a {padding: 0 0 0 10px; font-size: 1.5em; line-height: 2em; color: #505050; text-decoration:none;}
	#content .container #tresc{float:left; width:700px;}
		#content .container #tresc .top{min-height:190px; _height:190px; margin-top:20px; background: #abc600 url(../img/site/top-background.jpg) no-repeat;}
			#content .container #tresc .top h1{color:#fff; margin-left:300px; padding-top:20px; font-size:1.8em;}
			#content .container #tresc .top p{color:#646060; margin-left:300px; padding-top:20px; padding-right:10px; line-height: 1.5em; font-size: 1.2em;}
				#content .container #tresc .top p a{text-decoration:none; color:#646060; font-weight:bold;}
			#content .container #tresc .top ul {padding-left:330px; font-size: 1.2em;  line-height: 1.5em; color:#646060;}
		#content .container #tresc .bottom{min-height:180px; _height:180px; margin-top:20px; background: #fbfae8 url(../img/site/bottom-background.jpg) 100% 0 no-repeat; }
			#content .container #tresc .bottom h1{color:#abc600; width:400px; margin-left:30px; padding-top:10px; font-size:1.4em;}
			#content .container #tresc .bottom p{color:#707070; width:400px; margin-left:30px; padding-top:20px; font-size: 1.2em;}
				#content .container #tresc .bottom p a{text-decoration:none; color:#abc600; font-weight:bold;}
			#content .container #tresc .bottom ul {padding-left:60px; width:400px; font-size: 1.2em;  line-height: 1.5em; color:#707070;}
			

