body {
  overflow:scroll;
  background-color: #000000;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
 color: #ffffff;
  /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
  SCROLLBAR-BASE-color: #000000;
  SCROLLBAR-ARROW-color: #1111EE;
  }
.dialoglo {

 position:absolute;
 left:0px;
 top:0px;
}
.dialogro {

 position:absolute;
 right:0px;
 top:0px;
}
.dialoglu {

 position:absolute;
 left:0px;
 bottom:0px;
}
.dialogru {

 position:absolute;
 right:0px;
 bottom:0px;
}
.over{
z-index:0;
}
.under{
z-index:1;
}
.table {
  display:-moz-inline-box
   border-collapse:collapse;
  margin:8px;
  padding:0;
}
#framecontentLeft, #framecontentTop{
position: absolute;
top: 0;
left: 0;
width: 0px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-image:url(/bilder/back.gif);
color: #000000;

}

#framecontentTop{
left: 0px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: 100%;
height: 130px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-image:url(/bilder/back.gif);
color: white;
}

#maincontent{
position: fixed;
left: 0px; /*Set left value to WidthOfLeftFrameDiv*/
top: 130px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
overflow: auto;
background: #000000;
}
