/* ------------------------------------------------------------------ */
/* --- 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 */
}
.clear {
	clear: both;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:0; padding:0;
}
/* ------------------------------------------------------------------ */
/* --- Layout [world] ----------------------------------------------- */
/* ------------------------------------------------------------------ */
#world {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	background-color:#FFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
/* --- header [world] ----------------------------------------------- */
#header {
	height: 236px;
	background-color:#FFF;
	background-image: url(/images/header_meniu_bg.gif);
	background-repeat: repeat-x;
}
#header #h-holder {
	width: 100%;
	background-image:url(/images/h_holder_img.jpg);
	background-repeat:no-repeat;
	background-position:center 59px;
}
#header #h-holder #topheader {
	width: 900px;
	margin: 0 auto;
	background-image: url(/images/header_img_lt.jpg);
	background-color:#ffffff;
	background-repeat: no-repeat;
	height: 138px;
	background-position: top right;
}
#logo {
	padding-top: 7px;
}
#toptable {
	margin: 0 auto;
	width: 900px;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
}
#toptable td {
	height: 38px;
}

/* --- middle [world] ----------------------------------------------- */
#middle {
	margin-top: 2px;
	padding-bottom:4em; /* bottom padding for footer */
}
#middle #m-holder {
	width: 900px;
	margin:0 auto;
	overflow: hidden;
}

/* --- left [m-holder] ---------------------------------------------- */
#m-left {
	float: left;
	background-color: #FFF;
	width: 221px;
	padding-bottom: 3596px;
	margin-bottom: -3596px;
}
/* --- center [m-holder] -------------------------------------------- */
#m-center {
	float: left;
	width: 669px;
	margin-left: 10px;
}
#m-center #m-header {
	display: none;
	background-color:#434343;
	border-bottom:1px dotted #006600;
	height: 150px;
}
#m-center #m-content {
	margin: 0;
}
#m-center #m-content #pageinfo {
	border: 1px solid #e3e3e3;
	padding: 7px;
}
#m-center #m-footer {
	display: none;
	background-color:#434343;
	border-top:1px dotted #006600;
	height: 80px;
}
/* --- right [m-holder] --------------------------------------------- */
#m-right {
	display: none;
	background-color:#777;
	float: right;
	width: 10%;
	padding-bottom: 3596px;
	margin-bottom: -3596px;
	margin-left:-1%;
}

/* --- footer [world] ----------------------------------------------- */
#footer {
	clear: both;
	height: 24px;
	width: 100%;
	position: absolute;
	bottom:0; /* stick to bottom */
	background-color: #FFF;
	border-top: 7px solid #f5f5f5;
}
#footer #f-holder {
	text-align: center;
	margin-top: 5px;
}

/* --- control [world] ---------------------------------------------- */
.h100 {
	height: 100%;
}