body {
	margin:0px;
	padding:0px;
	background-color:#58D7C2;
	background-image: url(/img/bg_main_top.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font-family:Tahoma;
}
h2 {
font-family:Tahoma;
font-size:16px;
line-height:18px;
font-weight:bold;
padding:5px 0;
}
img{border:none;}
#belka-admin{
	position:fixed;
	top:0;
	text-align:center;
	width:100%;
	background:#e0d285;
	padding:10px;
}
a.admin-link{
	color:#000;
	text-decoration:none;
	background:#c2ca3e;
}
a.admin-link:hover{
	background:#ff8040;
}
#container{
	width:743px;
	margin:0 auto;
	border:solid 1px #ccc;
	background:#fff;
}
#middle{
	padding-bottom:30px;
}
#left{
	width:214px;
	float:left;	
}
#right{
	width:509px;
	float:left;
	padding:0 10px;
}
.clr{
	clear:both;
}
#left .space{
	height:48px;
	width:214px;
	background: url(/img/bg_3.gif) no-repeat #7C7C7C;
}
#left #info-box{
	height:136px;
	padding:5px 20px 40px 20px;
	background: url(/img/bg_2.gif) bottom left no-repeat #6C6C6C;
	color:#fff;
}
#left #info-box a{
	color:#fff;
	text-decoration:none;
}
#right{
	background: url(/img/bg_4.gif) right top no-repeat;
}
#footer{
	background: url(/img/bg_main_bottom.gif) repeat-x #fff;
	padding-top:20px;
	height:60px;
	text-align:center;
}
/*TRESC*/
div#col-left{
	width:220px;
	float:left;
}
div#col-right{
	width:275px;
	padding-left:10px;
	float:left;
	border-left:solid 1px #eee;
}
span.label{
	display:block;
}
span.field{
	display:block;
}
input.submit{
	width:100px;
	height:auto;
	background:#222;
	color:#fff;
	padding:5px;
}
/* AKTUALNOSCI */
#news .news .tytul{
	display:block;
	font-size:300%;
	font-weight:bold;
	padding:10px;
	text-decoration:none;
}
#news .tresc{
	padding:0 20px;
}
#news .news .tytul a{
	text-decoration:none;
}
#news .news .tytul a:hover{
	text-decoration:underline;
}
#newsy{
	padding:20px 10px;
}
#newsy .news{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #eee;
}
#newsy .news span.data{
	margin-right:5px;
}
#newsy .news .tytul a{
	text-decoration:none;
}
#newsy .news .tytul a:hover{
	text-decoration:underline;
}
#col-right .news{
	margin-bottom:5px;
}
#col-right .news span.data{
	margin-right:5px;
}
#col-right .news .tytul a{
	text-decoration:none;
}
#col-right .news .tytul a:hover{
	text-decoration:underline;
}

/*INFO BOX*/
#info-box div.art_tresc{
	color:#fff;
}

/*PRODUKTY*/
div.produkty{
	padding:30px 0;
}
div.produkty div.produkt_mini{
	width:150px;
	height:170px;
	float:left;
	padding:5px;
	margin:0 5px 5px 0;
	border:solid 1px #eee;
	overflow:hidden;
}
div.produkty div.produkt_mini:hover{
	border:solid 1px #333;
}
div.produkty div.produkt_mini img{
	border:none;
}
div.produkty div.produkt_mini a{
	text-decoration:none;
}
div.produkty div.produkt_mini h3.produkt_tytul{
	padding:0;
	margin:0;
	text-align:center;
}
