html { 
 margin: 0px; 
}

body {
	margin: 0px;
	padding: 0px;
	font: 0.7em Arial, Helvetica, sans-serif;
	background-color:#FFDDBF;
}

/* permanentni hoover za linke */
A:link { text-decoration:none }
A:visited { text-decoration:none }
A:hover { text-decoration:underline }

#okvir {
 min-width: 800px;  /* Always good to have on full width liquid CSS layouts,  
                 google "min-width IE" for JS solutions there  */
 width: 100%;               /* total width */
 }      

#stolpec_zgoraj {
 border-bottom: 2px solid #54361C;
 height:160px;
 background-color: #FF7700;
}

#stolpec_levo {
 float:left;
 width:114px;
 margin-top:0px;
 background-color:#DDC0A6;
 padding: 10px 20px 20px 20px;
 }

#stolpec_desno {
 float:right;
 right:0px;
 width:180px;
 padding-left: 20px;
 background-color:#FFBB7F;
 margin: 20px 0px 20px 24px;
}

#stolpec_center {
 margin: 0px;
 padding:10px;
 border-left: 154px solid #DDC0A6;
 border-right: 200px solid #FFBB7F;
 padding-bottom:300px;
}

#noga {
 position:relative;
 border-top: 2px solid #54361C;
 height:50px;
 text-align:center;
 background-color: #FF7700;
}
.povezava {
	text-decoration: none;
	color: #FF3300;
}
