ilch Forum » Allgemein » HTML, PHP, SQL,... » Automatischer Header wechsel

Geschlossen
  1. #1
    User Pic
    Sky-Master Mitglied
    Registriert seit
    06.12.2009
    Beiträge
    39
    Beitragswertungen
    0 Beitragspunkte
    Hallo Ilch´laner,

    ich bin hier nicht richtig schlau geworden.
    Aber ich denke ihr könnt mir helfen.

    Und zwar will ich, dass immmer nach Aktualisierung meiner Homepage ein neuer Header erscheint.
    Also ich will nicht das jedes Untermenü (Forum, Member...) ein neuen Header erhalten. Es soll ledeglich nur nach aktualisierung der HP ein neuer erscheinen, oder evtuell nach Zeit!


    Würde mich über antworten freuen.
    Ich bin kein könner, erklärt mir bitte wo ich was rein amcehn soll!!!

    MfG Sky-Master

    betroffene Homepage: externer Link
    0 Mitglieder finden den Beitrag gut.
  2. #2
    User Pic
    Angelina Mitglied
    Registriert seit
    06.11.2011
    Beiträge
    127
    Beitragswertungen
    20 Beitragspunkte
    Schaumal hier
    [url]www.ilch.de/downloads-show-1479.html][/url]
    www,angelina.de
    Ein Kavalier ist ein Mann, der sich den Geburtstag einer Frau merkt und ihr alter vergisst.
    0 Mitglieder finden den Beitrag gut.
  3. #3
    User Pic
    Sky-Master Mitglied
    Registriert seit
    06.12.2009
    Beiträge
    39
    Beitragswertungen
    0 Beitragspunkte
    Hallo,

    dies habe ich schon ausprobiert, aber wo muss ich die box eintragen???
    0 Mitglieder finden den Beitrag gut.
  4. #4
    User Pic
    Maretz Hall Of Fame
    Registriert seit
    28.02.2009
    Beiträge
    740
    Beitragswertungen
    74 Beitragspunkte
    Sers.

    Für diese Erweiterung ist das mar_EterG nicht ausgelegt.
    Dazu müsste man den KopfBereich des Templates abändern.
    Poste hier mal bitte die geänderten Dateien, falls Änderungen vorgenommen wurden am Template. (index.htm /forum.htm / style.css)
    Falls keine eigenen Änderungen gemacht wurden,bekommste eine angepasste Version,wo der Header unabhänig von anderen Bereichen steht.

    Mfg Maretz
    0 Mitglieder finden den Beitrag gut.
  5. #5
    User Pic
    Sky-Master Mitglied
    Registriert seit
    06.12.2009
    Beiträge
    39
    Beitragswertungen
    0 Beitragspunkte
    Hi Maretz,

    <!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">
    <!-- Codierung by Maretz.eu - Free Ilch Clan und Community Templates -->
    <head>
    <title>{TITLE}</title>
    <link rel="stylesheet" type="text/css" href=
    "include/designs/mar_EterG/style.css" />
    <script type="text/javascript" src="include/designs/mar_EterG/js/typeface-0.15.js"></script>
    <script type="text/javascript" src="include/designs/mar_EterG/js/gears_of_peace_regular.typeface.js"></script>
    <script type="text/javascript" src="include/designs/mar_EterG/js/gradualfader.js">
    
    /***********************************************
    * Gradual Element Fader- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
    * This notice must stay intact for legal use
    ***********************************************/
    
    </script>
    <link rel="SHORTCUT ICON" href="../include/designs/mar_EterG/images/icon.ico" type="image/x-icon">
    <script type="text/javascript" src="include/designs/mar_EterG/jquery.min.js"></script>
    <script type="text/javascript">
    <!--
    var textcount = 0;
    
    var titletext = new Array();
    
    // Hier dein Titeltext
    titletext[textcount++] = "Willkommen beim GSB";
    titletext[textcount++] = "Wir suchen steht´s Member";
    
    // Ab hier solltest du nix mehr ändern.
    var i = 1;
    var wo = 0;
    var ud = 1;
    
    function animatitle() {
    window.document.title = titletext[wo].substr(0, i)+"_";
    if ( ud== 0 ) i--;
    if ( ud== 1 ) i++;
    if ( i== -1 ) {
    ud = 1;
    i = 0;
    wo++;
    wo = wo % titletext.length;
    }
    if ( i == titletext[wo].length + 10 ) {
    ud = 0;
    i = titletext[wo].length;
    }
    parent.window.document.title = titletext[wo].substr(0, i) + "_";
    setTimeout( "animatitle()", 80 );
    }
    animatitle();
    //-->
    <!--
    jQuery(document).ready(function() {
       $("a#ToogleSidebar1").click().toggle(function() {
           $('#sidebar1').animate({
               width: 'hide',
               opacity: 'hide'
           }, 'slow');
       }, function() {
           $('#sidebar1').animate({
               width: 'show',
               opacity: 'show'
           }, 'fast');
       });
    });
    -->
    </script>
    <script type="text/javascript" src="include/includes/js/jquery.js"></script>
    <script type="text/javascript" src="include/includes/js/messenger.js"></script>
    
    <link type="text/css" rel="stylesheet" media="all" href="include/includes/css/messenger/chat.css" />
    <link type="text/css" rel="stylesheet" media="all" href="include/includes/css/messenger/screen.css" />
    
    <!--[if lte IE 7]>
    <link type="text/css" rel="stylesheet" media="all" href="include/includes/css/messenger/screen_ie.css" />
    <![endif]-->
    </head>
    <body>
    <div id="ts_slid" class="ts_slid" style=" right: -256px; width: 300px; position: fixed; top: 170px; background: url(include/extras/tsslid/ts_slid_bg.png) repeat scroll 0% 0% transparent; height: 500px; z-index: 999;" ><div style="position:absolute;top:38px;left:60px;width:229px;height:448px;overflow:auto"><div id="ts3viewer_955399" style="width:; background-color:;"> </div>
    
    <script type="text/javascript" src="http://static.tsviewer.com/short_expire/js/ts3viewer_loader.js"></script>
    
    <script type="text/javascript">
    <!--
    var ts3v_url_1 = "http://www.tsviewer.com/ts3viewer.php?ID=955399&text=ffffff&text_size=13&text_family=4&js=1&text_s_color=ffffff&text_s_weight=bold&text_s_style=normal&text_s_variant=normal&text_s_decoration=none&text_s_color_h=ffffff&text_s_weight_h=bold&text_s_style_h=normal&text_s_variant_h=normal&text_s_decoration_h=underline&text_i_color=ffffff&text_i_weight=normal&text_i_style=normal&text_i_variant=normal&text_i_decoration=none&text_i_color_h=ffffff&text_i_weight_h=normal&text_i_style_h=normal&text_i_variant_h=normal&text_i_decoration_h=underline&text_c_color=ffffff&text_c_weight=normal&text_c_style=normal&text_c_variant=normal&text_c_decoration=none&text_c_color_h=ffffff&text_c_weight_h=normal&text_c_style_h=normal&text_c_variant_h=normal&text_c_decoration_h=underline&text_u_color=ffffff&text_u_weight=bold&text_u_style=normal&text_u_variant=normal&text_u_decoration=none&text_u_color_h=ffffff&text_u_weight_h=bold&text_u_style_h=normal&text_u_variant_h=normal&text_u_decoration_h=none";
    ts3v_display.init(ts3v_url_1, 955399, 100);
    -->
    </script></div></div>
    <div align="center"><div id="full"><a name="anfang" id="anfang"></a>
    <div id="img_1" align="left"><div id="loginpanel" align="right">{_boxes_login_mar}</div><div id="statistikpanel" align="left">{_boxes_statistikvw}</div></div>
    <div id="img_2" align="left">
    <div id="buttons" align="left"><a href="index.php?" title="Home" onmouseover="document.getElementById('button0').src='include/designs/mar_EterG/buttons/home_a.png';"onmouseout=
    "document.getElementById('button0').src='include/designs/mar_EterG/buttons/home.png';"><img src="include/designs/mar_EterG/buttons/home.png" alt="Home" border="0" id="button0" name="button0" /></a><a href="index.php?forum" title="Forum" onmouseover="document.getElementById('button1').src='include/designs/mar_EterG/buttons/forum_a.png';"onmouseout=
    "document.getElementById('button1').src='include/designs/mar_EterG/buttons/forum.png';"><img src="include/designs/mar_EterG/buttons/forum.png" alt="Forum" border="0" id="button1" name="button1" /></a><a href="index.php?teams" title="Teams" onmouseover="document.getElementById('button2').src='include/designs/mar_EterG/buttons/teams_a.png';"onmouseout=
    "document.getElementById('button2').src='include/designs/mar_EterG/buttons/teams.png';"><img src="include/designs/mar_EterG/buttons/teams.png" alt="Teams" border="0" id="button2" name="button2" /></a><a href="index.php?user" title="MemberList" onmouseover="document.getElementById('button3').src='include/designs/mar_EterG/buttons/member_a.png';"onmouseout=
    "document.getElementById('button3').src='include/designs/mar_EterG/buttons/member.png';"><img src="include/designs/mar_EterG/buttons/member.png" alt="Member" border="0" id="button3" name="button3" /></a><a href="index.php?joinus" title="Join Us" onmouseover="document.getElementById('button4').src='include/designs/mar_EterG/buttons/joinus_a.png';"onmouseout=
    "document.getElementById('button4').src='include/designs/mar_EterG/buttons/joinus.png';"><img src="include/designs/mar_EterG/buttons/joinus.png" alt="JoinUs" border="0" id="button4" name="button4" /></a><a href="index.php?fightus" title="Fight Us" onmouseover="document.getElementById('button5').src='include/designs/mar_EterG/buttons/fightus_a.png';"onmouseout=
    "document.getElementById('button5').src='include/designs/mar_EterG/buttons/fightus.png';"><img src="include/designs/mar_EterG/buttons/fightus.png" alt="Fightus" border="0" id="button5" name="button5" /></a><a href="index.php?gbook" title="G-Book" onmouseover="document.getElementById('button6').src='include/designs/mar_EterG/buttons/gbook_a.png';"onmouseout=
    "document.getElementById('button6').src='include/designs/mar_EterG/buttons/gbook.png';"><img src="include/designs/mar_EterG/buttons/gbook.png" alt="Gbook" border="0" id="button6" name="button6" /></a><a href="index.php?contact" title="Contact to {SITENAME}" onmouseover="document.getElementById('button7').src='include/designs/mar_EterG/buttons/contact_a.png';"onmouseout=
    "document.getElementById('button7').src='include/designs/mar_EterG/buttons/contact.png';"><img src="include/designs/mar_EterG/buttons/contact.png" alt="Contact" border="0" id="button7" name="button7" /></a></div>
    
    <div id="mediabox" align="left">{_boxes_showbox}</div>
    <div id="forumbox" align="left">{_boxes_lastforum_bwmod}</div>
    </div>
      <br style="clear: both;" />
      <div id="content-bg"  style="margin-top:-20px">
     
      <div id="left_col">
    
        {_list_menunr1@
                <div id="menu_heading_left" >
    <div id="menu_heading_left_font">%1</div>
      </div>
    <div id="menuleftmiddle" align="left" valign="top" class="menuone">%2</div>
    <div id="menuleftbottom" align="left" valign="bottom" ></div>
        }
    
      </div>
    <div id="head_content" align="left"><div id="tophmenu" align="left"><span class="hmenustyle">{HMENU}</span></div></div>
    <div id="main_col" align="left">
    <div id="main_colin">{EXPLODE}</div>
    <div id="foot" align="left"></div></div>
    
      <div id="right_col" style="margin-top:-29px">
    
        {_list_menunr2@
                <div id="menu_heading_right" >
    <div id="menu_heading_right_font">%1</div>
    </div>
    <div id="menurightmiddle" align="left" valign="top" >
    <div class="menutwo">%2</div>
    </div>
    <div id="menurightbottom" align="right" valign="bottom" ></div>
        }
    
      </div>
    
      <br style="clear: both;" />
    <table id="full" cellpadding="0" cellspacing="0" align="left">
    <tr>
        <td width="1038" height="70" align="left" valign="top" background="include/designs/mar_EterG/images/foot_partner.png"><div id="partnerbanner" align="left"><a href="http://www.trackmania.com/de/" class="anotherclass gradualfader" target="_blank"><img src="include/designs/mar_EterG/partner/tmbanner.jpg"></a>&nbsp;<a href="http://www.callofduty.com/" class="anotherclass gradualfader" target="_blank"><img src="include/designs/mar_EterG/partner/logo_cod41.jpg"></a>&nbsp;<a href="http://www.server4you.de/" class="anotherclass gradualfader" target="_blank"><img src="include/designs/mar_EterG/partner/header-logo.jpg"></a></div></td>
    </tr>
    </table>
    <table id="full" cellpadding="0" cellspacing="0" align="left">
    <tr>
    <td><img src="include/designs/mar_EterG/images/foot_end.png" width="1038" height="34" border="0" usemap="#foot"><map name="foot"><area shape="rect" coords="880,1,994,18" href="http://www.maretz.eu" alt="" title="Maretz.eu | Free Ilch Clan und Community Templates" target="_blank"><area shape="rect" coords="999,1,1020,18" href="#anfang" alt="" title="Top Page" target=""><area shape="rect" coords="20,1,57,18" href="index.php" alt="" title="Home Site" target="_self"><area shape="rect" coords="60,1,106,18" href="index.php?contact" alt="" title="Contact to {SITENAME}" target="_self"><area shape="rect" coords="110,1,155,18" href="index.php?impressum" alt="" title="Impressum" target="_self"></map></td>
    </tr>
    </table>
    </div>
    </div>
    <script type="text/javascript">
    gradualFader.init() //activate gradual fader
    </script>
    <script type="text/javascript">
    var state = 0;
    var wait = false;
     
    function changeSlider1()
    {
    if(state==1){
    $('#ts_slid').animate({width: 300 }, "slow", function(){state = 0;}
    );
    }
    else
    $('#ts_slid').animate({width: 550 }, "slow", function(){state = 1;}
    );
    }
     
    $('#ts_slid').click(function(){
    changeSlider1();
    });
          </script>
    </body>
    </html>
    <!-- {_list_DDDmenupoint@<strong><big>&middot;</big></strong><a %1 class="box" href="%2">%3</a><br />}
    {_list_hmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br />|</ul></li>}
    {_list_hmenubegi@<ul>}
    {_list_hmenuende@</ul>}
    {_list_vmenupoint@<a target="%1" class="menu" href="%2">%3</a>}
    {_list_vmenubegi@}
    {_list_vmenuende@}//-->

    <!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">
    <!-- Codierung by Maretz.eu - Free Ilch Clan und Community Templates -->
    <head>
    <title>{TITLE}</title>
    <link rel="stylesheet" type="text/css" href=
    "include/designs/mar_EterG/style.css" />
    <script type="text/javascript" src="include/designs/mar_EterG/js/typeface-0.15.js"></script>
    <script type="text/javascript" src="include/designs/mar_EterG/js/gears_of_peace_regular.typeface.js"></script>
    <script type="text/javascript" src="include/designs/mar_EterG/js/gradualfader.js">
    
    /***********************************************
    * Gradual Element Fader- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
    * This notice must stay intact for legal use
    ***********************************************/
    
    </script>
    <script type="text/javascript" src="include/designs/mar_EterG/jquery.min.js"></script>
    <script type="text/javascript">
    <!--
    jQuery(document).ready(function() {
       $("a#ToogleSidebar1").click().toggle(function() {
           $('#sidebar1').animate({
               width: 'hide',
               opacity: 'hide'
           }, 'slow');
       }, function() {
           $('#sidebar1').animate({
               width: 'show',
               opacity: 'show'
           }, 'fast');
       });
    });
    -->
    </script>
    </head>
    <body>
    <div id="ts_slid" class="ts_slid" style=" right: -256px; width: 300px; position: fixed; top: 170px; background: url(include/extras/tsslid/ts_slid_bg.png) repeat scroll 0% 0% transparent; height: 500px; z-index: 999;" ><div style="position:absolute;top:38px;left:60px;width:229px;height:448px;overflow:auto"><div id="ts3viewer_955399" style="width:; background-color:;"> </div>
    
    <script type="text/javascript" src="http://static.tsviewer.com/short_expire/js/ts3viewer_loader.js"></script>
    
    <script type="text/javascript">
    <!--
    var ts3v_url_1 = "http://www.tsviewer.com/ts3viewer.php?ID=955399&text=ffffff&text_size=13&text_family=4&js=1&text_s_color=ffffff&text_s_weight=bold&text_s_style=normal&text_s_variant=normal&text_s_decoration=none&text_s_color_h=ffffff&text_s_weight_h=bold&text_s_style_h=normal&text_s_variant_h=normal&text_s_decoration_h=underline&text_i_color=ffffff&text_i_weight=normal&text_i_style=normal&text_i_variant=normal&text_i_decoration=none&text_i_color_h=ffffff&text_i_weight_h=normal&text_i_style_h=normal&text_i_variant_h=normal&text_i_decoration_h=underline&text_c_color=ffffff&text_c_weight=normal&text_c_style=normal&text_c_variant=normal&text_c_decoration=none&text_c_color_h=ffffff&text_c_weight_h=normal&text_c_style_h=normal&text_c_variant_h=normal&text_c_decoration_h=underline&text_u_color=ffffff&text_u_weight=bold&text_u_style=normal&text_u_variant=normal&text_u_decoration=none&text_u_color_h=ffffff&text_u_weight_h=bold&text_u_style_h=normal&text_u_variant_h=normal&text_u_decoration_h=none";
    ts3v_display.init(ts3v_url_1, 955399, 100);
    -->
    </script></div></div>
    <div align="center"><div id="full"><a name="anfang" id="anfang"></a>
    <div id="img_1" align="left"><div id="loginpanel" align="right">{_boxes_login_mar}</div><div id="statistikpanel" align="left">{_boxes_statistikvw}</div></div>
    <div id="img_2" align="left">
    <div id="buttons" align="left"><a href="index.php?" title="Home" onmouseover="document.getElementById('button0').src='include/designs/mar_EterG/buttons/home_a.png';"onmouseout=
    "document.getElementById('button0').src='include/designs/mar_EterG/buttons/home.png';"><img src="include/designs/mar_EterG/buttons/home.png" alt="Home" border="0" id="button0" name="button0" /></a><a href="index.php?forum" title="Forum" onmouseover="document.getElementById('button1').src='include/designs/mar_EterG/buttons/forum_a.png';"onmouseout=
    "document.getElementById('button1').src='include/designs/mar_EterG/buttons/forum.png';"><img src="include/designs/mar_EterG/buttons/forum.png" alt="Forum" border="0" id="button1" name="button1" /></a><a href="index.php?teams" title="Teams" onmouseover="document.getElementById('button2').src='include/designs/mar_EterG/buttons/teams_a.png';"onmouseout=
    "document.getElementById('button2').src='include/designs/mar_EterG/buttons/teams.png';"><img src="include/designs/mar_EterG/buttons/teams.png" alt="Teams" border="0" id="button2" name="button2" /></a><a href="index.php?user" title="MemberList" onmouseover="document.getElementById('button3').src='include/designs/mar_EterG/buttons/member_a.png';"onmouseout=
    "document.getElementById('button3').src='include/designs/mar_EterG/buttons/member.png';"><img src="include/designs/mar_EterG/buttons/member.png" alt="Member" border="0" id="button3" name="button3" /></a><a href="index.php?joinus" title="Join Us" onmouseover="document.getElementById('button4').src='include/designs/mar_EterG/buttons/joinus_a.png';"onmouseout=
    "document.getElementById('button4').src='include/designs/mar_EterG/buttons/joinus.png';"><img src="include/designs/mar_EterG/buttons/joinus.png" alt="JoinUs" border="0" id="button4" name="button4" /></a><a href="index.php?fightus" title="Fight Us" onmouseover="document.getElementById('button5').src='include/designs/mar_EterG/buttons/fightus_a.png';"onmouseout=
    "document.getElementById('button5').src='include/designs/mar_EterG/buttons/fightus.png';"><img src="include/designs/mar_EterG/buttons/fightus.png" alt="Fightus" border="0" id="button5" name="button5" /></a><a href="index.php?gbook" title="G-Book" onmouseover="document.getElementById('button6').src='include/designs/mar_EterG/buttons/gbook_a.png';"onmouseout=
    "document.getElementById('button6').src='include/designs/mar_EterG/buttons/gbook.png';"><img src="include/designs/mar_EterG/buttons/gbook.png" alt="Gbook" border="0" id="button6" name="button6" /></a><a href="index.php?contact" title="Contact to {SITENAME}" onmouseover="document.getElementById('button7').src='include/designs/mar_EterG/buttons/contact_a.png';"onmouseout=
    "document.getElementById('button7').src='include/designs/mar_EterG/buttons/contact.png';"><img src="include/designs/mar_EterG/buttons/contact.png" alt="Contact" border="0" id="button7" name="button7" /></a></div>
    <div id="mediabox" align="left">{_boxes_showbox}</div>
    <div id="forumbox" align="left">{_boxes_lastforum_bwmod}</div>
    </div>
      <br style="clear: both;" />
      <div id="content-bg"  style="margin-top:-20px">
     
      <div id="left_col">
    
        {_list_menunr1@
                <div id="menu_heading_left" >
    <div id="menu_heading_left_font">%1</div>
      </div>
    <div id="menuleftmiddle" align="left" valign="top" class="menuone">%2</div>
    <div id="menuleftbottom" align="left" valign="bottom" ></div>
        }
    
      </div>
    <div id="head_content_forum" align="left"><div id="tophmenu-forum" align="left"><span class="hmenustyle">{HMENU}</span></div></div>
    <div id="main_col-forum" align="left">
    <div id="main_colin-forum">{EXPLODE}</div>
    <div id="foot-forum" align="left"></div></div>
    
      <br style="clear: both;" />
    <table id="full" cellpadding="0" cellspacing="0" align="left">
    <tr>
        <td width="1038" height="70" align="left" valign="top" background="include/designs/mar_EterG/images/foot_partner.png"><div id="partnerbanner" align="left"><a href="http://www.trackmania.com/de/" class="anotherclass gradualfader" target="_blank"><img src="include/designs/mar_EterG/partner/tmbanner.jpg"></a>&nbsp;<a href="http://www.callofduty.com/" class="anotherclass gradualfader" target="_blank"><img src="include/designs/mar_EterG/partner/logo_cod41.jpg"></a>&nbsp;<a href="http://www.server4you.de/" class="anotherclass gradualfader" target="_blank"><img src="include/designs/mar_EterG/partner/header-logo.jpg"></a></div></td>
    </tr>
    </table>
    <table id="full" cellpadding="0" cellspacing="0" align="left">
    <tr>
    <td><img src="include/designs/mar_EterG/images/foot_end.png" width="1038" height="34" border="0" usemap="#foot"><map name="foot"><area shape="rect" coords="880,1,994,18" href="http://www.maretz.eu" alt="" title="Maretz.eu | Free Ilch Clan und Community Templates" target="_blank"><area shape="rect" coords="999,1,1020,18" href="#anfang" alt="" title="Top Page" target=""><area shape="rect" coords="20,1,57,18" href="index.php" alt="" title="Home Site" target="_self"><area shape="rect" coords="60,1,106,18" href="index.php?contact" alt="" title="Contact to {SITENAME}" target="_self"><area shape="rect" coords="110,1,155,18" href="index.php?impressum" alt="" title="Impressum" target="_self"></map></td>
    </tr>
    </table>
    </div>
    </div>
    <script type="text/javascript">
    gradualFader.init() //activate gradual fader
    </script>
    <script type="text/javascript">
    var state = 0;
    var wait = false;
     
    function changeSlider1()
    {
    if(state==1){
    $('#ts_slid').animate({width: 300 }, "slow", function(){state = 0;}
    );
    }
    else
    $('#ts_slid').animate({width: 550 }, "slow", function(){state = 1;}
    );
    }
     
    $('#ts_slid').click(function(){
    changeSlider1();
    });
          </script>
    </body>
    </html>
    <!-- {_list_DDDmenupoint@<strong><big>&middot;</big></strong><a %1 class="box" href="%2">%3</a><br />}
    {_list_hmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br />|</ul></li>}
    {_list_hmenubegi@<ul>}
    {_list_hmenuende@</ul>}
    {_list_vmenupoint@<a target="%1" class="menu" href="%2">%3</a>}
    {_list_vmenubegi@}
    {_list_vmenuende@}//-->

    /* Codierung by Maretz.eu - Free Ilch Clan und Community Templates */
    #full
    {
      width: 1038px; 
      border: none;
    } 
    body   
    { 
      background-color: #000000;
      background-image: url('images/bg.jpg') ;	
      background-attachment:fixed;
      background-position: 50% 0%;
      background-repeat:no-repeat;
      margin:0; 
      padding:0;
    }
    #img_2
    {
      background-image: url(images/info_kop.png);
      float: center;
      width: 1038px;
      height: 209px; 
      border: none;
    }
    #img_1
    {
      background-image: url(images/head_kop.png); 
      float: center;
      width: 1038px;
      height: 250px;
      font-family: Verdana, Arial;
      font-size: 11px;
      color: #D3D3D3; 
      border: none;
    }
    #loginpanel
    {
      position:relative; 
      top: 11px;
      right: 35px;
      float: right;
      font-family: Verdana, Arial;
      font-size: 11px;
      color: #D3D3D3;	
    } 
    #statistikpanel
    {
      position:relative; 
      top: 28px;
      left: 35px;
      float: left;
      z-index:1;	
    } 
    #buttons
    {
      position:relative; 
      width: 695px;
      height: 41px; 
      top: 20px;
      left: 20px;
      float: left;
      max-width: 695px;
      max-height: 41px;
      font-size: 10px;
      color: #A0A0A0;
      overflow: hidden;	
    } 
    #mediabox
    {
      position:relative; 
      width: 298px;
      height: 180px; 
      top: 22px;
      left: 24px;
      float: left;
      max-width: 298px;
      max-height: 180px;
      overflow: hidden;	
    }
    #forumbox
    {
      position:relative; 
      width: 691px;
      height: 0px; 
      top: -90px;
      left: 22px;
      float: left;
      z-index: 1;	
    }
    #partnerbanner
    {
      position:relative; 
      width: 995px;
      height: 50px; 
      top: 14px;
      left: 80px;
      float: left;	
    }
    #content-bg {
      background: url(images/bg_site.png);
      background-repeat: repeat;
      width: 1038px;
      border: none;
    }
    #left_col {
      width: 212px;
      float: left;
      padding-top: 0px;
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      font-family: Verdana, Arial;
      font-size: 11px;
      color: #A0A0A0;
      overflow: hidden;
    }
    #menuleftmiddle {
      background: url(images/middle_left.png);
      background-repeat: repeat-y;
      align="top" 
      width: 212px;
      border: none;
    }
    #menuleftbottom {
      background: url(images/bottom_left.png);
      background-repeat: no-repeat;
      float: left;
      align: top;
      width: 212px;
      height: 4px; 
      border: none;
    }
    #right_col {
      width: 210px;
      float: right;
      padding-top: 0px;
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      font-family: Verdana, Arial;
      font-size: 11px;
      color: #A0A0A0;
      overflow: hidden;
    }
    #menurightmiddle {
      background: url(images/middle_right.png);
      background-repeat: repeat-y;
      width: 210px;
      float: left;
      border: none;
    }
    #menurightbottom {
      background: url(images/bottom_right.png);
      background-repeat: no-repeat;
      width: 210px;
      height: 4px; 
      float: left;
      border: none;
    }
    #menu_heading_left
    {
      background: url(images/top_left.png);
      width: 212px; 
      height: 29px; 
      color: #A0A0A0;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12px;
      float: left;
    }
    #menu_heading_left_font
    {
      display:block;
      color: #20364C;
      font-family: Gears Of Peace, Arial;
      font-size:0.8em;
      font-weight: normal;
      text-transform: uppercase;
      text-shadow: 1px 1px 0 #2D2D2D;
      float: left;
      padding-top: 11px;
      padding-left: 27px;
    }
    #menu_heading_right
    {
      background: url(images/top_right.png);
      width: 210px; 
      height: 29px; 
      color: #A0A0A0;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12px;
      float: left;
      margin-left: 0px;
    }
    #menu_heading_right_font
    {
      display:block;
      color: #20364C;
      font-family: Gears Of Peace, Arial;
      font-size:0.8em;
      font-weight: normal;
      text-transform: uppercase;
      text-shadow: 1px 1px 0 #2D2D2D;
      float: right;
      padding-top: 11px;
      padding-right: 26px;
    }
    #main_col {
      background: url(images/content_middle.png);
      background-repeat: repeat-y;
      width: 616px;
      float: left;
      padding-top: 0px;
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      clear: none;
      color: #A0A0A0;
      text-align:left;
      font-size: 12px;
      font-family: Verdana,Arial;
      overflow: auto;
    }
    #main_col-forum {
      background: url(images/content_middle-forum.png);
      background-repeat: repeat-y;
      width: 826px;
      float: left;
      padding-top: 0px;
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      clear: none;
      color: #A0A0A0;
      text-align:left;
      font-size: 12px;
      font-family: Verdana,Arial;
      overflow: auto;
    }
    #main_colin
    {
      width: 607px;
      float: left;
      padding-top: 0px;
      padding-left: 5px;
      padding-right: 4px;
      padding-bottom: 0px;
      font-family: Verdana, Arial;
      font-size: 12px;
      color: #A0A0A0;
      max-width:607px;
      overflow: hidden;	
    }
    #main_colin-forum
    {
      width: 798px;
      float: left;
      padding-top: 0px;
      padding-left: 5px;
      padding-right: 23px;
      padding-bottom: 0px;
      font-family: Verdana, Arial;
      font-size: 12px;
      color: #A0A0A0;
      max-width:798px;
      overflow: hidden;	
    }
    #head_content
    {
      position:relative;
      top: 0px;
      left:0px;
      float: left;
      background-image: url(images/content_top.png);
      width: 616px; 
      height: 29px; 
      border: none;
    }
    #head_content_forum
    {
      position:relative;
      top: 0px;
      left:0px;
      float: left;
      background-image: url(images/content_top-forum.png);
      width: 826px; 
      height: 29px; 
      border: none;
    }
    #foot
    {
      background-image: url(images/content_bottom.png);
      width: 616px; 
      height: 4px; 
      float: right;
      border: none;
    }
    #foot-forum
    {
      background-image: url(images/content_bottom-forum.png);
      width: 826px; 
      height: 4px; 
      float: right;
      border: none;
    }
    #tophmenu
    {
                   position:relative;
                    width: 580px;
                    height: 15px;  
                    top: 6px;
                    left: 30px;
                    float: left;
                    max-width: 580px;
                    max-height: 15px;
                    overflow: hidden;	
    }
    #tophmenu-forum
    {
                   position:relative;
                    width: 770px;
                    height: 15px;  
                    top: 6px;
                    left: 30px;
                    float: left;
                    max-width: 770px;
                    max-height: 15px;
                    overflow: hidden;	
    }
    .menuone
    {
      width: 184px;
      float: left;
      padding-top: 0px;
      padding-left: 25px;
      padding-right: 3px;
      padding-bottom: 0px;
      color: #A0A0A0;
      max-width: 184px;
      overflow: hidden;	
    }
    .menutwo
    {
      width: 184px;
      float: left;
      padding-top: 0px;
      padding-left: 3px;
      padding-right: 23px;
      padding-bottom: 0px;
      color: #A0A0A0;
      max-width: 184px;
      overflow: hidden;	
    }
    .showbox
    {
    z-index:-1;	
    }
    .a
    {
    	color: #1871d4;
    	
    }
    .menu
    {
    	display:block;
    
                 float: center;
      
    	color: #4d4e51;    
    
    	font-size: 12px;
    
    	width: 184px;
    
    	height: 24px;
     
            text-align:center;
    
    	text-decoration: none;
    
    	font-family: Arial, Verdana, Helvetica, sans-serif;
    
                 font-weight:bold;
    
    	line-height: 23px;
    
    	background-image: url('buttons/menu_normal.png');
    
    	background-repeat: no-repeat;
    }
    .menu:hover
    {
    	display:block;
    
                 float: center;
    
    	color: #16bdec;     
    
    	font-size: 12px;
    
    	width: 184px;
    
    	height: 24px;
    
            text-align:center;
    
    	text-decoration: none;
    
    	font-family: Arial, Verdana, Helvetica, sans-serif;
    
                 font-weight:bold;
    
    	line-height: 20px;
        
    	background-image: url('buttons/menu_over.png');
    
    	background-repeat: no-repeat;
    } 
    .title   
    {
    
    	font-size: 16px;
            font-family: Arial, Verdana, Helvetica, sans-serif;
    	font-weight: bold;
    	color: #16bdec;  
    
    }
    
    .bcontent
    
    {
    
    	margin-left: 10px;
    
    }
    
    td 
    
    {
    
      font-family: Verdana; 
    
      font-size: 11px;
    
      color: #4d4e51;   
    
    }
    
    a
    
    { 
    
      color: #75767A;   
    
      font-family: Verdana; 
    
      font-size: 11px; 
    
      text-decoration: none;
    
    }
    
    a:hover 
    
    { 
    
      color: #16bdec;  
    
      text-decoration: none;  
    
    }
    
    a.box 
    
    { 
    
      color: #D3D3D3;    
    
      font-family: Verdana; 
    
      font-size: 11px;
    
      text-decoration: none;
    
     }
    
    a.box:hover 
    
    {  
    
      color: #16bdec;   
    
      text-decoration: none;
    
    }
    
    .Chead
    
    {
    
       		background-color: #0a1118;
            color: #4d4e51;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
      		background-image: url('bilder/forenhead.jpg');
            background-repeat: repeat-x  
    
    }
    
    .Chead td, .Chead td strong, .Chead h4, .Chead td b
    
    {
    
      color: #4d4e51;   // gallery bilderueberschrift
    
    }
    
    .Callg
    
    {
    
    	color: #ff0000;
    
    }
    
    .Callg td
    
    {
    
      color: ff0000;
    
    }
    
    
    .Cnorm 
    
    {
    
    	background-color: #ffffff;                      
      	color: #4d4e51;
    
    }
    
    .Cmite
    
    { 
    
      	background-color: #ffffff;			
      	color:#4d4e51;
    
    }
    .mite
    {
      background-color: #131313;
      color:#4d4e51;
    }
    .Cdark
    
    {
    
      		background-color: #0e0f0e;   
            color: #3F3F3F;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
      		background-image: url('bilder/td_bg.jpg');
            background-repeat: repeat-x
    }
    
    
    
    #Ballg
    
    {
    
    	color: #FF0000;
    
    	background-color: #ff0000;
    
    }
    
    #Ballg td
    
    {
    
    	color: #ff0000;
    
    	background-color: #ff0000;
    
    }
    
    .Bhead
    
    {
    
    	color: #ff0000;
    
    }
    
    .Bbody
    
    {
    
    	color: #ff0000;
    
    }
    
    
    
    .smalfont 
    
    { 
    
    	color: #4d4e51;     
    
        font-size: 10px;
    
    	text-decoration: none; 
    
    }
    
    .smalfont_copyright 
    
    { 
    
    	color: #16bdec;
    
        font-size: 11px;
    
    	text-decoration: none; 
    
    }
    .dltext
    
    { 
    
    	color: #4d4e51;     
    
        font-size: 11px;
    
    	text-decoration: none; 
    
    }
    .downloads
    {
            background-color: #0e0f0e;
            color: #16bdec;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 10px;
      		background-image: url('bilder/td_bg2.jpg');
            background-repeat: repeat-x
    }
    
    .border 
    {
    
       background-color: #2f2f2f;   
    }
    a.border
    {
       color: #0A0A0A;
    }
    .rand
    {
      border: 1px solid #2f2f2f;
    
    }
    
    hr 
    
    { 
    height: 1px;
                    border: solid #2f2f2f 1px;
                    border-top-width: 1px;
    				width: 100%;
    }
    
    input, textarea, select
    
    { 
    
        color: #2f2f2f;
    
    	background-color: #E0E0E0;
    
        font: 11px  Verdana;  
    
        border-color: #0a1118;
    
      	border-width: 1px;
    
        border-style: double;  
    
        font-weight: normal;  
    
        text-decoration: none;  
    
    }
    
    #menu {}
    
    #menu ul { padding-left: 10px; margin-left: 10px; }
    
    #smallmenu { }
    
    #smallmenu li { font-size: 11px; }
    
    #smallmenu a { font-size: 11px; }
    
    
    .sbback 
    {
        background-color: #575757;
        color:#0b0b0b;
    }
    .sbback2 
    {
        background-color: #6b6b6b;
        color:#0b0b0b;	
    }
    .content  
    {
    	font-size: 11px;
    	font-weight: bold;
    	color: #A0A0A0;  	
    }
    legend
    {
    font-size: 12px;
    font-weight: normal;
    color: #A0A0A0;
    }
    fieldset
    {
    overflow: auto;
    border: 1px solid #A0A0A0;
    }
    input
    {
    overflow: auto;
    border: 1px solid #A0A0A0;
    }
    textarea
    {
    overflow: auto;
    border: 1px solid #A0A0A0;
    }
    a.forumtitle    { color:#4d4e51; font-family: Verdana, Arial; font-size: 11px; font-weight: bold;}
    a.forumtitle:link    { color:#4d4e51; font-family: Verdana, Arial; font-size: 11px; font-weight: bold;}
    a.forumtitle:visited { color:#4d4e51; font-family: Verdana, Arial; font-size: 11px; font-weight: bold;}
    a.forumtitle:hover   { color:#16bdec; font-family: Verdana, Arial; font-size: 11px; font-weight: bold;}
    a.forumtitle:active  { color:#ffffff; font-family: Verdana, Arial; font-size: 11px; font-weight: bold;}
    a.foruminfo   { color:#4d4e51; font-family: Verdana, Arial; font-size: 11px; font-weight: normal;}
    a.foruminfo:link    { color:#4d4e51; font-family: Verdana, Arial; font-size: 11px; font-weight: normal;}
    a.foruminfo:visited { color:#4d4e51; font-family: Verdana, Arial; font-size: 11px; font-weight: normal;}
    a.foruminfo:hover   { color:#16bdec; font-family: Verdana, Arial; font-size: 11px; font-weight: normal;}
    a.foruminfo:active  { color:#ffffff; font-family: Verdana, Arial; font-size: 11px; font-weight: normal;}
    .stat_font  
    {
    
    	font-size: 12px;
                 font-family: Verdana;Arial,
    	font-weight: bold;
    	color: #9B9CA0;  
    }
    .lang_font  
    {
    
    	font-size: 11px;
                 font-family: Verdana;Arial,
    	font-weight: normal;
    	color: #4d4e51;  
    }
    .hmenustyle    { color:#4d4e51; font-family: Arial, Verdana; font-size: 12px; font-weight: bold;}
    a.forumbox    { color:#4d4e51; font-family: Arial, Verdana; font-size: 12px; font-weight: bold;}
    a.forumbox:link    { color:#4d4e51; font-family: Arial, Verdana; font-size: 12px; font-weight: bold;}
    a.forumbox:visited { color:#4d4e51; font-family: Arial, Verdana; font-size: 12px; font-weight: bold;}
    a.forumbox:hover   { color:#16bdec; font-family: Arial, Verdana; font-size: 12px; font-weight: bold;}
    .newstext
    {
            color: #4d4e51;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            padding-left: 10px; 
            margin-left: 10px;
            padding-right: 10px; 
            margin-right: 10px;
      		background-image: url('news/news_middle.png');
            background-repeat: repeat-y
    }
    .newsfootfont    { color:#16bdec; font-family: Arial, Verdana; font-size: 10px; font-weight: bold;}
    a.newsfootfont    { color:#16bdec; font-family: Arial, Verdana; font-size: 10px; font-weight: bold;}
    a.newsfootfont:link    { color:#16bdec; font-family: Arial, Verdana; font-size: 10px; font-weight: bold;}
    a.newsfootfont:visited    { color:#16bdec; font-family: Arial, Verdana; font-size: 10px; font-weight: bold; text-decoration:underline;}
    a.newsfootfont:hover    { color:#4d4e51; font-family: Arial, Verdana; font-size: 10px; font-weight: bold; text-decoration:underline;}
    0 Mitglieder finden den Beitrag gut.
  6. #6
    User Pic
    Maretz Hall Of Fame
    Registriert seit
    28.02.2009
    Beiträge
    740
    Beitragswertungen
    74 Beitragspunkte
    Folgende Bilder im images Ordner des Designs einfügen und bestehende ersetzen:

    bilder.maretz.eu/support/head_kop.png
    bilder.maretz.eu/support/bg_header.png

    Hier die geänderten Dateien:

    <!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">
    <!-- Codierung by Maretz.eu - Free Ilch Clan und Community Templates -->
    <head>
    <title>{TITLE}</title>
    <link rel="stylesheet" type="text/css" href=
    "include/designs/mar_EterG/style.css" />
    <script type="text/javascript" src="include/designs/mar_EterG/js/typeface-0.15.js"></script>
    <script type="text/javascript" src="include/designs/mar_EterG/js/gears_of_peace_regular.typeface.js"></script>
    <script type="text/javascript" src="include/designs/mar_EterG/js/gradualfader.js">
     
    /***********************************************
    * Gradual Element Fader- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
    * This notice must stay intact for legal use
    ***********************************************/
     
    </script>
    <link rel="SHORTCUT ICON" href="../include/designs/mar_EterG/images/icon.ico" type="image/x-icon">
    <script type="text/javascript" src="include/designs/mar_EterG/jquery.min.js"></script>
    <script type="text/javascript">
    <!--
    var textcount = 0;
     
    var titletext = new Array();
     
    // Hier dein Titeltext
    titletext[textcount++] = "Willkommen beim GSB";
    titletext[textcount++] = "Wir suchen steht´s Member";
     
    // Ab hier solltest du nix mehr ändern.
    var i = 1;
    var wo = 0;
    var ud = 1;
     
    function animatitle() {
    window.document.title = titletext[wo].substr(0, i)+"_";
    if ( ud== 0 ) i--;
    if ( ud== 1 ) i++;
    if ( i== -1 ) {
    ud = 1;
    i = 0;
    wo++;
    wo = wo % titletext.length;
    }
    if ( i == titletext[wo].length + 10 ) {
    ud = 0;
    i = titletext[wo].length;
    }
    parent.window.document.title = titletext[wo].substr(0, i) + "_";
    setTimeout( "animatitle()", 80 );
    }
    animatitle();
    //-->
    <!--
    jQuery(document).ready(function() {
       $("a#ToogleSidebar1").click().toggle(function() {
           $('#sidebar1').animate({
               width: 'hide',
               opacity: 'hide'
           }, 'slow');
       }, function() {
           $('#sidebar1').animate({
               width: 'show',
               opacity: 'show'
           }, 'fast');
       });
    });
    -->
    </script>
    <script type="text/javascript" src="include/includes/js/jquery.js"></script>
    <script type="text/javascript" src="include/includes/js/messenger.js"></script>
     
    <link type="text/css" rel="stylesheet" media="all" href="include/includes/css/messenger/chat.css" />
    <link type="text/css" rel="stylesheet" media="all" href="include/includes/css/messenger/screen.css" />
     
    <!--[if lte IE 7]>
    <link type="text/css" rel="stylesheet" media="all" href="include/includes/css/messenger/screen_ie.css" />
    <![endif]-->
    </head>
    <body>
    <div id="ts_slid" class="ts_slid" style=" right: -256px; width: 300px; position: fixed; top: 40px; background: url(include/extras/tsslid/ts_slid_bg.png) repeat scroll 0% 0% transparent; height: 500px; z-index: 999;" ><div style="position:absolute;top:38px;left:60px;width:229px;height:448px;overflow:auto"><div id="ts3viewer_955399" style="width:; background-color:;"> </div>
     
    <script type="text/javascript" src="http://static.tsviewer.com/short_expire/js/ts3viewer_loader.js"></script>
     
    <script type="text/javascript">
    <!--
    var ts3v_url_1 = "http://www.tsviewer.com/ts3viewer.php?ID=955399&text=ffffff&text_size=13&text_family=4&js=1&text_s_color=ffffff&text_s_weight=bold&text_s_style=normal&text_s_variant=normal&text_s_decoration=none&text_s_color_h=ffffff&text_s_weight_h=bold&text_s_style_h=normal&text_s_variant_h=normal&text_s_decoration_h=underline&text_i_color=ffffff&text_i_weight=normal&text_i_style=normal&text_i_variant=normal&text_i_decoration=none&text_i_color_h=ffffff&text_i_weight_h=normal&text_i_style_h=normal&text_i_variant_h=normal&text_i_decoration_h=underline&text_c_color=ffffff&text_c_weight=normal&text_c_style=normal&text_c_variant=normal&text_c_decoration=none&text_c_color_h=ffffff&text_c_weight_h=normal&text_c_style_h=normal&text_c_variant_h=normal&text_c_decoration_h=underline&text_u_color=ffffff&text_u_weight=bold&text_u_style=normal&text_u_variant=normal&text_u_decoration=none&text_u_color_h=ffffff&text_u_weight_h=bold&text_u_style_h=normal&text_u_variant_h=normal&text_u_decoration_h=none";
    ts3v_display.init(ts3v_url_1, 955399, 100);
    -->
    </script></div></div>
    <div align="center"><div id="full"><a name="anfang" id="anfang"></a>
    <div id="img_1" align="left"><div id="loginpanel" align="right">{_boxes_login_mar}</div><div id="statistikpanel" align="left">{_boxes_statistikvw}</div></div>
    <div id="head_new" align="left"><div id="head_grafiken" align="left">{_boxes_header}</div></div>
    <div id="img_2" align="left">
    <div id="buttons" align="left"><a href="index.php?" title="Home" onmouseover="document.getElementById('button0').src='include/designs/mar_EterG/buttons/home_a.png';"onmouseout=
    "document.getElementById('button0').src='include/designs/mar_EterG/buttons/home.png';"><img src="include/designs/mar_EterG/buttons/home.png" alt="Home" border="0" id="button0" name="button0" /></a><a href="index.php?forum" title="Forum" onmouseover="document.getElementById('button1').src='include/designs/mar_EterG/buttons/forum_a.png';"onmouseout=
    "document.getElementById('button1').src='include/designs/mar_EterG/buttons/forum.png';"><img src="include/designs/mar_EterG/buttons/forum.png" alt="Forum" border="0" id="button1" name="button1" /></a><a href="index.php?teams" title="Teams" onmouseover="document.getElementById('button2').src='include/designs/mar_EterG/buttons/teams_a.png';"onmouseout=
    "document.getElementById('button2').src='include/designs/mar_EterG/buttons/teams.png';"><img src="include/designs/mar_EterG/buttons/teams.png" alt="Teams" border="0" id="button2" name="button2" /></a><a href="index.php?user" title="MemberList" onmouseover="document.getElementById('button3').src='include/designs/mar_EterG/buttons/member_a.png';"onmouseout=
    "document.getElementById('button3').src='include/designs/mar_EterG/buttons/member.png';"><img src="include/designs/mar_EterG/buttons/member.png" alt="Member" border="0" id="button3" name="button3" /></a><a href="index.php?joinus" title="Join Us" onmouseover="document.getElementById('button4').src='include/designs/mar_EterG/buttons/joinus_a.png';"onmouseout=
    "document.getElementById('button4').src='include/designs/mar_EterG/buttons/joinus.png';"><img src="include/designs/mar_EterG/buttons/joinus.png" alt="JoinUs" border="0" id="button4" name="button4" /></a><a href="index.php?fightus" title="Fight Us" onmouseover="document.getElementById('button5').src='include/designs/mar_EterG/buttons/fightus_a.png';"onmouseout=
    "document.getElementById('button5').src='include/designs/mar_EterG/buttons/fightus.png';"><img src="include/designs/mar_EterG/buttons/fightus.png" alt="Fightus" border="0" id="button5" name="button5" /></a><a href="index.php?gbook" title="G-Book" onmouseover="document.getElementById('button6').src='include/designs/mar_EterG/buttons/gbook_a.png';"onmouseout=
    "document.getElementById('button6').src='include/designs/mar_EterG/buttons/gbook.png';"><img src="include/designs/mar_EterG/buttons/gbook.png" alt="Gbook" border="0" id="button6" name="button6" /></a><a href="index.php?contact" title="Contact to {SITENAME}" onmouseover="document.getElementById('button7').src='include/designs/mar_EterG/buttons/contact_a.png';"onmouseout=
    "document.getElementById('button7').src='include/designs/mar_EterG/buttons/contact.png';"><img src="include/designs/mar_EterG/buttons/contact.png" alt="Contact" border="0" id="button7" name="button7" /></a></div>
     
    <div id="mediabox" align="left">{_boxes_showbox}</div>
    <div id="forumbox" align="left">{_boxes_lastforum_bwmod}</div>
    </div>
      <br style="clear: both;" />
      <div id="content-bg"  style="margin-top:-20px">
      
      <div id="left_col">
     
        {_list_menunr1@
                <div id="menu_heading_left" >
    <div id="menu_heading_left_font">%1</div>
      </div>
    <div id="menuleftmiddle" align="left" valign="top" class="menuone">%2</div>
    <div id="menuleftbottom" align="left" valign="bottom" ></div>
        }
     
      </div>
    <div id="head_content" align="left"><div id="tophmenu" align="left"><span class="hmenustyle">{HMENU}</span></div></div>
    <div id="main_col" align="left">
    <div id="main_colin">{EXPLODE}</div>
    <div id="foot" align="left"></div></div>
     
      <div id="right_col" style="margin-top:-29px">
     
        {_list_menunr2@
                <div id="menu_heading_right" >
    <div id="menu_heading_right_font">%1</div>
    </div>
    <div id="menurightmiddle" align="left" valign="top" >
    <div class="menutwo">%2</div>
    </div>
    <div id="menurightbottom" align="right" valign="bottom" ></div>
        }
     
      </div>
     
      <br style="clear: both;" />
    <table id="full" cellpadding="0" cellspacing="0" align="left">
    <tr>
        <td width="1038" height="70" align="left" valign="top" background="include/designs/mar_EterG/images/foot_partner.png"><div id="partnerbanner" align="left"><a href="http://www.trackmania.com/de/" class="anotherclass gradualfader" target="_blank"><img src="include/designs/mar_EterG/partner/tmbanner.jpg"></a>&nbsp;<a href="http://www.callofduty.com/" class="anotherclass gradualfader" target="_blank"><img src="include/designs/mar_EterG/partner/logo_cod41.jpg"></a>&nbsp;<a href="http://www.server4you.de/" class="anotherclass gradualfader" target="_blank"><img src="include/designs/mar_EterG/partner/header-logo.jpg"></a></div></td>
    </tr>
    </table>
    <table id="full" cellpadding="0" cellspacing="0" align="left">
    <tr>
    <td><img src="include/designs/mar_EterG/images/foot_end.png" width="1038" height="34" border="0" usemap="#foot"><map name="foot"><area shape="rect" coords="880,1,994,18" href="http://www.maretz.eu" alt="" title="Maretz.eu | Free Ilch Clan und Community Templates" target="_blank"><area shape="rect" coords="999,1,1020,18" href="#anfang" alt="" title="Top Page" target=""><area shape="rect" coords="20,1,57,18" href="index.php" alt="" title="Home Site" target="_self"><area shape="rect" coords="60,1,106,18" href="index.php?contact" alt="" title="Contact to {SITENAME}" target="_self"><area shape="rect" coords="110,1,155,18" href="index.php?impressum" alt="" title="Impressum" target="_self"></map></td>
    </tr>
    </table>
    </div>
    </div>
    <script type="text/javascript">
    gradualFader.init() //activate gradual fader
    </script>
    <script type="text/javascript">
    var state = 0;
    var wait = false;
      
    function changeSlider1()
    {
    if(state==1){
    $('#ts_slid').animate({width: 300 }, "slow", function(){state = 0;}
    );
    }
    else
    $('#ts_slid').animate({width: 550 }, "slow", function(){state = 1;}
    );
    }
      
    $('#ts_slid').click(function(){
    changeSlider1();
    });
          </script>
    </body>
    </html>
    <!-- {_list_DDDmenupoint@<strong><big>&middot;</big></strong><a %1 class="box" href="%2">%3</a><br />}
    {_list_hmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br />|</ul></li>}
    {_list_hmenubegi@<ul>}
    {_list_hmenuende@</ul>}
    {_list_vmenupoint@<a target="%1" class="menu" href="%2">%3</a>}
    {_list_vmenubegi@}
    {_list_vmenuende@}//-->


    <!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">
    <!-- Codierung by Maretz.eu - Free Ilch Clan und Community Templates -->
    <head>
    <title>{TITLE}</title>
    <link rel="stylesheet" type="text/css" href=
    "include/designs/mar_EterG/style.css" />
    <script type="text/javascript" src="include/designs/mar_EterG/js/typeface-0.15.js"></script>
    <script type="text/javascript" src="include/designs/mar_EterG/js/gears_of_peace_regular.typeface.js"></script>
    <script type="text/javascript" src="include/designs/mar_EterG/js/gradualfader.js">
     
    /***********************************************
    * Gradual Element Fader- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
    * This notice must stay intact for legal use
    ***********************************************/
     
    </script>
    <script type="text/javascript" src="include/designs/mar_EterG/jquery.min.js"></script>
    <script type="text/javascript">
    <!--
    jQuery(document).ready(function() {
       $("a#ToogleSidebar1").click().toggle(function() {
           $('#sidebar1').animate({
               width: 'hide',
               opacity: 'hide'
           }, 'slow');
       }, function() {
           $('#sidebar1').animate({
               width: 'show',
               opacity: 'show'
           }, 'fast');
       });
    });
    -->
    </script>
    </head>
    <body>
    <div id="ts_slid" class="ts_slid" style=" right: -256px; width: 300px; position: fixed; top: 40px; background: url(include/extras/tsslid/ts_slid_bg.png) repeat scroll 0% 0% transparent; height: 500px; z-index: 999;" ><div style="position:absolute;top:38px;left:60px;width:229px;height:448px;overflow:auto"><div id="ts3viewer_955399" style="width:; background-color:;"> </div>
     
    <script type="text/javascript" src="http://static.tsviewer.com/short_expire/js/ts3viewer_loader.js"></script>
     
    <script type="text/javascript">
    <!--
    var ts3v_url_1 = "http://www.tsviewer.com/ts3viewer.php?ID=955399&text=ffffff&text_size=13&text_family=4&js=1&text_s_color=ffffff&text_s_weight=bold&text_s_style=normal&text_s_variant=normal&text_s_decoration=none&text_s_color_h=ffffff&text_s_weight_h=bold&text_s_style_h=normal&text_s_variant_h=normal&text_s_decoration_h=underline&text_i_color=ffffff&text_i_weight=normal&text_i_style=normal&text_i_variant=normal&text_i_decoration=none&text_i_color_h=ffffff&text_i_weight_h=normal&text_i_style_h=normal&text_i_variant_h=normal&text_i_decoration_h=underline&text_c_color=ffffff&text_c_weight=normal&text_c_style=normal&text_c_variant=normal&text_c_decoration=none&text_c_color_h=ffffff&text_c_weight_h=normal&text_c_style_h=normal&text_c_variant_h=normal&text_c_decoration_h=underline&text_u_color=ffffff&text_u_weight=bold&text_u_style=normal&text_u_variant=normal&text_u_decoration=none&text_u_color_h=ffffff&text_u_weight_h=bold&text_u_style_h=normal&text_u_variant_h=normal&text_u_decoration_h=none";
    ts3v_display.init(ts3v_url_1, 955399, 100);
    -->
    </script></div></div>
    <div align="center"><div id="full"><a name="anfang" id="anfang"></a>
    <div id="img_1" align="left"><div id="loginpanel" align="right">{_boxes_login_mar}</div><div id="statistikpanel" align="left">{_boxes_statistikvw}</div></div>
    <div id="head_new" align="left"><div id="head_grafiken" align="left">{_boxes_header}</div></div>
    <div id="img_2" align="left">
    <div id="buttons" align="left"><a href="index.php?" title="Home" onmouseover="document.getElementById('button0').src='include/designs/mar_EterG/buttons/home_a.png';"onmouseout=
    "document.getElementById('button0').src='include/designs/mar_EterG/buttons/home.png';"><img src="include/designs/mar_EterG/buttons/home.png" alt="Home" border="0" id="button0" name="button0" /></a><a href="index.php?forum" title="Forum" onmouseover="document.getElementById('button1').src='include/designs/mar_EterG/buttons/forum_a.png';"onmouseout=
    "document.getElementById('button1').src='include/designs/mar_EterG/buttons/forum.png';"><img src="include/designs/mar_EterG/buttons/forum.png" alt="Forum" border="0" id="button1" name="button1" /></a><a href="index.php?teams" title="Teams" onmouseover="document.getElementById('button2').src='include/designs/mar_EterG/buttons/teams_a.png';"onmouseout=
    "document.getElementById('button2').src='include/designs/mar_EterG/buttons/teams.png';"><img src="include/designs/mar_EterG/buttons/teams.png" alt="Teams" border="0" id="button2" name="button2" /></a><a href="index.php?user" title="MemberList" onmouseover="document.getElementById('button3').src='include/designs/mar_EterG/buttons/member_a.png';"onmouseout=
    "document.getElementById('button3').src='include/designs/mar_EterG/buttons/member.png';"><img src="include/designs/mar_EterG/buttons/member.png" alt="Member" border="0" id="button3" name="button3" /></a><a href="index.php?joinus" title="Join Us" onmouseover="document.getElementById('button4').src='include/designs/mar_EterG/buttons/joinus_a.png';"onmouseout=
    "document.getElementById('button4').src='include/designs/mar_EterG/buttons/joinus.png';"><img src="include/designs/mar_EterG/buttons/joinus.png" alt="JoinUs" border="0" id="button4" name="button4" /></a><a href="index.php?fightus" title="Fight Us" onmouseover="document.getElementById('button5').src='include/designs/mar_EterG/buttons/fightus_a.png';"onmouseout=
    "document.getElementById('button5').src='include/designs/mar_EterG/buttons/fightus.png';"><img src="include/designs/mar_EterG/buttons/fightus.png" alt="Fightus" border="0" id="button5" name="button5" /></a><a href="index.php?gbook" title="G-Book" onmouseover="document.getElementById('button6').src='include/designs/mar_EterG/buttons/gbook_a.png';"onmouseout=
    "document.getElementById('button6').src='include/designs/mar_EterG/buttons/gbook.png';"><img src="include/designs/mar_EterG/buttons/gbook.png" alt="Gbook" border="0" id="button6" name="button6" /></a><a href="index.php?contact" title="Contact to {SITENAME}" onmouseover="document.getElementById('button7').src='include/designs/mar_EterG/buttons/contact_a.png';"onmouseout=
    "document.getElementById('button7').src='include/designs/mar_EterG/buttons/contact.png';"><img src="include/designs/mar_EterG/buttons/contact.png" alt="Contact" border="0" id="button7" name="button7" /></a></div>
    <div id="mediabox" align="left">{_boxes_showbox}</div>
    <div id="forumbox" align="left">{_boxes_lastforum_bwmod}</div>
    </div>
      <br style="clear: both;" />
      <div id="content-bg"  style="margin-top:-20px">
      
      <div id="left_col">
     
        {_list_menunr1@
                <div id="menu_heading_left" >
    <div id="menu_heading_left_font">%1</div>
      </div>
    <div id="menuleftmiddle" align="left" valign="top" class="menuone">%2</div>
    <div id="menuleftbottom" align="left" valign="bottom" ></div>
        }
     
      </div>
    <div id="head_content_forum" align="left"><div id="tophmenu-forum" align="left"><span class="hmenustyle">{HMENU}</span></div></div>
    <div id="main_col-forum" align="left">
    <div id="main_colin-forum">{EXPLODE}</div>
    <div id="foot-forum" align="left"></div></div>
     
      <br style="clear: both;" />
    <table id="full" cellpadding="0" cellspacing="0" align="left">
    <tr>
        <td width="1038" height="70" align="left" valign="top" background="include/designs/mar_EterG/images/foot_partner.png"><div id="partnerbanner" align="left"><a href="http://www.trackmania.com/de/" class="anotherclass gradualfader" target="_blank"><img src="include/designs/mar_EterG/partner/tmbanner.jpg"></a>&nbsp;<a href="http://www.callofduty.com/" class="anotherclass gradualfader" target="_blank"><img src="include/designs/mar_EterG/partner/logo_cod41.jpg"></a>&nbsp;<a href="http://www.server4you.de/" class="anotherclass gradualfader" target="_blank"><img src="include/designs/mar_EterG/partner/header-logo.jpg"></a></div></td>
    </tr>
    </table>
    <table id="full" cellpadding="0" cellspacing="0" align="left">
    <tr>
    <td><img src="include/designs/mar_EterG/images/foot_end.png" width="1038" height="34" border="0" usemap="#foot"><map name="foot"><area shape="rect" coords="880,1,994,18" href="http://www.maretz.eu" alt="" title="Maretz.eu | Free Ilch Clan und Community Templates" target="_blank"><area shape="rect" coords="999,1,1020,18" href="#anfang" alt="" title="Top Page" target=""><area shape="rect" coords="20,1,57,18" href="index.php" alt="" title="Home Site" target="_self"><area shape="rect" coords="60,1,106,18" href="index.php?contact" alt="" title="Contact to {SITENAME}" target="_self"><area shape="rect" coords="110,1,155,18" href="index.php?impressum" alt="" title="Impressum" target="_self"></map></td>
    </tr>
    </table>
    </div>
    </div>
    <script type="text/javascript">
    gradualFader.init() //activate gradual fader
    </script>
    <script type="text/javascript">
    var state = 0;
    var wait = false;
      
    function changeSlider1()
    {
    if(state==1){
    $('#ts_slid').animate({width: 300 }, "slow", function(){state = 0;}
    );
    }
    else
    $('#ts_slid').animate({width: 550 }, "slow", function(){state = 1;}
    );
    }
      
    $('#ts_slid').click(function(){
    changeSlider1();
    });
          </script>
    </body>
    </html>
    <!-- {_list_DDDmenupoint@<strong><big>&middot;</big></strong><a %1 class="box" href="%2">%3</a><br />}
    {_list_hmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br />|</ul></li>}
    {_list_hmenubegi@<ul>}
    {_list_hmenuende@</ul>}
    {_list_vmenupoint@<a target="%1" class="menu" href="%2">%3</a>}
    {_list_vmenubegi@}
    {_list_vmenuende@}//-->


    /* Codierung by Maretz.eu - Free Ilch Clan und Community Templates */
    #full
    {
      width: 1038px;
      border: none;
    }
    body  
    {
      background-color: #000000;
      background-image: url('images/bg.jpg') ; 
      background-attachment:fixed;
      background-position: 50% 0%;
      background-repeat:no-repeat;
      margin:0;
      padding:0;
    }
    #img_2
    {
      background-image: url(images/info_kop.png);
      float: center;
      width: 1038px;
      height: 209px;
      border: none;
    }
    #head_new
    {
      background-image: url(images/bg_header.png);
      float: center;
      width: 1038px;
      height: 186px;
      border: none;
    }
    #img_1
    {
      background-image: url(images/head_kop.png);
      float: center;
      width: 1038px;
      height: 64px;
      font-family: Verdana, Arial;
      font-size: 11px;
      color: #D3D3D3;
      border: none;
    }
    #loginpanel
    {
      position:relative;
      top: 11px;
      right: 35px;
      float: right;
      font-family: Verdana, Arial;
      font-size: 11px;
      color: #D3D3D3;  
    }
    #statistikpanel
    {
      position:relative;
      top: 28px;
      left: 35px;
      float: left;
      z-index:1;   
    }
    #buttons
    {
      position:relative;
      width: 695px;
      height: 41px;
      top: 20px;
      left: 20px;
      float: left;
      max-width: 695px;
      max-height: 41px;
      font-size: 10px;
      color: #A0A0A0;
      overflow: hidden;
    }
    #head_grafiken
    {
      position:relative;
      width: 1026px;
      height: 160px;
      top: 5px;
      left: 6px;
      float: left;
      max-width: 1026px;
      max-height: 160px;
      font-size: 12px;
      color: #ffffff;
      overflow: hidden;
    }
    #mediabox
    {
      position:relative;
      width: 298px;
      height: 180px;
      top: 22px;
      left: 24px;
      float: left;
      max-width: 298px;
      max-height: 180px;
      overflow: hidden;
    }
    #forumbox
    {
      position:relative;
      width: 691px;
      height: 0px;
      top: -90px;
      left: 22px;
      float: left;
      z-index: 1;  
    }
    #partnerbanner
    {
      position:relative;
      width: 995px;
      height: 50px;
      top: 14px;
      left: 80px;
      float: left; 
    }
    #content-bg {
      background: url(images/bg_site.png);
      background-repeat: repeat;
      width: 1038px;
      border: none;
    }
    #left_col {
      width: 212px;
      float: left;
      padding-top: 0px;
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      font-family: Verdana, Arial;
      font-size: 11px;
      color: #A0A0A0;
      overflow: hidden;
    }
    #menuleftmiddle {
      background: url(images/middle_left.png);
      background-repeat: repeat-y;
      align="top"
      width: 212px;
      border: none;
    }
    #menuleftbottom {
      background: url(images/bottom_left.png);
      background-repeat: no-repeat;
      float: left;
      align: top;
      width: 212px;
      height: 4px;
      border: none;
    }
    #right_col {
      width: 210px;
      float: right;
      padding-top: 0px;
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      font-family: Verdana, Arial;
      font-size: 11px;
      color: #A0A0A0;
      overflow: hidden;
    }
    #menurightmiddle {
      background: url(images/middle_right.png);
      background-repeat: repeat-y;
      width: 210px;
      float: left;
      border: none;
    }
    #menurightbottom {
      background: url(images/bottom_right.png);
      background-repeat: no-repeat;
      width: 210px;
      height: 4px;
      float: left;
      border: none;
    }
    #menu_heading_left
    {
      background: url(images/top_left.png);
      width: 212px;
      height: 29px;
      color: #A0A0A0;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12px;
      float: left;
    }
    #menu_heading_left_font
    {
      display:block;
      color: #20364C;
      font-family: Gears Of Peace, Arial;
      font-size:0.8em;
      font-weight: normal;
      text-transform: uppercase;
      text-shadow: 1px 1px 0 #2D2D2D;
      float: left;
      padding-top: 11px;
      padding-left: 27px;
    }
    #menu_heading_right
    {
      background: url(images/top_right.png);
      width: 210px;
      height: 29px;
      color: #A0A0A0;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12px;
      float: left;
      margin-left: 0px;
    }
    #menu_heading_right_font
    {
      display:block;
      color: #20364C;
      font-family: Gears Of Peace, Arial;
      font-size:0.8em;
      font-weight: normal;
      text-transform: uppercase;
      text-shadow: 1px 1px 0 #2D2D2D;
      float: right;
      padding-top: 11px;
      padding-right: 26px;
    }
    #main_col {
      background: url(images/content_middle.png);
      background-repeat: repeat-y;
      width: 616px;
      float: left;
      padding-top: 0px;
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      clear: none;
      color: #A0A0A0;
      text-align:left;
      font-size: 12px;
      font-family: Verdana,Arial;
      overflow: auto;
    }
    #main_col-forum {
      background: url(images/content_middle-forum.png);
      background-repeat: repeat-y;
      width: 826px;
      float: left;
      padding-top: 0px;
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      clear: none;
      color: #A0A0A0;
      text-align:left;
      font-size: 12px;
      font-family: Verdana,Arial;
      overflow: auto;
    }
    #main_colin
    {
      width: 607px;
      float: left;
      padding-top: 0px;
      padding-left: 5px;
      padding-right: 4px;
      padding-bottom: 0px;
      font-family: Verdana, Arial;
      font-size: 12px;
      color: #A0A0A0;
      max-width:607px;
      overflow: hidden;
    }
    #main_colin-forum
    {
      width: 798px;
      float: left;
      padding-top: 0px;
      padding-left: 5px;
      padding-right: 23px;
      padding-bottom: 0px;
      font-family: Verdana, Arial;
      font-size: 12px;
      color: #A0A0A0;
      max-width:798px;
      overflow: hidden;
    }
    #head_content
    {
      position:relative;
      top: 0px;
      left:0px;
      float: left;
      background-image: url(images/content_top.png);
      width: 616px;
      height: 29px;
      border: none;
    }
    #head_content_forum
    {
      position:relative;
      top: 0px;
      left:0px;
      float: left;
      background-image: url(images/content_top-forum.png);
      width: 826px;
      height: 29px;
      border: none;
    }
    #foot
    {
      background-image: url(images/content_bottom.png);
      width: 616px;
      height: 4px;
      float: right;
      border: none;
    }
    #foot-forum
    {
      background-image: url(images/content_bottom-forum.png);
      width: 826px;
      height: 4px;
      float: right;
      border: none;
    }
    #tophmenu
    {
                   position:relative;
                    width: 580px;
                    height: 15px; 
                    top: 6px;
                    left: 30px;
                    float: left;
                    max-width: 580px;
                    max-height: 15px;
                    overflow: hidden;  
    }
    #tophmenu-forum
    {
                   position:relative;
                    width: 770px;
                    height: 15px; 
                    top: 6px;
                    left: 30px;
                    float: left;
                    max-width: 770px;
                    max-height: 15px;
                    overflow: hidden;  
    }
    .menuone
    {
      width: 184px;
      float: left;
      padding-top: 0px;
      padding-left: 25px;
      padding-right: 3px;
      padding-bottom: 0px;
      color: #A0A0A0;
      max-width: 184px;
      overflow: hidden;
    }
    .menutwo
    {
      width: 184px;
      float: left;
      padding-top: 0px;
      padding-left: 3px;
      padding-right: 23px;
      padding-bottom: 0px;
      color: #A0A0A0;
      max-width: 184px;
      overflow: hidden;
    }
    .showbox
    {
    z-index:-1;
    }
    .a
    {
        color: #1871d4;
         
    }
    .menu
    {
        display:block;
     
                 float: center;
       
        color: #4d4e51;   
     
        font-size: 12px;
     
        width: 184px;
     
        height: 24px;
      
            text-align:center;
     
        text-decoration: none;
     
        font-family: Arial, Verdana, Helvetica, sans-serif;
     
                 font-weight:bold;
     
        line-height: 23px;
     
        background-image: url('buttons/menu_normal.png');
     
        background-repeat: no-repeat;
    }
    .menu:hover
    {
        display:block;
     
                 float: center;
     
        color: #16bdec;    
     
        font-size: 12px;
     
        width: 184px;
     
        height: 24px;
     
            text-align:center;
     
        text-decoration: none;
     
        font-family: Arial, Verdana, Helvetica, sans-serif;
     
                 font-weight:bold;
     
        line-height: 20px;
         
        background-image: url('buttons/menu_over.png');
     
        background-repeat: no-repeat;
    }
    .title  
    {
     
        font-size: 16px;
            font-family: Arial, Verdana, Helvetica, sans-serif;
        font-weight: bold;
        color: #16bdec; 
     
    }
     
    .bcontent
     
    {
     
        margin-left: 10px;
     
    }
     
    td
     
    {
     
      font-family: Verdana;
     
      font-size: 11px;
     
      color: #4d4e51;  
     
    }
     
    a
     
    {
     
      color: #75767A;  
     
      font-family: Verdana;
     
      font-size: 11px;
     
      text-decoration: none;
     
    }
     
    a:hover
     
    {
     
      color: #16bdec; 
     
      text-decoration: none; 
     
    }
     
    a.box
     
    {
     
      color: #D3D3D3;   
     
      font-family: Verdana;
     
      font-size: 11px;
     
      text-decoration: none;
     
     }
     
    a.box:hover
     
    { 
     
      color: #16bdec;  
     
      text-decoration: none;
     
    }
     
    .Chead
     
    {
     
            background-color: #0a1118;
            color: #4d4e51;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            background-image: url('bilder/forenhead.jpg');
            background-repeat: repeat-x 
     
    }
     
    .Chead td, .Chead td strong, .Chead h4, .Chead td b
     
    {
     
      color: #4d4e51;   // gallery bilderueberschrift
     
    }
     
    .Callg
     
    {
     
        color: #ff0000;
     
    }
     
    .Callg td
     
    {
     
      color: ff0000;
     
    }
     
     
    .Cnorm
     
    {
     
        background-color: #ffffff;                     
        color: #4d4e51;
     
    }
     
    .Cmite
     
    {
     
        background-color: #ffffff;         
        color:#4d4e51;
     
    }
    .mite
    {
      background-color: #131313;
      color:#4d4e51;
    }
    .Cdark
     
    {
     
            background-color: #0e0f0e;  
            color: #3F3F3F;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            background-image: url('bilder/td_bg.jpg');
            background-repeat: repeat-x
    }
     
     
     
    #Ballg
     
    {
     
        color: #FF0000;
     
        background-color: #ff0000;
     
    }
     
    #Ballg td
     
    {
     
        color: #ff0000;
     
        background-color: #ff0000;
     
    }
     
    .Bhead
     
    {
     
        color: #ff0000;
     
    }
     
    .Bbody
     
    {
     
        color: #ff0000;
     
    }
     
     
     
    .smalfont
     
    {
     
        color: #4d4e51;    
     
        font-size: 10px;
     
        text-decoration: none;
     
    }
     
    .smalfont_copyright
     
    {
     
        color: #16bdec;
     
        font-size: 11px;
     
        text-decoration: none;
     
    }
    .dltext
     
    {
     
        color: #4d4e51;    
     
        font-size: 11px;
     
        text-decoration: none;
     
    }
    .downloads
    {
            background-color: #0e0f0e;
            color: #16bdec;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 10px;
            background-image: url('bilder/td_bg2.jpg');
            background-repeat: repeat-x
    }
     
    .border
    {
     
       background-color: #2f2f2f;  
    }
    a.border
    {
       color: #0A0A0A;
    }
    .rand
    {
      border: 1px solid #2f2f2f;
     
    }
     
    hr
     
    {
    height: 1px;
                    border: solid #2f2f2f 1px;
                    border-top-width: 1px;
                    width: 100%;
    }
     
    input, textarea, select
     
    {
     
        color: #2f2f2f;
     
        background-color: #E0E0E0;
     
        font: 11px  Verdana; 
     
        border-color: #0a1118;
     
        border-width: 1px;
     
        border-style: double; 
     
        font-weight: normal; 
     
        text-decoration: none; 
     
    }
     
    #menu {}
     
    #menu ul { padding-left: 10px; margin-left: 10px; }
     
    #smallmenu { }
     
    #smallmenu li { font-size: 11px; }
     
    #smallmenu a { font-size: 11px; }
     
     
    .sbback
    {
        background-color: #575757;
        color:#0b0b0b;
    }
    .sbback2
    {
        background-color: #6b6b6b;
        color:#0b0b0b; 
    }
    .content 
    {
        font-size: 11px;
        font-weight: bold;
        color: #A0A0A0;    
    }
    legend
    {
    font-size: 12px;
    font-weight: normal;
    color: #A0A0A0;
    }
    fieldset
    {
    overflow: auto;
    border: 1px solid #A0A0A0;
    }
    input
    {
    overflow: auto;
    border: 1px solid #A0A0A0;
    }
    textarea
    {
    overflow: auto;
    border: 1px solid #A0A0A0;
    }
    a.forumtitle    { color:#4d4e51; font-family: Verdana, Arial; font-size: 11px; font-weight: bold;}
    a.forumtitle:link    { color:#4d4e51; font-family: Verdana, Arial; font-size: 11px; font-weight: bold;}
    a.forumtitle:visited { color:#4d4e51; font-family: Verdana, Arial; font-size: 11px; font-weight: bold;}
    a.forumtitle:hover   { color:#16bdec; font-family: Verdana, Arial; font-size: 11px; font-weight: bold;}
    a.forumtitle:active  { color:#ffffff; font-family: Verdana, Arial; font-size: 11px; font-weight: bold;}
    a.foruminfo   { color:#4d4e51; font-family: Verdana, Arial; font-size: 11px; font-weight: normal;}
    a.foruminfo:link    { color:#4d4e51; font-family: Verdana, Arial; font-size: 11px; font-weight: normal;}
    a.foruminfo:visited { color:#4d4e51; font-family: Verdana, Arial; font-size: 11px; font-weight: normal;}
    a.foruminfo:hover   { color:#16bdec; font-family: Verdana, Arial; font-size: 11px; font-weight: normal;}
    a.foruminfo:active  { color:#ffffff; font-family: Verdana, Arial; font-size: 11px; font-weight: normal;}
    .stat_font 
    {
     
        font-size: 12px;
                 font-family: Verdana;Arial,
        font-weight: bold;
        color: #9B9CA0; 
    }
    .lang_font 
    {
     
        font-size: 11px;
                 font-family: Verdana;Arial,
        font-weight: normal;
        color: #4d4e51; 
    }
    .hmenustyle    { color:#4d4e51; font-family: Arial, Verdana; font-size: 12px; font-weight: bold;}
    a.forumbox    { color:#4d4e51; font-family: Arial, Verdana; font-size: 12px; font-weight: bold;}
    a.forumbox:link    { color:#4d4e51; font-family: Arial, Verdana; font-size: 12px; font-weight: bold;}
    a.forumbox:visited { color:#4d4e51; font-family: Arial, Verdana; font-size: 12px; font-weight: bold;}
    a.forumbox:hover   { color:#16bdec; font-family: Arial, Verdana; font-size: 12px; font-weight: bold;}
    .newstext
    {
            color: #4d4e51;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            padding-left: 10px;
            margin-left: 10px;
            padding-right: 10px;
            margin-right: 10px;
            background-image: url('news/news_middle.png');
            background-repeat: repeat-y
    }
    .newsfootfont    { color:#16bdec; font-family: Arial, Verdana; font-size: 10px; font-weight: bold;}
    a.newsfootfont    { color:#16bdec; font-family: Arial, Verdana; font-size: 10px; font-weight: bold;}
    a.newsfootfont:link    { color:#16bdec; font-family: Arial, Verdana; font-size: 10px; font-weight: bold;}
    a.newsfootfont:visited    { color:#16bdec; font-family: Arial, Verdana; font-size: 10px; font-weight: bold; text-decoration:underline;}
    a.newsfootfont:hover    { color:#4d4e51; font-family: Arial, Verdana; font-size: 10px; font-weight: bold; text-decoration:underline;}


    Es ist bereits diese header.php Box eingefügt.
    Headergröße von 1026 x 160 px einhalten.
    Schaust mal mit dieser Box.Die hat mir keine Bilder angezeigt.Nur wenn kein Bild im Ordner war, kam der Text : "Es wurden keine Bilder im Ordner gefunden!"

    Naja, so wie es jetzt ist kannste zumindest beliebige Sachen einsetzen im Headerbereich.
    Einfach den gewünschten Inhalt (script /Flash ect.) anstelle von {_boxes_header} in der index.htm / index_forum.htm setzen ( Zeile 95)

    Mfg Maretz

    Edit: Habe den TS Slider noch etwas verschoben, da dieser nicht auf den größeren BG angepasst war............


    Zuletzt modifiziert von Maretz am 25.11.2011 - 21:08:58
    0 Mitglieder finden den Beitrag gut.
  7. #7
    User Pic
    Sky-Master Mitglied
    Registriert seit
    06.12.2009
    Beiträge
    39
    Beitragswertungen
    0 Beitragspunkte
    Hallo Maretz,

    also funktionieren tut das ganz gut XD

    Aber habe irgendwie das problem, das oben immer noch das "alte da steht" und darunter erst das neu gecodetet!! Habe aber alles ersetzt wie du es gesagt hast!
    0 Mitglieder finden den Beitrag gut.
  8. #8
    User Pic
    Maretz Hall Of Fame
    Registriert seit
    28.02.2009
    Beiträge
    740
    Beitragswertungen
    74 Beitragspunkte
    Eher nicht.

    Du hast die Bilder nicht ersetzt. (siehe oben Link)

    Diese in den images ordner vom Design uploaden und bestehende ersetzen.
    ( head_kop.png / bg_header.png)
    0 Mitglieder finden den Beitrag gut.
  9. #9
    User Pic
    Sky-Master Mitglied
    Registriert seit
    06.12.2009
    Beiträge
    39
    Beitragswertungen
    0 Beitragspunkte
    Deine Bilder habe ich jetzt auch schon zum dritten mal ersetzt, und keiner besserung!!
    0 Mitglieder finden den Beitrag gut.
  10. #10
    User Pic
    Maretz Hall Of Fame
    Registriert seit
    28.02.2009
    Beiträge
    740
    Beitragswertungen
    74 Beitragspunkte
    ? Also wenn ich mir deine Page anschaue, dann passt doch alles, so wie geändert.
    Die Header müsstest halt auf das neue Maß anpassen ( 1026 x 160 px )

    Edit: Wie gesagt, der Header ist jetzt eigenständig.D.H. ohne die Grafiken vom head_kop.Du kannst jetzt Dir einfach Grafiken erstellen , mit 1026 x 160 px und diese in den Ordner einsetzen, vom dem die Box aus läd.


    Zuletzt modifiziert von Maretz am 26.11.2011 - 17:43:46
    0 Mitglieder finden den Beitrag gut.
  11. #11
    User Pic
    Sky-Master Mitglied
    Registriert seit
    06.12.2009
    Beiträge
    39
    Beitragswertungen
    0 Beitragspunkte
    Hi,

    habe jetzt einen Header erstmal angepasst, auf die aktuelle neue größe.

    Ich sehe aber das 2 mal diese schwarze balken (wo Gesamt Heute....) und so stehen. der eine der da oben steht ist zu viel, oder man macht den, der im HEader derzeit verankert ist einfach raus!! Das geht auch!!!
    0 Mitglieder finden den Beitrag gut.
  12. #12
    User Pic
    Maretz Hall Of Fame
    Registriert seit
    28.02.2009
    Beiträge
    740
    Beitragswertungen
    74 Beitragspunkte
    ? Kann Dir nicht folgen.Ich sehe nur in deinen Grafiken noch die Bg Grafik von der Statistik.
    Einfach deine neuen Header normal erstellen, also ohne die bg Grafik vom Head wie beim normalen Eterg.
    0 Mitglieder finden den Beitrag gut.
  13. #13
    User Pic
    Sky-Master Mitglied
    Registriert seit
    06.12.2009
    Beiträge
    39
    Beitragswertungen
    0 Beitragspunkte
    gut ok hat sich erledigt.... XD hoffe es funtkionert jetzt alles danke Maretz, wenn nicht melde ich mich nochmal!!
    0 Mitglieder finden den Beitrag gut.
Geschlossen

Zurück zu HTML, PHP, SQL,...

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten