html, body{
	margin:0px;
	padding:0px;
	background:rgb(249, 249, 247) url(img/bgg.gif) 50% 0 repeat-y;
	color:rgb(127, 127, 127);
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
body{
	text-align:center;
}

#w{
	position: absolute;
	z-index: 1;
	left: 50%;
	width:1000px;
	margin: 0 0 0 -500px;
}
#b1{
	position: absolute;
	z-index: 0;
	width: 50%;
	height: 260px;
	left: 0;
	background: url(img/bgl.png) 0 0 repeat-x; 
 }
 #b2{
	position: absolute;
	z-index: 0;
	width: 50%;
	height: 260px;
	right: 0;
	background: url(img/bgr.png) 0 0 repeat-x; 
 }
.adbox{
	text-align: center;
}

/* header */
#header{
	height:259px;
	background: url(img/top.jpg) 50% 50% no-repeat;
}
#topbaner{
	position: absolute;
	z-index: 2;
	top: 80px;
	left: 50%;
	width: 752px;
	height: 102px;
	margin: 0 0 0 -376px;
	text-align: center;
}
#topbaner img{
	border: 1px dashed rgb(255, 255, 255);
}
#topmenu{
	position:absolute;
	top: 7px;
	left:50%;
	margin: 0 0 0 350px;
	text-indent: -1000em;
	z-index:3;
}
#topmenu a{
	display: block;
	float: left;
	width: 30px;
	margin: 0 5px;
}
#topmenu a#onas{
	background:url(img/onas.gif) 0 0 no-repeat;
	height: 43px;
}
#topmenu a#onas:hover{
	background:url(img/onas2.gif) 0 0 no-repeat;
}
#topmenu a#porady{
	background:url(img/porady.gif) 0 0 no-repeat;
	height: 53px;
}
#topmenu a#porady:hover{
	background:url(img/porady2.gif) 0 0 no-repeat;
}
#topmenu a#artykuly{
	background:url(img/artykuly.gif) 0 0 no-repeat;
	height: 63px;
}
#topmenu a#artykuly:hover{
	background:url(img/artykuly2.gif) 0 0 no-repeat;
}
/* header EnD */

/* content */
#content{
	width: 1000px;
	background: url(img/content.png) 0 0 no-repeat;
	padding-top: 52px;
	margin-top: -51px;
}
#left{
	float: left;
	width:222px;
	margin: -52px 0 0 1px;
}
#main{
	float: left;
	width: 523px;
	margin: -52px 0 0 15px;
	text-align: justify;
}
#right{
	float: right;
	width:222px;
	margin: -52px 1px 0 0;
}
.box1{
	margin: 5px 0;
}
.box2{
	padding: 11px 11px 24px 11px;
	text-align: justify;
}
.box3{
	padding: 11px 11px 3px 11px;
	text-align: center;
}
.box4{
	padding: 0 10px;
	background: rgb(255, 255, 255);
}
#left .box1{
	background: url(img/boxl1.png) 50% 0 no-repeat;
}
#left .box2, #left .box3{
	background: url(img/boxl2.png) 50% 100% no-repeat;
}
#right .box1{
	background: url(img/boxr1.png) 50% 0 no-repeat;
}
#right .box2, #right .box3{
	background: url(img/boxr2.png) 50% 100% no-repeat;
}
#left .header, #right .header{
	margin: 2px 0;
	height: 46px;
	background: url(img/header.gif) 50% 0 no-repeat;
}
#left .header img, #right .header img{
	margin: 16px 0 0 20px;
}
#main .box1{
	background: url(img/boxm1.png) 50% 0 no-repeat;
}
#main .box1 ul{
	float: right;
	margin: 5px 20px 5px 0;
	padding: 0;
	width: 330px;
}
#main .box1 ul li{
	padding: 0;
	margin: 0;
	line-height: 25px;
	font-size: 11px;
	list-style: none;
	background: url(img/listbg.gif) 0 0 no-repeat;
}
#main .box1 li.title{
	font-weight: bold;
	color: rgb(213, 75, 0);
}
#main .box1 li span{
	text-decoration: underline;
}
#main .box1 img{
	float: left;
	margin: 20px;
}
#main .header #news{
	float: left;
	width: 460px;
	margin: 10px 0 0 30px;
	font-size: 11px;
	color: rgb(193, 193, 191);
}
*html #main .header #news{
	margin: 10px 0 0 15px;
}
#main .header #news h1{
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: rgb(213, 75, 0);
}
#main .header{
	margin: 2px 0;
	height: 46px;
	background: url(img/headerm.gif) 50% 0 no-repeat;
}

#main .info{
	height: 34px;
	margin: 10px;
	font-size: 11px;
	color: rgb(193, 193, 191);
	background: url(img/info.png) 0 0 no-repeat;
}
#main .box1 .info{
	width: 350px;
	float: right;
}
#main .info h1{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: rgb(213, 75, 0);
}
#main .info span{
	font-weight: bold;
}
.more{
	clear: both;
	margin: 10px;
	height: 30px;
	background: url(img/more.gif) 0 0 no-repeat;
}
.more div{
	float: left;
	height: 30px;
	margin: 0 0 0 10px;
	padding: 0 0 0 18px;
	line-height: 30px;
	vertical-align: middle;
}
.more div span{
	text-decoration: underline;
}
.more a.red{
	text-decoration: none;
	font-weight: bold;
	color: rgb(213, 75, 0);
}
.more a.blue{
	text-decoration: none;
	font-weight: bold;
	color: rgb(17, 123, 177);
}
.more div.kategoria{
	background: url(img/category.gif) 0 50% no-repeat;
}
.more div.liczba{
	background: url(img/numbers.gif) 0 50% no-repeat;
}
#main a.redbox, #main a.bluebox{
	float: right;
	margin: 5px;
}
#menu, #linki{
	padding: 0 11px 24px 11px;
}
#menu a{
	display: block;
	height: 30px;
	padding: 0 0 0 6px;
	color: rgb(46, 139, 186);
	line-height: 30px;
	vertical-align: middle;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
	background: url(img/menubg.png) 0 0 no-repeat;
}
#menu a span, #forum a span, #download a span{
	float: right;
	color: rgb(224, 224, 224);
	font-size: 8px;
	margin: 0 10px 0 0; 
	font-weight: bold;
}
#menu a:hover, #forum a:hover, #download a:hover{
	background: url(img/menubg2.png) 0 0 no-repeat;
}
#forum a, #download a{
	display: block;
	height: 30px;
	padding: 0 0 0 6px;
	color: rgb(127, 127, 127);
	line-height: 30px;
	vertical-align: middle;
	font-size: 11px;
	text-align: left;
	background: url(img/menubg.png) 0 0 no-repeat;
}
#forum a.special, #download a.special{
	font-weight: bold;
}
/* content EnD */

/* footer */
#footer{
	clear: both;
	height: 30px;
	margin: 10px 0;
	padding: 30px 20px;
	font-size: 9px;
	line-height: 15px;
	background: url(img/footer.png) 0 0 no-repeat;
}
#copyright{
	float: left;
	color: rgb(213, 75, 0);
	text-transform: uppercase;
	font-weight: bold;
}
#realizacja{
	float: right;
	text-align: right;
	color: rgb(216, 216, 215);
	text-transform: uppercase;
}
#realizacja a{
	font-weight: bold;
	color: rgb(216, 216, 215);
}
#map{
	clear: left;
	float: left;
	text-transform: uppercase;
	color: rgb(151, 151, 151);
}
#map a{
	color: rgb(151, 151, 151);
}
#partners{
	height: 25px;
	margin: 5px 0;
	text-align: center;
}
/* footer EnD */

/* all the rest */
a{
	text-decoration: none;
}
a.redbox{
	padding: 5px;
	background: url(img/red.gif) 0 0 repeat-x;
	color: rgb(255, 255, 255);
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
a.bluebox{
	padding: 5px;
	background: url(img/blue.gif) 0 0 repeat-x;
	color: rgb(255, 255, 255);
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
a.arrow {
	display: block;
	float: right;
	width: 11px;
	height: 11px;
	margin: 18px 20px 0 0;
	background: url(img/arrow.gif) 0 0 no-repeat;
	text-indent: -1000em;
}
#menu a.arrow:hover, #forum a.arrow:hover, #download a.arrow:hover, #menu a.arrow, #forum a.arrow, #download a.arrow{
	background: url(img/arrow.gif) 0 0 no-repeat;
}
*html a.arrow{
	margin: 18px 10px 0 0;
}
img.arrow2{
	float: right;
	width: 11px;
	height: 11px;
	padding: 0 20px 0 0;
}
a.rss, a.print, a.hot, a.new{
	display: block;
	float: right;
	width: 19px;
	height: 13px;
	margin: 0 5px;
	text-indent: -1000em;
}
a.rss{
	background: url(img/rss.gif) 0 0 no-repeat; 
}
a.print{
	background: url(img/print.gif) 0 0 no-repeat; 
}
a.hot{
	background: url(img/hot.gif) 0 0 no-repeat; 
}
a.new{
	background: url(img/new.gif) 0 0 no-repeat; 
}
img{
	margin:0;
	padding:0;
	border:0;
}
p{
	margin: 6px 10px;
}