/* ------------------------------------------------------------------ */
/* --- CSS Document [-------.lt] ------------------------------------ */
/* ------------------------------------------------------------------ */
/* --- Includes: ---------------------------------------------------- */
/* ------- ie.css [IE stuff] ---------------------------------------- */
/* ------- css.css [Typography & bloks] ----------------------------- */
/* ------- behaviors.css [IE stuff] --------------------------------- */
/* ------------------------------------------------------------------ */
/* --- Author: [mp] ------------------------------------------------- */
/* ------------------------------------------------------------------ */
* { margin:0; padding:0}
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%; /* needed for world min-height */
	background-image: url(/images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #FFFFFF;
}
.clear {
	clear: both;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:0; padding:0;
}
/* ------------------------------------------------------------------ */
/* --- Layout [world] ----------------------------------------------- */
/* ------------------------------------------------------------------ */
#world {
	width:100%;
	background-color:#fff;
	height:100%; /* IE6: treaded as min-height*/
	background-image: url(/images/world_bg.jpg);
	background-repeat: no-repeat;
	background-position:right top;
	vertical-align: top;
}
#logo {
	background-color: transparent;
	margin-top: 20px;
	margin-left: 23px;
	padding:0;
}
#savireklama {
	position: absolute;
	top: 18px;
	left: 283px;
	padding: 3px 4px 3px 4px;
	width: 468px;
	height: 60px;
	background-image: url(/images/savi_rek_bg.png);
	display: block;
}
/* --- left [m-holder] ---------------------------------------------- */
#m-left {
	width: 263px;
	background-color: transparent;
	background-image: url(/images/m-left_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#left-side {
	margin-top: 55px;
}
#left-side-htmls {
	width: 80%;
	margin: 15px 0px 15px 25px;
}
/* --- center [m-holder] -------------------------------------------- */
#m-center {
	background-color: transparent;
	width:auto;
	padding-right:300px;
	min-width:450px;
	
}

#m-center h1{ width:400px; }

#m-center #m-content {
	margin-top: 130px;
	padding-right: 20px;
}

/* --- right [m-holder] --------------------------------------------- */
#m-right {
	background-color: transparent;
	width: auto;
}

/* --- footer [world] ----------------------------------------------- */
#footer {

}
#footer #f-holder {

}
