body  {
  margin:0px;
  font-family:arial, helvetica, swiss;
  font-size:10pt;
  color:#2a2a2a;
  background-color:#5A687D;
}

a {
  color:#000;
  text-decoration:none;
}

a:hover {
  color:#000;
  text-decoration:none;
  font-weight:bold;
}

.container  {
  position:relative;
  width:780px;
  height:440px;
  border:1px solid #000;
  text-align:left;
  font-family:arial;
}

.menueItem {
  background: url('img/strich.gif') no-repeat 0px -18px;
  padding-left:20px;
  z-index:5;
  height:55px;
  position:absolute;
  left:68px;
  cursor:pointer;
}

