/* <!-- :: Copyright (c) Forward Media :: http://www.f-media.com.ua/:: --> */

  #leftcontent
  {
	 width: 50%;
  }
  #rightcontent
  {
	 width: 25%;
  }
  #middlecontent
  {
	 width:25%;
	 /* induvidual */
	 overflow:hidden;
	 
  }
  
  #ll {
  }
  
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

  /*
  #middlecontent div {
    margin-left:7px;
	margin-right:7px;
	margin-bottom:6px;
	float:left;
	display:inline;
  }
  #middlecontent div a {
    color:#FF9900;
  }
  
  #leftcontent dl dd {
  }
  */
  
   #middlecontent .menub1 {
     width:95%;
	 overflow:hidden;
	 margin-bottom:10px;
	 background-image:url(/im/up_right.jpg);
	 background-repeat: no-repeat;
	 background-position: left top;
	 background-color:#f2f2f2;
   }
   #middlecontent .menub2 {
	 background-image:url(/im/up_left.jpg);
	 background-repeat: no-repeat;
	 background-position: right top;
   }
   #middlecontent .menub3 {
	 background-image: url(/im/down_right.jpg);
	 background-repeat: no-repeat;
	 background-position: left bottom;
   }
   #middlecontent .menub4 {
	 background-image: url(/im/down_left.jpg);
	 background-repeat: no-repeat;
	 background-position: right bottom;
   }
   #middlecontent .menubb {
	 margin-left:5%;
	 margin-right:5%;
	 padding-top:5%;
	 padding-bottom:5%;
   }
   #middlecontent .menubb a {
     text-decoration:none;
	 color:#FF9900;
	 font-size:0.9em;
   }
   #middlecontent .menubb a:hover {
     color:#009933;
	 text-decoration:underline;
   }
   .skiptranslate {
    display: none !important;
}

/* language */
.language{
  position: fixed;
  top: 20%;
  left: 2%;
}
.language__img {
    margin: 2px;
    cursor: pointer;
    opacity: .5;
}

.language__img:hover,
.language__img_active {
    opacity: 1;
}

/* content */

.content {
    text-align: center;
    margin: auto;
}