html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: arial;
	font-size: 12px;
}

#stran {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#glava {
	width: 100%;
	height: 150px;
	border: 1px solid red;
}


#vsebina {
	/*width: 80%;
	padding-bottom:20px;
	float:right;*/
}
#menu_zgoraj {
	display: none;
}
#menu_levi {
	/*width: 20%;
	padding-bottom:20px;*/
	float:left;
	margin: 0;
	display: none;
}
#menu_desni {
	/*width: 20%;
	border: 1px solid #000000;*/
	float:right;
	margin: 0;
	display: none;
}
#noga {
	width: 100%;
	/*height: 20px;*/
	/*border: 1px solid #000000;*/
	clear: both;
	position:absolute;
}