/*
Lansuite Style-Definitions simple

For detailed Information see:
http://lansuite-docu.orgapage.de/index.php?title=Stylesheets

Format:
name {
  Positioning, Width, Height
  Margin, Border, Padding
  Float, Clear, Allign, White-space
  Colors, Background, Backgroundimages
  Font-size, -weight and -family
}
*/

div#Content {
    position: absolute;
    top: 110px;
    right: 4px;
    left: 170px;
    z-index: 100;
    margin: 0px 2px 10px 2px;
    padding: 8px 4px 10px 8px;
}

div#BoxesRight {
    width: 160px;
}

div#BoxesLeft {
    width: 160px;
}

ul.BoxHeadline {
    width: 140px;
}

ul.BoxContent {
    width: 140px;
}