body{
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}


#strom {
  background: white;	
  border: inset 1px ;
  overflow: auto;
  padding: 1px;
  position: absolute;
  top: 22px;
  bottom: 0px;
  width: 295px;
  _width: 296px;
  left: 0px; 
  height: auto ;
  height: expression(document.body.clientHeight-26 + "px");
  }

#splitter
  {
  position: absolute;
  top: 22px;
  bottom: 0px;
  left:298px;
  width: 0px;
  height: expression(document.body.clientHeight-26 + "px");
  border: outset 1px; 
  background : rgb(200,200,200);
  }
  
#panel {
  border: inset 1px; 	
  background: white;
  position: absolute;
  left: 301px;
  right: 0px;
  bottom: 0px;
  top: 22px;
  height: auto ;
  width: auto ;
  width: expression(document.body.clientWidth - 305 + "px") ;
  height: expression(document.body.clientHeight-26 + "px"); 
  overflow: none;
}  

#paneliframe {
	border: none;
	margin: 0px; 
	padding: 0px; 
	position: relative;
	overlfow: hidden;
	height: 100%;
	width: 100%;
}

#panel_listclanku 
{
    position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: auto;
}

#panel_listclanku .listview_table
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	_height:  expression(offsetParent.clientHeight + "px");
}

#panel_listclanku tr
{
    border-bottom: thin dotted #00FF00;
}


  
#panel .listview_table td
	{
	border-bottom: dotted 1px grey;
	vertical-align: top;
	} 


#panel_clanek
	{
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 100%;
	}

	
.panel_caption
{
	background: gray;
	font-weight: bold;
	font-size: medium;
	text-align: center;
	width: 100%;
	border: 1px solid black;
	height: 22px;
	margin-bottom: 4px;
}

	
#info_frame
    {
        position: absolute ;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        overflow:auto;
    }

.info_frame
    {
        text-align: left;
        background: white;
        padding: 0em;
        text-indent: 0em;
        margin: 0px;
        clear:both;
   }	

.info_frame_frame
	{
	border: 0;
	margin: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	}

