div.shadow {
  float: left;
  padding: 0 1 0 0px;
  background: #414141;
  border-right: 2px solid #575757;
  position: relative;
}

div.shadow .boxcontent {
  padding: 1px 1px 9px 1px;
  background: #ffffff url(shad_bottom.gif) repeat-x bottom left;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  /*background: url(shad_tlcorner.png) no-repeat top left;*/
  position: absolute;
  top: 0px;
  left: 0px;
}

div.shadow div.topright {
  width: 7px;
  height: 7px;
  background: url(shad_trcorner.gif) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -5px;
}

div.shadow div.bottomleft {
  width: 7px;
  height: 7px;
  background: url(shad_blcorner.gif) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 7px;
  height: 7px;
  background: url(shad_brcorner.gif) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -5px;
}

.box .title {
  background: url(boxtitle_bg.gif);
  background-repeat: repeat-x;
  height: 20px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 9pt;
  padding: 2px;
}

.boxcontent {
  border: 1px solid #82001A;
  border-bottom: 0px;

}

.box .menue {
  margin: 0px;
  padding: 0px;
}

.content {
  margin: 0px;
  padding: 5px;
}
