/* CSS Document by ZWM */


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

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


/* kolumna 660 */
#stgCol660 { 
	width:660px; 
	margin-bottom:10px;
}

/* kolumna 300 */
#stgCol300 { 
	width:300px; 
	margin-bottom:10px;
}

/* kolumny 325 */
#stgCol325a { 
	width:325px; 
	margin-bottom:10px;
}
#stgCol325b { 
	width:325px; 
	margin-bottom:10px;
}

/* kolumna 470 */
#stgCol470 { 
	width:470px; 
	margin-bottom:10px;
}

/* kolumna 180 */
#stgCol180 { 
	width:180px; 
	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/// */
#stgMain{
	margin:0px auto;
	background-color:#fff;
	width:970px;
}
#stgMain:after{
	display:block;
	clear:both;
	content:'';
}
#stgMain.R300 #stgCol300{
	float:right;
}
#stgMain.R300 #stgCol660{
	float:left;
}
#stgMain.L300 #stgCol300{
	float:left;
}
#stgMain.L300 #stgCol660{
	float:right;
}

/* /// wersja trzykolumnowa (180/470 i 300) dodajemy do stgCol660 klasę R180 - stgCol180 po prawej/// */
/* /// wersja trzykolumnowa (180/470 i 300) dodajemy do stgCol660 klasę L180 - stgCol180 po lewej/// */
#stgCol660.R180 #stgCol180{
	float:right;
}
#stgCol660.R180 #stgCol470{
	float:left;
}
#stgCol660.L180 #stgCol180{
	float:left;
}
#stgCol660.L180 #stgCol470{
	float:right;
}

/* /// wersja trzykolumnowa (325/325 i 300) dodajemy do stgCol660 klasę R325a - stgCol325a po prawej/// */
/* /// wersja trzykolumnowa (325/325 i 300) dodajemy do stgCol660 klasę L325a - stgCol325a po lewej/// */
#stgCol660.R325a #stgCol325a{
	float:right;
}
#stgCol660.R325a #stgCol325b{
	float:left;
}
#stgCol660.L325a #stgCol325a{
	float:left;
}
#stgCol660.L325a #stgCol325b{
	float:right;
}

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

