/* CSS Document by Blanka */


/* header dla adtotal */
#Header{
	width:970px;
	margin:0px auto;
	height:80px;	
}

/* nawigacja */
#stgNavi{ 
	margin-bottom:10px;
}

/* top box szeroki */
#stgTop{ 
	margin-bottom:10px;
}


/* kolumna 640 */
#stgCol620 { 
	width:612px; 
	margin-bottom:10px;
	padding-right:8px;
}

/* kolumna 320 */
#stgCol320 { 
	width:320px; 
	margin-bottom:10px;
}

/* ///pozycja kolumn/// */
/* /// wersja dwukolumnowa dodajemy do stgMain klasê R300 - stgCol300 po prawej/// */
/* /// wersja dwukolumnowa dodajemy do stgMain klasê L300 - stgCol300 po lewej/// */

#wpMain{
	background-color:#fff;
	width:970px;
}
#wpMain:after{
	display:block;
	clear:both;
	content:'';
}
#wpMain.L320 #stgCol320{
	float:left;
}
#wpMain.L320 #stgCol620{
	float:right;
}


/* boksy */
.bx{
	margin-bottom:10px;
}
