html{
    margin:0;
    padding:0;
    height:100%;
    overflow:hidden;
    _padding:110px 105px 5px 5px;
	background-color:#FFCCCC;
	background-image: url(../img_page/neu-2.jpg);
	background-attachment:fixed;
	_font-size:0.78em;
	font:normal 1em "arial","monospace";
	}

body{
    margin:0px;
    padding:0px;
    height:100%;
    overflow:hidden;	
    _zoom:1;
}

.frame{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    _overflow:hidden;
    _zoom:1;
    _right:0;
    _bottom:0;
    _width:100%;
    _height:100%;
    _position:relative;
}

.frame-bd{
  _zoom:1;
}

#main_header{
    overflow:hidden;
    position:absolute;
    width:99%;
    height:100px;
    top:20px;
    left:10px;
	_right:100px;
    _zoom:1;
    _overflow:visible;
    _padding:50px 50px 50px 50px; 
  
}

#main{
    overflow:hidden;
    position:absolute;
    top:130px;
    left:10px;	
    right:0;
    bottom:5px;
    z-index:2;
    _width:99%;
    _top:105px;
    _bottom:auto;
    _height:100%;
    _margin:50px 50px 50px 50px;	
}


#main .frame{
	overflow:auto;
    _margin:50px 50px 50px 50px;	
}
