Code:
<html>
<head>
<title></title>
</head>
<frameset rows="90px,*" cols="*" frameborder="1" border="1" framespacing="0">
  <frame name="oben" src="ueberschrift.html">
  <frameset cols="90px,*" frameborder="1" border="1" framespacing="0">
    <frame name="links" src="auswahl.html">
    <frame name="main" src="main.html">
  </frameset>
  <noframes>
   <body>
   </body>
  </noframes>
</frameset>
</html>

So ist es eig als index.html richtig.