#left-container {
  background: url(../gfx/bg-1.jpg) no-repeat right top;
  float: left;
  width: 48%;
  text-align: right;
  position: relative;
  z-index: 10;
  height: 300px;
}

#left-kontakt {
  color: #615d5c;
  font-size: 12px;
  font-weight: bold;
  margin: 185px 5px 0 0;
  text-align: right;
  position: absolute;
  right: 0;
}

#left-menu {
  color: #dc291e;
  /*padding: 50px 10px 0 0;*/
  
  position: absolute;
  right: 10px;
  top: 280px;
  
}

#left-menu ul.right-menu {
  color: #f30;
  list-style-type: none;
  margin: 10px 0 0 auto;
  padding: 0;
  position: relative;
  right: -30px;
  width: 270px;
}


#left-menu ul li {
  margin: 0 0 12px 0;
  padding: 0 50px 0 0;
  position: relative;
  width:220px
}

#left-menu ul li:hover a, #left-menu ul li a:hover {
  color: #f30;
}

#left-menu li:hover a.eng, #left-menu li a.eng:hover {
  color: #615d5c;
}

#left-menu ul a {
  display: block;
  color: #dc291e;
  text-decoration: none;
  margin: 0 -50px 0 0;
  padding: 2px 50px 2px 0;
  position: relative;
  outline: 0;
}

#left-menu ul a.eng {
  color: #9d986d;
}

#left-menu span.bg {
  background: #000;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 270px;
  z-index: -50;
}

#left-menu a span.bg {
  padding: 2px 0;
}

#left-photo {
  position: absolute;
  right: 260px;
  top: 300px;
}

#left-photo ul {list-style-type: none;}

#left-photo ul li {
  margin: 0 0 8px 0;
  background-repeat: no-repeat; 
  width: 109px; 
  height: 72px;
}

#left-languages {
  position: absolute;
  right: 30px;
  top: 240px;
}

#left-languages a {
  color: #bdbdbe;
  font-size: 13px;
  padding: 0 0 2px 0;
  text-transform: lowercase;
  font-weight: bold;
}

#left-languages a:hover {
  color: #d00;
  border-bottom: 1px solid #888; 
}