/*  --- MENU ------------------------------------------------------  */
BODY {
  padding: 0px; 
  background-color: #141217;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: url(../images/startpage/bg.jpg);
}

.start_banner IMG {
  margin-bottom: 20px;
}

.content {
  background-color: #EBEBED;
  width: 652px;
}

.banner {
  margin-left: 0px;
  margin-top: 20px;
}

.start_links {
}

.start_links * {
  border-collapse: collapse;
  color: #FFFFFF;
  font-weight: bold;
}



.start_links TABLE TR TD {
  width: 672px;
  height: 35px;
  border-top: 1px solid #DCDCDE;
  border-bottom: 1px solid #DCDCDE;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.6);
  
}

.start_links TABLE TR TD.trans {
  background-color: transparent;
}

.naviright TD {
  height: 35px;
}

.naviright td.naviright-level-no {
  background-color: #141217;
}

.start_banner {
  padding-top: 25px;
}

