<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head><title>CMS4free - www.bei123.de - Alles aus baseportal herausholen</title>

<!--------------------- CSS ggf. anpassen-------------------------------------------------->
<style type="text/css">
h1,h2,h3,p,td,th,li,body,form {font-family:Verdana,Tahoma,Arial,Helvetica; color:#ffffff }
p,td,th,li,body,form,input {font-size:10pt}
h3 {font-size:16pt; font-weight:bold}
h2 {font-size:14pt; font-weight:bold}
h1 {font-size:12pt; font-weight:bold}
a:link {color:#ffffff; text-decoration:underline }
a:visited {color:#ffffff; text-decoration:underline }
a:active {color:#ffffff; text-decoration:underline }
a:hover {color: #ffffff; text-decoration:none; color:gold }
</style>
<!------------------------------------------------------------------------------------------>
</head>

<perl>
###################### Programmvariablen anpassen ##############################################
$button_style  ="font-size:10px;color:#5956A9;font-weight:bold";
$bei123_LINE   ="<hr noshade size='1' color='#5956A9'>";# Trennlinie/Begrenzer für Volltextsuche
$bei123_SEARCH ="Volltextsuche";                        # Name der Seite mit den Suchergebnissen
$D_B           ="CMS4free";                             # die verwendete Datenbank für CMS
#-------------------------------------- Anpassung an die eigene bp-Umgebung
$databack      ="#3E3876";
$headback      ="#5956A9";
$headcolor     ="#ffffff";
$datacolor     ="#ffffff";
$headface      ="Verdana";
$dataface      ="Arial";
$tdparam       ="valign=top";
$gridcolor     ="#5969A9";
$padding       ="1";
$spacing       ="1";
#--------------------------------------- ggf. weiter globale Variablen selber definieren
$bp_link="<a href='http://baseportal.de' target='_blank'>
<img src='http://seite.net/bphp/baseportal_s.gif' width=100 height=45 border=0></a>";

$on_work="<img src='http://www.bei123.de/images/on_work.gif'>";
###############################################################################################
</perl>

<include src=CMS4free_prog>

<body marginwidth="0" marginheight="0" leftmargin="0" rightmargin=0 topmargin="0" bgcolor="#5956A9" background="http://bei123.de/cms/images/bg.gif">

<perl>
####################### LAYOUT definieren #####################################################
my $pview=($bei123_FROMDIR eq "" ? "":$bei123_PAGE);

out <<EOF;
<!--------------TOPBEREICH ANFANG-------------------------------------------->
<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td bgcolor="#5956A9" background="http://bei123.de/cms/images/topp.jpg" height=41>
<!------------- Hauptmenü und Suchformular-->
<table width=100%><tr><td><font style="font-size:11pt;color:gold;font-weight:bold">$bei123_MAINDIR</font></td><td align=right><b><a href="http://www.bei123.de" target=_blank>&copy; bei123.de</a></b></td></tr></table>

</td></tr></table>
<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td background="http://bei123.de/cms/images/top2.gif" width=100% height=40 valign="top"><img src="http://bei123.de/cms/images/pixel.gif" width=3 height=6 border=0 alt=""><font style="font-size:8pt;color:white">&nbsp;&nbsp;$bei123_FROMDIR$pview</font></td></tr></table>
<!-------------------TOPBEREICH ENDE----------------------------------------->

<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" width="215">
<table cellspacing="0" cellpadding="0" border="0"><tr><td><img src="http://bei123.de/cms/images/top1.gif" width=19 height=44 border=0 alt=""></td><td background="http://bei123.de/cms/images/topbg2.gif" height=44 width="95%">&nbsp;Weitere Informationen</td><td><img src="http://bei123.de/cms/images/top3.gif" width=20 height=44 border=0 alt=""></td></tr><tr><td background="http://bei123.de/cms/images/lbg.gif" width=19 height=73>&nbsp;</td><td valign="top" bgcolor="#3E3876"  width="95%" height="100">$bei123_SUCHFORM<p><font style="font-size:10pt; color:gold;">$bei123_SAMEDIR</font></p>$bp_link</td><td background="http://bei123.de/cms/images/rebg.gif" width=20 height=73>&nbsp;</td></tr><tr><td><img src="http://bei123.de/cms/images/uli1.gif" width=19 height=42 border=0 alt=""></td><td background="http://bei123.de/cms/images/ubg.gif" width="95%" height=42>&nbsp;</td><td><img src="http://bei123.de/cms/images/ure.gif" width=20 height=42 border=0 alt=""></td></tr></table>
</td><td valign="top"><table cellspacing="0" cellpadding="0" border="0" height=400><tr><td><img src="http://bei123.de/cms/images/top1.gif" width=19 height=44 border=0 alt=""></td><td background="http://bei123.de/cms/images/topbg2.gif" height=44 width="95%"><font face="Verdana, Arial" size="3"><b>$bei123_PAGE</b></font></td><td><img src="http://bei123.de/cms/images/top3.gif" width=20 height=44 border=0 alt=""></td></tr><tr><td background="http://bei123.de/cms/images/lbg.gif" width=19 height=73>&nbsp;</td><td valign="top" bgcolor="#3E3876" width=95% height="400">
EOF
#---- CMS-Content-----#
eval $bei123_CONTENT;
#---------------------#
out <<EOF;
</td><td background="http://bei123.de/cms/images/rebg.gif" width=20 height=73>&nbsp;</td></tr><tr>
<td><img src="http://bei123.de/cms/images/uli1.gif" width=19 height=42 border=0 alt=""></td><td background="http://bei123.de/cms/images/ubg.gif" width="95%" height=42>&nbsp;</td><td><img src="http://bei123.de/cms/images/ure.gif" width=20 height=42 border=0 alt=""></td></tr></table>
<!--HAUPTINHALTTABELLE ENDE-->
</td></tr></table>
EOF
</perl>
<!--- das Copyright ist zu beachten-->
<center><font size=1><a href="http://www.bei123.de" target=_'BLANK'>CMS4free - &copy; 2004 www.bei123.de</a><br>Content-Management-System von H.Fehde</font></center>
</body></html>