CSS Anfänger braucht Hilfe :)

marcoD

Grünschnabel
Hallo!
ich bin nun schon seit einigen tagen an nem CSS dran, und ich werd noch verrückt...
Es will einfach nicht so klappen wie ich mir das vorstelle.
Ich habe 12 Panels und diese will ich floaten lassen. Und zwar so:
Code:
 ----------------------------------------------------
| Panel 1                                            |
|----------------------------------------------------|
| Panel 2 | Panel 3                    | Panel 4     |
|         |                            |             |
|         |                            | ------------|
|         |                            | Panel 5     |
|         |                            |             |
|----------------------------------------------------|
| Panel 6                          | Panel 7         |
|                                  |                 |
|----------------------------------|                 |
| Panel 8                          |                 |
|                                  |                 |
|----------------------------------------------------|
| Panel 9                | Panel 10                  |
|                        |                           |
|----------------------------------------------------|
| Panel 11               | Panel 12                  |
|                        |                           |
 ----------------------------------------------------

Kann mir da jemand helfen? Ich komm mit dem floating nicht klar, vorallem, da IE und FF scheinbar alles verschieden darstellen... :/
 
Zuletzt bearbeitet:
Hi,

wenn es mit deinem CSS-Code nicht funktioniert, solltest du auch diesen und den dazugehörigen HTML-Code posten, damit man darauf überhaupt näher eingehen kann.

Und wo ist überhaupt "Panel 4"? Und was hat es mit dem doppelten "Panel 11" auf sich?

mfg Maik
 
Hab die Panels mal richtig benannt, danke für den Hinweis.

Kann den html-code gerne posten, aber er sieht momentan sehr verworren aus und hat kaum etwas mit der gewünschten Formatierung zu tun.

Aber wenns hilft, hier der Code :) :

Code:
CSS Code:


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;			/* Nur für die wrapAround-Box; in der wrapAround Box wird der Textfluss wieder lincksbündig eingestellt*/
	background-image:url(LayoutGFX/backPattern2.gif);
}

#wrapAround 
{
	border: solid 1px black;
	width:1000px;				/* Definiert die Breite der Webseite */
	text-align:left;
	background-color:White;
	margin:0px auto;            /* Zentriert die WrapAround-Box; funktioniert jedoch nicht im IE, deshalb in body zusätzlich text-align:center */
}


/* Formatangaben der DIV Blöcke*/

#header {
	height: 100px;
	background-image:url(LayoutGFX/medictv_purelayout_r1_c1.jpg);
}

#menue {
	height: 35px;
	background-image:url(LayoutGFX/Menu_Background.jpg);
	background-repeat:repeat-x;
	padding-right: 8px;													/* <- Für den Abstand des rechtsbündigen Suchen-Feldes */
}

#submenue {
	height: 42px;
	background-image:url(LayoutGFX/Submenue_Background.gif);
	background-repeat:repeat-x;
	padding-left: 8px;
	padding-right: 8px;
}

#content {
	background-image:url(LayoutGFX/Page_Background.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-left: 18px;	
}

#footer {
	background-image:url(LayoutGFX/Footer.jpg);
	padding-top:8px;
	padding-bottom:5px;
}

/* Formatangaben für das Menü:
   ID menue_first sowie menue_last für das erste resp. letze Menüfeld */

#menue {
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}

#logoSpacer {
	width:68px;
	float:left;
}

#menue .menueFirst {
	width: 110px;
	height: 35px;
	float:left;
	background-image:url(LayoutGFX/Menue_First_UNSelected.gif);
}

#menue .menueFirstActive {
	width: 110px;
	height: 35px;
	float:left;
	background-image:url(LayoutGFX/Menue_First_Selected.gif);
}


#menue .menueLast {
	width: 111px;
	height: 35px;
	float:left;
	background-image:url(LayoutGFX/Menue_Last_UNSelected.gif);
}

#menue .menueLastActive {
	width: 111px;
	height: 35px;
	float:left;
	background-image:url(LayoutGFX/Menue_Last_Selected.gif);
}

#menue .menueItem {
	width: 105px;
	height: 35px;
	float: left;
	background-image:url(LayoutGFX/Menue_Middle_UNSelected.gif);
}

#menue .menueItemActive {
	width: 105px;
	height: 35px;
	float: left;
	background-image:url(LayoutGFX/Menue_Middle_Selected.gif);
}

/* Hightlighteffekt für Hauptmenüreiter */

#menue .menueFirst:hover {background-image:url(LayoutGFX/Menue_First_UNSelected_Highlight.gif);}
#menue .menueItem:hover {background-image:url(LayoutGFX/Menue_Middle_UNSelected_Highlight.gif);}
#menue .menueLast:hover {background-image:url(LayoutGFX/Menue_Last_UNSelected_Highlight.gif);}



/* Submenue Style Beschreibung */

#submenue {
	text-align:center;
}

#submenue .entry {
	float: left;
	height: 42px;
	padding: 0px 4px 0px 4px;
}

#submenue .entry:hover {
    float: left;
    height:42px;
    padding: 0px 4px 0px 4px;
    background-image:url(LayoutGFX/Submenue_Background_Highlight.gif);
    background-repeat:repeat-x;
}

#submenue .spacer {
	width: 8px;
	height: 42px;
	padding-left:4px;
	padding-right:4px;
	float: left;
	background-image:url(LayoutGFX/SubMenue_Seperator.gif);
	background-position:center;
	background-repeat:no-repeat;
}

/* Footer Style */

#footer {
	text-align:center;
	font-size: x-small;
	font-weight: bold;
	/*padding-top: 8px;*/
}

/* --------- */

input {
	border: 1px solid #3399DD;
}

input:focus {
	border: 1px solid #F28202;
	background-color:#FFFFCC;
}

input:hover {
	border: 1px solid #F28202;
}

/*
#seek {
	border: 1px solid #3399DD;
}

#btnSeekSend {
	border: 1px solid #3399DD;
}


#btnSeekSend:hover {
	border: 1px solid #FF0000;
}
*/

#ProfilPersoenlich table .content,
#ProfilLebenslauf  table .content {
	font-weight: bold;
	height:auto;
	width:auto;
}


#ProfilPersoenlich table	{ border-spacing: 6px; }
#ProfilPersoenlich table tr { vertical-align: top; }


#UpKurzB { width:460px; }


/* Kurzbeschreibung, Profildaten und Schwerpunkte */

#ProfilPersoenlich,
#ProfilAuszeichnungen,
#ProfilVeranstaltungen,
#ProfilVideos,
#ProfilKurzbeschreibung,
#ProfilPublikationen,
#ProfilDaten,
#ProfilSchwerpunkt,
#ProfilLebenslauf,
#ProfilBaum {
	width:481px;
    /*height:237px;*/
	float:left;
}

#ProfilPersoenlich      .header,
#ProfilBaum				.header,
#ProfilAuszeichnungen	.header,
#ProfilVeranstaltungen	.header,
#ProfilVideos			.header,
#ProfilPublikationen	.header,
#ProfilKurzbeschreibung .header,
#ProfilSchwerpunkt		.header,
#ProfilDaten            .header,
#ProfilLebenslauf		.header{
	height:29px;
	width:481px;
    background-image:url(LayoutGFX/genericBoxTop2.gif);
    background-position: bottom;
}

#ProfilPersoenlich      .content,
#ProfilBaum				.content,
#ProfilAuszeichnungen	.content,
#ProfilVeranstaltungen	.content,
#ProfilVideos			.content,
#ProfilPublikationen	.content,
#ProfilKurzbeschreibung .content,
#ProfilSchwerpunkt		.content,
#ProfilDaten            .content,
#ProfilLebenslauf		.content{
	/*height:189px;*/
	width:481px;
    background-image:url(LayoutGFX/genericBoxContent2.gif);
	background-repeat:repeat-y;
	padding-left: 18px;
	padding-right: 12px;
}

#ProfilPersoenlich      .footer,
#ProfilBaum				.footer,
#ProfilAuszeichnungen	.footer,
#ProfilVeranstaltungen	.footer,
#ProfilVideos			.footer,
#ProfilPublikationen	.footer,
#ProfilKurzbeschreibung .footer,
#ProfilSchwerpunkt	    .footer,
#ProfilDaten            .footer,
#ProfilLebenslauf		.footer{
	height:19px;
	width:481px;
    background-image:url(LayoutGFX/genericBoxBtm2.gif);
}


#PanelBild {
	float:left;
}

#PanelBild table { 
	border-collapse:collapse;
}

.inputStyle {
	border: 1px solid #3399DD;
}

/* Allgemeine Links auf der Seite */

a:link, a:visited, a:active {
	font-weight: bold;
	color:#3399DD;
	text-decoration:underline;	
}

a:hover {
	font-weight: bold;
	color:#F28202;
	text-decoration:none;	
}

/* Links im Menü bzw. Submenü */

#submenue a:link, #submenue a:visited, #submenue a:active,
#menue a:link,    #menue a:visited,    #menue a:active {
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;	
}

#submenue a:hover,
#menue a:hover {
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;	
}

#PanelHierarchie {
	padding: 12px 12px 18px 0;
}


/* Formatangabe für die Überschriften (sind in einem SPAN-Tag) der Content-Boxes in dem Profil */
div.header span {
	font-size:16px;
	font-weight:bold;
	color:#0099FF;
	background-color:White;
	margin-left: 16px; /* Linker Abstand zur Box */
	vertical-align:sub;
	padding-left: 8px;
	padding-right: 8px;
}

/* Formatangabe für Überschriften allg. */
.heading {
  	font-size:16px;
	font-weight:bold;
	background-color:Transparent;
	color:#0099FF;
}

/* PanelNichtsichtbar unsichtbar machen */
#PanelNichtSichtbar {
	visibility:hidden;
}

div.grouping {
	float:left;
	width: 481px;
}

#div_h1, #div_h2 
{
	width:962px;
}

/*
#div_h1 
{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: 0099FF;
}

*/

div.footer span 
{
    font-size:small;
	color:#0099FF;
	background-color:white;
	margin-right: 16px; /* Linker Abstand zur Box */
	/*vertical-align:super;*/
	padding-left: 8px;
	padding-right: 8px; 
    float: right;
	   
}


#SucheBox,
#SucheBoxKriterien,
#SucheBoxUmkreis {
	width:481px;
    /*height:237px;*/
	float:left;
}

#SucheBoxUmkreis        .header,
#SucheBox               .header,
#SucheBoxKriterien		.header{
	height:29px;
	width:481px;
    background-image:url(LayoutGFX/genericBoxTop2.gif);
    background-position: bottom;
}

#SucheBoxUmkreis        .content,
#SucheBox               .content,
#SucheBoxKriterien		.content{
	/*height:189px;*/
	width:481px;
    background-image:url(LayoutGFX/genericBoxContent2.gif);
	background-repeat:repeat-y;
	padding-left: 18px;
	padding-right: 12px;
}
#SucheBoxUmkreis        .footer,
#SucheBox               .footer,
#SucheBoxKriterien		.footer{
	height:19px;
	width:481px;
    background-image:url(LayoutGFX/genericBoxBtm2.gif);
}


.Mini 
{
	width:200px;
	height:auto;
	float:left;
}

#PanelVid .Mini 
{
    /*height: 140px;*/
    width: 200px;
}

#PanelVer .Mini 
{
    padding-top:8px;
}

/* Registrierung */

#registration 
{
    /*margin: 0px auto;*/
    background-image:url(LayoutGFX/registrierung.jpg);
    background-repeat:no-repeat;
    height:652px;
    width:906px;
}


#CreateUserWizard1 
{
    position: relative;
    top: 230px;
    left: 56px;
    width: 306px;
}


/* Login Modul */

#LoginView1_Login1 table
{
    border-collapse:separate;
    border-spacing:1px;
    height: auto;
    width: auto;
}

#PanelLogIn 
{
    width: 620px;
    padding-top: 18px;
    padding-right: 6px;
    float:right;
}

#AnonymousTemplateInformation  {float:left; padding-right:8px; font-size:x-small;}
#AnonymousTemplateLogin {float:right; font-size:x-small;}
#LoggedInTemplateInformation {float:right; font-size:x-small;}

hr {border:solid #0099ff 1px; height:1px;}
Code:
Und hier der HTML-Code:

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ProfilAnzeigen.aspx.cs" Inherits="ProfilAnzeigen" %>

<%@ Register assembly="ASPNetFlashVideo.NET3" namespace="ASPNetFlashVideo" tagprefix="ASPNetFlashVideo" %>

<%@ OutputCache Duration="1" VaryByParam="*" Location="None" %>
<!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>MedicTV</title>
    <link rel="stylesheet" type="text/css" href="Layout.css" />
</head>
<body>
    <form id="form1" runat="server">    
    <div id="wrapAround">

	<div id="header">
	    <asp:Panel ID="PanelLogIn" runat="server">
            <asp:LoginView ID="LoginView1" runat="server">
                <LoggedInTemplate>
                    <div id="LoggedInTemplateInformation">
                        <table>
                            <tr>
                            <td><img src="LayoutGFX/logout.gif" alt="Logout" /></td>
                            <td>
                                <asp:Label ID="lbl_Log" runat="server" Text="Erfolgreich eingeloggt! Wilkommen&nbsp"></asp:Label>
                                <asp:LoginName ID="LoginName2" runat="server" />
                                <asp:Label ID="lbl_Log2" runat="server" Text="!"></asp:Label>
                                <br />
                                <asp:LoginStatus ID="LoginStatus1" runat="server" LogoutAction="Redirect" 
                                    LogoutPageUrl="~/Startseite.aspx" />
                            </td>
                            </tr>
                        </table>
                    </div>
                </LoggedInTemplate>
                <AnonymousTemplate>
                    <div id="AnonymousTemplateInformation">
                        <table>
                            <tr>
                                <td><img src="LayoutGFX/register_btn.gif" /></td>
                                <td>
                                    <asp:Label ID="lbl_Log3" runat="server" Text="Sie sind nicht eingeloggt!"></asp:Label><br />
                                    <asp:Label ID="lbl_log4" runat="server" Text="Melden sie sich an oder "></asp:Label><br />
                                    <asp:LinkButton ID="lbn_Registrierung0" runat="server" onclick="lbn_Registrierung_Click">registrieren</asp:LinkButton>
                                    <asp:Label ID="Label1" runat="server" Text="&nbsp;sie sich."></asp:Label>
                                </td>
                            </tr>
                        </table>
                    </div>
                    <div id="AnonymousTemplateLogin">
                        <asp:Login ID="Login1" runat="server" 
                            DestinationPageUrl="~/MeinProfil.aspx" TitleText="" 
                            DisplayRememberMe="False" Orientation="Horizontal" TextLayout="TextOnTop">
                        </asp:Login>                
                    </div>
                </AnonymousTemplate>
            </asp:LoginView>
        </asp:Panel>    
	</div>
	<div id="menue">
    	<div id="logoSpacer"><img src="LayoutGFX/medictv_purelayout_r2_c1.jpg" width="68" height="35" /></div>
        <div class="menueFirst"><br /><asp:LinkButton ID="lbn_Startseite" runat="server" onclick="lbn_Startseite_Click">Startseite</asp:LinkButton></div>
        <div class="menueItem"><br /><asp:LinkButton ID="lbn_Suche0" runat="server" onclick="lbn_Suche_Click">Suche</asp:LinkButton></div>
        <div class="menueItemActive"><br /><a href="MeinProfil.aspx">Profil</a></div>
        <div class="menueLast"><br /><a href="Impressum.aspx">Impressum</a></div>
    </div>
	<div id="submenue">
    	<div class="entry"><br />	    
    	    <asp:LinkButton ID="lbn_ProfilAnlegen0" runat="server" onclick="lbn_ProfilAnlegen_Click">Profil anlegen</asp:LinkButton>
        </div>
    	<div class="spacer"></div>
        <div class="entry"><br />
            <asp:LinkButton ID="lbn_MeinProfil" runat="server" onclick="lbn_MeinProfil_Click">Mein Profil</asp:LinkButton>
        </div>
        <!--
        <div class="spacer"></div>
        <div class="entry" style="color:White; vertical-align:top;"><br />
            <asp:TextBox ID="TextID" runat="server"></asp:TextBox>
            <asp:Button ID="btn_ProfilAnzeigen" runat="server" onclick="btn_ProfilAnzeigen_Click" Text="Profil Anzeigen" UseSubmitBehavior="False" />
        </div>
        -->
        <div style="float:right; margin-top:5px;">          
            <input type="text" name="seek" id="seek" />
            <input type="submit" name="send" id="btnSeekSend" value="Suchen" />         
        </div>
    </div>
    <div id="content">
        
        <asp:ScriptManager ID="scm_1" runat="server">
        </asp:ScriptManager>
        <asp:HiddenField ID="hid_ID" runat="server" />
        <asp:HiddenField ID="hid_Typ" runat="server" />
        <asp:HiddenField ID="hid_Text" runat="server" />
        <asp:LinqDataSource ID="lds_Land" runat="server" 
            ContextTypeName="DataClassesDataContext" 
            Select="new (laenderbezeichnung, laenderkennung)" TableName="TLand" OrderBy="laenderbezeichnung">
        </asp:LinqDataSource>
        
        <asp:Panel ID="PanelNavigation" runat="server" Width="1000px"></asp:Panel>
        
        <asp:Panel ID="PanelValidSummary" runat="server" Width="1000px"></asp:Panel>
        <!-- Hierarchie -->
        <asp:Panel ID="PanelHierarchie" runat="server" Width="1000px" EnableViewState="False"></asp:Panel>
        
        <div id="div_h1"> <!-- Zur horizontalten Trennung der verschiedenen Segmente -->
        
            <!-- Um eine sinnevolle Gliederung zu integrieren: 2 Div's die die Profilseite in eine linke und rechte Spalte gliedern -->
            <div class="grouping">      <!-- Linke Spalte mit -Persönliche Daten- und -med. Schwerpunkte- -->
               
                <!-- Persönliche Einträge im Profil MIT BILD !! -->
                <div id="ProfilPersoenlich">
                    <div class="header"><span>Persönliche Daten</span></div>
                    <div class="content">
                        <asp:Panel ID="PanelBild" runat="server" EnableViewState="False"></asp:Panel>
                        <asp:Panel ID="PanelPers" runat="server" EnableViewState="False"></asp:Panel>
                    </div>
                    <div class="footer">
                    </div>
                </div>

                <!-- Schwerpunkte -->
                <div id="ProfilSchwerpunkt">
                    <div class="header"><span>med. Schwerpunkte</span></div>
                    <div class="content">
                         <asp:Panel ID="PanelMedSchwerpunkt" runat="server"></asp:Panel> 
                    </div>
                    <div class="footer">
                    </div>
                </div>

            </div>                   <!-- Ende Linke Spalte -->
            <div class="grouping">   <!-- Rechte Spalte mit -Profildaten-, -Kurzbeschreibung- und -med. Lebenslauf- -->
                
                <!-- Daten des Profils -->
                <div id="ProfilDaten">
                    <div class="header"><span>Profildaten</span></div>
                    <div class="content">
                        <asp:Panel ID="PanelDaten" runat="server" EnableViewState="False"></asp:Panel>
                    </div>
                    <div class="footer">
                    </div>
                </div>

                <!-- Kurzbeschreibung -->
                <div id="ProfilKurzbeschreibung">
                    <div class="header"><span>Kurzbeschreibung</span></div>
                    <div class="content">
                        <asp:Panel ID="PanelKurzB" runat="server" EnableViewState="False"></asp:Panel>
                    </div>
                    <div class="footer"></div>
                </div>
                
                <!-- Lebenslauf -->
                <div id="ProfilLebenslauf">
                    <div class="header"><span>med. Lebenslauf</span></div>
                    <div class="content">
                        <asp:Panel ID="PanelMedLebenslauf" runat="server" Visible="False" EnableViewState="False"></asp:Panel>
                    </div>
                    <div class="footer"></div>
                </div>
                
            </div> <!-- Ende der rechten Spalte -->
        </div>
        <div id="div_h2">
            <div class="grouping">

                <!-- Publikationen -->
                <div id="ProfilPublikationen">
                    <div class="header"><span>Publikationen</span></div>
                    <div class="content">
                        <asp:Panel ID="PanelPub" runat="server" EnableViewState="False">
                        </asp:Panel>            
                    </div>
                    <div class="footer"></div>
                </div>
                
                <!-- Videos -->
                <div id="ProfilVideos">
                    <div class="header"><span>Videos</span></div>
                    <div class="content">
                        <asp:Panel ID="PanelVid" runat="server" EnableViewState="False">
                        </asp:Panel>            
                    </div>
                    <div class="footer"></div>
                </div>
            
            </div>
            
            <div class="grouping">
            
                <!-- Auszeichnungen -->
                <div id="ProfilAuszeichnungen">
                    <div class="header"><span>Auszeichnungen</span></div>
                    <div class="content">
                        <asp:Panel ID="PanelAus" runat="server" style="clear:both" EnableViewState="False">
                        </asp:Panel>            
                    </div>
                    <div class="footer"></div>
                </div>

                <!-- Veranstaltungen -->
                <div id="ProfilVeranstaltungen">
                    <div class="header"><span>Veranstaltungen</span></div>
                    <div class="content">
                        <asp:Panel ID="PanelVer" runat="server" EnableViewState="False">
                        </asp:Panel>            
                    </div>
                    <div class="footer"></div>
                </div>
            
            </div>

     
         
   
    
    
        <asp:Panel ID="PanelNichtSichtbar" runat="server" EnableViewState="False">
            Nicht sichtbar:<br />
        </asp:Panel>
    
        </div>






        <!-- "Baum" -->
        <div id="ProfilBaum">
            <div class="header"><span>"Baum"</span></div>
            <div class="content">
                <asp:Panel ID="PanelBaum" runat="server" EnableViewState="False">
                </asp:Panel>   
            </div>
            <div class="footer"></div>
        </div>

     
         
   
    
    
    <!-- Den unteren Abstand einhalten ... im Moment designtechnisch von Nöten -->
    <div style="height:100px"></div>
     
    </div> <!-- content -->
        <div id="footer"></div>
    </div> <!-- wrapAround -->
    
    </form>
</body>
</html>

Kleine Legende wegen der Panels:

Panel 1 = PanelHierarchie
Panel 2 = PanelBild
Panel 3 = PanelPers
Panel 4 = PanelDaten
Panel 5 = PanelBaum
Panel 6 = PanelKurzB
Panel 7 = PanelMedLebenslauf
Panel 8 = PanelMedSchwerpunkt
Panel 9 = PanelPub
Panel 10 = PanelVid
Panel 11 = PanelAus
Panel 12 = PanelVer

Denke aber nicht, dass euch der Code wirklich weiterhilft :(
 
Zuletzt bearbeitet:
gerne:


Code:
Teil1:


<!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><title>
	MedicTV
</title><link rel="stylesheet" type="text/css" href="Layout.css" /><style type="text/css">
	.trv_Hierarchie_0 { text-decoration:none; }
	.trv_Hierarchie_1 { color:Black;text-decoration:underline; }
	.trv_Hierarchie_2 {  }

</style></head>
<body>
    <form name="form1" method="post" action="ProfilAnzeigen.aspx" onsubmit="javascript:return WebForm_OnSubmit();" id="form1">
<div>
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="trv_Hierarchie_ExpandState" id="trv_Hierarchie_ExpandState" value="eeunenuun" />
<input type="hidden" name="trv_Hierarchie_SelectedNode" id="trv_Hierarchie_SelectedNode" value="trv_Hierarchiet5" />
<input type="hidden" name="trv_Hierarchie_PopulateLog" id="trv_Hierarchie_PopulateLog" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTE0MjUzNzMwNzAPZBYCAgMPZBYEAhcPD2Q8KwAGAGQCIw8PFgIeB1Zpc2libGVnZBYCZg9kFgICBg9kFgJmD2QWAmYPZBYCZg9kFgICAQ8QZGQWAGQYAgUeX19Db250cm9sc1JlcXVpcmVQb3N0QmFja0tleV9fFg8FHUxvZ2luVmlldzEkTG9naW5TdGF0dXMxJGN0bDAxBR1Mb2dpblZpZXcxJExvZ2luU3RhdHVzMSRjdGwwMwUIYnRuX0JpbGQFCGJ0bl9OYW1lBQpidG5fUG9zRnVuBQtidG5fQWRyZXNzZQULYnRuX1RlbGVmb24FB2J0bl9GYXgFCWJ0bl9IYW5keQUJYnRuX0VNYWlsBQxidG5fSG9tZXBhZ2UFCWJ0bl9NZWRTUAUJYnRuX0t1cnpCBQlidG5fTWVkTEwFDnRydl9IaWVyYXJjaGllBQpMb2dpblZpZXcxDw9kAgFk1h3q/EY51Chwa7sxvei5e55k5ls=" />

</div>

<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['form1'];
if (!theForm) {
    theForm = document.form1;
}
function __doPostBack(eventTarget, eventArgument) {
    if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
    }
}
//]]>
</script>


<script src="/WebSite1/WebResource.axd?d=6cAIOIezR-dzo4Vs14moLg2&amp;t=633566514746718750" type="text/javascript"></script>


<script src="/WebSite1/ScriptResource.axd?d=nhk_r5pp2jCuXzTZDY9fxE1d1fQsM5JzQuKFlFcwvgT0OUArVMzHLlUcZtnMd2kKECbymWuHKzolFRPxD-Z1Aw2&amp;t=633566514746718750" type="text/javascript"></script>
<script src="/WebSite1/ScriptResource.axd?d=nhk_r5pp2jCuXzTZDY9fxE1d1fQsM5JzQuKFlFcwvgRlCMtxxaO3qhFqCehccG-ji2uj2WDDFoxC7YjtI2RjPQ2&amp;t=633566514746718750" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[

    function TreeView_PopulateNodeDoCallBack(context,param) {
        WebForm_DoCallback(context.data.treeViewID,param,TreeView_ProcessNodeData,context,TreeView_ProcessNodeData,false);
    }
var trv_Hierarchie_Data = null;//]]>
</script>

<script src="/WebSite1/ScriptResource.axd?d=Jf8vFdb4VVDxLsAoqRdQVs3ToCfC5AzHU8ZEO7RX7gfWGU4FfM0tvIEgJStbXJvSH3_SlRtcY9Jp6-6tFjOJ8MEE25NMfimhDgSlf0PvFiI1&amp;t=633566515813125000" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
if (typeof(Sys) === 'undefined') throw new Error('Fehler beim Laden des clientseitigen ASP.NET Ajax-Frameworks.');
//]]>
</script>

<script src="/WebSite1/ScriptResource.axd?d=Jf8vFdb4VVDxLsAoqRdQVs3ToCfC5AzHU8ZEO7RX7gfWGU4FfM0tvIEgJStbXJvSkKRjJ7MvsZK4HnKLYJcTgryy2nBzKlpvcX3HcRYCemr_M-c96rgWmmr5XXynrXTy0&amp;t=633566515813125000" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function WebForm_OnSubmit() {
if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
return true;
}
//]]>
</script>
    
    <div id="wrapAround">

	<div id="header">
	    <div id="PanelLogIn">
	
            
                    <div id="LoggedInTemplateInformation">

                        <table>
                            <tr>
                            <td><img src="LayoutGFX/logout.gif" alt="Logout" /></td>
                            <td>
                                <span id="LoginView1_lbl_Log">Erfolgreich eingeloggt! Wilkommen&nbsp</span>
                                <span id="LoginView1_LoginName2">Benutzer1</span>
                                <span id="LoginView1_lbl_Log2">!</span>

                                <br />
                                <a id="LoginView1_LoginStatus1" href="javascript:__doPostBack('LoginView1$LoginStatus1$ctl00','')">Abmelden</a>
                            </td>
                            </tr>
                        </table>
                    </div>
                
        
</div>    
	</div>
	<div id="menue">

    	<div id="logoSpacer"><img src="LayoutGFX/medictv_purelayout_r2_c1.jpg" width="68" height="35" /></div>
        <div class="menueFirst"><br /><a id="lbn_Startseite" href="javascript:__doPostBack('lbn_Startseite','')">Startseite</a></div>
        <div class="menueItem"><br /><a id="lbn_Suche0" href="javascript:__doPostBack('lbn_Suche0','')">Suche</a></div>
        <div class="menueItemActive"><br /><a href="MeinProfil.aspx">Profil</a></div>
        <div class="menueLast"><br /><a href="Impressum.aspx">Impressum</a></div>
    </div>
	<div id="submenue">

    	<div class="entry"><br />	    
    	    <a id="lbn_ProfilAnlegen0" href="javascript:__doPostBack('lbn_ProfilAnlegen0','')">Profil anlegen</a>
        </div>
    	<div class="spacer"></div>
        <div class="entry"><br />
            <a id="lbn_MeinProfil" href="javascript:__doPostBack('lbn_MeinProfil','')">Mein Profil</a>
        </div>
        <!--
        <div class="spacer"></div>
        <div class="entry" style="color:White; vertical-align:top;"><br />
            <input name="TextID" type="text" id="TextID" />
            <input type="button" name="btn_ProfilAnzeigen" value="Profil Anzeigen" onclick="javascript:__doPostBack('btn_ProfilAnzeigen','')" id="btn_ProfilAnzeigen" />
        </div>
        -->

        <div style="float:right; margin-top:5px;">          
            <input type="text" name="seek" id="seek" />
            <input type="submit" name="send" id="btnSeekSend" value="Suchen" />         
        </div>
    </div>
    <div id="content">
        
        <script type="text/javascript">
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('scm_1', document.getElementById('form1'));
Sys.WebForms.PageRequestManager.getInstance()._updateControls([], [], [], 90);
//]]>
</script>

        <input type="hidden" name="hid_ID" id="hid_ID" value="9" />
        <input type="hidden" name="hid_Typ" id="hid_Typ" value="Arzt" />

        <input type="hidden" name="hid_Text" id="hid_Text" />
        
        
        <div id="PanelNavigation" style="width:1000px;">

</div>
        
        <div id="PanelValidSummary" style="width:1000px;">
	<div id="VS_Profil" style="color:Red;border-style:Double;width:400px;display:none;">

	</div>
</div>
        <!-- Hierarchie -->
        <div id="PanelHierarchie" style="width:1000px;">

	<table>
		<tr>
			<td valign="top"><div id="PanelHierarchiePfad">
				<a id="1" href="javascript:__doPostBack('1','')">Marienhauskliniken</a><span> / </span><a id="2" href="javascript:__doPostBack('2','')">St. Elisabeth</a><span> / </span><a id="8" href="javascript:__doPostBack('8','')">Anästhesie</a><span> / </span><span id="lbl_Eigen">Dr. med. Albrecht Seiter</span>

			</div></td>
			<td valign="top">&nbsp;</td>
			<td valign="top"><input type="button" name="btn_loeschen" value="Arzt löschen" onclick="javascript:__doPostBack('btn_loeschen','')" id="btn_loeschen" /></td>
		</tr>
	</table>

</div>
        
        <div id="div_h1"> <!-- Zur horizontalten Trennung der verschiedenen Segmente -->
        
            <!-- Um eine sinnevolle Gliederung zu integrieren: 2 Div's die die Profilseite in eine linke und rechte Spalte gliedern -->

            <div class="grouping">      <!-- Linke Spalte mit -Persönliche Daten- und -med. Schwerpunkte- -->
               
                <!-- Persönliche Einträge im Profil MIT BILD !! -->
                <div id="ProfilPersoenlich">
                    <div class="header"><span>Persönliche Daten</span></div>
                    <div class="content">
                        <div id="PanelBild">
	<table>
		<tr>

			<td valign="top"><img id="UpBild" src="Images/9.jpg?13.11.2008 18:04:25" alt="Bild nicht gefunden" style="height:200px;width:150px;border-width:0px;" /></td>
			<td valign="top"><input type="image" name="btn_Bild" id="btn_Bild" src="LayoutGFX/edit.gif" style="border-width:0px;" /></td>
		</tr>
		<tr>
			<td valign="top"></td>
			<td valign="top">&nbsp;</td>
		</tr>
		<tr>
			<td valign="top"></td>

			<td valign="top">&nbsp;</td>
		</tr>
	</table>

</div>
                        <div id="PanelPers">
	<table>
		<tr>
			<td valign="top"><span id="Name">Name: </span></td>

			<td valign="top"><div id="PanelName">
				<span id="lbl_Titel">Dr. med.</span>&nbsp;<span id="lbl_Vorname">Albrecht</span>&nbsp;<span id="lbl_Name">Seiter</span><span id="rev_Titel" style="color:Red;visibility:hidden;">*</span><span id="rev_Vorname" style="color:Red;visibility:hidden;">*</span><span id="rfv_Vorname" style="color:Red;visibility:hidden;">*</span><span id="rev_Name" style="color:Red;visibility:hidden;">*</span><span id="rfv_Name" style="color:Red;visibility:hidden;">*</span>
			</div></td>
			<td valign="top"><input type="image" name="btn_Name" id="btn_Name" src="LayoutGFX/edit.gif" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;btn_Name&quot;, &quot;&quot;, true, &quot;ProfilValid&quot;, &quot;&quot;, false, false))" style="border-width:0px;" /></td>
		</tr>

		<tr>
			<td valign="top"><span id="PosFun">PosFun: </span></td>
			<td valign="top"><div id="PanelPosFun">
				<span id="lbl_PosFun">Chefarzt</span><span id="rfv_PosFun" style="color:Red;visibility:hidden;">*</span><span id="rev_PosFun" style="color:Red;visibility:hidden;">*</span>
			</div></td>
			<td valign="top"><input type="image" name="btn_PosFun" id="btn_PosFun" src="LayoutGFX/edit.gif" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;btn_PosFun&quot;, &quot;&quot;, true, &quot;ProfilValid&quot;, &quot;&quot;, false, false))" style="border-width:0px;" /></td>
		</tr>

		<tr>
			<td valign="top"><span id="Adresse">Adresse: </span></td>
			<td valign="top"><div id="PanelAdresse">
				<span id="lbl_AdresseStrasse">Elisabethstr.</span>&nbsp;<span id="lbl_AdresseHausNr">1</span><span id="rfv_AdresseStrasse" style="color:Red;visibility:hidden;">*</span><span id="rev_AdresseStrasse" style="color:Red;visibility:hidden;">*</span><span id="rfv_AdresseHausNr" style="color:Red;visibility:hidden;">*</span><span id="rev_AdresseHausNr" style="color:Red;visibility:hidden;">*</span><br /><span id="lbl_AdressePLZ">66687</span>&nbsp;<span id="lbl_AdresseStadt">Wadern</span><span id="rfv_AdressePLZ" style="color:Red;visibility:hidden;">*</span><span id="rev_AdressePLZ" style="color:Red;visibility:hidden;">*</span><span id="rfv_AdresseStadt" style="color:Red;visibility:hidden;">*</span><span id="rev_AdresseStadt" style="color:Red;visibility:hidden;">*</span><br /><span id="lbl_AdresseLand">Deutschland</span>

			</div></td>
			<td valign="top"><input type="image" name="btn_Adresse" id="btn_Adresse" src="LayoutGFX/edit.gif" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;btn_Adresse&quot;, &quot;&quot;, true, &quot;ProfilValid&quot;, &quot;&quot;, false, false))" style="border-width:0px;" /></td>
		</tr>
		<tr>
			<td valign="top"><span id="Tel">Telefon: </span></td>
			<td valign="top"><div id="PanelTelefon">
				<span id="lbl_Telefon0">0049</span>&nbsp;<span id="lbl_Telefon1">06871</span>&nbsp;<span id="lbl_Telefon2">501</span>&nbsp;<span id="lbl_Telefon3">3500</span>&nbsp;<span id="rfv_Telefon0" style="color:Red;visibility:hidden;">*</span><span id="rev_Telefon0" style="color:Red;visibility:hidden;">*</span><span id="rfv_Telefon1" style="color:Red;visibility:hidden;">*</span><span id="rev_Telefon1" style="color:Red;visibility:hidden;">*</span><span id="rfv_Telefon2" style="color:Red;visibility:hidden;">*</span><span id="rev_Telefon2" style="color:Red;visibility:hidden;">*</span><span id="rev_Telefon3" style="color:Red;visibility:hidden;">*</span>

			</div></td>
			<td valign="top"><input type="image" name="btn_Telefon" id="btn_Telefon" src="LayoutGFX/edit.gif" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;btn_Telefon&quot;, &quot;&quot;, true, &quot;ProfilValid&quot;, &quot;&quot;, false, false))" style="border-width:0px;" /></td>
		</tr>
		<tr>
			<td valign="top"><span id="Fax">Fax: </span></td>
			<td valign="top"><div id="PanelFax">
				<span id="lbl_Fax0">0049</span>&nbsp;<span id="lbl_Fax1">06871</span>&nbsp;<span id="lbl_Fax2">501</span>&nbsp;<span id="lbl_Fax3">7350</span>&nbsp;<span id="rev_Fax0" style="color:Red;visibility:hidden;">*</span><span id="rev_Fax1" style="color:Red;visibility:hidden;">*</span><span id="rev_Fax2" style="color:Red;visibility:hidden;">*</span><span id="rev_Fax3" style="color:Red;visibility:hidden;">*</span>

			</div></td>
			<td valign="top"><input type="image" name="btn_Fax" id="btn_Fax" src="LayoutGFX/edit.gif" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;btn_Fax&quot;, &quot;&quot;, true, &quot;ProfilValid&quot;, &quot;&quot;, false, false))" style="border-width:0px;" /></td>
		</tr>
		<tr>
			<td valign="top"><span id="Handy">Handy: </span></td>
			<td valign="top"><div>
				<span id="lbl_Handy0">0049</span>&nbsp;<span id="lbl_Handy1">017833445567</span>&nbsp;<span id="rev_Handy0" style="color:Red;visibility:hidden;">*</span><span id="rev_Handy1" style="color:Red;visibility:hidden;">*</span>

			</div></td>
			<td valign="top"><input type="image" name="btn_Handy" id="btn_Handy" src="LayoutGFX/edit.gif" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;btn_Handy&quot;, &quot;&quot;, true, &quot;ProfilValid&quot;, &quot;&quot;, false, false))" style="border-width:0px;" /></td>
		</tr>
		<tr>
			<td valign="top"><span id="EMail">EMail: </span></td>
			<td valign="top"><div id="PanelEMail">
				<span id="lbl_EMail">A.Seiter@Wad.St-Elisabeth.de</span><span id="rev_EMail" style="color:Red;visibility:hidden;">*</span>

			</div></td>
			<td valign="top"><input type="image" name="btn_EMail" id="btn_EMail" src="LayoutGFX/edit.gif" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;btn_EMail&quot;, &quot;&quot;, true, &quot;ProfilValid&quot;, &quot;&quot;, false, false))" style="border-width:0px;" /></td>
		</tr>
		<tr>
			<td valign="top"><span id="Homepage">Homepage: </span></td>
			<td valign="top"><div id="PanelHomepage">
				<a id="hyp_Homepage" href="http://www.marienhauskliniken.de/abc.php?typ=81">www.marienhauskliniken.de/abc.php?typ=81</a><span id="rev_Homepage" style="color:Red;visibility:hidden;">*</span>

			</div></td>
			<td valign="top"><input type="image" name="btn_Homepage" id="btn_Homepage" src="LayoutGFX/edit.gif" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;btn_Homepage&quot;, &quot;&quot;, true, &quot;ProfilValid&quot;, &quot;&quot;, false, false))" style="border-width:0px;" /></td>
		</tr>
	</table>

</div>
                    </div>
 
Code:
Teil 2:

                    <div class="footer">
                    </div>
                </div>

                <!-- Schwerpunkte -->
                <div id="ProfilSchwerpunkt">
                    <div class="header"><span>med. Schwerpunkte</span></div>
                    <div class="content">
                         <div id="PanelMedSchwerpunkt">
	<table>
		<tr>
			<td valign="top"><input type="image" name="btn_MedSP" id="btn_MedSP" src="LayoutGFX/edit.gif" style="border-width:0px;" /></td>

		</tr>
		<tr>
			<td valign="top"><a id="PrMedSP0" href="javascript:__doPostBack('PrMedSP0','')">Tester5</a></td>
		</tr>
		<tr>
			<td valign="top"><a id="PrMedSP1" href="javascript:__doPostBack('PrMedSP1','')">Tester4</a></td>
		</tr>
		<tr>

			<td valign="top"><a id="PrMedSP2" href="javascript:__doPostBack('PrMedSP2','')">Tester2</a></td>
		</tr>
		<tr>
			<td valign="top"><a id="PrMedSP3" href="javascript:__doPostBack('PrMedSP3','')">Tester1</a></td>
		</tr>
		<tr>
			<td valign="top"><a id="PrMedSP4" href="javascript:__doPostBack('PrMedSP4','')">Test</a></td>

		</tr>
		<tr>
			<td valign="top"></td>
		</tr>
	</table>

</div> 
                    </div>
                    <div class="footer">
                    </div>

                </div>

            </div>                   <!-- Ende Linke Spalte -->
            <div class="grouping">   <!-- Rechte Spalte mit -Profildaten-, -Kurzbeschreibung- und -med. Lebenslauf- -->
                
                <!-- Daten des Profils -->
                <div id="ProfilDaten">
                    <div class="header"><span>Profildaten</span></div>
                    <div class="content">

                        <div id="PanelDaten">
	<table>
		<tr>
			<td valign="top"><span id="RegDate">Registiert seit: </span></td>
			<td valign="top"><span id="UpRegDate">22.10.2008 16:45:46</span></td>
		</tr>
		<tr>
			<td valign="top"><span id="LetzteAnmeldung">Letzte Anmeldung: </span></td>

			<td valign="top"><span id="PrLetzteAnmeldung">13.11.2008 18:04:25</span></td>
		</tr>
	</table>

</div>
                    </div>
                    <div class="footer">
                    </div>
                </div>

                <!-- Kurzbeschreibung -->
                <div id="ProfilKurzbeschreibung">
                    <div class="header"><span>Kurzbeschreibung</span></div>
                    <div class="content">
                        <div id="PanelKurzB">
	<table>
		<tr>
			<td valign="top"><span id="lbl_KurzB" style="display:inline-block;width:400px;">Dr. med. Albrecht Seiter Jahrgang 1954 ist unser Chefarzt der Anaesthesie</span></td>

			<td valign="top"></td>
			<td valign="top"><input type="image" name="btn_KurzB" id="btn_KurzB" src="LayoutGFX/edit.gif" style="border-width:0px;" /></td>
		</tr>
	</table>

</div>
                    </div>
                    <div class="footer"></div>
                </div>
                
                <!-- Lebenslauf -->

                <div id="ProfilLebenslauf">
                    <div class="header"><span>med. Lebenslauf</span></div>
                    <div class="content">
                        <div id="PanelMedLebenslauf">
	<table>
		<tr>
			<td valign="top"><span id="lbl_MedLL" style="display:inline-block;width:400px;">gdfg</span></td>
			<td valign="top"></td>

			<td valign="top"><input type="image" name="btn_MedLL" id="btn_MedLL" src="LayoutGFX/edit.gif" style="border-width:0px;" /></td>
		</tr>
	</table>

</div>
                    </div>
                    <div class="footer"></div>
                </div>
                
            </div> <!-- Ende der rechten Spalte -->

        </div>
        <div id="div_h2">
            <div class="grouping">

                <!-- Publikationen -->
                <div id="ProfilPublikationen">
                    <div class="header"><span>Publikationen</span></div>
                    <div class="content">
                        <div id="PanelPub">

	
                        <table>
		<tr>
			<td valign="top"><a id="lbn_AddPublikation" href="javascript:__doPostBack('lbn_AddPublikation','')">Add Publikation</a></td>
			<td valign="top"><a id="lbn_MiniPubAlle" href="javascript:__doPostBack('lbn_MiniPubAlle','')">alle anzeigen</a></td>
		</tr>
	</table>
	<table>
		<tr>

			<td valign="top"><div id="PanelMiniPubCollection">
				<div id="PanelMiniPub0" class="Mini">
					<table>
						<tr>
							<td valign="top"><a id="PubName21" href="javascript:__doPostBack('PubName21','')">Pub4</a></td>
						</tr>
						<tr>
							<td valign="top"><span id="PubKurzB0">dasd </span></td>

						</tr>
					</table>

				</div><div id="PanelMiniPub3" class="Mini">
					<table>
						<tr>
							<td valign="top"><a id="PubName20" href="javascript:__doPostBack('PubName20','')">Pub3</a></td>
						</tr>
						<tr>

							<td valign="top"><span id="PubKurzB3">dasf </span></td>
						</tr>
					</table>

				</div><div id="PanelMiniPub6" class="Mini">
					<table>
						<tr>
							<td valign="top"><a id="PubName19" href="javascript:__doPostBack('PubName19','')">Pub2</a></td>

						</tr>
						<tr>
							<td valign="top"><span id="PubKurzB6">cddf </span></td>
						</tr>
					</table>

				</div><div id="PanelMiniPub9" class="Mini">
					<table>
						<tr>

							<td valign="top"><a id="PubName18" href="javascript:__doPostBack('PubName18','')">Pub1</a></td>
						</tr>
						<tr>
							<td valign="top"><span id="PubKurzB9">Pub1 KurzB </span></td>
						</tr>
					</table>

				</div>

			</div></td>
		</tr>
	</table>

</div>            
                    </div>
                    <div class="footer"></div>
                </div>
                
                <!-- Videos -->
                <div id="ProfilVideos">

                    <div class="header"><span>Videos</span></div>
                    <div class="content">
                        <div id="PanelVid">
	
                        <table>
		<tr>
			<td valign="top"><a id="lbn_AddVideo" href="javascript:__doPostBack('lbn_AddVideo','')">Add Video</a></td>
			<td valign="top"><a id="lbn_MiniVidAlle" href="javascript:__doPostBack('lbn_MiniVidAlle','')">alle anzeigen</a></td>

		</tr>
	</table>
	<table>
		<tr>
			<td valign="top"><div id="PanelMiniVidCollection">
				<div id="PanelMiniVid0" class="Mini">
					<table>
						<tr>
							<td valign="top"><img id="VidBild0" src="Images/StandartbildVideoVorschau.JPG?13.11.2008 18:04:25" alt="Bild nicht gefunden" style="height:50px;width:50px;border-width:0px;" /></td>

							<td valign="top"><table>
								<tr>
									<td valign="top"><a id="VidName31" href="javascript:__doPostBack('VidName31','')">Vid5</a></td>
								</tr>
								<tr>
									<td valign="top"><span id="VidKurzB0"></span></td>
								</tr>
							</table>

							</td>
						</tr>
					</table>

				</div><div id="PanelMiniVid4" class="Mini">
					<table>
						<tr>
							<td valign="top"><img id="VidBild4" src="Images/StandartbildVideoVorschau.JPG?13.11.2008 18:04:25" alt="Bild nicht gefunden" style="height:50px;width:50px;border-width:0px;" /></td>
							<td valign="top"><table>

								<tr>
									<td valign="top"><a id="VidName30" href="javascript:__doPostBack('VidName30','')">Vid4</a></td>
								</tr>
								<tr>
									<td valign="top"><span id="VidKurzB4"></span></td>
								</tr>
							</table>
							</td>

						</tr>
					</table>

				</div><div id="PanelMiniVid8" class="Mini">
					<table>
						<tr>
							<td valign="top"><img id="VidBild8" src="Images/StandartbildVideoVorschau.JPG?13.11.2008 18:04:25" alt="Bild nicht gefunden" style="height:50px;width:50px;border-width:0px;" /></td>
							<td valign="top"><table>
								<tr>

									<td valign="top"><a id="VidName29" href="javascript:__doPostBack('VidName29','')">Vid3</a></td>
								</tr>
								<tr>
									<td valign="top"><span id="VidKurzB8">jghjghj</span></td>
								</tr>
							</table>
							</td>
						</tr>

					</table>

				</div><div id="PanelMiniVid12" class="Mini">
					<table>
						<tr>
							<td valign="top"><img id="VidBild12" src="Images/StandartbildVideoVorschau.JPG?13.11.2008 18:04:25" alt="Bild nicht gefunden" style="height:50px;width:50px;border-width:0px;" /></td>
							<td valign="top"><table>
								<tr>
									<td valign="top"><a id="VidName28" href="javascript:__doPostBack('VidName28','')">Vid2</a></td>

								</tr>
								<tr>
									<td valign="top"><span id="VidKurzB12">,hnm,jhk</span></td>
								</tr>
							</table>
							</td>
						</tr>
					</table>

				</div>
			</div></td>
		</tr>
	</table>

</div>            
                    </div>
                    <div class="footer"></div>
                </div>
            
            </div>

            
            <div class="grouping">
            
                <!-- Auszeichnungen -->
                <div id="ProfilAuszeichnungen">
                    <div class="header"><span>Auszeichnungen</span></div>
                    <div class="content">
                        <div id="PanelAus" style="clear:both">
	
                        <table>
		<tr>

			<td valign="top"><a id="lbn_AddAuszeichnung" href="javascript:__doPostBack('lbn_AddAuszeichnung','')">Add Auszeichnung</a></td>
			<td valign="top"><a id="lbn_MiniAusAlle" href="javascript:__doPostBack('lbn_MiniAusAlle','')">alle anzeigen</a></td>
		</tr>
	</table>
	<table>
		<tr>
			<td valign="top"><div id="PanelMiniAusCollection">
				<div id="PanelMiniAus0" class="Mini">

					<table>
						<tr>
							<td valign="top"><a id="AusName26" href="javascript:__doPostBack('AusName26','')">Aus5</a></td>
						</tr>
						<tr>
							<td valign="top"><span id="AusKurzB0">hgfdhd </span></td>
						</tr>
					</table>

				</div><div id="PanelMiniAus3" class="Mini">
					<table>
						<tr>
							<td valign="top"><a id="AusName25" href="javascript:__doPostBack('AusName25','')">Aus4</a></td>
						</tr>
						<tr>
							<td valign="top"><span id="AusKurzB3">jh </span></td>

						</tr>
					</table>

				</div><div id="PanelMiniAus6" class="Mini">
					<table>
						<tr>
							<td valign="top"><a id="AusName24" href="javascript:__doPostBack('AusName24','')">Aus3</a></td>
						</tr>
						<tr>

							<td valign="top"><span id="AusKurzB6">mghdjdh </span></td>
						</tr>
					</table>

				</div><div id="PanelMiniAus9" class="Mini">
					<table>
						<tr>
							<td valign="top"><a id="AusName23" href="javascript:__doPostBack('AusName23','')">Aus2</a></td>

						</tr>
						<tr>
							<td valign="top"><span id="AusKurzB9">dfgjn </span></td>
						</tr>
					</table>

				</div>
			</div></td>
		</tr>

	</table>

</div>            
                    </div>
                    <div class="footer"></div>
                </div>

                <!-- Veranstaltungen -->
                <div id="ProfilVeranstaltungen">
                    <div class="header"><span>Veranstaltungen</span></div>

                    <div class="content">
                        <div id="PanelVer">
	
                        <table>
		<tr>
			<td valign="top"><a id="lbn_AddVeranstaltung" href="javascript:__doPostBack('lbn_AddVeranstaltung','')">Add Veranstaltung</a></td>
			<td valign="top"><a id="lbn_MiniVerAlle" href="javascript:__doPostBack('lbn_MiniVerAlle','')">alle anzeigen</a></td>
		</tr>
	</table>

	<table>
		<tr>
			<td valign="top"><div id="PanelMiniVerCollection">
				<div id="PanelMiniVer0" class="Mini">
					<table>
						<tr>
							<td valign="top"><a id="VerName36" href="javascript:__doPostBack('VerName36','')">Ver5</a></td>
						</tr>

						<tr>
							<td valign="top"><span id="MiniVerDatum0">06.11.2008 00:00:00</span></td>
						</tr>
						<tr>
							<td valign="top"><span id="MiniVerAdresse0">53654 hghfgfghf</span></td>
						</tr>
					</table>

				</div><div id="PanelMiniVer4" class="Mini">
					<table>
						<tr>
							<td valign="top"><a id="VerName35" href="javascript:__doPostBack('VerName35','')">Ver4</a></td>
						</tr>
						<tr>
							<td valign="top"><span id="MiniVerDatum4">06.11.2008 00:00:00</span></td>
						</tr>

						<tr>
							<td valign="top"><span id="MiniVerAdresse4">56654 ghdfs</span></td>
						</tr>
					</table>

				</div><div id="PanelMiniVer8" class="Mini">
					<table>
						<tr>
							<td valign="top"><a id="VerName34" href="javascript:__doPostBack('VerName34','')">Ver3</a></td>

						</tr>
						<tr>
							<td valign="top"><span id="MiniVerDatum8">06.11.2008 00:00:00</span></td>
						</tr>
						<tr>
							<td valign="top"><span id="MiniVerAdresse8">56356 gdsgd</span></td>
						</tr>
					</table>

				</div><div id="PanelMiniVer12" class="Mini">
					<table>
						<tr>
							<td valign="top"><a id="VerName33" href="javascript:__doPostBack('VerName33','')">Ver2g</a></td>
						</tr>
						<tr>
							<td valign="top"><span id="MiniVerDatum12">06.11.2008 00:00:00</span></td>

						</tr>
						<tr>
							<td valign="top"><span id="MiniVerAdresse12">56423 ghdf</span></td>
						</tr>
					</table>

				</div>
			</div></td>
		</tr>

	</table>

</div>            
                    </div>
 
Code:
Teil 3:

                    <div class="footer"></div>
                </div>
            
            </div>

     
         
   
    
    
        <div id="PanelNichtSichtbar">
	
            Nicht sichtbar:<br />

        <table>
		<tr>
			<td valign="top"><span id="ViewCount">ViewCount: </span></td>
			<td valign="top"><span id="UpViewCount">361</span></td>
			<td valign="top">&nbsp;</td>
		</tr>
		<tr>
			<td valign="top"><span id="Vater">Vater: </span></td>

			<td valign="top"><span id="PrVater">8</span></td>
			<td valign="top">&nbsp;</td>
		</tr>
		<tr>
			<td valign="top"><span id="Typ">Typ: </span></td>
			<td valign="top"><span id="UpTyp">Arzt</span></td>
			<td valign="top">&nbsp;</td>

		</tr>
	</table>

</div>
    
        </div>






        <!-- "Baum" -->
        <div id="ProfilBaum">

            <div class="header"><span>"Baum"</span></div>
            <div class="content">
                <div id="PanelBaum">
	
                <a href="#trv_Hierarchie_SkipLink"><img alt="Navigationslinks überspringen." src="/WebSite1/WebResource.axd?d=FX0slHVvbxUav3QxbXyFTQ2&amp;t=633566514746718750" width="0" height="0" style="border-width:0px;" /></a><div id="trv_Hierarchie">
		<table cellpadding="0" cellspacing="0" style="border-width:0;">
			<tr>
				<td><a id="trv_Hierarchien0" href="javascript:TreeView_ToggleNode(trv_Hierarchie_Data,0,document.getElementById('trv_Hierarchien0'),'-',document.getElementById('trv_Hierarchien0Nodes'))"><img src="/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9mwWEMa2cI1aXmX3h32yhwr25VlDBK9Q5Sd8IqCZGBFHM0&amp;t=633566514746718750" alt="Marienhauskliniken reduzieren" style="border-width:0;" /></a></td><td style="white-space:nowrap;"><a class="trv_Hierarchie_0" href="javascript:__doPostBack('trv_Hierarchie','s1')" onclick="TreeView_SelectNode(trv_Hierarchie_Data, this,'trv_Hierarchiet0');" id="trv_Hierarchiet0">Marienhauskliniken</a></td>
			</tr>

		</table><div id="trv_Hierarchien0Nodes" style="display:block;">
			<table cellpadding="0" cellspacing="0" style="border-width:0;">
				<tr>
					<td><div style="width:20px;height:1px"></div></td><td><a id="trv_Hierarchien1" href="javascript:TreeView_ToggleNode(trv_Hierarchie_Data,1,document.getElementById('trv_Hierarchien1'),'t',document.getElementById('trv_Hierarchien1Nodes'))"><img src="/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m7JEDfKdbcP1WfLxN5hrtHDxkZkQpMpvN9iZ3W3xHh5R0&amp;t=633566514746718750" alt="St. Elisabeth reduzieren" style="border-width:0;" /></a></td><td style="white-space:nowrap;"><a class="trv_Hierarchie_0" href="javascript:__doPostBack('trv_Hierarchie','s1\\2')" onclick="TreeView_SelectNode(trv_Hierarchie_Data, this,'trv_Hierarchiet1');" id="trv_Hierarchiet1">St. Elisabeth</a></td>
				</tr>
			</table><div id="trv_Hierarchien1Nodes" style="display:block;">
				<table cellpadding="0" cellspacing="0" style="border-width:0;">
					<tr>

						<td><div style="width:20px;height:1px"></div></td><td><div style="width:20px;height:1px"><img src="/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m0sR-f0PPI_pbVkUnLAYCl81&amp;t=633566514746718750" alt="" /></div></td><td><a id="trv_Hierarchien2" href="javascript:TreeView_ToggleNode(trv_Hierarchie_Data,2,document.getElementById('trv_Hierarchien2'),'t',document.getElementById('trv_Hierarchien2Nodes'))"><img src="/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m63PkZVT29kL7ALZhqL93Q01&amp;t=633566514746718750" alt="Innere Medizin erweitern" style="border-width:0;" /></a></td><td style="white-space:nowrap;"><a class="trv_Hierarchie_0" href="javascript:__doPostBack('trv_Hierarchie','s1\\2\\4')" onclick="TreeView_SelectNode(trv_Hierarchie_Data, this,'trv_Hierarchiet2');" id="trv_Hierarchiet2">Innere Medizin</a></td>
					</tr>
				</table><div id="trv_Hierarchien2Nodes" style="display:none;">
					<table cellpadding="0" cellspacing="0" style="border-width:0;">
						<tr>
							<td><div style="width:20px;height:1px"></div></td><td><div style="width:20px;height:1px"><img src="/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m0sR-f0PPI_pbVkUnLAYCl81&amp;t=633566514746718750" alt="" /></div></td><td><div style="width:20px;height:1px"><img src="/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m0sR-f0PPI_pbVkUnLAYCl81&amp;t=633566514746718750" alt="" /></div></td><td><img src="/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m3EWSsMl_qrQcfuKnneCGeA1&amp;t=633566514746718750" alt="" /></td><td style="white-space:nowrap;"><a class="trv_Hierarchie_0" href="javascript:__doPostBack('trv_Hierarchie','s1\\2\\4\\6')" onclick="TreeView_SelectNode(trv_Hierarchie_Data, this,'trv_Hierarchiet3');" id="trv_Hierarchiet3">Dr. Henrik Hell</a></td>
						</tr>
					</table>

				</div><table cellpadding="0" cellspacing="0" style="border-width:0;">
					<tr>
						<td><div style="width:20px;height:1px"></div></td><td><div style="width:20px;height:1px"><img src="/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m0sR-f0PPI_pbVkUnLAYCl81&amp;t=633566514746718750" alt="" /></div></td><td><a id="trv_Hierarchien4" href="javascript:TreeView_ToggleNode(trv_Hierarchie_Data,4,document.getElementById('trv_Hierarchien4'),'l',document.getElementById('trv_Hierarchien4Nodes'))"><img src="/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m4TS3JGQR-JXv5iqFTRE6e1SGh2p0T7O_ufkekP_1TPE0&amp;t=633566514746718750" alt="Anästhesie reduzieren" style="border-width:0;" /></a></td><td style="white-space:nowrap;"><a class="trv_Hierarchie_0" href="javascript:__doPostBack('trv_Hierarchie','s1\\2\\8')" onclick="TreeView_SelectNode(trv_Hierarchie_Data, this,'trv_Hierarchiet4');" id="trv_Hierarchiet4">Anästhesie</a></td>
					</tr>
				</table><div id="trv_Hierarchien4Nodes" style="display:block;">
					<table cellpadding="0" cellspacing="0" style="border-width:0;">
						<tr>
							<td><div style="width:20px;height:1px"></div></td><td><div style="width:20px;height:1px"><img src="/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m0sR-f0PPI_pbVkUnLAYCl81&amp;t=633566514746718750" alt="" /></div></td><td><div style="width:20px;height:1px"></div></td><td><img src="/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m3EWSsMl_qrQcfuKnneCGeA1&amp;t=633566514746718750" alt="" /></td><td class="trv_Hierarchie_2" style="white-space:nowrap;"><a class="trv_Hierarchie_0 trv_Hierarchie_1" href="javascript:__doPostBack('trv_Hierarchie','s1\\2\\8\\9')" onclick="TreeView_SelectNode(trv_Hierarchie_Data, this,'trv_Hierarchiet5');" id="trv_Hierarchiet5">Dr. med. Albrecht Seiter</a></td>

						</tr>
					</table>
				</div>
			</div><table cellpadding="0" cellspacing="0" style="border-width:0;">
				<tr>
					<td><div style="width:20px;height:1px"></div></td><td><a id="trv_Hierarchien6" href="javascript:TreeView_ToggleNode(trv_Hierarchie_Data,6,document.getElementById('trv_Hierarchien6'),'l',document.getElementById('trv_Hierarchien6Nodes'))"><img src="/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m5UkYq_2n7KO7uh24SAtyCQ1&amp;t=633566514746718750" alt="St. Josef erweitern" style="border-width:0;" /></a></td><td style="white-space:nowrap;"><a class="trv_Hierarchie_0" href="javascript:__doPostBack('trv_Hierarchie','s1\\3')" onclick="TreeView_SelectNode(trv_Hierarchie_Data, this,'trv_Hierarchiet6');" id="trv_Hierarchiet6">St. Josef</a></td>
				</tr>
			</table><div id="trv_Hierarchien6Nodes" style="display:none;">

				<table cellpadding="0" cellspacing="0" style="border-width:0;">
					<tr>
						<td><div style="width:20px;height:1px"></div></td><td><div style="width:20px;height:1px"></div></td><td><a id="trv_Hierarchien7" href="javascript:TreeView_ToggleNode(trv_Hierarchie_Data,7,document.getElementById('trv_Hierarchien7'),'l',document.getElementById('trv_Hierarchien7Nodes'))"><img src="/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m5UkYq_2n7KO7uh24SAtyCQ1&amp;t=633566514746718750" alt="Innere Medizin erweitern" style="border-width:0;" /></a></td><td style="white-space:nowrap;"><a class="trv_Hierarchie_0" href="javascript:__doPostBack('trv_Hierarchie','s1\\3\\5')" onclick="TreeView_SelectNode(trv_Hierarchie_Data, this,'trv_Hierarchiet7');" id="trv_Hierarchiet7">Innere Medizin</a></td>
					</tr>
				</table><div id="trv_Hierarchien7Nodes" style="display:none;">
					<table cellpadding="0" cellspacing="0" style="border-width:0;">
						<tr>
							<td><div style="width:20px;height:1px"></div></td><td><div style="width:20px;height:1px"></div></td><td><div style="width:20px;height:1px"></div></td><td><img src="/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m3EWSsMl_qrQcfuKnneCGeA1&amp;t=633566514746718750" alt="" /></td><td style="white-space:nowrap;"><a class="trv_Hierarchie_0" href="javascript:__doPostBack('trv_Hierarchie','s1\\3\\5\\7')" onclick="TreeView_SelectNode(trv_Hierarchie_Data, this,'trv_Hierarchiet8');" id="trv_Hierarchiet8">Dr. med. Walter Berg</a></td>

						</tr>
					</table>
				</div>
			</div>
		</div>
	</div><a id="trv_Hierarchie_SkipLink"></a>
</div>   
            </div>
            <div class="footer"></div>
        </div>

     
         
   
    
    
    <!-- Den unteren Abstand einhalten ... im Moment designtechnisch von Nöten -->
    <div style="height:100px"></div>
     
    </div> <!-- content -->
        <div id="footer"></div>
    </div> <!-- wrapAround -->
    
    
<script type="text/javascript">
//<![CDATA[
var Page_ValidationSummaries =  new Array(document.getElementById("VS_Profil"));
var trv_Hierarchie_ImageArray =  new Array('', '', '', '/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m_1STthXDDHngy78_QMJvOw1&t=633566514746718750', '/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m69SwL3SY5ellD0wVrIKuLo1&t=633566514746718750', '/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m3pZ4CTldjI8Hrm8xonGKlY1&t=633566514746718750', '/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m0sR-f0PPI_pbVkUnLAYCl81&t=633566514746718750', '/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m553uGYOwcy7z_dPZ409XYg1&t=633566514746718750', '/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m9CuyuWIhgRCVCDM6yvwUcA1&t=633566514746718750', '/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9mzWH_lNbsFdAnd1pLONIZJc4cezyefUDoJoTdT5_YZdM0&t=633566514746718750', '/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9mx2-dkIKi7QvkrtMNqgmabI1&t=633566514746718750', '/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m63PkZVT29kL7ALZhqL93Q01&t=633566514746718750', '/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m7JEDfKdbcP1WfLxN5hrtHDxkZkQpMpvN9iZ3W3xHh5R0&t=633566514746718750', '/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m3EWSsMl_qrQcfuKnneCGeA1&t=633566514746718750', '/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m5UkYq_2n7KO7uh24SAtyCQ1&t=633566514746718750', '/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m4TS3JGQR-JXv5iqFTRE6e1SGh2p0T7O_ufkekP_1TPE0&t=633566514746718750', '/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m6Zb_0fByYi_aMH1zFzfkOU1&t=633566514746718750', '/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9m64PwgQ8Df9hk4kSFu9FcChdid-vbFMEEuTV60yhEqNK0&t=633566514746718750', '/WebSite1/WebResource.axd?d=7nmoMHWVEAma1K9deRb9mwWEMa2cI1aXmX3h32yhwr25VlDBK9Q5Sd8IqCZGBFHM0&t=633566514746718750');
var Page_Validators =  new Array(document.getElementById("rev_Titel"), document.getElementById("rev_Vorname"), document.getElementById("rfv_Vorname"), document.getElementById("rev_Name"), document.getElementById("rfv_Name"), document.getElementById("rfv_PosFun"), document.getElementById("rev_PosFun"), document.getElementById("rfv_AdresseStrasse"), document.getElementById("rev_AdresseStrasse"), document.getElementById("rfv_AdresseHausNr"), document.getElementById("rev_AdresseHausNr"), document.getElementById("rfv_AdressePLZ"), document.getElementById("rev_AdressePLZ"), document.getElementById("rfv_AdresseStadt"), document.getElementById("rev_AdresseStadt"), document.getElementById("rfv_Telefon0"), document.getElementById("rev_Telefon0"), document.getElementById("rfv_Telefon1"), document.getElementById("rev_Telefon1"), document.getElementById("rfv_Telefon2"), document.getElementById("rev_Telefon2"), document.getElementById("rev_Telefon3"), document.getElementById("rev_Fax0"), document.getElementById("rev_Fax1"), document.getElementById("rev_Fax2"), document.getElementById("rev_Fax3"), document.getElementById("rev_Handy0"), document.getElementById("rev_Handy1"), document.getElementById("rev_EMail"), document.getElementById("rev_Homepage"));
//]]>

</script>

</form>
</body>
</html>
 
Wow! Der Seitenquelltext ist sooo überlang, dass du ihn hier in drei Teilen posten musstest, da er das Zeichenlimit deutlich überschreitet, und ich nun die drei Posts nicht zusammentackern kann :eek:

Die folgenden Fehler traten bei der Verarbeitung auf:

1. Der Text, den du eingegeben hast, besteht aus 41796 Zeichen und ist damit zu lang. Bitte kürze den Text auf die maximale Länge von 30000 Zeichen.

Gibt's davon auch eine "XXLight-Version"? :suspekt: Durch so viele Zeichen und den daraus resultierenden 846 Code-Zeilen werde ich mich definitiv nicht wühlen :p

mfg Maik
 
Hehe, sagte doch, dass der Quelltext nicht wirklich was bringt :p
Wir sind schon ne ganze Weile daran am Entwickeln, ist ein Uni-Projekt.
Ich werd morgen mal versuchen den Quelltext bisschen zusammen zu stauchen, aber wie gesagt, ich denk nicht dass der Quelltext was bringt.
Das momentane Ergebnis sieht einfach komplett anders aus als gewünscht.

Wäre es nicht einfacher ein "blanko-konzept" für eine solche Formatierung zu schreiben? Ich weiß es halt nicht, hab mit floating und dem ganzen Kram kaum Erfahrung. Ich bin eher der C# und SQL Mann.
 
Zurück