Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>{TITLE}</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" type="text/css" href="include/designs/001/design.css"> <link rel="stylesheet" type="text/css" href="include/designs/001/style.css"> <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]--> <style type="text/css"> /*--Setzt alle Abstände auf "Null"--*/ * { margin: 0; padding: 0; } /*--formatiert die Menüleiste + BGcolor Blau--*/ #menu { width: 484px; height:38px; background: ; font-family: Verdana; font-size: 1em; line-height: 1.5; float: left; } /*--formatiert die Themenblöcke - Nebeneinander--*/ #menu ul { float: left; width: 119px; list-style-type: none; padding-top: 2px; } /*--definiert die Blocküberschriften--*/ #menu h3 { font-size: 11px; text-align: center; color: #CCC; border: 0px solid #003366; /*--erforderlich für IE 7--*/ background: url(include/designs/001/Bilder/button.png); height: 29px; width: 119px; padding-top: 9px; } /*--definiert die Blocküberschriften--*/ #menu h3:hover { font-size: 11px; text-align: center; color: #e46d19; border: 0px solid #003366; /*--erforderlich für IE 7--*/ height: 29px; width: 119px; background: url(include/designs/001/Bilder/button_hover.png); padding-top: 9px; } /*--definiert die "Drop-Down-Links" im Normalzustand--*/ #menu a { text-decoration: none; display: block; border: 1px solid #222; text-align: center; background: url(include/designs/001/Bilder/DropDownbutton.png); color: #e46d19; height: 20px; } /*--definiert die "Drop-Down-Links" im Hoverzustand--*/ #menu a:hover { color: #000; background: url(include/designs/001/Bilder/DropDownbutton_hover.png); } /*--definiert einen Einzellink im Normalzustand, wenn kein Drop-Down erforderlich--*/ #menu a.direkt:link { font-size: 11px; font-weight: bold; text-align: center; color: #CCC; border: 0px solid #003366; background: url(include/designs/001/Bilder/button.png); height: 29px; width: 119px; padding-top: 9px; } /*--definiert einen Einzellink im Hoverzustand, wenn kein Drop-Down erforderlich--*/ #menu a.direkt:hover { font-size: 11px; font-weight: bold; text-align: center; color: #e46d19; border: 0px solid #ccc; height: 29px; width: 119px; background: url(include/designs/001/Bilder/button_hover.png); padding-top: 9px; } /* *verhindert im Zusammenhang mit position absolute bei ul ul *eine Höhenvergrößerung von #menu beim Hovern-- */ #menu li { position: relative; } /*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/ #menu ul ul { position: absolute; z-index: 2; display: none; } /*--lässt die Dropdown-Links beim Hovern erscheinen--*/ #menu ul li:hover ul { display: block; } /*--nur für IE-Versionen kleiner gleich 6 erkennbar--*/ * html #menu ul li { float: left; width: 100%; } /*--nur für IE 7 erkennbar--*/ *+ html #menu ul li { float: left; width: 100%; } </style> </head> <body>{_boxes_ilchsocialpanelbox} <center> <table width="1100" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="center"> <table width="1100" border="0" cellpadding="0" cellspacing="0" background="include/designs/001/Bilder/header.png"> <tr> <td width="1100" height="246" align="right"> <div style="width:400px; padding-right:15px;">{_boxes_001-LOGIN}</div> </td> </tr> </table> <table width="1100" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1100" height="5" align="right" background="include/designs/001/Bilder/kante.png"> </td> </tr> </table> <table width="1100" border="0" cellpadding="0" cellspacing="0" background="include/designs/001/Bilder/menu.png"> <tr> <td width="500" height="49" align="left"> <div id="menu"><!-- öffnet die Navigationsleiste--> <ul><!-- öffnet den dritten Themenblock --> <li><a class="direkt" href="?news">Startseite</a></li> </ul><!--schließt den dritten Themenblock--> {_list_menunr1@ <ul><!-- öffnet den 1. Themenblock --> <li><!-- öffnet die Listeneinträge von Thema 1 --> <h3>%1</h3> <ul><!-- öffnet die Klappnavi von Thema 1 --> <li>%2</li> </ul><!-- schließt die Klappnavi von Thema 1 --> </li><!-- schließt die Listeneinträge von Thema 1 --> </ul><!--schließt den 2. Themenblock--> } {_list_menunr2@ <ul><!-- öffnet den ersten Themenblock --> <li><!-- öffnet die Listeneinträge von Thema 1 --> <h3>%1</h3> <ul><!-- öffnet die Klappnavi von Thema 1 --> <li>%2</li> </ul><!-- schließt die Klappnavi von Thema 1 --> </li><!-- schließt die Listeneinträge von Thema 1 --> </ul><!--schließt den ersten Themenblock--> } {_list_menunr3@ <ul><!-- öffnet den 3. Themenblock --> <li><!-- öffnet die Listeneinträge von Thema 1 --> <h3>%1</h3> <ul><!-- öffnet die Klappnavi von Thema 1 --> <li>%2</li> </ul><!-- schließt die Klappnavi von Thema 1 --> </li><!-- schließt die Listeneinträge von Thema 1 --> </ul><!--schließt den ersten Themenblock--> } </div><!-- schließt die Menüleiste #menu --> <div style="clear: both;"> </div> <!--cleart die gefloatete Menüleiste--> </td> <td width="600"><div style="float: left; padding-left: 50px; padding-top:2px;">{_boxes_001-STATISTIK}</div></td> </tr> </table> <table width="1100" border="0" cellpadding="0" cellspacing="0" background="include/designs/001/Bilder/lastbox.png"> <tr> <td width="350" height="199" valign="top"> <table width="100%"><tr> <td width="100%" style="padding-left: 10px; padding-top: 19px; padding-right:10px;">{_boxes_001-LASTNEWS}</td></tr></table> </td> <td width="350" height="199" valign="top"> <table width="100%"><tr> <td width="100%" style="padding-left: 15px; padding-top: 19px;">{_boxes_001-LASTFORUM}</td></tr></table> </td> <td width="350" height="199" valign="middle"> <table width="100%"><tr> <td width="100%" align="center" style="padding-left: 15px; padding-right:45px;">{_boxes_TOPMATCH}</td></tr></table> </td> </tr> </table> <table width="1100" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1100" height="6" background="include/designs/001/Bilder/page_bg_oben.png"></td> </tr> </table> <table width="1100" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1100" background="include/designs/001/Bilder/page_bg.png"> <table width="1100" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="230" align="left" valign="top"> {_list_menunr4@ <table width="230" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="230" height="51" align="center" background="include/designs/001/Bilder/box_links_oben.png"><div style="color:#CCC;"><b>%1</b></div></td> </tr> <tr> <td width="230" align="center" valign="top" background="include/designs/001/Bilder/box_links_mitte.png"> <table width="230" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="15"> </td> <td align="center" valign="top">%2</td> <td width="15"> </td> </tr> </table> </td> </tr> <tr> <td width="230" height="17" background="include/designs/001/Bilder/box_links_unten.png"></td> </tr> </table> } </td> <td width="640" align="left" valign="top"> <table width="638" cellpadding="0" cellspacing="0" border="0"> <tr> <td height="64" background="include/designs/001/Bilder/hamanu.png"><div style="padding-left:15px; padding-bottom:20px;">{HMENU}</div></td> </tr> <tr> <td><div style="padding-left:10px; padding-right:10px; padding-bottom:20px;">{EXPLODE}</div></td> </tr> </table> </td> <td width="230" align="left" valign="top"> {_list_menunr5@ <table width="230" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="230" height="51" align="center" background="include/designs/001/Bilder/box_rechts_oben.png"><div style="color:#CCC;"><b>%1</b></div></td> </tr> <tr> <td width="230" align="center" background="include/designs/001/Bilder/box_rechts_mitte.png"> <table width="230" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="15"> </td> <td align="center" valign="top">%2</td> <td width="15"> </td> </tr> </table> </td> </tr> <tr> <td width="230" height="17" background="include/designs/001/Bilder/box_rechts_unten.png"></td> </tr> </table> } </td> </tr> </table> </td> </tr> </table> <table width="1100" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1100" height="130" valign="bottom"><img src="include/designs/001/Bilder/footer.png" border="0" usemap="#Map"/> </td> </tr> </table> <br /> </td> </tr> </table> </center> <map name="Map" id="Map"><area shape="rect" coords="962,72,1017,115" href="#" alt="on top" /> </map> </body> {_boxes_cookieplugin} </html> {_list_hmenupoint@<a target="%1" href="%2">%3</a> I } {_list_hmenubegi@} {_list_hmenuende@} {_list_vmenupoint@<a target="%1" 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> <head> <title>{TITLE}</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" type="text/css" href="include/designs/001/style.css"> <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]--> <style type="text/css"> /*--Setzt alle Abstände auf "Null"--*/ * { margin: 0; padding: 0; } /*--formatiert die Menüleiste + BGcolor Blau--*/ #menu { width: 484px; height:38px; background: ; font-family: Verdana; font-size: 1em; line-height: 1.5; float: left; } /*--formatiert die Themenblöcke - Nebeneinander--*/ #menu ul { float: left; width: 119px; list-style-type: none; padding-top: 2px; } /*--definiert die Blocküberschriften--*/ #menu h3 { font-size: 11px; text-align: center; color: #CCC; border: 0px solid #003366; /*--erforderlich für IE 7--*/ background: url(include/designs/001/Bilder/button.png); height: 29px; width: 119px; padding-top: 9px; } /*--definiert die Blocküberschriften--*/ #menu h3:hover { font-size: 11px; text-align: center; color: #e46d19; border: 0px solid #003366; /*--erforderlich für IE 7--*/ height: 29px; width: 119px; background: url(include/designs/001/Bilder/button_hover.png); padding-top: 9px; } /*--definiert die "Drop-Down-Links" im Normalzustand--*/ #menu a { text-decoration: none; display: block; border: 1px solid #222; text-align: center; background: url(include/designs/001/Bilder/DropDownbutton.png); color: #e46d19; height: 20px; } /*--definiert die "Drop-Down-Links" im Hoverzustand--*/ #menu a:hover { color: #000; background: url(include/designs/001/Bilder/DropDownbutton_hover.png); } /*--definiert einen Einzellink im Normalzustand, wenn kein Drop-Down erforderlich--*/ #menu a.direkt:link { font-size: 11px; font-weight: bold; text-align: center; color: #CCC; border: 0px solid #003366; background: url(include/designs/001/Bilder/button.png); height: 29px; width: 119px; padding-top: 9px; } /*--definiert einen Einzellink im Hoverzustand, wenn kein Drop-Down erforderlich--*/ #menu a.direkt:hover { font-size: 11px; font-weight: bold; text-align: center; color: #e46d19; border: 0px solid #ccc; height: 29px; width: 119px; background: url(include/designs/001/Bilder/button_hover.png); padding-top: 9px; } /* *verhindert im Zusammenhang mit position absolute bei ul ul *eine Höhenvergrößerung von #menu beim Hovern-- */ #menu li { position: relative; } /*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/ #menu ul ul { position: absolute; z-index: 2; display: none; } /*--lässt die Dropdown-Links beim Hovern erscheinen--*/ #menu ul li:hover ul { display: block; } /*--nur für IE-Versionen kleiner gleich 6 erkennbar--*/ * html #menu ul li { float: left; width: 100%; } /*--nur für IE 7 erkennbar--*/ *+ html #menu ul li { float: left; width: 100%; } </style> </head> <body> <?php include_once("analyticstracking.php") ?> {_boxes_ilchsocialpanelbox} <center> <table width="1100" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="center"> <table width="1100" border="0" cellpadding="0" cellspacing="0" background="include/designs/001/Bilder/header.png"> <tr> <td width="1100" height="246" align="right"> <div style="width:400px; padding-right:15px;">{_boxes_001-LOGIN}</div> </td> </tr> </table> <table width="1100" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1100" height="5" align="right" background="include/designs/001/Bilder/kante.png"> </td> </tr> </table> <table width="1100" border="0" cellpadding="0" cellspacing="0" background="include/designs/001/Bilder/menu.png"> <tr> <td width="500" height="49" align="left"> <div id="menu"><!-- öffnet die Navigationsleiste--> <ul><!-- öffnet den dritten Themenblock --> <li><a class="direkt" href="?news">Startseite</a></li> </ul><!--schließt den dritten Themenblock--> {_list_menunr1@ <ul><!-- öffnet den 1. Themenblock --> <li><!-- öffnet die Listeneinträge von Thema 1 --> <h3>%1</h3> <ul><!-- öffnet die Klappnavi von Thema 1 --> <li>%2</li> </ul><!-- schließt die Klappnavi von Thema 1 --> </li><!-- schließt die Listeneinträge von Thema 1 --> </ul><!--schließt den 2. Themenblock--> } {_list_menunr2@ <ul><!-- öffnet den ersten Themenblock --> <li><!-- öffnet die Listeneinträge von Thema 1 --> <h3>%1</h3> <ul><!-- öffnet die Klappnavi von Thema 1 --> <li>%2</li> </ul><!-- schließt die Klappnavi von Thema 1 --> </li><!-- schließt die Listeneinträge von Thema 1 --> </ul><!--schließt den ersten Themenblock--> } {_list_menunr3@ <ul><!-- öffnet den 3. Themenblock --> <li><!-- öffnet die Listeneinträge von Thema 1 --> <h3>%1</h3> <ul><!-- öffnet die Klappnavi von Thema 1 --> <li>%2</li> </ul><!-- schließt die Klappnavi von Thema 1 --> </li><!-- schließt die Listeneinträge von Thema 1 --> </ul><!--schließt den ersten Themenblock--> } </div><!-- schließt die Menüleiste #menu --> <div style="clear: both;"> </div> <!--cleart die gefloatete Menüleiste--> </td> <td width="600"><div style="float: left; padding-left: 50px; padding-top:2px;">{_boxes_001-STATISTIK}</div></td> </tr> </table> <table width="1100" border="0" cellpadding="0" cellspacing="0" background="include/designs/001/Bilder/lastbox.png"> <tr> <td width="350" height="199" valign="top"> <table width="100%"><tr> <td width="100%" style="padding-left: 10px; padding-top: 19px; padding-right:10px;">{_boxes_001-LASTNEWS}</td></tr></table> </td> <td width="350" height="199" valign="top"> <table width="100%"><tr> <td width="100%" style="padding-left: 15px; padding-top: 19px;">{_boxes_001-LASTFORUM}</td></tr></table> </td> <td width="350" height="199" valign="middle"> <table width="100%"><tr> <td width="100%" align="center" style="padding-left: 15px; padding-right:45px;">{_boxes_TOPMATCH}</td></tr></table> </td> </tr> </table> <table width="1100" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1100" height="6" background="include/designs/001/Bilder/page_bg_oben.png"></td> </tr> </table> <table width="1100" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1100" background="include/designs/001/Bilder/page_bg2.png"> <table width="1100" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="230" align="left" valign="top"> {_list_menunr4@ <table width="230" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="230" height="51" align="center" background="include/designs/001/Bilder/box_links_oben.png"><div style="color:#CCC;"><b>%1</b></div></td> </tr> <tr> <td width="230" align="center" valign="top" background="include/designs/001/Bilder/box_links_mitte.png"> <table width="230" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="15"> </td> <td align="center" valign="top">%2</td> <td width="15"> </td> </tr> </table> </td> </tr> <tr> <td width="230" height="17" background="include/designs/001/Bilder/box_links_unten.png"></td> </tr> </table> } </td> <td width="867" align="left" valign="top"> <table width="864" cellpadding="0" cellspacing="0" border="0"> <tr> <td height="64" background="include/designs/001/Bilder/hamanu2.png"><div style="padding-left:15px; padding-bottom:20px;">{HMENU}</div></td> </tr> <tr> <td><div style="padding-left:10px; padding-right:10px; padding-bottom:20px;">{EXPLODE}</div></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <table width="1100" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1100" height="130" valign="bottom"><img src="include/designs/001/Bilder/footer2.png" border="0" usemap="#Map"/> </td> </tr> </table> <br /> </td> </tr> </table> </center> <map name="Map" id="Map"><area shape="rect" coords="962,72,1017,115" href="#" alt="on top" /> </map> </body> {_boxes_cookieplugin} </html> {_list_hmenupoint@<a target="%1" href="%2">%3</a> I } {_list_hmenubegi@} {_list_hmenuende@} {_list_vmenupoint@<a target="%1" href="%2">%3</a>} {_list_vmenubegi@} {_list_vmenuende@}
@charset "utf-8"; /* CSS Document */ body { background-color: #333333; background-image: url('Bilder/bg.jpg') ; background-attachment:fixed; background-position: 50% 0%; background-repeat:no-repeat; margin:0; padding:0; } td { font-family: Verdana; font-size: 12px; color: #FFF; } a, #left_col .Cmite a, #left_col .Cnorm a, #left_col .Cdark a { color: #e46d19; font-family: Verdana; font-size: 11px; text-decoration: none; } a. { color: #666; } a:hover { text-decoration: none; } a.box { color: #e46d19; font-family: Verdana; font-size: 11px; text-decoration: underline; } a.box:hover { text-decoration: none; color: #e46d19; } .Chead { background: #333; color: #111; } .Chead a { color: #e46d19; } .Chead td, .Chead td strong, .Chead h4, .Chead td b { background: #e46d19; color: #d4b39d; } .Callg { background-color: #EFEFEF; color: #FFF; } .Callg td { color: #000000; } .Cnorm { background-color: #666; } .Cmite { background-color: #999; } .Cdark { background-color: #222; } .rand { border: solid #222 1px; } .smalfont { font-size: 10px; text-decoration: none; } .border { background-color: #CCC; } hr { height: 0px; border: solid #e46d19 0px; border-top-width: 1px; } input, textarea, select { color: #000000; font: 12px Verdana; border-color: #e46d19; border-width: 1px; border-style: solid; font-weight: none; text-decoration: none; background-color: #EFEFEF; }
{_list_menunr1@ <ul><!-- öffnet den 1. Themenblock --> <li><!-- öffnet die Listeneinträge von Thema 1 --> <h3>%1</h3> <ul><!-- öffnet die Klappnavi von Thema 1 --> <li>%2</li> </ul><!-- schließt die Klappnavi von Thema 1 --> </li><!-- schließt die Listeneinträge von Thema 1 --> </ul><!--schließt den 2. Themenblock--> }
{_list_hmenupoint@<a target="%1" href="%2">%3</a> I } {_list_hmenubegi@} {_list_hmenuende@} {_list_vmenupoint@<a target="%1" href="%2">%3</a>} {_list_vmenubegi@} {_list_vmenuende@}
<!-- anfang + link |ende |teilende|teilee --> <!-- horizontaler menupunkt --> {_list_hmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br />|</ul></li>} <!-- horizontaler menupunkt anfang --> {_list_hmenubegi@<ul>} <!-- horizontaler menupunkt ende --> {_list_hmenuende@</ul>} <!-- vertikaler menupunkt --> {_list_vmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br /><ul>|</ul></li>} <!-- vertikaler menupunkt anfang --> {_list_vmenubegi@<ul>} <!-- vertikaler menupunkt ende --> {_list_vmenuende@</ul>}
<ul> <li><a href="..." class="box">Menüpunkt 1</a><li> <li><a href="..." class="box">Menüpunkt 2</a><li> </ul>
<div id="menu"> {_list_menunr1@ <h3>%1</h3> %2 </div>
#menu ul { ... } #menu ul li {...}
list-style: none;
a.box { color: #e46d19; font-family: Verdana; font-size: 11px; text-decoration: underline; list-style: none; } a.box:hover { text-decoration: none; color: #e46d19; list-style: none; }
@charset "utf-8"; /* CSS Document */ body { background-color: #333333; background-image: url('Bilder/bg.jpg') ; background-attachment:fixed; background-position: 50% 0%; background-repeat:no-repeat; margin:0; padding:0; } td { font-family: Verdana; font-size: 12px; color: #FFF; } a, #left_col .Cmite a, #left_col .Cnorm a, #left_col .Cdark a { color: #e46d19; font-family: Verdana; font-size: 11px; text-decoration: none; } a. { color: #666; } a:hover { text-decoration: none; } a.box { color: #e46d19; font-family: Verdana; font-size: 11px; text-decoration: underline; list-style: none; } a.box:hover { text-decoration: none; color: #e46d19; list-style: none; } .Chead { background: #333; color: #111; } .Chead a { color: #e46d19; } .Chead td, .Chead td strong, .Chead h4, .Chead td b { background: #e46d19; color: #d4b39d; } .Callg { background-color: #EFEFEF; color: #FFF; } .Callg td { color: #000000; } .Cnorm { background-color: #666; } .Cmite { background-color: #999; } .Cdark { background-color: #222; } .rand { border: solid #222 1px; } .smalfont { font-size: 10px; text-decoration: none; } .border { background-color: #CCC; } hr { height: 0px; border: solid #e46d19 0px; border-top-width: 1px; } input, textarea, select { color: #000000; font: 12px Verdana; border-color: #e46d19; border-width: 1px; border-style: solid; font-weight: none; text-decoration: none; background-color: #EFEFEF; }
#menu ul { list-style: none; }
@charset "utf-8"; /* CSS Document */ body { background-color: #333333; background-image: url('Bilder/bg.jpg') ; background-attachment:fixed; background-position: 50% 0%; background-repeat:no-repeat; margin:0; padding:0; } td { font-family: Verdana; font-size: 12px; color: #FFF; } a, #left_col .Cmite a, #left_col .Cnorm a, #left_col .Cdark a { color: #e46d19; font-family: Verdana; font-size: 11px; text-decoration: none; } a. { color: #666; } a:hover { text-decoration: none; } a.box { color: #e46d19; font-family: Verdana; font-size: 11px; text-decoration: underline; list-style: none; } a.box:hover { text-decoration: none; color: #e46d19; list-style: none; } .Chead { background: #333; color: #111; } .Chead a { color: #e46d19; } .Chead td, .Chead td strong, .Chead h4, .Chead td b { background: #e46d19; color: #d4b39d; } .Callg { background-color: #EFEFEF; color: #FFF; } .Callg td { color: #000000; } .Cnorm { background-color: #666; } .Cmite { background-color: #999; } .Cdark { background-color: #222; } .rand { border: solid #222 1px; } .smalfont { font-size: 10px; text-decoration: none; } .border { background-color: #CCC; } hr { height: 0px; border: solid #e46d19 0px; border-top-width: 1px; } input, textarea, select { color: #000000; font: 12px Verdana; border-color: #e46d19; border-width: 1px; border-style: solid; font-weight: none; text-decoration: none; background-color: #EFEFEF; } menu ul { list-style: none !important; }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>{TITLE}</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" type="text/css" href="include/designs/001/design.css"> <link rel="stylesheet" type="text/css" href="include/designs/001/style.css"> <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]--> <style type="text/css"> /*--Setzt alle Abstände auf "Null"--*/ * { margin: 0; padding: 0; } /*--formatiert die Menüleiste + BGcolor Blau--*/ #menu { width: 484px; height:38px; background: ; font-family: Verdana; font-size: 1em; line-height: 1.5; float: left; } /*--formatiert die Themenblöcke - Nebeneinander--*/ #menu ul { float: left; width: 119px; list-style-type: none; padding-top: 2px; } /*--definiert die Blocküberschriften--*/ #menu h3 { font-size: 11px; text-align: center; color: #CCC; border: 0px solid #003366; /*--erforderlich für IE 7--*/ background: url(include/designs/001/Bilder/button.png); height: 29px; width: 119px; padding-top: 9px; } /*--definiert die Blocküberschriften--*/ #menu h3:hover { font-size: 11px; text-align: center; color: #e46d19; border: 0px solid #003366; /*--erforderlich für IE 7--*/ height: 29px; width: 119px; background: url(include/designs/001/Bilder/button_hover.png); padding-top: 9px; } /*--definiert die "Drop-Down-Links" im Normalzustand--*/ #menu a { text-decoration: none; display: block; border: 1px solid #222; text-align: center; background: url(include/designs/001/Bilder/DropDownbutton.png); color: #e46d19; height: 20px; } /*--definiert die "Drop-Down-Links" im Hoverzustand--*/ #menu a:hover { color: #000; background: url(include/designs/001/Bilder/DropDownbutton_hover.png); } /*--definiert einen Einzellink im Normalzustand, wenn kein Drop-Down erforderlich--*/ #menu a.direkt:link { font-size: 11px; font-weight: bold; text-align: center; color: #CCC; border: 0px solid #003366; background: url(include/designs/001/Bilder/button.png); height: 29px; width: 119px; padding-top: 9px; } /*--definiert einen Einzellink im Hoverzustand, wenn kein Drop-Down erforderlich--*/ #menu a.direkt:hover { font-size: 11px; font-weight: bold; text-align: center; color: #e46d19; border: 0px solid #ccc; height: 29px; width: 119px; background: url(include/designs/001/Bilder/button_hover.png); padding-top: 9px; } /* *verhindert im Zusammenhang mit position absolute bei ul ul *eine Höhenvergrößerung von #menu beim Hovern-- */ #menu li { position: relative; } /*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/ #menu ul ul { position: absolute; z-index: 2; display: none; } /*--lässt die Dropdown-Links beim Hovern erscheinen--*/ #menu ul li:hover ul { display: block; } /*--nur für IE-Versionen kleiner gleich 6 erkennbar--*/ * html #menu ul li { float: left; width: 100%; } /*--nur für IE 7 erkennbar--*/ *+ html #menu ul li { float: left; width: 100%; } </style> </head> <body>{_boxes_ilchsocialpanelbox} <center> <table width="1100" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="center"> <table width="1100" border="0" cellpadding="0" cellspacing="0" background="include/designs/001/Bilder/header.png"> <tr> <td width="1100" height="246" align="right"> <div style="width:400px; padding-right:15px;">{_boxes_001-LOGIN}</div> </td> </tr> </table> <table width="1100" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1100" height="5" align="right" background="include/designs/001/Bilder/kante.png"> </td> </tr> </table> <table width="1100" border="0" cellpadding="0" cellspacing="0" background="include/designs/001/Bilder/menu.png"> <tr> <td width="500" height="49" align="left"> <div id="menu"><!-- öffnet die Navigationsleiste--> <ul><!-- öffnet den dritten Themenblock --> <li><a class="direkt" href="?news">Startseite</a></li> </ul><!--schließt den dritten Themenblock--> {_list_menunr1@ <ul><!-- öffnet den 1. Themenblock --> <li><!-- öffnet die Listeneinträge von Thema 1 --> <h3>%1</h3> <ul><!-- öffnet die Klappnavi von Thema 1 --> <li>%2</li> </ul><!-- schließt die Klappnavi von Thema 1 --> </li><!-- schließt die Listeneinträge von Thema 1 --> </ul><!--schließt den 2. Themenblock--> } {_list_menunr2@ <ul><!-- öffnet den ersten Themenblock --> <li><!-- öffnet die Listeneinträge von Thema 1 --> <h3>%1</h3> <ul><!-- öffnet die Klappnavi von Thema 1 --> <li>%2</li> </ul><!-- schließt die Klappnavi von Thema 1 --> </li><!-- schließt die Listeneinträge von Thema 1 --> </ul><!--schließt den ersten Themenblock--> } {_list_menunr3@ <ul><!-- öffnet den 3. Themenblock --> <li><!-- öffnet die Listeneinträge von Thema 1 --> <h3>%1</h3> <ul><!-- öffnet die Klappnavi von Thema 1 --> <li>%2</li> </ul><!-- schließt die Klappnavi von Thema 1 --> </li><!-- schließt die Listeneinträge von Thema 1 --> </ul><!--schließt den ersten Themenblock--> } </div><!-- schließt die Menüleiste #menu --> <div style="clear: both;"> </div> <!--cleart die gefloatete Menüleiste--> </td> <td width="600"><div style="float: left; padding-left: 50px; padding-top:2px;">{_boxes_001-STATISTIK}</div></td> </tr> </table> <table width="1100" border="0" cellpadding="0" cellspacing="0" background="include/designs/001/Bilder/lastbox.png"> <tr> <td width="350" height="199" valign="top"> <table width="100%"><tr> <td width="100%" style="padding-left: 10px; padding-top: 19px; padding-right:10px;">{_boxes_001-LASTNEWS}</td></tr></table> </td> <td width="350" height="199" valign="top"> <table width="100%"><tr> <td width="100%" style="padding-left: 15px; padding-top: 19px;">{_boxes_001-LASTFORUM}</td></tr></table> </td> <td width="350" height="199" valign="middle"> <table width="100%"><tr> <td width="100%" align="center" style="padding-left: 15px; padding-right:45px;">{_boxes_TOPMATCH}</td></tr></table> </td> </tr> </table> <table width="1100" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1100" height="6" background="include/designs/001/Bilder/page_bg_oben.png"></td> </tr> </table> <table width="1100" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1100" background="include/designs/001/Bilder/page_bg.png"> <table width="1100" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="230" align="left" valign="top"> {_list_menunr4@ <table width="230" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="230" height="51" align="center" background="include/designs/001/Bilder/box_links_oben.png"><div style="color:#CCC;"><b>%1</b></div></td> </tr> <tr> <td width="230" align="center" valign="top" background="include/designs/001/Bilder/box_links_mitte.png"> <table width="230" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="15"></td> <td align="center" valign="top">%2</td> <td width="15"></td> </tr> </table> </td> </tr> <tr> <td width="230" height="17" background="include/designs/001/Bilder/box_links_unten.png"></td> </tr> </table> } </td> <td width="640" align="left" valign="top"> <table width="638" cellpadding="0" cellspacing="0" border="0"> <tr> <td height="64" background="include/designs/001/Bilder/hamanu.png"><div style="padding-left:15px; padding-bottom:20px;">{HMENU}</div></td> </tr> <tr> <td><div style="padding-left:10px; padding-right:10px; padding-bottom:20px;">{EXPLODE}</div></td> </tr> </table> </td> <td width="230" align="left" valign="top"> {_list_menunr5@ <table width="230" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="230" height="51" align="center" background="include/designs/001/Bilder/box_rechts_oben.png"><div style="color:#CCC;"><b>%1</b></div></td> </tr> <tr> <td width="230" align="center" background="include/designs/001/Bilder/box_rechts_mitte.png"> <table width="230" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="15"></td> <td align="center" valign="top">%2</td> <td width="15"></td> </tr> </table> </td> </tr> <tr> <td width="230" height="17" background="include/designs/001/Bilder/box_rechts_unten.png"></td> </tr> </table> } </td> </tr> </table> </td> </tr> </table> <table width="1100" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1100" height="130" valign="bottom"><img src="include/designs/001/Bilder/footer.png" border="0" usemap="#Map"/> </td> </tr> </table> <br /> </td> </tr> </table> </center> <map name="Map" id="Map"><area shape="rect" coords="962,72,1017,115" href="#" alt="on top" /> </map> </body> {_boxes_cookieplugin} </html> <!-- anfang + link |ende |teilende|teilee --> <!-- horizontaler menupunkt --> {_list_hmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br />|</ul></li>} <!-- horizontaler menupunkt anfang --> {_list_hmenubegi@<ul>} <!-- horizontaler menupunkt ende --> {_list_hmenuende@</ul>} <!-- vertikaler menupunkt --> {_list_vmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br /><ul>|</ul></li>} <!-- vertikaler menupunkt anfang --> {_list_vmenubegi@<ul>} <!-- vertikaler menupunkt ende --> {_list_vmenuende@</ul>}
<table class="sidenav" width="1100" border="0" cellpadding="0" cellspacing="0">
.sidenav ul { list-style: none; }
Geschlossen | ||
Zurück zu Fehlersuche und Probleme |