content.aspx
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Content.aspx.cs" Inherits="ExWeb.Content" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>ClubComputer WebDesign Content</title>
    <link href="/css/mod.css" rel="stylesheet" />
    <script src="/js/mod.js" type="text/javascript"></script>
    <!--base target="main" /-->
    <style type="text/css">
        #banner
        {
            position: fixed;
            z-index: 3;
            background-color: burlywood;
            width: 100%;
            text-align: center;
            font-size: 8pt;
        }
        #content
        {
            position: absolute;
            top: 130px;
            z-index: 1;
            overflow-style: scrollbar;
        }

        body
        {
            margin: 0px 0px 0px 0px;
            background-color: burlywood;
        }
    </style>
</head>
<body>
    <form id="form1" runat="server">
        <div id="banner">
            <a href="http://www.clubcomputer.at" target="main">
                <img src="images/cc-logo.PNG" alt="ClubComputer-Logo" />
            </a>
        </div>
        <!--
        <div style="position:fixed;top:0pt;left:0pt;z-index:5;font-size:small;">
            <a href="http://www.clubcomputer.at" target="main">ClubComputer</a><br />
            Siccardsburggasse 4/1/22<br />
            1100 Wien
        </div>
        -->
        <div id="content">
            <asp:TreeView runat="server" ID="Treeview_ExWeb" Target="main">
            </asp:TreeView>
        </div>
    </form>
    <script type="text/javascript">
        parent.frames[1].document.close();
        parent.frames[1].document.open();
        parent.frames[1].document.write("<link href='/css/mod.css' rel='stylesheet' type='text/css' />");
        parent.frames[1].document.write("<body style='margin:0;background-color:burlywood;background-image:url(\"/Web-Gallery/bg.jpg\");'>");
        parent.frames[1].document.write(getText("WebDesign<br/>mit<br/>Expression Web<br/><br/>Hosting: ClubComputer", 60, 40, 40, "left"));
        parent.frames[1].document.write("<div style='position:fixed;top:40px;left:20px;z-index:2;background-color:burlywood;opacity:0.6;width:900px;height:500;'>");
        parent.frames[1].document.write("</div>");
        parent.frames[1].document.write("<div style='position:fixed;top:290px;left:310px;z-index:2;'>");
        parent.frames[1].document.write("<a href='http://www.clubcomputer.at/'>");
        parent.frames[1].document.write("<img src='/images/cc-logo1.svg' alt='ClubComputer-Logo'/>");
        parent.frames[1].document.write("</a>");
        parent.frames[1].document.write("</div>");
        parent.frames[1].document.write("</body>");
        document.write(getText("WebDesign", 25, 0, 40, "center"));
    </script>
</body>
</html>