/* Osnovna postavitev
----------------------------------------------------------------------------------------------------*/
.osn_postava {margin-left: auto; margin-right: auto; width: 960px;}

/* Stolpci >> Globalno
----------------------------------------------------------------------------------------------------*/
.stolp_1,
.stolp_2,
.stolp_3,
.stolp_3a,
.stolp_4,
.stolp_5,
.stolp_6,
.stolp_7,
.stolp_8,
.stolp_9,
.stolp_10,
.stolp_11,
.stolp_11a,
.stolp_11b,
.stolp_12 {display:inline; float: left; position: relative; margin-left: 10px; margin-right: 10px;}

/* Mreža >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.postavi_levo {margin-left: 0;}
.postavi_desno {	margin-right: 0;}
.postavi_sredino {margin:0;}

/* Širina >> 12 Stolpcev
----------------------------------------------------------------------------------------------------*/
.osn_postava .stolp_1 {width:60px;}
.osn_postava .stolp_2 {width:140px;}
.osn_postava .stolp_3 {width:220px;}
.osn_postava .stolp_3a {width:290px;}
.osn_postava .stolp_4 {width:300px;}
.osn_postava .stolp_5 {width:380px;}
.osn_postava .stolp_6 {width:460px;}
.osn_postava .stolp_7 {width:540px;}
.osn_postava .stolp_8 {width:620px;}
.osn_postava .stolp_9 {width:700px;}
.osn_postava .stolp_10 {width:780px;}
.osn_postava .stolp_11 {width:860px;}
.osn_postava .stolp_11a {width:940px;}
.osn_postava .stolp_11b {width:930px;}
.osn_postava .stolp_12 {width:940px auto;}
/*.osn_postava .stolp_12 {width:940px;}*/ /* kjer je meni */

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */
.clear {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}