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

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


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

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

/* kolumna 180 */
#stgCol180 { 
	width:180px; 
	margin-bottom:10px;
}

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

/* kolumna 325 */
div.stgCol325a { 
	width:325px; 
	margin-bottom:10px;
}

div.stgCol325b { 
	width:325px; 
	margin-bottom:10px;
}

div.stgCol325-double {
	clear:both;
	overflow:hidden;
	background:url(http://i.wp.pl/a/i/szkola2/bx03_double_bg.gif) repeat-y 0 0;
	margin-bottom:5px	
}

* html div.stgCol325-double { height:1% }

div.stgCol325-btm {
	height:9px; 
	clear:both; 
	overflow:hidden; 
	background:url(http://i.wp.pl/a/i/szkola2/bx03_sprites.gif) no-repeat 0 -18px
}

/* ///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.R300 #stgCol300{
	float:right;
}
#wpMain.R300 #stgCol660{
	float:left;
}
#wpMain.L300 #stgCol300{
	float:left;
}
#wpMain.L300 #stgCol660{
	float:right;
}

/* /// wersja trzykolumnowa (180/470) dodajemy do stgCol660 klasę R180 - stgCol180 po prawej/// */
/* /// wersja trzykolumnowa (180/470) 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) dodajemy do stgCol660 klasę R325a - stgCol325a po prawej/// */
/* /// wersja trzykolumnowa (325/325) dodajemy do stgCol660 klasę L325a - stgCol325a po lewej/// */

#stgCol660.R325a div.stgCol325a{
	float:right;
}
#stgCol660.R325a div.stgCol325b{
	float:left;
}
#stgCol660.L325a div.stgCol325a{
	float:left;
}
#stgCol660.L325a div.stgCol325b{
	float:right;
}

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

