/*
Lansuite Style-Definitions

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
}
*/

/* Main-Template */
div#DateLogout {
  position: absolute;   top: 2px;   right: 4px;   width: 300px;   height: 20px;   z-index: 90;
  text-align: right;
  font-size: 11px;
  font-weight: bold;
  color: #9a9a9a;
}
div#Logo {
  position: center;   top: 50px;    left: 10px;   z-index: 10;
}
div#Banner {
  position: absolute;   top: 20px;    right: 4px;   z-index: 5;
}
div#BoxesLeft {
  position: absolute;   top: 170px;   left: 4px;    width: 180px;   z-index: 50;
  filter:alpha(opacity=80); /* IE */
  -moz-opacity: 0.80; /* Mozilla */
  opacity: 0.80; /* Opera */
}
div#Content {
  position: absolute;   top: 150px;   right: 190px;   left: 190px;    z-index: 100;
  margin: 0px 2px 10px 2px;   padding: 12px 0px 10px 0px;
  background: #b5e61d;

  filter:alpha(opacity=80); /* IE */
  -moz-opacity: 0.80; /* Mozilla */
  opacity: 0.80; /* Opera */
}
div#ContentFullscreen {
  position: absolute;   top: 40px;    right: 10px;    left: 10px;   z-index: 10;
  margin: 0px 2px 10px 2px;   padding: 8px 4px 10px 8px;
  background: #eee6e6;
}
div#BoxesRight {
  position: absolute;   top: 170px;   right: 4px;   width: 180px;   z-index: 50;
  filter:alpha(opacity=75); /* IE */
  -moz-opacity: 0.75; /* Mozilla */
  opacity: 0.75; /* Opera */
}
div#Footer {
  margin: 8px 0px 0px 0px;
  color: #000000;
  text-align: center;
}
div#Footer a {
  color: #000000;
}



/* Boxes */
div.Box {
  position: relative;
  margin: 0px 4px 8px 4px;    padding: 0px 0px 0px 0px;
}
ul.BoxHeadline {
  width: 160px;
  margin: 0px 0px 0px 0px;    border-bottom:1px solid #9c9d9c;    padding: 4px 4px 4px 8px;
  background: #b5e61d;
  font-weight: bold;    list-style: none;
  white-space:nowrap
}
li.BoxCaption {
  width: 136px; display: inline;
  float: left;
  background: #b5e61d;
  font-weight: bold;    list-style: none;
  color: #000000;
}
li.BoxHelpClose {
  width: 18px; display: inline;
  font-size: 10px;   list-style: none;
  color: #000000;
}
ul.BoxContent {
  width: 160px;
  margin: 0px 0px 0px 0px;    padding: 4px 4px 4px 8px;
  background: #241D1D;
  list-style: none;
}