/* structure for merx */

.wrap{
	width:990px;
	margin:0 auto;
}
.index-wrap{
	width:830px;
	padding-left:160px;
	margin:0 auto;
}
#header, #header-big{
	height:120px;
	position:fixed;
	width:100%;
	overflow:hidden;
	clear:both;
}
#header-lang{
	width:200px;
	float:left;
}
#header-time{
	width:300px;
	float:right;
}

#header-logo{
	width:200px;
	float:left;
}
#header-icons{
	width:400px;
	margin-left:100px;
	margin-top:-23px;
	float:left;
	
}
#header-search{
	width:180px;
	float:right;
}

#menu{
	width:200px;
	float:left;
}
#menu ul{
	list-style:none;
	padding-top:20px;
}

#submenu{
	width:180px;
	float:left;
	/*lisaks et pikenda */
	heigth:auto;
}
#submenu ul{
	list-style:none;
	margin-top:10px;
}

#content{
	overflow:hidden;
	padding-top:120px;
}

#data{
	width:610px;
	float:right;
}
#index-data{
	width:610px;
	float:right;
}

#footer-contact{
	width:400px;
	float:left;	
}
#footer-site-credits{
	width:300px;
	float:right;
}



/* classes  */
.nb-box{
	float:right;
	width:500px;
}