﻿/* ie6.css */ 
html{
   overflow-x: auto;
   overflow-y: hidden;
  }

 body {
   overflow-y: auto;
   width:100%;
   height:100%;
}

#fixkopf  {
	position: absolute; 
	top: 5px; 
	left: 0px;
	right: 0px; 
	border-bottom: 3px solid  #809FFF; 
	 height: 150px; 
	 }

#fixmenu  { 
	position: absolute; 
	top: 160px; 
	bottom: 100px; 
	left: 0px;
	border: 0px solid fuchsia ; 
	margin-left: 5px; 
	right: 81%;
	 height: 99%;
	 }

#text {
   position:absolute;
   top:160px;
   left:230px;
   padding-top:20px;
   height:expression(document.body.clientHeight - 20 + "px");
   width:expression(document.body.clientWidth - 200 + "px");
   overflow:auto;
}
